Commit Graph

43144 Commits

Author SHA1 Message Date
c8b2f882df Remove change-switcher-appearance.page - too specific; not common topic 2017-07-28 11:37:58 +01:00
9bd120dd66 Update German translation 2017-07-27 20:03:01 +00:00
fbd907ea12 Bug 777086 - Composer sometimes hangs on right-click above a word in the body 2017-07-27 17:36:56 +02:00
450611a1e3 Reply-To header value lost on Draft message reopen
This had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1475369
2017-07-27 12:19:45 +02:00
4643f76e04 Workaround broken GPG encrypted messages from Exchange and GroupWise servers
An Exchange server, eventually also a GroupWise server, can break a GPG
encrypted message structure by changing it from

   multipart/encrypted; protocol="application/pgp-encrypted"
      application/pgp-encrypted
      application/octet-stream; name="encrypted.asc"

to something like:

   multipart/mixed
      text/plain
      application/pgp-encrypted; name="ATT00001"
      application/octet-stream; name="encrypted.asc"

where the text/plain part is empty and is added by the Exchange server.
The added code tries to detect such issues and if recognized, then
changes the structure to be able to decrypt the message as expected.
2017-07-27 10:25:44 +02:00
9123522c22 Update Kazakh translation 2017-07-27 05:48:46 +00:00
1cc5a01a7a Bug 785412 - Skip disabled accounts in Reply-all user address lookup 2017-07-26 16:17:34 +02:00
f1847f2b02 Update Nepali translation 2017-07-26 05:05:45 +00:00
174d1d39bd Updated Lithuanian translation 2017-07-25 23:22:20 +03:00
293abcbd7d Provide e_alert_bar_submit_alert() to avoid code duplication
Most of the EAlertSink implementors use EAlertBar to present those
alerts and all of these had almost identical code to deal with it.
The added function is for these implementations to share the code.
2017-07-25 15:46:17 +02:00
1cae857b0e Update Nepali translation 2017-07-25 06:39:44 +00:00
1101586fed Update German translation 2017-07-24 12:46:05 +00:00
650432c1eb Bug 785233 - Do not add extra comma in Open Map query 2017-07-24 12:49:29 +02:00
0267ea088d Update Spanish translation 2017-07-24 10:36:08 +00:00
1bf02abb3e Update Indonesian translation 2017-07-22 05:19:07 +00:00
0b88826fb7 Updated Slovenian translation 2017-07-21 16:02:39 +02:00
009337fe34 Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH 2017-07-21 08:37:07 +02:00
eaffda92f5 Update Friulian translation 2017-07-20 15:58:47 +00:00
4720799e12 Bug 271481 - Provide generic Accounts editor 2017-07-20 15:56:05 +02:00
610bb91546 Bug 785127 - Change in composer body doesn't trigger autosave timeout 2017-07-20 10:55:00 +02:00
91c89e9368 Update Spanish translation 2017-07-20 07:42:18 +00:00
4413fd077c Bug 785031 - Indefinite loop under e_editor_dom_merge_siblings_if_necessary() 2017-07-18 11:06:57 +02:00
da512f899a Update Friulian translation 2017-07-18 08:31:42 +00:00
9cf6280cf8 Post-release version bump 2017-07-17 07:29:39 +02:00
6a60b810a4 NEWS update for 3.25.4 2017-07-17 07:23:10 +02:00
d2b3ce245b Fix a typo 2017-07-16 00:15:00 +02:00
c46a2e0fe7 Bug 780329 - Cover how advanced users can customize keyboard shortcuts 2017-07-16 00:05:18 +02:00
2f90b4c5ff Bug 744526 - Cover which column names the CSV addressbook importer expects 2017-07-15 23:55:56 +02:00
6c4fdaa0d2 Update German translation 2017-07-13 18:53:28 +00:00
61d6d5dbde Bug 784874 - Huge icons in Edit->Preferences sections column 2017-07-13 11:07:38 +02:00
4c2e0233b7 Update Indonesian translation 2017-07-13 07:35:24 +00:00
f977bd747f Bug 771404 - Use OpenStreetMap or Google Maps to open maps 2017-07-12 19:31:51 +02:00
1f7e053436 Bug 773550 - Do not use unstable WebKit DOM API 2017-07-12 17:44:45 +02:00
9ad64b64c0 Derive date from selected day when creating event/meeting in To Do bar
Right-click and create new event or task already derives the calendar/task
list of the selected component. This derives also selected date, thus for
example creating a new event and right-clicking on the 'Tomorrow' row
the event will be prefilled with the Tomorrow date and the nearest
future time of the current time according to set time division for
the Day and Work Week views.
2017-07-12 16:26:02 +02:00
5c6dacd298 Bug 784663 - Sort aliases list on save of account Properties 2017-07-12 11:15:23 +02:00
0de18d7bcf AlertBar from ShellContent not freed
That was a memory leak, but apart of that it could also cause use-after-free
crash in gtk_widget_get_scale_factor() under _gtk_style_cascade_add_provider()
called from shell_window_constructed(), when creating a new shell window
for the second time, with the previous one already closed.
2017-07-11 19:15:05 +02:00
11516837ff Bug 784776 - Don't change default view on middle-click of switcher button 2017-07-11 17:31:38 +02:00
bae4a212c3 Bug 784751 - Add mnemonics to Aliases editing buttons 2017-07-11 15:39:26 +02:00
736f774d09 Bug 784746 - Remove version number from gettext package name 2017-07-11 15:29:50 +02:00
bf8e56eab2 Revert part of commit 1cce2f80d0
This part could cause crash on close of Evolution, due to use-after-free.
2017-07-11 15:05:57 +02:00
3bf784f304 Update Indonesian translation 2017-07-11 10:57:15 +00:00
15ef0e2f57 Bug 784665 - Reply/Forward fails to pair account alias with recipient 2017-07-11 12:45:19 +02:00
63fa858ddc Update Hungarian translation 2017-07-10 22:53:42 +00:00
5d57da76cc Wrong folder URI used for message notifications
It makes the window to activate the Mail view, but it fails to switch
to the correct folder. The problem was that folder_name was actually
the folder_uri.
2017-07-10 20:07:06 +02:00
855d7d1358 Bug 784664 - Avoid folding in ESourceMailIdentity::aliases property 2017-07-10 19:08:53 +02:00
0012bb4594 Update Indonesian translation 2017-07-10 09:36:21 +00:00
5c05f4b344 Update Friulian translation 2017-07-07 07:17:45 +00:00
e27e30c416 Bug 783533 - Link from 'cannot see some mail' to 'debugging filters' 2017-07-04 19:46:16 +02:00
7f3c4f2fff Remove an obsolete comment 2017-07-04 19:43:19 +02:00
138ba0b684 Bug 783504 - Link to junk folder location options from spam settings page 2017-07-04 19:40:26 +02:00