Commit Graph

580 Commits

Author SHA1 Message Date
c513c62d63 I#47 - Unset calendar filters which force the List View on view change
Closes https://gitlab.gnome.org/GNOME/evolution/issues/47
2018-08-24 13:01:35 +02:00
9bb48de41e [EMailRequest] mail:// URI can be without additional arguments
The code was aware of it, it sets the uri_query to NULL in such case, but
when the code tried to read from that hash table it didn't verify its
non-NULL-ness, which resulted in runtime warnings.
2018-08-24 11:23:19 +02:00
5e5f96e3ef I#82 - Text selection with signature not used in Reply
Closes https://gitlab.gnome.org/GNOME/evolution/issues/82
2018-08-24 11:01:33 +02:00
208c38b396 I#83 - Follow Up "is not Completed" search condition does not work
Closes https://gitlab.gnome.org/GNOME/evolution/issues/83
2018-08-24 09:25:21 +02:00
fccc5eda57 Crash under config_lookup_thread() at e-config-lookup.c:179
This could happen when an ongoing thread had been left running after
the EConfigLookup instance had been freed, even the task itself had
been cancelled. The thread pool free reorder fixes it, together with
the changed way to free it. The other parts avoid unnecessary runtime
warnings in case the crash conditions would be triggered.
2018-08-23 10:26:36 +02:00
75a1c7d2f2 Correct build when nss/nspr do not provide pkg-config files 2018-08-21 10:19:12 +02:00
3b9b3d2ae4 Replace Bugzilla by Gitlab in user-visible error messages 2018-08-11 22:41:52 +02:00
4fbcd3ede0 Add a translator comment to "Archive"
Fixes #92
2018-08-11 14:36:39 +02:00
1a23ecf70f Bug 269852 - Label should be on "Message" menu when mail is selected ]I[
Main menu's Message->Mark As->Label->... had been visible in all views,
not only in the Mail view.
2018-07-30 13:47:17 +02:00
43fcfe93fe Bug 227703 - Add option to Hide cancelled tasks
Closes https://bugzilla.gnome.org/show_bug.cgi?id=227703
2018-07-30 13:25:17 +02:00
a5f9884ee6 Print of message source doesn't print message source
It had been printing parsed message instead, which is not what the user
had been looking at in the message source window.
2018-07-27 11:32:33 +02:00
d2d032f593 Unnecessary message parse when viewing message source
This could be noticed for example when viewing message source
of a PGP encrypted message, where a prompt for the key password
could be shown, even this message content wasn't used. It could
be used when having the message source opened and opening
the message in the message preview (EMailPartList is reused
in that case).
2018-07-27 11:25:58 +02:00
46896a39e5 Bug 269852 - Label should be on "Message" menu when mail is selected ][
The Message->Mark As->Label had been failing in EMailBrowser with
a runtime warning.
2018-07-26 18:02:27 +02:00
9ad2547d4c I#80 - p7s attachements are not shown in mail preview
Closes https://gitlab.gnome.org/GNOME/evolution/issues/80
2018-07-26 14:08:23 +02:00
11baa8518b I#46 - Old plain text signature not updated before editing
Closes https://gitlab.gnome.org/GNOME/evolution/issues/46
2018-07-25 21:10:23 +02:00
bd582ece19 Propagate trust prompt response within collection sources
Collection sources often access the same server, thus can have
the same SSL trust settings, which are inherited from the collection
source to the child sources when the child source is created for
the first time. There is no need to ask for a trust prompt with
every single child source when it accesses the same server, thus
this change propagates SSL trust into the collection source and
its children after user responses to it.
2018-07-25 18:35:25 +02:00
3cea6c5333 I#57 - Edited event time keeps the old instance in the UI
Closes https://gitlab.gnome.org/GNOME/evolution/issues/57
2018-07-24 13:48:10 +02:00
b83482609b I#78 - Search scope in Mail view not restored properly
Closes https://gitlab.gnome.org/GNOME/evolution/issues/78
2018-07-24 09:11:38 +02:00
b0d3546a9d Bug 240905 - Can't edit Follow Up flag
Closes https://bugzilla.gnome.org/show_bug.cgi?id=240905
2018-07-23 23:42:31 +02:00
6b46f0e094 Bug 241477 - Message color cannot be removed once applied to a message
Closes https://bugzilla.gnome.org/show_bug.cgi?id=241477
2018-07-23 21:29:58 +02:00
2427b2b501 Bug 269852 - Label should be on "Message" menu when mail is selected
Closes https://bugzilla.gnome.org/show_bug.cgi?id=269852
2018-07-23 19:19:16 +02:00
3618c51ae0 I#71 - Workaround cursor movement through unbreakable anchor bug
Closes https://gitlab.gnome.org/GNOME/evolution/issues/71
2018-07-23 18:45:10 +02:00
d47c0621ca I#75 - "Empty Junk" does not work on a real Junk folder
Closes https://gitlab.gnome.org/GNOME/evolution/issues/75
2018-07-23 17:59:22 +02:00
63f8b48273 Update some of the editor unit tests to not fail 2018-07-20 10:12:48 +02:00
f790ee8717 Fix two possible memory leaks related to message composer 2018-07-19 19:19:05 +02:00
3b9e4b0475 Highlight of the search bar entry doesn't work
The entry is supposed to have selected background/text color when
the search is active, but this didn't work. Fix the CSS selector
to work with gtk3.
2018-07-19 12:32:44 +02:00
80fa06b280 [mail-notification] Correct a recently added translatable string 2018-07-18 19:38:45 +02:00
e4c07086b4 Bug 788370 - Rename address book WebDAV backend to CardDAV 2018-07-17 14:29:51 +02:00
61fe6be660 Bug 787344 - Mail Notification account selection 2018-07-17 11:15:31 +02:00
7a9d481a3f Bug 750636 - [Composer] Wrapped line should not start with a space
Closes https://bugzilla.gnome.org/show_bug.cgi?id=750636
2018-07-13 14:11:57 +02:00
7d998f9583 Update couple HTML editor tests 2018-07-13 14:11:57 +02:00
b01b76ab27 Bug 548681 - [MessageList] Restore of cursor mispositioned after delete
Closes https://bugzilla.gnome.org/show_bug.cgi?id=548681
2018-07-13 09:28:09 +02:00
8c733f6164 I#69 - [MessageList] Regeneration loses selection start
Closes https://gitlab.gnome.org/GNOME/evolution/issues/69
2018-07-12 11:31:38 +02:00
8e1ebeffe0 I#53 - Address Helgrind warning about lock acquire order
Closes https://gitlab.gnome.org/GNOME/evolution/issues/53
2018-07-11 16:23:03 +02:00
736579114c I#55 - "Custom sort" dialog freezes Evolution and hogs the CPU under Wayland
Closes https://gitlab.gnome.org/GNOME/evolution/issues/55
2018-07-11 15:28:18 +02:00
600351ef67 I#39 - Extend Mail autoconfig to check in server's autoconfiguration too
Closes https://gitlab.gnome.org/GNOME/evolution/issues/39
2018-07-10 20:01:29 +02:00
c4423134e3 I#67 - Provide a hint how to show hidden Menu Bar again
Closes https://gitlab.gnome.org/GNOME/evolution/issues/67
2018-07-10 16:17:09 +02:00
15bb2cb6fb Bug 757504 - [Composer] Do not wrap URLs in Plain Text mode
Closes https://bugzilla.gnome.org/show_bug.cgi?id=757504
2018-07-10 15:38:43 +02:00
74469b0cbe Bug 770141 - Remove Quick Reference PDF 2018-07-10 09:33:20 +02:00
cf5a87be82 Fix few memory leaks, mostly around gtk_..._new_with_model() 2018-07-04 14:07:12 +02:00
cf82894c4d [Composer] Message generated twice when using 'Send through Outbox'
There is no need to generate the message twice while saving to Outbox
when it is already available. It also meant that the user could be
asked for S/MIME or GPG key unlock multiple times, among other things.
2018-07-04 12:32:56 +02:00
3627d75e1c Bug 704246 - Cannot send encrypted mail to contact with certificate 2018-07-04 11:56:33 +02:00
4c6fa18559 [autoconfig] Rename look up on GNOME server, because it's not true anymore (I#44)
Since the change for #44, the look up is not done on the GNOME server,
but on the Thunderbird's. Change the text to avoid false information.

Related to https://gitlab.gnome.org/GNOME/evolution/issues/44
2018-06-29 13:59:21 +02:00
0273cc29d1 I#44 - Use Thunderbird's autoconfig ISPDB directly, not its copy
Closes https://gitlab.gnome.org/GNOME/evolution/issues/44
2018-06-29 12:03:59 +02:00
8269fd8fd3 I#43 - Tasks not shown when Side Panel is hidden
Closes https://gitlab.gnome.org/GNOME/evolution/issues/43
2018-06-29 10:24:31 +02:00
f66cd3e1db eds-I#3 - [GPG] Mails that are not encrypted look encrypted
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/3
2018-06-28 18:51:40 +02:00
d25bc8414e Add 4px bottom margin to secure button table
This helps to distinguish when there's an inline signature/encrypted
blob, which continues with some text. Without that the following text
had been immediately below the secure button table, which looked like
the below part is signed/encrypted, not the part above it.
2018-06-28 17:36:52 +02:00
b9c5e4480b Properly wrap text in 'Security Information' dialog
Signed/encrypted messages show a button to provide more detailed
information and even the GtkLabel-s had set to wrap the text, it
didn't fully work without also setting width-chars and
max-width-chars properties.
2018-06-28 12:59:05 +02:00
20c604da06 eds-I#13 - [IMAPx] Fails to append message to Yahoo! with no CRLF at the end
This change makes sure the composer stores message text with CRLF
at the end. It was possible to save it without it before this change.

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/13
2018-06-27 17:27:57 +02:00
2cb3aa872b Try also with the From address when looking up correct From account for composer
This can be useful for Sent and Outbox folders, when the account
cannot be guessed from the To/CC recipients.
2018-06-27 09:38:49 +02:00