Commit graph

9984 commits

Author SHA1 Message Date
Paul
6aecd1768d old/new version display 2017-04-02 10:08:38 +01:00
Ricardo Mones
799158990f Really fix bug #3784: Very similar strings in src/gtk/about.c 2017-03-31 20:06:19 +02:00
Ricardo Mones
a8a52797f3 Add missing library to output of --version-full 2017-03-31 20:05:25 +02:00
Andrej Kacian
7c16b7e353 Make sure outgoing messages have a trailing newline.
This fixes a corner case where if the last line of
a message is a quote, its last character doesn't get
displayed when viewing the copy in outbox.
2017-03-30 21:12:52 +02:00
Paul
95ca86061e default selection on entering a folder: make first new|unread|marked message sort-order aware 2017-03-30 08:07:28 +01:00
Andrej Kacian
7cdd09339e Revert "Fix an off-by-one error in textview's quote unfolding."
This reverts commit 8819febec5.
I refuse to be driven to madness by our textview's colorization.
2017-03-30 01:56:48 +02:00
Andrej Kacian
531de2f6b8 Revert "Fix the other off-by-one bug in textview quoting."
This reverts commit 1acb353987.
I refuse to be driven to madness by our textview's colorization.
2017-03-30 01:55:59 +02:00
Andrej Kacian
1acb353987 Fix the other off-by-one bug in textview quoting.
There were two complementary off-by-one bugs, each masking
the other one. Commit 8819fe fixed the first one, thus
unmasking this one.

This should also fix the disgusting bug #3797:
"Unfold quoting renders quotes completely confusing".
2017-03-30 01:04:22 +02:00
Andreas Bierfert
e6db5f2b30 Fix bug #3796 format-security warnings in alertpanel_ use
This patch fixes format-security warnings in alertpanel_ use by passing
"%s" as string and the buffer as va argument if no other va arguments
are present.
2017-03-30 00:42:38 +02:00
Andrej Kacian
8819febec5 Fix an off-by-one error in textview's quote unfolding. 2017-03-27 21:03:23 +02:00
Paul
c3972c4f02 update Czech and Slovak translations 2017-03-27 16:06:11 +01:00
Paul
978206196e update German translator 2017-03-26 11:14:26 +01:00
Paul
a2ef59662c for release 3.15.0 2017-03-26 10:56:53 +01:00
Paul
d62dba56e9 update German translator and use UTF-8 for this file. 2017-03-26 09:59:04 +01:00
Paul
fb4c4d0ebf update German translator 2017-03-26 09:58:40 +01:00
Paul
749f093d77 update translations 2017-03-26 09:58:16 +01:00
Ricardo Mones
5eb311cca2 Fix file name in manpage 2017-03-26 01:22:47 +01:00
Ricardo Mones
88fe3188a6 Update Spanish translation for release 2017-03-26 00:56:59 +01:00
Ricardo Mones
768c234ad2 Update list of TLDs for release 2017-03-26 00:56:06 +01:00
Andrej Kacian
edc59d5b4b Make summary_show() open-when-selected behavior more consistent.
Fall back to "on folder open" setting when deciding whether
or not to also open the selected message.
2017-03-24 14:04:13 +01:00
Andrej Kacian
76b8816837 Fix timezone handling in procheader_date_parse() on Windows.
This fixes logic error introduced in 029174b.
2017-03-24 11:13:15 +01:00
wwp
7142012c7b Remove deprecated entries in fr.po. 2017-03-21 11:59:46 +01:00
wwp
5e662e342e Update French translation. 2017-03-21 11:56:09 +01:00
Andrej Kacian
029174b069 Fix crash on e-mails with invalid date on Windows.
This fixes crashing on dates with out of range numbers,
e.g. "Sun, 19 Mar 2017 27:41:31 +0600".
2017-03-20 19:52:11 +01:00
Michael Rasmussen
9fb2bb2b59 Update copyright year 2017-03-19 23:06:58 +01:00
wwp
cce5b68054 Correct/update comment. 2017-03-19 19:42:04 +01:00
wwp
3595d6c625 Fix bug 3785: custom headers not stored in queued messages (and thus,
not sent).
2017-03-19 12:13:28 +01:00
Ricardo Mones
b99f30096d Fix bug #3784: Very similar strings in src/gtk/about.c
And remove also some \n from translatable strings.
2017-03-19 00:25:43 +01:00
Andrej Kacian
8baab85304 Add more granular options on when to open a selected message.
There are now several checkboxes in Display/Summaries page.
The checkbox in folder open selection dialog has been removed,
since that checkbox is among the new ones.

The option "always_show_message_when_selected" is now boolean,
instead of a tri-state.

This commit also removes function summary_display_by_msgnum(),
and its functionality was moved to summary_select_by_msgnum(), which
has a new boolean argument to control whether or not to display the
selected message.
2017-03-18 22:00:12 +01:00
Michael Rasmussen
81b66ecc88 Use fix bug #3787 for specifying format as well 2017-03-18 20:58:33 +01:00
Michael Rasmussen
3096aa1d94 Fix bug #3787. Create tooltip i helper function 2017-03-18 20:43:47 +01:00
Paul
f0fbc524ae improve label text 2017-03-18 12:21:14 +00:00
Andrej Kacian
b06be7caf1 Show context of foldersel dialog in a label, instead of in a title.
This is a follow-up commit to bd8213.
2017-03-18 12:41:41 +01:00
wwp
3f01dc8712 Fix typos, fixes bug 3786: typo in src/mimeview.c. 2017-03-18 00:21:50 +01:00
Ricardo Mones
da399f43f3 Require SVG library version 2.40.5
Fix bug #3778: Claws-mail core dumps when trying to view a HTML email
2017-03-16 19:52:27 +01:00
Andrej Kacian
bd8213fe3d Allow custom window title for the folder selection dialog.
Fixes bug #3582 - Select folder dialogue does not tell what is
selecting for.
2017-03-16 19:15:18 +01:00
Andrej Kacian
e420063586 Added summary_get_selection_count() function. 2017-03-16 18:37:30 +01:00
Ricardo Mones
5dbe8b9ec1 Synchronize Spanish manual 2017-03-14 19:38:36 +01:00
Ricardo Mones
bd0aedd8ca Fix some color names and lists 2017-03-14 19:34:01 +01:00
Andrej Kacian
3fd978a7dd Initialize icaltimetype variables in Vcalendar's feed_fetch().
Also print out debug output if an event has no start or end,
as it can help determine why a malformed event file shows
weird times or duration.
2017-03-13 19:03:25 +01:00
Andrej Kacian
69ed24f94f Remove obsolete files icaltime_as_local.[ch]. 2017-03-13 18:18:57 +01:00
Paul
45ef33a04e add new hidden prefs for various colours 2017-03-13 07:14:36 +00:00
Andrej Kacian
21d4407617 Added debug output for failure cases in sgpgme_data_release_and_get_mem() 2017-03-08 12:07:51 +01:00
Ricardo Mones
a3050f1d0b Synchronize Spanish manual 2017-03-04 13:06:16 +01:00
Ricardo Mones
02227f24db Capitalise, punctuate and clean manpage 2017-03-04 13:04:33 +01:00
Ricardo Mones
5749755a0e Add forgotten file to manpage 2017-03-04 12:48:25 +01:00
Ricardo Mones
e4f6b0b306 Declare and use only when needed 2017-03-04 12:46:21 +01:00
Andrej Kacian
8d14c43a29 webkitglobals.h exists since 1.3.10, not 1.3.13.
Patch by Olaf Hering <olaf at aepfle.de>
2017-03-04 00:45:18 +01:00
Andrej Kacian
9327286516 Add support for date-only variant of ISO8601 timestamp format.
Fixes bug #3777 - Weird news dates for some RSS feeds
2017-03-04 00:12:29 +01:00
Ricardo Mones
f65a20ac30 Fix option item and update dates 2017-03-03 15:08:26 +01:00