Force the width of the elements based on the preview width, but not for
messages that were formatted with text-highlight module (there is one
exception and it is the plain text formatting).
Also include additional fixes to our CSS:
* don't break the text in the middle of contact
* add missing border around some iframes
* remove some of the margins and paddings
When there's set the 'keep-above' flag on the GtkWindow, then the window
itself cannot be moved below other (regular) windows, which may not always
make sense. This option lets the user to decide what he/she prefers.
In many languages, menu items need to be translated differently
than window titles. Add an article to workaround the lack of context
support in .desktop files.
The API of gnome-autoar was recently modified so compression and extraction
were no longer working. Replace autoar preferences objects with two shell
settings. Save memory file to disk before extracting it. Handle generation of
unique file names internally.
https://bugzilla.gnome.org/show_bug.cgi?id=770380
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.
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.
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.