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.
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
Paul [Wed, 29 May 2013 17:26:39 +0000 (18:26 +0100)]
put back this cruft until a better solution presents itself
Paul [Mon, 27 May 2013 12:52:48 +0000 (13:52 +0100)]
fix locating of pythonXX.so, with thanks to Ricardo
Colin Leroy [Fri, 24 May 2013 18:27:02 +0000 (20:27 +0200)]
Fix undoing file insertion.
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.
Colin Leroy [Thu, 23 May 2013 19:52:29 +0000 (21:52 +0200)]
New big icon for compose windows, by Simon Steinbeiss
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.
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>
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
Andrej Kacian [Sun, 12 May 2013 13:14:29 +0000 (15:14 +0200)]
Fix compiler warning.
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.
Paul [Fri, 10 May 2013 06:57:55 +0000 (07:57 +0100)]
add missing AC_MSG_CHECKING() for geolocation plugin
Paul [Thu, 9 May 2013 18:56:12 +0000 (19:56 +0100)]
add secondary check for libperl.so for distros such as fedora
Paul [Thu, 9 May 2013 16:39:57 +0000 (17:39 +0100)]
remove useless repeated line (thanks, Brian!)
Paul [Thu, 9 May 2013 13:27:22 +0000 (14:27 +0100)]
fix check for libsoup - it is not obligatory
Paul [Thu, 9 May 2013 08:47:38 +0000 (09:47 +0100)]
add missing check for libperl
Colin Leroy [Tue, 7 May 2013 10:47:25 +0000 (12:47 +0200)]
Usual Windows fixes
Colin Leroy [Tue, 7 May 2013 10:46:40 +0000 (12:46 +0200)]
Never decode multipart/* or message/* parts, as RFC states.
Paul [Mon, 6 May 2013 16:31:44 +0000 (17:31 +0100)]
for release 3.9.1
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
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'
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
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.
Michael Rasmussen [Fri, 3 May 2013 00:35:28 +0000 (02:35 +0200)]
Fix test for git to allow tarball builds.
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.
Michael Rasmussen [Thu, 2 May 2013 18:00:17 +0000 (20:00 +0200)]
Fix references to claws CVS so they now references claws git
Ricardo Mones [Thu, 2 May 2013 08:30:01 +0000 (10:30 +0200)]
Fix typo in debug_print string
Ricardo Mones [Thu, 2 May 2013 08:23:38 +0000 (10:23 +0200)]
Do not leak memory and unref the result if valid
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
Colin Leroy [Mon, 29 Apr 2013 11:59:05 +0000 (13:59 +0200)]
Fix more fuzzies.
Colin Leroy [Mon, 29 Apr 2013 11:54:18 +0000 (13:54 +0200)]
Add modification copyright
Paul [Sat, 27 Apr 2013 07:12:55 +0000 (08:12 +0100)]
fix some string inconsistencies
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>
Paul [Fri, 26 Apr 2013 11:10:46 +0000 (12:10 +0100)]
fix implicit declaration warnings
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
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.
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'
Colin Leroy [Tue, 23 Apr 2013 06:49:58 +0000 (08:49 +0200)]
Finish updating
Colin Leroy [Tue, 23 Apr 2013 06:40:42 +0000 (08:40 +0200)]
Fix layout
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
Paul [Sun, 21 Apr 2013 20:07:51 +0000 (21:07 +0100)]
fix errors in strings
Paul [Sun, 21 Apr 2013 18:45:21 +0000 (19:45 +0100)]
add missing file
Ricardo Mones [Sun, 21 Apr 2013 09:45:51 +0000 (11:45 +0200)]
Complete fix for #2093 "key 'C' mention harcoded in string"
Refactor code to obtain shortcut to a function and don't
mention the shortcut in the cases it doesn't exist.
Ricardo Mones [Thu, 18 Apr 2013 22:17:16 +0000 (00:17 +0200)]
Fix bug #2878 'bsfilter / folder.c:1435 Condition identifier != NULL failed'
Don't call folder_find_item_from_identifier if using default
NULL value
Ricardo Mones [Thu, 18 Apr 2013 22:14:25 +0000 (00:14 +0200)]
Update year in manual copyright notices
Colin Leroy [Wed, 17 Apr 2013 12:51:03 +0000 (14:51 +0200)]
fix extensions/modules
Colin Leroy [Wed, 17 Apr 2013 11:54:34 +0000 (13:54 +0200)]
update french translation
Colin Leroy [Wed, 17 Apr 2013 11:45:41 +0000 (13:45 +0200)]
Fix plugin description.
Paul [Tue, 16 Apr 2013 08:50:48 +0000 (09:50 +0100)]
fix bug #2909, 'Changing folder quickly can cause wrong email to be deleted'
Ricardo Mones [Mon, 15 Apr 2013 22:33:49 +0000 (00:33 +0200)]
Fix bug #2905 "Include the signature timestamp in the 'full signature information'"
Format used is the same shown in summary view date column.
Original patch by Fabian Keil, thanks! ;-)
Michael Rasmussen [Sat, 13 Apr 2013 10:06:56 +0000 (12:06 +0200)]
If 'Don't popup error dialog on receive error' is checked do not show
alert_panel but write virus message to statusbar instead.
Paul [Sat, 13 Apr 2013 07:33:58 +0000 (08:33 +0100)]
Add support for GnuTLS priority string.
Patch by Darko Koruga
Paul [Sat, 13 Apr 2013 06:54:52 +0000 (07:54 +0100)]
fix bug #2879, 'Plain text mails treated as encrypted'
patch by Fabian Keil
Paul [Sat, 13 Apr 2013 05:23:53 +0000 (06:23 +0100)]
correct text used in return receipt notification dialogue
Colin Leroy [Wed, 10 Apr 2013 20:40:07 +0000 (22:40 +0200)]
Fib bug #2903, "key 'C' mention harcoded in string"
Holger Berndt [Sun, 7 Apr 2013 14:29:40 +0000 (16:29 +0200)]
Python plugin: const fix
It seems a bit strange for procheader_get_header_from_msginfo()
to require a non-const header string argument, though.
Holger Berndt [Sun, 7 Apr 2013 13:33:34 +0000 (15:33 +0200)]
Perl plugin: Enhance insert_perl.pl documentation
In cvs, there was an "InsertCompile" script that called the script.
Without looking at that script, the use of insert_perl.pl is not
obvious, so a few comments have been added.
Holger Berndt [Sun, 7 Apr 2013 13:38:25 +0000 (15:38 +0200)]
Geolocation plugin: Add earth.svg file
The file is the source from which pixmap_earth.h has
been generated.
Holger Berndt [Sun, 7 Apr 2013 14:15:55 +0000 (16:15 +0200)]
Python plugin: Add function to get an arbitrary header from a MessageInfo object
Holger Berndt [Sun, 7 Apr 2013 13:04:41 +0000 (15:04 +0200)]
Python plugin: Add examples
Holger Berndt [Sun, 7 Apr 2013 01:47:40 +0000 (03:47 +0200)]
Python plugin: Add Cc field to messageinfo objects
Holger Berndt [Fri, 5 Apr 2013 23:11:06 +0000 (01:11 +0200)]
Add geolocation plugin
Holger Berndt [Thu, 4 Apr 2013 19:36:53 +0000 (21:36 +0200)]
Add jhbuild module files and sample config
Ricardo Mones [Sat, 6 Apr 2013 11:13:28 +0000 (13:13 +0200)]
Fix part of bug #2885 (fprintf on a NULL file pointer)
Ricardo Mones [Wed, 3 Apr 2013 23:31:57 +0000 (01:31 +0200)]
Ensure available fallback folder for NewMail log
Fixes bug #2859 "Newmail plugin doesn't work if Mail folder
not present when it is loaded."
Also included:
* Show current log file name in plugin description.
* Remove log file name limit of 255 bytes.
Ricardo Mones [Wed, 3 Apr 2013 23:02:42 +0000 (01:02 +0200)]
Fix indentation
Ricardo Mones [Wed, 3 Apr 2013 22:51:04 +0000 (00:51 +0200)]
Use debug_print for debug info
Colin Leroy [Wed, 3 Apr 2013 12:00:20 +0000 (14:00 +0200)]
Fix printed PDF quality
Ricardo Mones [Wed, 27 Mar 2013 17:36:23 +0000 (18:36 +0100)]
Add block address matching pattern feature
Should fix bug #2340 'Create block list'.
Ricardo Mones [Wed, 27 Mar 2013 09:23:50 +0000 (10:23 +0100)]
Use new generalized function for matcher list
Ricardo Mones [Wed, 27 Mar 2013 09:12:55 +0000 (10:12 +0100)]
Generalize matcher list building from lines
New function "matcherlist_new_from_lines" to build the MatcherList
required to match one or more regexps from a newline-separated string.
Seen previously a specific internal function of AttachWarner plugin.
Ricardo Mones [Fri, 22 Mar 2013 18:30:32 +0000 (19:30 +0100)]
Even less processes
Split the GIT_VERSION with POSIX patterns, original patch by
Andrew Shadura <https://profiles.google.com/
108080719405250187705>
Ricardo Mones [Thu, 21 Mar 2013 23:41:35 +0000 (00:41 +0100)]
Complete fix for 'make dist' generated tarballs
Ignore the EXTRA_VERSION when it's too long to be a number
and is one of:
* an abbreviated hash (should not happen :)
* the 'dirty' string (in a modified tree just after a release)
Colin Leroy [Thu, 21 Mar 2013 16:20:30 +0000 (17:20 +0100)]
Remove apparently useless forward declarations. Should fix bug #2893
"ical_yy_scan_bytes has wrong type"
Colin Leroy [Thu, 21 Mar 2013 10:36:26 +0000 (11:36 +0100)]
Have Changelog depend on version so that it gets regenerated when
needed. Have make clean clean it.
Colin Leroy [Thu, 21 Mar 2013 10:26:35 +0000 (11:26 +0100)]
Generate a ChangeLog before make dist
Ricardo Mones [Thu, 21 Mar 2013 00:32:39 +0000 (01:32 +0100)]
Fix build of 'make dist' generated tarballs
The version is set in stone before the 'make dist' run.
In the cases where no .git directory is found, like generated
tarballs, the stone is summoned instead.
Ricardo Mones [Wed, 20 Mar 2013 21:32:25 +0000 (22:32 +0100)]
Use awk instead of cut
Create less processes to obtain these numbers and fix
the value set to EXTRA_VERSION on releases.
Ricardo Mones [Wed, 20 Mar 2013 21:30:35 +0000 (22:30 +0100)]
Remove references to nonexistent variables
Colin Leroy [Wed, 20 Mar 2013 15:07:59 +0000 (16:07 +0100)]
Add more files to ignore
Colin Leroy [Wed, 20 Mar 2013 14:58:12 +0000 (15:58 +0100)]
Fix ugly icon in XFCE's alt-tab window
Colin Leroy [Wed, 20 Mar 2013 14:42:14 +0000 (15:42 +0100)]
Make the mainwindow's version string shorter when
not using maintainer mode
Colin Leroy [Wed, 20 Mar 2013 14:15:48 +0000 (15:15 +0100)]
Finish removing references to CVS
Colin Leroy [Wed, 20 Mar 2013 11:43:13 +0000 (12:43 +0100)]
One more, for mail test
Colin Leroy [Wed, 20 Mar 2013 11:34:48 +0000 (12:34 +0100)]
Another test
Colin Leroy [Wed, 20 Mar 2013 10:58:30 +0000 (11:58 +0100)]
Fixing README, testing Gitzilla (see bug #2892)
Colin Leroy [Wed, 20 Mar 2013 10:34:34 +0000 (11:34 +0100)]
Fix bug #2891, "Ability to toggle debug mode for a running instance"
Patch by Darko Coruga
Colin Leroy [Wed, 20 Mar 2013 10:31:40 +0000 (11:31 +0100)]
Log GPG info in debug
Colin Leroy [Wed, 20 Mar 2013 10:28:22 +0000 (11:28 +0100)]
Fix format string error in win32 logging, and
uncomment logging in fancy
Colin Leroy [Wed, 20 Mar 2013 10:28:02 +0000 (11:28 +0100)]
* mode 775 too
Colin Leroy [Wed, 20 Mar 2013 10:26:52 +0000 (11:26 +0100)]
Make tools mode 775
Ricardo Mones [Tue, 19 Mar 2013 23:10:58 +0000 (00:10 +0100)]
Get configure.ac version values from git
Computes the VERSION, MAJOR_VERSION, MINOR_VERSION and MICRO_VERSION
values in configure.ac from 'git describe' output.
Adds new HASH_VERSION and GIT_VERSION, available as VERSION_GIT_HASH
and VERSION_GIT_FULL defines. On releases HASH_VERSION is empty and
GIT_VERSION is equal to VERSION (modulo EXTRA values). Full git version
is shown in about.
Requires latest release version to be tagged with an annotated tag.
Untested on win32 platforms, but should work as long as git and cut
binaries are on %PATH%.
Ricardo Mones [Mon, 18 Mar 2013 00:30:29 +0000 (01:30 +0100)]
Remove obsolete, and probably unusable nowadays, debian directory.
This also serves as a first git commit test :)
Ricardo Mones [Sun, 17 Mar 2013 18:32:09 +0000 (19:32 +0100)]
Initial setup for git
Colin Leroy [Fri, 15 Mar 2013 15:29:05 +0000 (15:29 +0000)]
2013-03-15 [colin] 3.9.0cvs128
* src/plugins/fancy/fancy_viewer.c
Fix default fonts on Windows
Colin Leroy [Fri, 15 Mar 2013 09:37:49 +0000 (09:37 +0000)]
2013-03-15 [colin] 3.9.0cvs127
* src/plugins/address_keeper/version.rc
* src/plugins/attachwarner/version.rc
* src/plugins/att_remover/version.rc
* src/plugins/bsfilter/version.rc
* src/plugins/fancy/version.rc
* src/plugins/fetchinfo/version.rc
* src/plugins/mailmbox/version.rc
* src/plugins/notification/version.rc
* src/plugins/pgpcore/version.rc
* src/plugins/pgpinline/version.rc
* src/plugins/pgpmime/version.rc
* src/plugins/rssyl/version.rc
* src/plugins/smime/version.rc
* src/plugins/spam_report/version.rc
* src/plugins/tnef_parse/version.rc
* src/plugins/vcalendar/version.rc
Fix names and copyrights
Colin Leroy [Fri, 15 Mar 2013 09:33:27 +0000 (09:33 +0000)]
2013-03-15 [colin] 3.9.0cvs126
* src/plugins/fancy/fancy_viewer.c
Fix attached images URIs generation
* src/plugins/vcalendar/vcal_folder.c
Fix crash on NULL uri
Colin Leroy [Thu, 14 Mar 2013 17:36:51 +0000 (17:36 +0000)]
2013-03-14 [colin] 3.9.0cvs125
* src/plugins/fancy/fancy_viewer.c
Remove some crashy calls (wonder why.)
Colin Leroy [Wed, 13 Mar 2013 20:06:47 +0000 (20:06 +0000)]
2013-03-13 [colin] 3.9.0cvs124
* src/plugins/fancy/Makefile.am
* src/plugins/fancy/claws.def
* src/plugins/fancy/plugin.def
* src/plugins/fancy/version.rc
Preparing for win32 Fancy port