Commit Graph

731 Commits

Author SHA1 Message Date
332789ff89 Bug 751588 - Port to WebKit2 2016-08-11 10:13:00 +02:00
2b2b26ba30 Bug 769152 - Confirm folder Unsubscribe before doing so 2016-08-05 08:53:51 +02:00
73515a7c74 Revert "Bug 766773 - Set CSS names on some custom widget classes"
This reverts commit 47d1947338.

Oops, incorrect testing of the changes. This change causes even uglier
Evolution, thus rather revert it.
2016-07-11 14:30:05 +02:00
47d1947338 Bug 766773 - Set CSS names on some custom widget classes 2016-07-11 14:15:45 +02:00
5df319080f Address some of the clang compiler warnings 2016-06-07 11:57:41 +02:00
b56e474a03 Use newly introduced ENetworkMonitor and add UI settings for it
The setting can be found at Edit->Preferences->Network Preferences tab.
2016-06-01 00:24:27 +02:00
3f8fa42099 Enhance delayed message send through Outbox
It could happen that a message was sent from Outbox before the set
timeout. This change makes sure that messages which are not in
the Outbox folder for long enough are not sent earlier. Users still
can flush the Outbox earlier from the context menu or from
File->Send/Receive->Send All (the "Send/Receive" action doesn't
skip this timeout).
2016-05-11 10:51:41 +02:00
29f67b6e5f Bug 765202 - Reply to List for MIME digest sub-messages 2016-04-18 18:50:55 +02:00
2136a01a5f Bug 764977 - Manual folder Refresh should fully resync with the server 2016-04-14 10:38:19 +02:00
482fa44faa Bug 764234 - Add more handling options for Content-Type: message/rfc822 2016-03-30 19:34:29 +02:00
01f5ae2f61 Bug 763796 - Excessive runtime warnings from gtk_style_context_get_...() 2016-03-23 10:53:23 +01:00
f8cf90ef3d Bug 761596 - Mail Advanced search only searches in Current folder 2016-02-18 19:51:13 +01:00
a4bea5c85f Bug 761453 - Add 'Message Thread' filter option to Show combo 2016-02-12 12:12:20 +01:00
a6985cc4ad Bug 760520 - Reorder items in Mail Show: combo box 2016-01-29 15:03:49 +01:00
82eaa0171d Bug 755418 - Add option to not notify about missing remote content 2015-11-03 19:12:15 +01:00
f436ed10b8 Bug 756883 - Add an option for line wrapping in a quoted text
This patch adds a new "Wrap quoted text in replies" option under the
"Edit->Preferences->Composer Preferences->Replies and Forwards" section in
preferences. If set to FALSE the quoted text in replies will be parsed to
'Preformated' blocks and the won't be wrapped. The option is set to TRUE by
default, so the behavior won't change for current users.

Also rename various variables/functions around code that parses the HTML to
blocks to reflect that we are not parsing just to paragraphs.
2015-10-21 13:54:27 +02:00
300bdfd429 Bug 687326 - Provide "Show Junk Messages" option for message list 2015-10-16 18:16:52 +02:00
371ce12068 Bug 755730 - Focus message list after start in the Mail view 2015-10-14 14:30:29 +02:00
4c0c362180 Bug 255032 - Be able to write a note on a mail 2015-09-21 16:17:02 +02:00
47aa717b84 Bug 754039 - Cannot scroll via keyboard in separate email window 2015-08-28 12:18:01 +02:00
89ae10cd67 Bug 708319 - Workaround crash under e_mail_shell_view_update_popup_labels() 2015-08-27 19:12:46 +02:00
d01b38b043 Bug 752425 - Prompt user when To/Cc field contains many recipients 2015-08-05 18:51:49 +02:00
973a731c9a Bug 471791 - Move away from g_asserts to g_ret* 2015-06-17 12:02:30 +02:00
c0761d45fe Bug 749158 - UI layout improvements 2015-05-25 14:06:27 +02:00
fc55a93871 Attachment load/save should keep a reference to its top-level window
Saving in a separate message window and closing it before the save is done
can cause use-after-free in the callback of the save, expecting the parent
window object being a valid GtkWindow.
2015-04-30 10:50:24 +02:00
2702cc0954 Bug 747729 - Update UI styles to be closer to gtk+ 3.16 2015-04-22 11:09:53 +02:00
59e3bb0247 Bug 747510 - Add composer option "Inherit theme colors in HTML mode"
With this change the EHTMLEditorView is using the colors from current theme.
Unless the newly introduced option "Inherit theme colors in HTML mode" is set
the colors are not sent in resulting HTML formatted message (white background
and black font are used).

With this patch the visited links (opened with Ctrl + Left click) are marked
as visited with the possibility of changing its color in Page properties dialog.
2015-04-14 15:27:50 +02:00
c7dc5b2d66 Bug 661532 - Advance search menu item can be disabled on account/store node 2015-04-09 18:32:39 +02:00
6668154063 Replace deprecated gtk+ symbols in the code
There are still some in the .ui files, but the code is currently
free of deprecated gtk+ symbols for the version the configure.ac
declares.
2015-04-07 17:38:18 +02:00
c924b16f96 Bug 745534 - Show only unread count in application's window title 2015-04-07 12:35:20 +02:00
62df29b5f8 Bug 263592 - Add "Go to Folder" menu option 2015-04-03 14:51:45 +02:00
98c950f622 Bug 747031 - Add hidden option to mark-as-seen always
In a meaning: also after selected folder change.
2015-04-02 19:21:58 +02:00
3c4bfddd0c Bug 236994 - Add option to load remote content for specified site or sender 2015-03-30 15:15:26 +02:00
2b9ac3f621 Move em_utils_prompt_user to e-util to remove duplication from composer 2015-03-23 10:16:06 +01:00
d5c131d06e MBOX import preview is always empty
The code was adding the parts-list into a wrong place, thus
the EMailDisplay could not find it and showed empty content.
2015-03-11 16:54:51 +01:00
49f1982010 Bug 729241 - 'Mark all messages read' stuck after get_folder_info() failure 2015-03-10 12:45:15 +01:00
3fee09f44f Bug 745869 - Send account overrides: Recipient lost on edit
Also preselect the first account after account list change.
2015-03-09 12:46:23 +01:00
8e41d0e0f4 Bug 621751 - Allow import of non-MBOX format mail messages 2015-02-27 14:18:10 +01:00
9dcac58b21 Use thread safe variants of g_object_bind_property*() functions from evolution-data-server 2015-02-24 09:54:41 +01:00
99913ec7c3 Bug 740169 - Add support for smileys via Unicode-characters 2015-02-18 19:01:42 +01:00
eaa2a5b090 Bug 737018 - GUI string for translation "New" without context 2015-02-11 13:34:49 +01:00
a6e34f0bb7 Move authentication of backends back to the client
Since this change the client is responsible to provide credentials
to use to authenticate backends (through ESource-s, to be more precise),
unless the credentials are already saved.
2015-02-02 14:50:27 +01:00
aab2dd6254 Bug 550796 - Implement free form filter expression 2014-12-09 09:20:12 +01:00
80d9a5f8b1 Bug 469141 - Traverse collapsed threads with Magic space bar 2014-12-04 08:36:05 +01:00
d7be145cb3 Bug 709187 - Add an option to allow Expunge in vFolders 2014-11-18 14:21:52 +01:00
59e2efa774 Share GSettings objects with e_util_ref_settings()
A simple Evolution run and move between all views means creation of
more than 100 GSettings objects, with only a bit more than 10 schemas.
Reusing the objects should have a positive impact on a performance too.
2014-11-13 10:06:04 +01:00
43d5e818c9 [Mark-All-Read] Save changes to the server immediately 2014-11-04 08:25:12 +01:00
ab83045915 [Send through Outbox] Add option when to flush Outbox folder
There are currently only three values: Keep in Outbox, Send immediately
and Send after 5 minutes. It is partly related with the "flush-outbox"
option, but as that is used for filtering, I rather kept it untouched.
2014-11-03 16:09:58 +01:00
f6c0c8226e Bug 223621 - Add per-account mail Archive Folder option 2014-10-20 15:17:39 +02:00
bcc3a1c7e6 Add missing chain-up-s to parent's constructed() method
Plus a little code cleanup for easier grepping.
2014-07-17 12:46:38 +02:00