- 05 Jun, 2017 1 commit
-
-
- 03 Jun, 2017 1 commit
-
-
- 30 May, 2017 6 commits
-
-
Milan Crha authored
-
The warning was: warning: "HAVE__NL_MEASUREMENT_MEASUREMENT" is not defined
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
The SIGQUIT behaves like a crash and coredump can be stored even though it's not a real crash. The factories and other tools handle SIGTERM gracefully, thus it's the right signal to use, not SIGQUIT.
-
Milan Crha authored
-
- 28 May, 2017 1 commit
-
-
- 27 May, 2017 1 commit
-
-
(cherry picked from commit 3402c3f7)
-
- 23 May, 2017 2 commits
-
-
-
Milan Crha authored
-
- 22 May, 2017 2 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
- 19 May, 2017 2 commits
-
-
Milan Crha authored
libical supports ICAL_FILENAME_PARAMETER since 2.0.0. It's part of an extension which sets filename for attachments, thus even inline attachments keep their original filename.
-
Milan Crha authored
-
- 18 May, 2017 3 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
-
- 15 May, 2017 1 commit
-
-
Milan Crha authored
-
- 09 May, 2017 1 commit
-
-
- 07 May, 2017 1 commit
-
-
Andre Klapper authored
-
- 05 May, 2017 3 commits
-
-
-
Matej Urbančič authored
-
Milan Crha authored
-
- 04 May, 2017 1 commit
-
-
Milan Crha authored
-
- 03 May, 2017 3 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
One way to have lost folder 'changed' notifications from MailFolderCache is to fail to connect to the account after start, in which case the folder tree in the Mail view doesn't update unread counts properly. It had been due to the MailFolderCache still considering the store being initializing for the first time, while piling the folder notifications to be emitted when the initialization of the store is over.
-
- 29 Apr, 2017 1 commit
-
-
Tomas Popela authored
Bug 780088 - Pasted URL not recognized/rendered as such; renders all remaining email text as link after pressing Enter The main cause for both problems mentioned in the bug was the check for the non-breaking space in the regex that we are using to recognizing the URLs. Making it work would need a support for regexes in the negative lookbehind, but GRegex does not support them. In the end I decided to remove the check and check for the non-breaking space character in the code rather than in the regex itself.
-
- 28 Apr, 2017 8 commits
-
-
Tomas Popela authored
These workarounds for GMail.. Don't insert a new BR if there is no sibling after the blockquote otherwise it will prevent the BLOCKQUOTE to be correctly deleted.
-
Tomas Popela authored
-
Tomas Popela authored
-
Tomas Popela authored
The content is already wrapped, so we should use the function that is quoting the content after wrapping as it is faster and more reliable.
-
Milan Crha authored
-
Milan Crha authored
The WebKitDOMDocument had not set page ID, because it had not been loaded yet, thus the runtime check in e_web_extension_set_clipboard_flags() failed, because the callback to "selection-changed" is registered early. Either stop to claim and treat no page ID as a valid case, or set page ID in web_page_created_cb() too. This does the later.
-
-
Tomas Popela authored
The citation level needs to be counted for every block otherwise the block won't be quoted in the right way. Also use the simplified function for quoting as it is faster and reliable.
-
- 26 Apr, 2017 2 commits
-
-
-
(cherry picked from commit dd10bbd2)
-