claws.git
10 years agoAnd again. This is starting to get ridiculous
Colin Leroy [Fri, 26 Jul 2013 14:10:51 +0000 (16:10 +0200)]
And again. This is starting to get ridiculous

10 years agoOne more fix
Colin Leroy [Fri, 26 Jul 2013 14:07:05 +0000 (16:07 +0200)]
One more fix

10 years agoFinish previous fix
Colin Leroy [Fri, 26 Jul 2013 13:59:15 +0000 (15:59 +0200)]
Finish previous fix

10 years agoFix exports
Colin Leroy [Fri, 26 Jul 2013 13:53:35 +0000 (15:53 +0200)]
Fix exports

10 years agoFix python check resetting LIBS on win32
Colin Leroy [Fri, 26 Jul 2013 13:28:22 +0000 (15:28 +0200)]
Fix python check resetting LIBS on win32

10 years agoFix sorting errors of previous modification and some more
Ricardo Mones [Thu, 25 Jul 2013 11:50:03 +0000 (13:50 +0200)]
Fix sorting errors of previous modification and some more

10 years agoFix an use-after-free
Colin Leroy [Thu, 25 Jul 2013 11:33:55 +0000 (13:33 +0200)]
Fix an use-after-free

10 years agoMake signature auto-check not blocking.
Colin Leroy [Thu, 25 Jul 2013 11:26:24 +0000 (13:26 +0200)]
Make signature auto-check not blocking.

10 years agoFix bug #2982 'variable declaration behind FLOCK conditional'
Ricardo Mones [Thu, 25 Jul 2013 11:10:15 +0000 (13:10 +0200)]
Fix bug #2982 'variable declaration behind FLOCK conditional'

Patch by Richard Palo <richard@NetBSD.org>, added to AUTHORS.
Also synchronize authors.h with AUTHORS while we're at it.

10 years agofix bug 2954, 'Crash in "Save Image As" for HTML message'
Paul [Fri, 12 Jul 2013 08:23:43 +0000 (09:23 +0100)]
fix bug 2954, 'Crash in "Save Image As" for HTML message'

note: this patch prevents the crash but does not implement saving images

10 years agofix bug 2960, 'rfc3156 deviation regarding hash symbols'
Paul [Fri, 12 Jul 2013 07:13:12 +0000 (08:13 +0100)]
fix bug 2960, 'rfc3156 deviation regarding hash symbols'

make micalg value lowercase as per RFC 3156

10 years agofix DNS Prefetching leak
Paul [Fri, 12 Jul 2013 06:18:50 +0000 (07:18 +0100)]
fix DNS Prefetching leak

disable DNS Prefetching when 'Enable loading of remote content' is
switched off

10 years agofix bug 2961, 'Partial retrieval not available with PGP/Inline encrypted messages'
Paul [Thu, 11 Jul 2013 14:17:48 +0000 (15:17 +0100)]
fix bug 2961, 'Partial retrieval not available with PGP/Inline encrypted messages'

do a more thorough check before deciding to go ahead with a (ultimately
failed) decryption attempt: check for the end of the encrypted block,
don't just assume, (never assume, it makes an ...), that it must be
there if the beginning of the block is found.

Move some stuff, which is now used in both -mime and -inline,  into a
new file, pgpcore/pgp_utils.[ch]

10 years agofix bug 2957, 'Double-free in account preferences'
Paul [Mon, 8 Jul 2013 16:05:09 +0000 (17:05 +0100)]
fix bug 2957, 'Double-free in account preferences'

10 years agoUse MIME-Version instead of Mime-Version header, to conform to RFC 2045.
Andrej Kacian [Sat, 6 Jul 2013 00:32:32 +0000 (02:32 +0200)]
Use MIME-Version instead of Mime-Version header, to conform to RFC 2045.

10 years agoAdd libetpan to jhbuild moduleset
Holger Berndt [Mon, 1 Jul 2013 11:59:18 +0000 (13:59 +0200)]
Add libetpan to jhbuild moduleset

10 years agoin the output of `claws-mail -V` use 'Enchant' instead of 'aspell' and whilst I'm...
Paul [Tue, 18 Jun 2013 18:57:47 +0000 (19:57 +0100)]
in the output of `claws-mail -V` use 'Enchant' instead of 'aspell' and whilst I'm at it, make all the uppercase/lowercase match the About dialogue too

10 years agoComplete the fix for bug #2132
Ricardo Mones [Tue, 18 Jun 2013 11:42:25 +0000 (13:42 +0200)]
Complete the fix for bug #2132

Move QuickSearch “Edit” button shortcut to ‘d’ key, which was free.

10 years agoUse the correct type for adjustments
Ricardo Mones [Fri, 14 Jun 2013 10:29:46 +0000 (12:29 +0200)]
Use the correct type for adjustments

Fixes “addrgather.c:402:12: warning: assignment from incompatible
pointer type [enabled by default]”

10 years agoDeprecated gthread functions in newer glib
Ricardo Mones [Fri, 14 Jun 2013 10:24:47 +0000 (12:24 +0200)]
Deprecated gthread functions in newer glib

Since glib 2.32 these are deprecated:
• g_thread_init is not required anymore
• g_cond_new/g_cond_free → g_cond_init/g_cond_clear

10 years agoAdd pthred libs
Colin Leroy [Fri, 14 Jun 2013 08:39:19 +0000 (10:39 +0200)]
Add pthred libs

10 years agoMore win32 fixes
Colin Leroy [Fri, 14 Jun 2013 08:34:17 +0000 (10:34 +0200)]
More win32 fixes

10 years agoFix typo preventing Win32 build
Colin Leroy [Fri, 14 Jun 2013 08:26:15 +0000 (10:26 +0200)]
Fix typo preventing Win32 build

10 years agoAdd Michal to AUTHORS
Colin Leroy [Thu, 30 May 2013 13:50:12 +0000 (15:50 +0200)]
Add Michal to AUTHORS

10 years agoImplement a password get hooklist, allowing plugins to
Colin Leroy [Thu, 30 May 2013 13:26:00 +0000 (15:26 +0200)]
Implement a password get hooklist, allowing plugins to
provide passwords for various accounts. Patch by Michal
Gorki, bug #2252 "API for external password storage"

10 years agoFix configure failing when cross-building for win32
Colin Leroy [Fri, 14 Jun 2013 08:23:11 +0000 (10:23 +0200)]
Fix configure failing when cross-building for win32

10 years agoPython plugin: Extend plugin description
Holger Berndt [Tue, 11 Jun 2013 21:44:00 +0000 (23:44 +0200)]
Python plugin: Extend plugin description

Bring back the information that was previously contained
in the README file of the plugin tarball in form of a
more elaborate plugin description.

10 years agoPython plugin: Improve error reporting during plugin init
Holger Berndt [Tue, 11 Jun 2013 21:27:28 +0000 (23:27 +0200)]
Python plugin: Improve error reporting during plugin init

10 years agoPython plugin: Make some functions static
Holger Berndt [Mon, 10 Jun 2013 21:05:19 +0000 (23:05 +0200)]
Python plugin: Make some functions static

10 years agoPython plugin: Better error reporting during directory creation
Holger Berndt [Sun, 9 Jun 2013 18:38:23 +0000 (20:38 +0200)]
Python plugin: Better error reporting during directory creation

10 years agoPython plugin: Add explicit cast for function argument
Holger Berndt [Sun, 9 Jun 2013 18:38:08 +0000 (20:38 +0200)]
Python plugin: Add explicit cast for function argument

10 years agoremove obsolete maemo support
Paul [Tue, 11 Jun 2013 14:59:51 +0000 (15:59 +0100)]
remove obsolete maemo support

10 years agoalso add Henri Bauer here
Paul [Tue, 11 Jun 2013 13:55:16 +0000 (14:55 +0100)]
also add Henri Bauer here

10 years agoclean up former extra-plugins Makefiles
Paul [Tue, 11 Jun 2013 13:50:59 +0000 (14:50 +0100)]
clean up former extra-plugins Makefiles

10 years agofix a couple more compiler warnings
Paul [Tue, 11 Jun 2013 13:16:54 +0000 (14:16 +0100)]
fix a couple more compiler warnings

10 years agofix implicit declaration warning
Paul [Tue, 11 Jun 2013 12:49:25 +0000 (13:49 +0100)]
fix implicit declaration warning

10 years agofix a bunch of combobox related warnings
Paul [Tue, 11 Jun 2013 12:39:45 +0000 (13:39 +0100)]
fix a bunch of combobox related warnings

10 years agoRevert undesired effect of fixing bug #2927
Ricardo Mones [Tue, 11 Jun 2013 12:04:59 +0000 (14:04 +0200)]
Revert undesired effect of fixing bug #2927

Patch thanks to Henri Bauer, also added to authors file.

10 years agofix debian bug #711864, 'claws-mail-vcalendar-plugin: when creating meeting GTK_IS_CO...
Paul [Tue, 11 Jun 2013 11:10:45 +0000 (12:10 +0100)]
fix debian bug #711864, 'claws-mail-vcalendar-plugin: when creating meeting GTK_IS_COMBO_BOX_TEXT failed'

10 years agofix double-free crasher in Edit Accounts dialogue
Paul [Mon, 10 Jun 2013 13:54:15 +0000 (14:54 +0100)]
fix double-free crasher in Edit Accounts dialogue

10 years ago3.9.2 unleashed 3.9.2
Paul [Sat, 8 Jun 2013 20:35:31 +0000 (21:35 +0100)]
3.9.2 unleashed

10 years agoMerge branch 'bugfix-3.9.2'
Paul [Sat, 8 Jun 2013 20:31:28 +0000 (21:31 +0100)]
Merge branch 'bugfix-3.9.2'

10 years agofix detection of account in --compose and --compose-from-file where the From value... bugfix-3.9.2
Paul [Thu, 6 Jun 2013 13:10:21 +0000 (14:10 +0100)]
fix detection of account in --compose and --compose-from-file where the From value contains a name + email. Patch by Colin.
(cherry picked from commit 6ae1c2d29624155d085ea213d1a8431981008c76)

10 years agoFix variable name for the failing case
Ricardo Mones [Fri, 31 May 2013 06:29:39 +0000 (08:29 +0200)]
Fix variable name for the failing case
(cherry picked from commit 7f3695d49fba24f50fcb58e2fc7f5991cc9009ea)

10 years agoCheck if detected libpython.so can be dlopen-ed
Ricardo Mones [Thu, 30 May 2013 16:29:07 +0000 (18:29 +0200)]
Check if detected libpython.so can be dlopen-ed

A somewhat better solution for the libpython.so detection saga.
Unfortunately it has not presented itself and had to be painfully
extracted from a series of trial and error experiments. No living
beings were harmed in the process, though.

Many thanks to Paul for the help with testing this.
(cherry picked from commit df8a1d7e766dea1c48a47d6a7766e20922a78cab)

10 years agoGet rid of version.in - forgotten files
Colin Leroy [Thu, 30 May 2013 12:37:19 +0000 (14:37 +0200)]
Get rid of version.in - forgotten files
(cherry picked from commit 9375966944e6fef9cc85820b329c46125a93b3f3)

10 years agoGet rid of version.in, generate it ourselves when in a git tree
Colin Leroy [Thu, 30 May 2013 12:18:10 +0000 (14:18 +0200)]
Get rid of version.in, generate it ourselves when in a git tree
Prevents automake to believe it should remove it on distclean.
(cherry picked from commit a0773b18b0651f754b806ce07c61e564ffc21a8c)

10 years agoReorder send_message's port selection logic, paving the
Colin Leroy [Thu, 30 May 2013 09:35:16 +0000 (11:35 +0200)]
Reorder send_message's port selection logic, paving the
way for bug #2252 "API for external password storage"
Patch by Michal Gorny
(cherry picked from commit d04fd18b94a1c6fc8d22afe46367f278370011d3)

10 years agoput back this cruft until a better solution presents itself
Paul [Wed, 29 May 2013 17:26:39 +0000 (18:26 +0100)]
put back this cruft until a better solution presents itself
(cherry picked from commit 533722f52efcce1117503d5263efbbd4702c9c09)

10 years agofix locating of pythonXX.so, with thanks to Ricardo
Paul [Mon, 27 May 2013 12:52:48 +0000 (13:52 +0100)]
fix locating of pythonXX.so, with thanks to Ricardo
(cherry picked from commit 7a8ee419bf23dd5d84275e29cdd04bbb35d47b8d)

10 years agoFix undoing file insertion.
Colin Leroy [Fri, 24 May 2013 18:27:02 +0000 (20:27 +0200)]
Fix undoing file insertion.
(cherry picked from commit 7e2654802e7eb97090da16bdf0fc3e4adf4fd283)

10 years agoRemove every control char after colon
Ricardo Mones [Fri, 24 May 2013 12:38:28 +0000 (14:38 +0200)]
Remove every control char after colon

The extraheaderrc format doesn't allow data after the header
colon. Other OSes may insert extra characters other than \n,
so, remove them all.
(cherry picked from commit 6b978617931b7116397c6c625a26dc638154dd28)

10 years agoNew big icon for compose windows, by Simon Steinbeiss
Colin Leroy [Thu, 23 May 2013 19:52:29 +0000 (21:52 +0200)]
New big icon for compose windows, by Simon Steinbeiss
(cherry picked from commit 94ed99e1acdf6a07c6cb3c01f764ab9f6e97fa77)

10 years agofix detection of account in --compose and --compose-from-file where the From value...
Paul [Thu, 6 Jun 2013 13:10:21 +0000 (14:10 +0100)]
fix detection of account in --compose and --compose-from-file where the From value contains a name + email. Patch by Colin.

10 years agoFix variable name for the failing case
Ricardo Mones [Fri, 31 May 2013 06:29:39 +0000 (08:29 +0200)]
Fix variable name for the failing case

10 years agoCheck if detected libpython.so can be dlopen-ed
Ricardo Mones [Thu, 30 May 2013 16:29:07 +0000 (18:29 +0200)]
Check if detected libpython.so can be dlopen-ed

A somewhat better solution for the libpython.so detection saga.
Unfortunately it has not presented itself and had to be painfully
extracted from a series of trial and error experiments. No living
beings were harmed in the process, though.

Many thanks to Paul for the help with testing this.

10 years agoGet rid of version.in - forgotten files
Colin Leroy [Thu, 30 May 2013 12:37:19 +0000 (14:37 +0200)]
Get rid of version.in - forgotten files

10 years agoGet rid of version.in, generate it ourselves when in a git tree
Colin Leroy [Thu, 30 May 2013 12:18:10 +0000 (14:18 +0200)]
Get rid of version.in, generate it ourselves when in a git tree
Prevents automake to believe it should remove it on distclean.

10 years agoReorder send_message's port selection logic, paving the
Colin Leroy [Thu, 30 May 2013 09:35:16 +0000 (11:35 +0200)]
Reorder send_message's port selection logic, paving the
way for bug #2252 "API for external password storage"
Patch by Michal Gorny

10 years agoput back this cruft until a better solution presents itself
Paul [Wed, 29 May 2013 17:26:39 +0000 (18:26 +0100)]
put back this cruft until a better solution presents itself

10 years agofix locating of pythonXX.so, with thanks to Ricardo
Paul [Mon, 27 May 2013 12:52:48 +0000 (13:52 +0100)]
fix locating of pythonXX.so, with thanks to Ricardo

10 years agoFix undoing file insertion.
Colin Leroy [Fri, 24 May 2013 18:27:02 +0000 (20:27 +0200)]
Fix undoing file insertion.

10 years agoRemove every control char after colon
Ricardo Mones [Fri, 24 May 2013 12:38:28 +0000 (14:38 +0200)]
Remove every control char after colon

The extraheaderrc format doesn't allow data after the header
colon. Other OSes may insert extra characters other than \n,
so, remove them all.

10 years agoNew big icon for compose windows, by Simon Steinbeiss
Colin Leroy [Thu, 23 May 2013 19:52:29 +0000 (21:52 +0200)]
New big icon for compose windows, by Simon Steinbeiss

10 years agoReorganise and beautify AttachWarner preferences
Ricardo Mones [Mon, 20 May 2013 21:52:56 +0000 (23:52 +0200)]
Reorganise and beautify AttachWarner preferences

Use frames to separate options about what to search from the
options about where not to search and give it a more pleasant
appearance, and, hopefully, make it easier to understand.

Reworded skip quotes ckeckbox tip to warn about user-inserted
quotation marks.

10 years agoFix #2927 'Optional case insensitivity for the attach-warner-plugin'
Ricardo Mones [Mon, 20 May 2013 20:59:57 +0000 (22:59 +0200)]
Fix #2927 'Optional case insensitivity for the attach-warner-plugin'

Based on original patch provided by Henri Bauer <henri.bauer@voila.fr>

10 years agoFix bug #2923 'build failure with perl 5.18'
H.Merijn Brand [Mon, 13 May 2013 09:16:08 +0000 (11:16 +0200)]
Fix bug #2923 'build failure with perl 5.18'

Removed also some unnecessary whitespaces

10 years agoFix compiler warning.
Andrej Kacian [Sun, 12 May 2013 13:14:29 +0000 (15:14 +0200)]
Fix compiler warning.

10 years agoDo not try to destroy a NULL session after an unsuccesful NNTP connect attempt.
Andrej Kacian [Sun, 12 May 2013 13:09:52 +0000 (15:09 +0200)]
Do not try to destroy a NULL session after an unsuccesful NNTP connect attempt.

10 years agoadd missing AC_MSG_CHECKING() for geolocation plugin
Paul [Fri, 10 May 2013 06:57:55 +0000 (07:57 +0100)]
add missing AC_MSG_CHECKING() for geolocation plugin

10 years agoadd secondary check for libperl.so for distros such as fedora
Paul [Thu, 9 May 2013 18:56:12 +0000 (19:56 +0100)]
add secondary check for libperl.so for distros such as fedora

10 years agoremove useless repeated line (thanks, Brian!)
Paul [Thu, 9 May 2013 16:39:57 +0000 (17:39 +0100)]
remove useless repeated line (thanks, Brian!)

10 years agofix check for libsoup - it is not obligatory
Paul [Thu, 9 May 2013 13:27:22 +0000 (14:27 +0100)]
fix check for libsoup - it is not obligatory

10 years agoadd missing check for libperl
Paul [Thu, 9 May 2013 08:47:38 +0000 (09:47 +0100)]
add missing check for libperl

10 years agoUsual Windows fixes
Colin Leroy [Tue, 7 May 2013 10:47:25 +0000 (12:47 +0200)]
Usual Windows fixes

10 years agoNever decode multipart/* or message/* parts, as RFC states.
Colin Leroy [Tue, 7 May 2013 10:46:40 +0000 (12:46 +0200)]
Never decode multipart/* or message/* parts, as RFC states.

10 years agofor release 3.9.1 3.9.1
Paul [Mon, 6 May 2013 16:31:44 +0000 (17:31 +0100)]
for release 3.9.1

10 years agotranslation updates by David Vachulka, Thomas Bellmann, Ricardo Mones, Genghis Khan...
Paul [Mon, 6 May 2013 09:31:43 +0000 (10:31 +0100)]
translation updates by David Vachulka, Thomas Bellmann, Ricardo Mones, Genghis Khan, Páder Rezső, Mindaugas Baranauskas, Frederico Goncalves Guimaraes, Slavko, Andreas Rönnquist

10 years agofix bug #2884, 'zh_CN translation crashes src/prefs_filtering.c via alertpanel_error...
Paul [Mon, 6 May 2013 09:26:30 +0000 (10:26 +0100)]
fix bug #2884, 'zh_CN translation crashes src/prefs_filtering.c via alertpanel_error g_vsnprintf'

10 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Colin Leroy [Fri, 3 May 2013 10:58:22 +0000 (12:58 +0200)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

10 years agoAvoid decoding multipart/signed parts. We'll decode their
Colin Leroy [Fri, 3 May 2013 10:57:34 +0000 (12:57 +0200)]
Avoid decoding multipart/signed parts. We'll decode their
children, but the underlying privacy plugin expects the
raw file.

10 years agoFix test for git to allow tarball builds.
Michael Rasmussen [Fri, 3 May 2013 00:35:28 +0000 (02:35 +0200)]
Fix test for git to allow tarball builds.

10 years agoAdd proper test for an installed version of git. Bail if git is not
Michael Rasmussen [Thu, 2 May 2013 18:01:20 +0000 (20:01 +0200)]
Add proper test for an installed version of git. Bail if git is not
found on path.

10 years agoFix references to claws CVS so they now references claws git
Michael Rasmussen [Thu, 2 May 2013 18:00:17 +0000 (20:00 +0200)]
Fix references to claws CVS so they now references claws git

10 years agoFix typo in debug_print string
Ricardo Mones [Thu, 2 May 2013 08:30:01 +0000 (10:30 +0200)]
Fix typo in debug_print string

10 years agoDo not leak memory and unref the result if valid
Ricardo Mones [Thu, 2 May 2013 08:23:38 +0000 (10:23 +0200)]
Do not leak memory and unref the result if valid

10 years agoFix bug #1684 'view news messages with large attachements segfaults'
Ricardo Mones [Thu, 2 May 2013 07:28:15 +0000 (09:28 +0200)]
Fix bug #1684 'view news messages with large attachements segfaults'

Don't g_free MMAPString str data which we didn't allocate

10 years agoFix more fuzzies.
Colin Leroy [Mon, 29 Apr 2013 11:59:05 +0000 (13:59 +0200)]
Fix more fuzzies.

10 years agoAdd modification copyright
Colin Leroy [Mon, 29 Apr 2013 11:54:18 +0000 (13:54 +0200)]
Add modification copyright

10 years agofix some string inconsistencies
Paul [Sat, 27 Apr 2013 07:12:55 +0000 (08:12 +0100)]
fix some string inconsistencies

10 years agoreplace fuzzy-head fix in 3.9.0-196-g06e09c8 with simpler, better, proper fix
Paul [Fri, 26 Apr 2013 16:30:34 +0000 (17:30 +0100)]
replace fuzzy-head fix in 3.9.0-196-g06e09c8 with simpler, better, proper fix

replace fuzzy-head fix in 3.9.0-196-g06e09c8 with simpler, better, proper fix

Signed-off-by: Paul <paul@claws-mail.org>
10 years agofix implicit declaration warnings
Paul [Fri, 26 Apr 2013 11:10:46 +0000 (12:10 +0100)]
fix implicit declaration warnings

10 years agofix crasher when using /Edit/Search folder on start-up with nothing selected.
Paul [Fri, 26 Apr 2013 10:10:35 +0000 (11:10 +0100)]
fix crasher when using /Edit/Search folder on start-up with nothing selected.
also grey out the menu item when a mail folder is not selected

10 years agoFix untranslated description in archiver plugin
Ricardo Mones [Wed, 24 Apr 2013 23:09:38 +0000 (01:09 +0200)]
Fix untranslated description in archiver plugin

gettext cannot evaluate preprocessor conditions affecting translatable
strings and only generates one msgid for the po file. If later the build
doesn't generate the same string as gettext, its msgid is never found
and hence appears untranslated on the UI.

10 years agofurther fix to bug #2862, 'Segmentation fault when replying to a message where the...
Paul [Wed, 24 Apr 2013 09:19:48 +0000 (10:19 +0100)]
further fix to bug #2862, 'Segmentation fault when replying to a message where the "code conversion" fails'

10 years agoFinish updating
Colin Leroy [Tue, 23 Apr 2013 06:49:58 +0000 (08:49 +0200)]
Finish updating

10 years agoFix layout
Colin Leroy [Tue, 23 Apr 2013 06:40:42 +0000 (08:40 +0200)]
Fix layout

10 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Colin Leroy [Tue, 23 Apr 2013 06:39:57 +0000 (08:39 +0200)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

11 years agofix errors in strings
Paul [Sun, 21 Apr 2013 20:07:51 +0000 (21:07 +0100)]
fix errors in strings

11 years agoadd missing file
Paul [Sun, 21 Apr 2013 18:45:21 +0000 (19:45 +0100)]
add missing file