Commit graph

9189 commits

Author SHA1 Message Date
Paul
307fff3eba make 'date' (not thread date) the default sort when clicking column header to switch to date sort 2015-10-01 15:53:33 +01:00
Ricardo Mones
f20d6e2a1b Archiver: remove unnecessary allocations 2015-09-29 19:15:20 +02:00
Christian Hesse
2c54352ae2 Fix bug #3527 ‘autoconfiguration: move button below server type’ 2015-09-29 19:13:15 +02:00
Ricardo Mones
d463671387 Do not translate g_warning() strings
They aren't for end user error reporting.
Also, remove needless line breaks inside.
2015-09-22 19:55:14 +02:00
Ricardo Mones
2c781ca221 Libravatar: remove hooks on failed init 2015-09-22 14:57:17 +02:00
Andrej Kacian
f54e21beba Fix several memory leaks in RSSyl.
Patch by Darko Koruga.
2015-09-21 22:46:41 +02:00
Andrej Kacian
baa33ee12b Remove unneeded Windows-specific code path in Notification plugin's trayicon popup menu callback. 2015-09-20 22:18:21 +02:00
Paul
30ac527285 modify label to give more clarity 2015-09-11 09:26:31 +01:00
Paul
f57d5ced55 modify label to give more clarity 2015-09-11 09:10:57 +01:00
Paul
02c24e9925 add UI for default sort key and type 2015-09-11 09:09:39 +01:00
Andrej Kacian
073b3b6e5c Make IPv6 work on Windows, for connections not handled by libetpan. 2015-09-10 21:12:31 +02:00
Paul
6d746bea45 Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2015-09-09 17:02:23 +01:00
Paul
9524293504 add prefs for default folder sort and direction, no ui yet 2015-09-09 16:54:57 +01:00
Ricardo Mones
0617341d22 Remove reference already in manual
And which can't really be recommended yet since it doesn't
support neither account's nor plugins' hidden preferences…
2015-09-09 02:24:42 +02:00
Ricardo Mones
a11dbee6e7 Update manual year 2015-09-08 02:48:49 +02:00
Ricardo Mones
f1f3c5eca2 Make a single updated list of hidden options
And point to it from README.
2015-09-08 02:43:23 +02:00
Christian Hesse
1207b105a4 Hidden preference to limit PGP autocompletion
Some keys have a lot of UIDs, resulting in a huge dropdown list. This
allows to limit PGP autocompletion to use the first n UID/address of a
key only.
2015-09-08 00:32:03 +02:00
Paul
71b8625f5d when replying to our own msg, select the account that sent it 2015-09-04 18:09:19 +01:00
Andrej Kacian
9654c62175 Make Left and Right keys collapse and expand item under cursor if appropriate.
Left key also moves cursor to parent item, if current item is
already collapsed.
2015-09-01 10:28:18 +02:00
Andrej Kacian
97e8253eb3 Make Home and End keys work in folderview pane. 2015-09-01 03:00:39 +02:00
Andrej Kacian
8bc08f388d Add a PrefsWindow callback for apply button, and use it for common preferences to save them to disk.
Fixes bug #3467 for "click Apply, then click Cancel" scenario.
2015-08-28 11:40:11 +02:00
Andrej Kacian
4cf741e58e Use PrefsWindow's close_cb callback to save common prefs to disk, if OK or Apply button was pressed.
Fixes bug #3467.
2015-08-28 11:39:49 +02:00
Andrej Kacian
f3593ce1b2 Added dialog_response member to PrefsWindow. 2015-08-28 11:38:05 +02:00
Andrej Kacian
f0cc04183e Pass PrefsWindow pointer instead of GtkWindow to prefswindow's open and close callbacks. 2015-08-28 11:38:05 +02:00
Andrej Kacian
05a137be88 Moved struct and enum declarations from prefswindow.c to .h. 2015-08-28 11:38:05 +02:00
Christian Hesse
4721a112b0 Auto-configuration: set port only when not default 2015-08-28 11:24:44 +02:00
Paul
4f85809426 let's not suggest possible, not necessarily correct, solutions in debug output 2015-08-27 09:47:19 +01:00
Paul
e39993c0ed add option to specify location of GnuPG executable
This allows the user to choose to use gpg rather than be forced to use
gpg2
2015-08-27 09:37:04 +01:00
Ricardo Mones
e111f1299d Also fix #3209 on initial wizard
And remove unused variables while at it.

From original patches thanks to Christian Hesse!
2015-08-27 09:48:39 +02:00
Paul
6267b9b8a6 use the PACK_CHECK_BUTTON macro in prefs_gtk.h 2015-08-27 08:42:26 +01:00
Ricardo Mones
30afef9bb6 Fix cut-and-paste error 2015-08-27 07:54:09 +02:00
Ricardo Mones
9f60522740 Fix bug #3342 ‘"Automatically accept unknown valid SSL certificates" is unfortunate wording’ 2015-08-26 13:21:09 +02:00
Ricardo Mones
87b3e7c74a Fix bug #3209 ‘autoconfig does not use full email address as username’
If a provider supports Auto-Configuring it's likely to be using the
full email address as user ID, not the local machine $USER.
2015-08-26 11:05:15 +02:00
Charles Lehner
2ff4e385f8 Always check for GnuTLS (fix #3507) 2015-08-21 12:49:45 -04:00
Paul
fbf45e2aaf do sgpgme_init() after prefs_gpg_init() because prefs are used in sgpgme_init() 2015-08-21 12:05:59 +01:00
Michael Rasmussen
f8f7de3c14 Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2015-08-20 20:23:14 +02:00
Michael Rasmussen
fefb4204bf Reduce size of error message 2015-08-20 20:22:46 +02:00
Andrej Kacian
8f4236e282 Use getaddrinfo() instead of gethostbyname() in socket.c.
Closes bug #3253, as we're trying all resolved addresses.
This should also make IPv6 work on Windows, bug #3495.
2015-08-20 08:28:22 +02:00
Michael Rasmussen
1b32cc6794 Fix possible crash when gpg is upgraded to gpg-v21 2015-08-20 01:26:33 +02:00
Ricardo Mones
70782f3f2c Libravatar: fix typo in label 2015-08-18 17:40:33 +02:00
Andrej Kacian
206f559c6f Fix crash on double notification popup.
Patch by Richard Hughes. Closes bug #3496.
2015-08-17 20:45:38 +02:00
Andrej Kacian
31806c2352 Improve how message body is quoted for reply/forward/etc.
Insert body_start and body_end text marks around quotable
message body, and quote that if user has not selected any text
to quote for their reply.
Closes bug #3483.
2015-08-13 20:28:38 +02:00
Andrej Kacian
bf373b8226 Provide an up to date version of g_base64_decode() for older GLib.
Patch by Jean Diraison, closes bug #3473.
2015-08-13 20:24:48 +02:00
Holger Berndt
b20b2b3508 Python plugin: Add Folder to MessageInfo objects 2015-08-12 20:14:17 +02:00
Colin Leroy
c1172c548a Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2015-08-11 14:45:08 +02:00
Colin Leroy
f04aaa4cb1 Save temporary file in mime temporary directory when using right-click/Open image instead of saving in current working directory.
Also, save in home directory if attach_save_dir is not set.
2015-08-11 14:43:23 +02:00
Colin Leroy
229e17d5b7 Fix string leaks 2015-08-10 20:58:32 +02:00
Ricardo Mones
5ef1df1e1b Fix bug 2458 “Option to force header type to pre-defined-only”
As suggested by the comments in the report this  adds a new
hidden preference namely 'type_any_header', which controls
the editable status of the compose header entries.

For RELEASE_NOTES: the option is set to FALSE by default, so it
changes current default behaviour.
2015-08-09 11:33:42 +02:00
Colin Leroy
2780845b62 Remove file that should be ignored 2015-08-04 12:35:14 +02:00
Colin Leroy
b4582cad28 Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2015-08-04 12:34:37 +02:00