wwp
9a20d31a23
Fix wrong libarchive version check.
2017-01-04 17:16:09 +01:00
wwp
3a66d2e101
Make the FOO vanish.
2017-01-04 11:32:19 +01:00
wwp
c7af8ad4b2
Fix marking all as (un)read recursively when the confirmation
...
dialogue is enabled and the user clicks No: confirmation dialog
was taken into account just for the current folder, subtree was
marked anyway, and this only under certain conditions that I'd
prefer not to list here becau<woosh>
2017-01-04 11:14:15 +01:00
wwp
d287120c94
Rename a misnamed function, remove debug statements.
2017-01-04 09:13:05 +01:00
wwp
8cc21bf46a
Fix missing array initializers and line everything up.
2017-01-03 23:36:33 +01:00
wwp
2b85c3daaa
Fix missing array initializers and line everything up.
2017-01-03 23:12:02 +01:00
wwp
eaa8a3ebd8
Really align array (using whitespaces).
2017-01-03 22:31:13 +01:00
wwp
91c5187539
Cosmetic changes: align arrays, remove debug statements.
2017-01-03 22:20:59 +01:00
wwp
cdb10d81eb
Archiver plugin update and review:
...
- updated to support some of the compression formats up to libarchive 3.2.2,
- detect libarchive 2.8+ using pkgconfig,
- use alertpanel API instead of creating gtk dialogs from scratch (with missing
- dialog title, and no clue about what is displayed),
- configure script now makes use of libarchive pkgconfig,
- fixed wrong use of cached page struct info, we do now rely on data set in widgets
to get source folder and target archive filename and sync the page struct info w/ it
when needed,
- renamed gzip/zip to gzip,
- reworked the way archive formats and compression formats lists are displayed (not translatable anymore).
- reformat code a bit.
2017-01-03 19:14:10 +01:00
Holger Berndt
abf4b98214
GData plugin: Require libgdata at least 0.17.2
...
Version 0.17.2 is required for auth token save/restore accross restarts.
Without this functionality, the plugin has such bad usability, it's not
worth maintaining. This also fixes the previous compile-error when only
0.17.1 was present.
2017-01-03 11:20:11 +01:00
wwp
a0fbaacf17
Fix 'search folder' not working in some cases (it needs a 'clear' click to
...
work or to manually clear search fields).
Fix provided by Paul, the be(a)st.
2016-12-29 13:42:46 +01:00
Paul
38af4d7654
make Go to/[Next|Prev] sort order aware
2016-12-28 12:55:04 +00:00
wwp
b2b913e310
Fix compiler warnings when we test enum-based variables for impossible
...
<0 values.
2016-12-27 18:06:11 +01:00
wwp
f69f1588a9
Factorize toolbar reset code, and don't compute array sizes using
...
unsafe calculations.
2016-12-27 18:04:42 +01:00
wwp
30a1c0875f
Fix enum boundaries we check in func_selection_changed (when
...
changing the internal function assigned to a toolbar item).
Just a theoretical issue here apparently, or we would have had
problems since ages.
2016-12-27 18:02:55 +01:00
wwp
878b6d7a20
More places where printf() and C_() have to be separated.
2016-12-27 17:58:47 +01:00
wwp
0372b283a8
Line-up arrays (w/ space chars only).
...
Fix missing array initializers.
2016-12-27 16:02:27 +01:00
wwp
66d2176e8b
Silent up a compiler warning by making the ComposeCallAdvancedAction
...
enum a real integer-scope ([-1 .. n] instead of [0 .. n]), swallowing
the -1 value check.
2016-12-27 15:20:53 +01:00
wwp
aed88afd64
Update French translation.
2016-12-27 15:15:03 +01:00
wwp
571de7f509
Revert "Revert "Revert g9737584."" (but the fix) by reimplementing
...
the thing differently: don't mix printf() and C_() as it messes the
compiler up.
Factorize a bit format errors in compose.c.
Make some header names translatable following prefs in the
address keeper plugin.
2016-12-27 15:11:00 +01:00
wwp
6b68aee40d
Fix a leak.
2016-12-27 13:12:22 +01:00
Ricardo Mones
ec9e88d3df
Revert "Revert g9737584." and fix it ;)
...
This reverts commit 834ee304
which was reverting a previous
commit which broke build because of an extra comma. This
reverts the revert and removes the comma.
2016-12-27 13:08:00 +01:00
wwp
834ee30437
Revert g9737584.
2016-12-27 12:57:37 +01:00
wwp
9737584876
Add translation context helper text where some %s' are used and
...
their meaning is not obvious.
2016-12-27 12:16:56 +01:00
Paul
f5ea218791
removed all useless comments from the end of the po files
2016-12-23 11:20:30 +00:00
wwp
5d7ec23839
Review of the French translation for Xmas:
...
- huge amount of corrections and changes,
- removed the enormous useless notes chunk.
2016-12-23 11:22:29 +01:00
wwp
bb7178864f
Update French translation.
2016-12-21 16:03:15 +01:00
wwp
dbdfae6969
Capitalize header names (as everywhere else).
2016-12-21 16:01:36 +01:00
wwp
69eaf525fa
More translatable header names in UI strings.
2016-12-21 15:52:41 +01:00
Ricardo Mones
b281fcac67
Remove unnecessary commas
...
They were added by mistake in f455e02c
.
2016-12-21 15:17:02 +01:00
Andrej Kacian
e31ee60178
Stop left/right keypresses from propagating further in foldersel.
...
This amends commit 5305715
.
2016-12-21 13:21:03 +01:00
Andrej Kacian
123563ca47
Moved compose_can_autosave() outside of #ifdef G_OS_UNIX.
2016-12-21 12:57:47 +01:00
wwp
596d44ce3c
Fix wrong string split and list of arguments.
2016-12-21 10:08:13 +01:00
Andrej Kacian
cf9cab50cb
Removed an unneeded trailing '\' from Windows' START_TIMING.
...
Well spotted by Pierre Fortin.
2016-12-20 23:31:16 +01:00
wwp
4a92e36b32
Fix extra arguments to g_strdup_printf (thanks to coverity scan),
...
add quotes around header names in few dialogs.
2016-12-20 23:01:29 +01:00
wwp
a38971609f
Fix untranslatable concatenated strings (i.e. "Default "+"To:"),
...
normalize few uses of header names in UI.
2016-12-20 11:50:46 +01:00
Andrej Kacian
53057151de
Use left/right keys to collapse/expand rows in foldersel dialog.
...
Further keypress will move the cursor to parent
or first child, respectively.
2016-12-19 21:30:45 +01:00
Andrej Kacian
5a66116ee9
Allow toplevel folders to be copied.
...
They are created as regular folders in target mailbox.
2016-12-19 20:51:21 +01:00
Andrej Kacian
22d94ce01f
Do not strip plus sign when drag&drop attaching files.
...
Closes bug #3742 .
2016-12-18 22:34:44 +01:00
Paul
e3bb5c6ac8
fix black on black in From header
2016-12-16 10:21:31 +00:00
wwp
77a2981141
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
2016-12-16 09:16:15 +01:00
wwp
19430d77d5
Silent up coverity scan.
2016-12-16 09:15:45 +01:00
Ricardo Mones
abc9d9cd40
Fix initialization of two pixmaps
2016-12-15 19:57:27 +01:00
wwp
b4d895b8b8
Fix possibly broken toolbar_compose.xml by migrating A_SENDL actions names
...
to A_SEND_LATER. An attempt to rewrite the whole toolbar .xml file was done
when only a part of it was read, leading to toolbar elements loss; the
rewrite of migrated toolbar configs is now done a posteriori.
Also, the renaming/migration magics swallowed the existing one
for A_SYL_ACTIONS.
2016-12-14 11:06:18 +01:00
wwp
06f63cb892
Updates and hotkey fixes.
2016-12-13 08:58:23 +01:00
wwp
a34523c618
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
2016-12-13 08:57:52 +01:00
wwp
884055d3bd
Internal API change: split read/unread marking features from functions used
...
to mark as read/all read using a parameter.
2016-12-13 08:56:27 +01:00
Andrej Kacian
1a505326d0
Also update authors.h for commit ea40116
.
2016-12-13 01:01:23 +01:00
Andrej Kacian
c939c0702b
Update AUTHORS file for the previous commit ea40116
.
2016-12-13 00:57:31 +01:00
Andrej Kacian
ea4011632f
Honor autosave_encrypted preference when using external editor.
...
Patch by Ashish Gupta <ashmew2@gmail.com>.
2016-12-13 00:55:24 +01:00