Commit graph

10509 commits

Author SHA1 Message Date
Andrej Kacian
63f4da58b0 Remove unused string copy from procmsg_msg_exist(). 2018-09-14 11:28:22 +02:00
wwp
72b3051958 Fix capitalization of a one Web[cC]al occurrence. 2018-09-14 11:28:18 +02:00
Ricardo Mones
ce5e2d54bb Fix bug #3418 ‘Building on a Cross Compiling toolchain doesn't work’
The bug is really fixed in commit 8eee2fd5dd
This only adds a slight modification of the remaining portion of the
patch checking the macro itself, from the original attached to the bug
by ridai.govinda@gmail.com.
2018-09-14 11:28:13 +02:00
Andrej Kacian
bd176c91f1 Updated INSTALL file.
Updated required GTK+ version, and removed the outdated
list of configure options. The existing reference to --help
should suffice there.
2018-09-14 11:28:06 +02:00
Andrej Kacian
e03ba6bc4c Added unit test framework, and some initial unit tests. 2018-09-14 11:28:01 +02:00
Andrej Kacian
9b08d34901 md5.c doesn't need to include entire utils.h. 2018-09-14 11:27:54 +02:00
Andrej Kacian
67bf3b8626 Moved codeconv.[ch] and unmime.[ch] to common/ subdir.
That's where they belong. This also clears up a few ugly
cases of other files in common including "../codeconv.h".
2018-09-14 11:27:48 +02:00
Andrej Kacian
c76dd4709f Decouple codeconv.c from prefs_common. 2018-09-14 11:27:43 +02:00
Andrej Kacian
ab7e2b272a Add parameter sanity checks to md5_hex_digest() and md5_hex_hmac(). 2018-09-14 11:27:39 +02:00
Olivier Brunel
592f6d1325 Preserve flags & tags when re-editing a message
When re-editing a message, let's preserve its flags (color labels, etc)
and tags. Can be especially useful for those who use such things on queued
messages, and find themselves re-editing messages afterwards but before
actually sending them.
2018-09-14 11:27:30 +02:00
Olivier Brunel
892aff4b19 action: Keep selection set afterwards
Upon running (filtering) actions, the current selection was lost (due to
refreshing the current folder); Let's restore it.
2018-09-14 11:27:20 +02:00
Olivier Brunel
ff4c2884e5 Speed-up searches in References via "x"
Since commit 5c9f9e47 (in 2001!) the header "References" is actually
cached in MsgInfo, so searching it can be substantially faster if "x"
expands to 'references' instead of 'header "References"', much like with
'i' (messageid) or 'I' (inreplyto).
2018-09-14 11:27:14 +02:00
wwp
92c7a43013 Fix wrong logics leading to writing possibly broken config file,
patch by Olivier Brunel.
2018-09-14 11:26:58 +02:00
Ricardo Mones
a0a7b52b6e Restore Fancy entry in README, still in tarball ;)
Thanks Woody for noticing.
2018-09-14 11:26:53 +02:00
Paul
b4d2f3de01 fix lintian autotools-pkg-config-macro-not-cross-compilation-safe warning
see
https://lintian.debian.org/tags/autotools-pkg-config-macro-not-cross-compilation-safe.html
2018-09-14 11:26:46 +02:00
Ricardo Mones
9b183f5b11 Update plugins in README 2018-09-14 11:26:41 +02:00
wwp
83362ed424 Fix wrong test leading to dead code (and dead func), CID 1438531. 2018-09-14 11:26:33 +02:00
Paul
566182e390 always show the full version on the mainwindow regardless of --enable-maintainer-mode 2018-09-14 11:26:27 +02:00
Paul
5572448200 for release 3.17.1 2018-09-14 11:26:22 +02:00
Andrej Kacian
853d84f38d Update vcalendar's claws.def file for Windows build after recent changes.
Thanks to Abhay S. Kushwaha.
2018-08-25 11:36:05 +02:00
Andrej Kacian
bf32f9cb1f Improve Left Arrow keypress handling for childless folders in folderview.
Based on patch by Abhay S. Kushwaha.
2018-08-25 11:36:01 +02:00
wwp
7be212fe5b Optimize (for speed) and factorize code related to marking folders
as read/unread recursively. A bit of code format fixing too.
2018-08-25 11:35:57 +02:00
Andrej Kacian
b38873d103 Fix building manual PDF and PS formats when building outside of source dir. 2018-08-25 11:35:52 +02:00
Andrej Kacian
4c3ca98d30 Fix various plugins including generated .h files when building outside of source dir. 2018-08-25 11:35:48 +02:00
Andrej Kacian
dae2a17f44 Fix configure version detection when building outside of srcdir. 2018-08-25 11:35:42 +02:00
Colin Leroy
c2c94ee2dd Better GUI (with calendar) for date filtering condition. 2018-08-25 11:35:36 +02:00
Colin Leroy
7363f657b7 Move time selector from vCalendar to gtkutils 2018-08-25 11:35:32 +02:00
Colin Leroy
6b6dc60675 Filtering: simple GUI for date_after/before 2018-08-25 11:35:29 +02:00
Colin Leroy
4ce9b9a45d Filtering: add date_before and date_after 2018-08-25 11:35:26 +02:00
Colin Leroy
1a7555f59e Only handle GTK events when matcher test thread takes more than 0 seconds. 2018-08-25 11:34:47 +02:00
Andrej Kacian
4d7a7a5037 Add null pointer checks to pkcs5_pbkdf2(). 2018-08-25 11:34:42 +02:00
Andrej Kacian
3271b0bc8e Added null parameter checks in codeconv.c where appropriate. 2018-08-25 11:34:38 +02:00
Andrej Kacian
4f8b932729 Move the typedef for "u32" from utils.h to md5.h, since it is only used there. 2018-08-25 11:34:33 +02:00
Andrej Kacian
ebb399a07f Removed an unused #include from libfeed's parser.c. 2018-08-25 11:34:28 +02:00
wwp
673f0f89f0 Fix missing check for a retrieving interval minimum value in
accounts prefs, don't use abbreviated units there and follow
the global prefs style.
2018-08-25 11:34:23 +02:00
wwp
3c6c882a19 Fix wrong time unit shown in offline-override dialog (IMAP), and
while we're at it, use the most appropriate reduced number+unit.
2018-08-25 11:34:19 +02:00
Andrej Kacian
ced04f3355 Remove unneeded includes from entity.c. 2018-08-25 11:34:14 +02:00
wwp
d468e0fd5a Warn and fail rather than miserably crashing when format string in
faulty.
2018-08-25 11:25:05 +02:00
wwp
4e684cb799 Fix for Bug 4072: Crash when clicking 'reply' or 'reply with quote'
Wrong '%\n' format causes a crash in g_strdup_printf.
2018-08-25 11:25:00 +02:00
wwp
f03a00bc63 Fix/normalize product name in few places in UI and in several source files. 2018-08-25 11:24:19 +02:00
wwp
332c8f0529 Sucesfuly fix typos in LDAP log prints. 2018-08-25 11:21:49 +02:00
Paul
0f02917ab4 for release 3.17.0 2018-08-25 11:21:34 +02:00
Ricardo Mones
5c2f8b69dc Update list of TLDs for release 2018-08-25 11:21:24 +02:00
Ricardo Mones
6365753f03 Some fixes to Spanish translation 2018-08-25 11:21:18 +02:00
wwp
4fded1ba83 French translation: last fixes and updates. 2018-08-25 11:21:14 +02:00
Ricardo Mones
d154a33653 Update Spanish translation 2018-08-25 11:21:10 +02:00
wwp
d5df752666 French translation: introduce inclusive modern French forms (I guess we'll get
feedback about this), patch by Colin.
2018-08-25 11:20:54 +02:00
wwp
1f32f6f79e French translation: fix few uses of ID and capitalization. 2018-08-25 11:20:50 +02:00
wwp
4092c7128f Fix French translation file. 2018-08-25 11:20:45 +02:00
wwp
2e49be6225 French translation: few fixes more. 2018-08-25 11:20:41 +02:00