5ee60af2a2
Composer: Add an option to prefer PRE on paste of a plain text
...
Let the user choose whether paste of the plain text should be pasted
as a normal paragraph or a preformatted paragraph.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1269
2021-01-28 17:57:24 +01:00
56e336d8b1
M!74 - Fix a typo in a translated string
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/74
2021-01-06 18:59:51 +02:00
daab6c38c7
I#1288 - Mail: Option to preserve folder expand state in Copy/Move to Folder
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1288
2021-01-06 12:27:52 +01:00
c86f63fb14
I#550 - Mail: Compress flat thread indentation
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/550
2020-12-01 11:38:27 +01:00
50cd724c64
I#830 - Change default for composer-mailto-body-in-pre to false
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/830
2020-03-12 18:50:22 +01:00
feaf535c38
I#795 - Add signature position option to Alternative Reply
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/795
2020-03-06 09:50:12 +01:00
9f5699c297
I#793 - Use libravatar instead of gravatar
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/793
2020-03-06 09:47:21 +01:00
4dad3e4c5b
I#695 - Option to unset colors provided in HTML mails for preview
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/695
2020-02-12 15:31:40 +01:00
d3addc69a8
I#330 - Add option to display delivery notification attachments inline
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/330
2019-03-11 11:20:33 +01:00
7786985494
I#248 - Option to open Plain Text composer in Preformatted
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/248
2018-12-04 14:05:05 +01:00
0bc7213501
I#162 - Replied to message marked as seen after message send ][
...
Added option which defaults to the previous behaviour. To change it run:
gsettings set org.gnome.evolution.mail composer-mark-read-on-reply false
Related to https://gitlab.gnome.org/GNOME/evolution/issues/162
2018-11-20 16:03:18 +01:00
6a0409a985
Bug 561799 - Simplify language selection in message composer
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=561799
2018-10-30 11:01:23 +01:00
0d1aceebf5
Bug 781122 - Option to Download messages for offline on each Send/Receive
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=781122
2018-10-25 14:02:00 +02:00
65f7ba867d
Bug 228772 - Allow to specify a default language for a given identity
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=228772
2018-10-08 19:05:54 +02:00
48e4a36a19
Use the fancy Unicode apostrophes in new strings
...
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774377
2018-08-13 00:07:43 +02:00
3627d75e1c
Bug 704246 - Cannot send encrypted mail to contact with certificate
2018-07-04 11:56:33 +02:00
dd4cd78c96
Bug 795567 - Do not expand archive folder in Copy/Move message to folder dialog
2018-04-26 11:51:17 +02:00
2f4a3d549b
Bug 724647 - Add option to Show full mail addresses in message preview
2018-04-10 15:01:43 +02:00
ed93c95b28
Bug 794832 - Option to close window on deletion, not open next mail
2018-04-03 17:12:14 +02:00
6d8e52201f
Bug 794204 - Links in mailto: body not detected when composing in HTML
2018-03-14 15:30:55 +01:00
7b8e53dd14
Bug 602612 - Add 'Alternative Reply' menu option
2018-03-12 14:29:49 +01:00
ae559e669c
Bug 793915 - Option to convert UTC time to local time in Reply credits
2018-03-12 14:26:31 +01:00
7c1385fd61
Bug 778065 - Add hidden option to keep original signature in replies
2018-01-31 12:32:17 +01:00
5dd0702c9f
Bug 792076 - Set "Apply the same view to all folders" by default
2018-01-16 08:13:14 +01:00
e9e5c2106d
Bug 790632 - Option to visually wrap long lines in composer
2017-12-04 17:02:42 +01:00
f15a296b32
Use the fancy Unicode quotation marks in new strings
...
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-11-09 18:13:18 +01:00
1ad381e414
Bug 788934 - Add option to have Subject above Sender in Wide view
2017-10-17 18:46:16 +02:00
c5ca2d356f
Bug 788916 - Localized "Fwd:"/"Re:" can't be disabled
2017-10-13 11:43:36 +02:00
39fb153718
Bug 788568 - Add option to "Show Tasks without Due date" in the "To Do" bar
2017-10-12 20:02:05 +02:00
209351ace5
Bug 787612 - Option to 'Go to the previous message after message deletion'
2017-09-13 19:30:40 +02:00
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