Commit Graph

79 Commits

Author SHA1 Message Date
a3fa18f960 Bug 235022 - Can't use evolution before you create a mail account 2017-06-28 18:02:16 +02:00
0da543958a Use the fancy Unicode quotation marks in a new string
See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-06-27 13:55:12 +02:00
9fa8f16801 Make it possible to debug filters on stdout
Two changes being done:
a) special value 'stdout', or an empty string, for 'filters-log-file'
   will make logging into stdout
b) running with CAMEL_DEBUG=filters also turns on logging to stdout.

The output file from GSettings has precedence over the stdout used
by CAMEL_DEBUG, when both loggings are enabled. In other words, in case
GSettings has enabled logging, then GSettings dictate which file is
used for the log, otherwise GSettings values are ignored and stdout
is used only when CAMEL_DEBUG logging is enabled.
2017-06-26 15:42:25 +02:00
a7194c3229 Bug 339675 - Add option to Include signature in new messages only 2017-06-22 15:21:31 +02:00
f2ac494243 Bug 499319 - Add "Empty Junk" to Junk folder context menu 2017-06-15 16:58:49 +02:00
f733f3ad4c Bug 266621 - Add "To Do" bar with events and tasks for Mail view 2017-06-14 18:59:21 +02:00
026783797e Added translator's comment and 'mode' versus 'format' for composer changes
Did not change 'mode' to 'format' everywhere, because some places
feel better with the 'mode', than with 'format'.
2016-12-06 19:48:17 +01:00
8f15dfa69e Bug 774164 - Unicode colon in localized Re: not handled 2016-11-29 21:00:51 +01:00
bc5f32786d Bug 774377 - Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
2016-11-23 18:23:38 +01:00
332789ff89 Bug 751588 - Port to WebKit2 2016-08-11 10:13:00 +02:00
a48c080b20 Bug 769388 - Add option to not display Content-Disposition:inline parts 2016-08-03 14:43:50 +02:00
975c49ec3f Bug 761497 - Replace 'smileys' with 'emoticons' in the strings 2016-02-18 13:51:27 +01:00
f64f5de856 Use UTF-8 default composer-charset, if not set
Also do not use the value from the Mail Preferences, because the option
in the Composer Preferences doesn't reflect it, neither the previous
default 'us-ascii', nor whatever the iconv locale returned.
2016-02-11 16:23:34 +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
ed15839a48 Bug 683695 - Use the same font in the mail vertical view 2015-08-12 16:11:03 +02:00
d01b38b043 Bug 752425 - Prompt user when To/Cc field contains many recipients 2015-08-05 18:51:49 +02:00
1cb554146a Bug 748981 - Option to always show sign/encrypt toolbar buttons in composer 2015-05-15 07:04:04 +02:00
78ed4ca15e Bug 692557 - Add option to always sort thread children ascending 2015-04-24 10:37:54 +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
392b1fdbbb Bug 746763 - Independent layout settings for sub-shell windows 2015-04-07 14:40:31 +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
96a4ac5652 EHTMLEditorView - Add a checkbox to remember the choice when asking if lose formatting 2015-03-23 10:18:37 +01:00
4d7188d0ed Bug 237917 - Arbitrary entry in From: field when composing 2015-02-25 12:46:20 +01:00
99913ec7c3 Bug 740169 - Add support for smileys via Unicode-characters 2015-02-18 19:01:42 +01:00
d7be145cb3 Bug 709187 - Add an option to allow Expunge in vFolders 2014-11-18 14:21:52 +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
8650fb139a Bug 540362: [webkit-composer] Use webkit for composer
Merge wip/webkit-composer branch into master.
2014-06-09 16:32:25 +02:00
70f58975e3 Bug 604346 - Ctrl+Enter sends mail without asking confirmation 2014-06-03 10:44:19 +02:00
2f73b39bf2 Add "Send messages through Outbox folder" option
Users ask from time to time for the old behaviour when the messages
used to be saved through Outbox, rather than the composer being opened
all the time the message is sending. The change is pretty simple,
thus why not to add it.

Note the Outbox is not flushed after sending, the users is responsible
to invoke the Outbox flush on his/her own. This also allows a user
to postpone the message send for later.
2014-06-02 14:36:00 +02:00
82076f2fae Bug 730743 - Add an option to disable sender's photo search at gravatar.com 2014-05-27 16:12:51 +02:00
cbb07ef381 Remove "side-bar-ellipsize-mode" setting.
I was wrong: ellipsize setting got renamed, not removed.  Remove it.
2013-11-20 12:41:47 -05:00
df33267935 Fix typo in org.gnome.evolution.mail.gschema.xml.in. 2013-06-21 13:41:22 -04:00
f927a9a169 Bug 702664 - Settings migration issue from "headers" to "show-headers"
Give the "show-headers" key a proper default value, and watch out for
an empty "headers" key, which is supposed to imply that default value.
2013-06-21 11:06:16 -04:00
3e8b6ddf8d Add "show-headers" settings key.
Replaces the "headers" key.  Whereas "headers" is an array of XML
blobs, the "show-headers" key is an array of string/boolean pairs.

Also update the appropriate places to get/set the new key.
2013-06-05 13:03:45 -04:00
5794c63f4f EMailBrowser: Add "close-on-reply-policy" property.
Mainly to avoid accessing GSettings directly from EMailBrowser.

Also add a "browser-close-on-reply-policy" GSettings key that replaces
"prompt-on-reply-close-browser", the difference being the new key uses
an enum definition compatible with EAutomaticActionPolicy instead of a
free-form string value.

And finally add an ESettingsMailBrowser class to glue things together.
2013-06-04 13:10:02 -04:00
289d96f5f0 Remove "drag-and-drop-save-name-format" setting.
Hidden setting, no clear use case, and poorly implemented.
2013-05-09 16:31:04 -04:00
60386356e3 Remove "Search for sender photograph only in local address books".
This was added as part of bug 360184 but no justification was given
for the "local-only" part.  My Spidey sense tells me it was a hack-
around for the old implementation's tendency to freeze the UI while
searching for a photograph.  So the "local-only" option really just
meant "don't freeze the UI for very long, please".

The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI,
so the "local-only" option is no longer needed.  If a remote address
book is slow or unresponsive we simply cancel the async photo lookup
when the user moves on to another email.
2013-04-20 13:15:27 -04:00
09b7686c4a Add "headers-collapsed" setting.
Replaces "paned-view-headers-state", which was defined as an integer for
some stupid reason.  Not bothering to migrate the old setting since it's
one button click.
2013-03-17 08:49:12 -04:00
c5bc18cec0 Add "side-bar-ellipsize-mode" setting.
Replaces the "no-folder-dots" setting, which has been removed since it
was not exposed in Evolution's Preferences interface.

The new setting uses an enum type compatible with PangoEllipsizeMode.
2013-03-17 08:49:12 -04:00
69cf1ede0d Add "image-loading-policy" setting.
Replaces the "load-http-images" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailImageLoadingPolicy.
2013-03-17 08:49:12 -04:00
54bb7dd76c Add "reply-style-name" setting.
Replaces the "reply-style" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailReplyStyle.
2013-03-17 08:49:12 -04:00
c8bbe0df73 Add "forward-style-name" setting.
Replaces the "forward-style" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailForwardStyle.
2013-03-17 08:49:12 -04:00
d56b6adfcf Remove obsolete "mime-types" mail setting.
Description:

   "If there isn't a builtin viewer for a particular MIME type inside
   Evolution, any MIME types appearing in this list which map to a
   Bonobo component viewer in GNOME's MIME type database may be used
   for displaying content."

Wow, that's ancient.  How did that get missed?
2013-02-26 15:23:52 -05:00
94daae3dba Remove the last remaining usage of GConf 2012-06-15 09:04:08 +02:00
5d85d3e49c Bug #569540 - Remove unused message-display-style GSettings key 2012-06-14 10:58:10 +02:00
b4fbbde6ab Remove "enable-local" and "enable-vfolders" GSettings key.
We have built-in ESources for the 'local' and 'vfolder' mail stores,
and can now track their enabled state as we would any other mail store.
2012-06-08 13:47:22 -04:00
c88d317030 Adapt to vFolder changes from evolution-data-server 2012-05-30 18:46:49 +02:00