Commit graph

9665 commits

Author SHA1 Message Date
Andrej Kacian
a2a3d29ce7 Yet more vcalendar varargs functions fixed for issue described in d20742e. 2016-09-13 11:53:17 +02:00
Andrej Kacian
c0dc565cf9 More fixes for vcalendar crash on 64-bit arch.
Same issue as in commit d20742e, different place.
This should be the last one, though.
2016-09-13 11:45:22 +02:00
Ricardo Mones
a62bfbb3d2 Fix another two strangely sized buttons 2016-09-13 10:19:21 +02:00
Ricardo Mones
93354c8ef6 Fix potential segfault
Syslog message was:
[5473572.496127] claws-mail[24080]: segfault at 22 ip
 00000000005704ce sp 00007ffdf1dfcea0 error 4 in
 claws-mail[400000+34a000]

$ addr2line -e /…/claws-mail 00000000005704ce
/…/src/textview.c:837

More details on: http://stackoverflow.com/questions/2179403
2016-09-12 17:23:18 +02:00
Ricardo Mones
00ba843d39 Adjust to our toolbar button size of 24x24 2016-09-12 12:22:49 +02:00
Andrej Kacian
008fce789f Fix an impossible crash to shut Coverity up. 2016-09-11 10:15:41 +02:00
Andrej Kacian
afc83c6030 Fix a memory leak in rssyl_update_comments(). 2016-09-10 20:19:16 +02:00
Andrej Kacian
4accbf7ee4 Do not ignore CFLAGS environment variable in configure. 2016-09-10 12:43:12 +02:00
Andrej Kacian
42b0938292 A fix for commit b274c72.
Whatever FeedItem's ->data is pointing to is being
freed in feed_item_free() already.
2016-09-10 09:28:04 +02:00
Andrej Kacian
6061cc33f7 Fix a memory leak when setting summaryview and folderview fonts. 2016-09-10 01:32:47 +02:00
Andrej Kacian
720b9a5429 Fixed two memory leaks when creating folderitems.
The Folderitem's "node" member is set to a new empty
GNode in folder_item_new(), but is later set to
another newly allocated GNode.

This commit removes the extra allocation in one case
(folder_new()), and gets rid of the original GNode
in another case, where avoiding the second allocation
is impossible without completely rewriting the recursive
folderitem appending in folder_get_from_xml().
2016-09-10 01:13:30 +02:00
Andrej Kacian
b274c72a2b Fix memory leak when freeing RSSyl's FeedItem struct. 2016-09-10 00:07:01 +02:00
Andrej Kacian
fbb619d6ae Fix memory leak in password store reading. 2016-09-09 23:43:51 +02:00
Andrej Kacian
e6ae9fa25d Fix a memory leak in folder_register_class(). 2016-09-09 23:11:52 +02:00
Ricardo Mones
51481e41cb Fix potential out-of-bounds read 2016-09-09 21:27:35 +02:00
Ricardo Mones
831b8da1eb Do not reuse pixmaps for theme icons
Otherwise theme authors may have a hard time finding why an
icon is not themed despite having provided replacements for
all existing xpm files.
2016-09-07 14:08:55 +02:00
Ricardo Mones
a79bdb6a07 Remove another unused pixmap 2016-09-06 00:53:24 +02:00
Ricardo Mones
02744e99fb Remove unused pixmap
Not used in theme and it wasn't a Claws Mail icon but other
ancient thingy… :)
2016-09-05 09:27:11 +02:00
Ricardo Mones
ed7e898a2a Normalise theme icon names which were different 2016-09-05 09:21:40 +02:00
Ricardo Mones
6809ce7893 Remove unused declaration 2016-09-03 01:20:17 +02:00
Ricardo Mones
001f97e114 Add warning icon to warning message
Refactor warning creation code into a single function.
2016-09-03 01:18:56 +02:00
Andrej Kacian
b130471c60 Be more strict about minimum DH prime size for TLS connections.
Since GnuTLS 3.1.7, this minimum size is dictated by the
priority string, and current (GnuTLS 3.3.0) "safe-enough"
value is 1008 bits. We set this minimum size explicitly
for older GnuTLS versions.

Users who are affected by this (their servers use DH prime
smaller than 1008 bits can override this by using priority
string starting with the keyword "LEGACY". This keyword
only works with GnuTLS 3.3.0 or newer, however.
2016-09-02 11:22:50 +02:00
Paul
49e55fb574 fix make dist 2016-09-02 08:21:42 +01:00
wwp
1b450742d6 Templates: add a way to attach a file, 'attach_output' or 'A', file whose absolute path+filename
is the output of a command-line (it s a mix of 'attach' and 'program'). The first line of the
command-line output is taken into account, trailing newline being stripped down.
Like 'attach', if the filename is not found or not accessible, CM will raise an error. Like
'program', if the command-line fails, no error raises but the standard output of CM shows it.
2016-09-02 00:40:27 +02:00
Ricardo Mones
db2ee150ef Fix bug #2918: Notification Popup icon is hardcoded
Also fixes last part of bug #3437 by removing the call to deprecated
function gdk_pixbuf_new_from_inline and not using a raw pixmap.
2016-09-01 19:40:31 +02:00
Ricardo Mones
fcfeb30db6 Add 64x64 icon version to stock pixmaps
Icon data purloined from last patch of #3437 by Christian Hesse.
2016-09-01 19:39:46 +02:00
Ricardo Mones
465eabaf3a Forgot to adjust default window size 2016-09-01 12:20:02 +02:00
Ricardo Mones
8ea71837e7 Improve icon legend appearance a bit
Remove extra space and replace scrolled window with a frame.
2016-08-31 20:48:13 +02:00
Colin Leroy
6110e7055f Fix a few Coverity issues 2016-08-31 17:11:24 +02:00
Colin Leroy
b794c279c9 Remove useless code 2016-08-31 16:47:50 +02:00
Colin Leroy
9730a98ed2 Remove useless code 2016-08-31 16:44:40 +02:00
Paul
371bbb58ad use file name for WebCal subscription folder name
also remove the string length limit, which broke saving folder
properties
2016-08-31 12:37:03 +01:00
Ricardo Mones
673374af23 Better alignment for icon legend columns
Reverts most of c0abccd31d.
2016-08-31 13:17:25 +02:00
Paul
af477843ca fix make dist 2016-08-30 16:07:05 +01:00
Paul
c0abccd31d place icons in 2 columns 2016-08-30 15:54:25 +01:00
Paul
84ef5517bc remove icons that will never be displayed 2016-08-30 12:37:11 +01:00
Paul
9aeea1ac93 fix capitalisation 2016-08-30 11:54:42 +01:00
Paul
6771436760 add 'noselect' and 'subs-only' folder icons 2016-08-30 11:26:45 +01:00
Paul
27290077c0 fix non-resizeable Icon Legend dialogue 2016-08-30 11:22:12 +01:00
Paul
999c327103 implement the 4-state icons for 'noselect' folders 2016-08-30 11:01:59 +01:00
Andrej Kacian
2032c913a7 Fix NULL pointer dereference in LDAP lookup code.
Fixes bug #3027.
2016-08-30 10:03:06 +02:00
Andrej Kacian
986e6f7c5f Fix crash on Windows when doing a LDAP search. 2016-08-28 22:42:10 +02:00
Andrej Kacian
04456e3b73 Make filesel API more consistent.
One of the functions, filesel_select_multiple_files_open(),
was missing the path parameter.
2016-08-28 20:11:03 +02:00
Andrej Kacian
1a39f25036 Refactor gtk/w32_filesel.c for better code reuse. 2016-08-27 20:41:08 +02:00
Andrej Kacian
303c220d3a Allow multiple file selection in Windows native file chooser. 2016-08-27 19:51:14 +02:00
Paul
bfa546e162 indicate IMAP mailboxes which show subs only with a green folder 2016-08-27 08:49:19 +01:00
Paul
9582967be7 Add OpenBSD CA cert path.
From Edd Barrett via Daniel Jakots
2016-08-26 14:55:44 +01:00
Paul
8128510abe maintain alphabetical ordering 2016-08-26 08:51:10 +01:00
Paul
77aa92a2d9 update location of addrbook sub-folder in address conversion scripts 2016-08-26 08:39:41 +01:00
Ricardo Mones
b7315fa6a2 Synchronize Spanish manual 2016-08-25 12:27:01 +02:00