1 2007-02-26 [paul] 2.7.2cvs75
15 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
16 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
17 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
18 Aleksandar Urosevic, and Ralgh Young
20 2007-02-25 [mones] 2.7.2cvs74
25 2007-02-25 [colin] 2.7.2cvs73
28 Clearing the list is only useful
29 to prevent a valgrind false-positive
31 2007-02-25 [paul] 2.7.2cvs72
35 * tools/kmail-mailbox2claws-mail.pl **ADDED**
36 * tools/maildir2claws-mail.pl **REMOVED**
37 renamed the script, fixed a couple bugs
39 2007-02-23 [colin] 2.7.2cvs71
42 Fix a leak, check for a few improbable nulls
44 2007-02-23 [colin] 2.7.2cvs70
48 * src/plugins/trayicon/trayicon.c
49 Fix blinking mainwin when starting in tray
50 (show mainwindow later in the startup process,
51 apart if restarting post-crash)
53 2007-02-23 [colin] 2.7.2cvs69
57 Fix crash when unsubscribing the currently
58 selected/opened folder
60 2007-02-23 [colin] 2.7.2cvs68
63 Fix bug that prevented colorization to
64 work without wrap quotation option
66 2007-02-23 [colin] 2.7.2cvs67
69 Fix refcounting, start and end completion who
70 behaved as if there couldn't be any other current
73 2007-02-23 [wwp] 2.7.2cvs66
77 Address completion fixes: fix addressbook_peek_folder_exists() in
78 which the algorithm was ridiculously over-obfuscated and broken.
79 Fix addrindex_load_completion() as well, to load addresses in
80 completion list with regards to what addressbook_peek_folder_exists()
83 2007-02-23 [wwp] 2.7.2cvs65
86 Add addresses to completion when they're non-empty (thanks to Colin).
88 2007-02-23 [paul] 2.7.2cvs64
90 * src/plugins/pgpcore/passphrase.c
93 2007-02-23 [colin] 2.7.2cvs63
95 * src/plugins/pgpcore/prefs_gpg.c
96 * src/plugins/pgpcore/prefs_gpg.h
97 * src/plugins/pgpcore/sgpgme.c
98 * src/plugins/pgpinline/pgpinline.c
99 * src/plugins/pgpmime/pgpmime.c
100 Try harder to respect user's choice wrt
101 gpg-agent even with gpg2, by unsetting
102 GPG_AGENT_INFO when necessary.
104 2007-02-22 [paul] 2.7.2cvs62
106 * src/plugins/pgpcore/sgpgme.c
107 * src/plugins/pgpcore/sgpgme.h
108 * src/plugins/pgpcore/passphrase.c
109 * src/plugins/pgpinline/pgpinline.c
110 * src/plugins/pgpmime/pgpmime.c
111 Fix a leak - gpgme_data_release_and_get_mem
112 leaks in recent gpgme. Workaround by using
115 2007-02-22 [paul] 2.7.2cvs61
117 * src/gtk/quicksearch.c
118 Abandon dynamic search when pressing
121 2007-02-21 [colin] 2.7.2cvs60
124 * src/plugins/pgpcore/passphrase.c
125 Fix little memory leaks
127 Fix false-positive leak at exit
128 * src/gtk/quicksearch.c
129 Fix potentially big leak in recursive
132 2007-02-21 [wwp] 2.7.2cvs59
135 Add missing newline to a debug message.
137 2007-02-20 [colin] 2.7.2cvs58
143 * src/pixmaps/mime_pgpsig.xpm
144 Add icon for application/pgp-signature
146 2007-02-20 [colin] 2.7.2cvs57
153 * src/pixmaps/mime_calendar.xpm
154 * src/pixmaps/mime_pdf.xpm
155 * src/pixmaps/mime_ps.xpm
156 Add icons for text/calendar, application/pdf
157 and application/postscript
159 2007-02-20 [colin] 2.7.2cvs56
162 * src/matcher_parser_parse.y
163 * src/matcher_parser_lex.l
164 Fix big memory leak in flex, and
167 2007-02-20 [wwp] 2.7.2cvs55
169 * src/matcher_parser_parse.y
170 Fix a duplicate token definition (thanks to iwkse).
172 2007-02-20 [wwp] 2.7.2cvs54
174 * src/matcher_parser_lex.l
175 * src/quote_fmt_lex.l
176 Use proper flex options instead of direct use of #define,
177 make the flex-generated C lighter.
179 2007-02-20 [colin] 2.7.2cvs53
182 Grab focus in message list after hiding
183 the quicksearch, instead of leaving it
186 2007-02-19 [colin] 2.7.2cvs52
189 Fix bug 1033, 'Automatically refresh
190 message list when new messages arrives'
191 Looks like folderview->opened can sometimes
194 2007-02-19 [paul] 2.7.2cvs51
198 * tools/thunderbird-filters-convertor.pl
199 add new script which converts thunderbird filter
200 rules to Claws filter rules
202 2007-02-18 [paul] 2.7.2cvs50
204 * src/plugins/pgpcore/prefs_gpg.c
205 * src/plugins/pgpcore/prefs_gpg.h
206 * src/plugins/pgpcore/sgpgme.c
207 * src/plugins/pgpinline/pgpinline.c
208 * src/plugins/pgpmime/pgpmime.c
209 improved GUI interoperability with gpg-agent
211 2007-02-18 [paul] 2.7.2cvs49
213 * src/prefs_account.c
214 Privacy options sensitivity fix
216 2007-02-17 [colin] 2.7.2cvs48
219 Reset icon to warning in the noticeview
221 2007-02-15 [colin] 2.7.2cvs47
224 Fix a manifestation of bug 1033 (summaryview failing
225 to update for new mails), which happens after editing
226 account preferences or preferences that cause a
229 2007-02-15 [colin] 2.7.2cvs46
232 Probably fix bug 1123, 'Segmentation
233 fault while opening address book'. I get
234 g_warnings if the saved paned position is
235 not greater than 0. Also, save position
236 when hiding the addressbook instead of
239 2007-02-14 [colin] 2.7.2cvs45
241 * src/plugins/pgpcore/prefs_gpg.c
242 * src/plugins/pgpcore/prefs_gpg.h
243 * src/plugins/pgpcore/sgpgme.c
244 * src/plugins/pgpinline/pgpinline.c
245 * src/plugins/pgpmime/pgpmime.c
246 Add an option "Use gpg-agent if available". Fixes
247 annoyances with distro-installed gpg-agent, when
248 no pinentry program is installed, and the user's
249 at a loss on why "decryption failed". Makes more
250 clear why passphrase isn't saved when gpg-agent is
251 used. Defaults to true, to avoid changing the
254 2007-02-14 [wwp] 2.7.2cvs44
256 * src/matcher_parser_parse.y
257 Fix missing line number reset (wrong line number might appear
258 when re-loading filtering rules if there's a parser error).
260 2007-02-13 [colin] 2.7.2cvs43
263 Don't encode ',' in URIs before passing it
264 to the browser command-line. It was probably
265 done at a time where commas in URIs made
266 mozilla -remote 'openurl(%s,new-window)'
269 2007-02-13 [wwp] 2.7.2cvs42
271 * src/prefs_matcher.c
272 * src/plugins/bogofilter/bogofilter_gtk.c
273 A bit of string factorization around "Select ..." buttons.
275 2007-02-11 [colin] 2.7.2cvs41
278 Make sure to escape the title
280 2007-02-11 [colin] 2.7.2cvs40
283 Recognize .utf8 locales as .UTF-8 ones
285 2007-02-11 [colin] 2.7.2cvs39
288 Fix code conversion when dragging a file
290 2007-02-09 [colin] 2.7.2cvs38
292 * src/plugins/clamav/clamav_plugin.c
293 Complete Paul's patch with conditional
294 compilation to avoid breaking compilation
295 on old Dapper and Edgy... Maybe other
298 2007-02-09 [paul] 2.7.2cvs37
300 * src/plugins/clamav/clamav_plugin.c
301 fix for the upstream changes in libclamav
303 2007-02-09 [paul] 2.7.2cvs36
309 fix "warn if there are queued messages" (on exit)
310 option, which only checked the first mailbox's
312 don't ask before emptying trash if there are no
313 messages in trash, also check and empty all trash
316 move "Ask before emptying trash" option
317 outside of the "On exit" frame as it's
318 not only an "On exit" option
320 2007-02-09 [paul] 2.7.2cvs35
325 * src/prefs_account.c
326 * src/prefs_folder_item.c
328 * src/prefs_matcher.c
329 * src/prefs_message.c
330 * src/prefs_msg_colors.c
331 * src/prefs_summaries.c
333 * src/gtk/inputdialog.c
334 * src/plugins/bogofilter/bogofilter_gtk.c
335 pedantic commit: use 'checkbtn' everywhere
336 instead of a mixture of 'checkbtn' and 'chkbtn'
338 2007-02-09 [paul] 2.7.2cvs34
344 move "Never send Return Receipts" from
345 prefs_other to prefs_send
346 add an option "Ask about account specific
347 filtering rules..." to prefs_other
349 fix a compiler warning
351 2007-02-08 [colin] 2.7.2cvs33
353 * src/plugins/pgpinline/pgpinline.c
354 Fix bug 1110, 'pgpmime fails to process
355 encapsulated openpgp mime (rfc 3156, 6.1
357 It was due to an interaction between PGP/Mime
358 and PGP/Inline plugin.
360 2007-02-08 [colin] 2.7.2cvs32
365 Fix bug 1117, 'fcntl locking code
366 does not work in mbox.c'
368 2007-02-08 [colin] 2.7.2cvs31
370 * src/prefs_account.c
371 Fix Gentoo bug 165819, 'can't create
372 a "local mbox file" account'. Patch
373 by Olivier <castan.o@free.fr>
375 2007-02-07 [colin] 2.7.2cvs30
378 Fix bug 1106, 'Claws crash on exit if LDAPS
379 autocompletion was used'
381 2007-02-07 [paul] 2.7.2cvs29
384 cut down on unnecessary debug_prints
386 fix menu_set_active() on 'Show only
389 2007-02-07 [paul] 2.7.2cvs28
391 * src/plugins/clamav/clamav_plugin.c
392 * src/plugins/clamav/clamav_plugin.h
393 * src/plugins/clamav/clamav_plugin_gtk.c
396 2007-02-07 [paul] 2.7.2cvs27
399 fix bug 1116, 'summary view allow a
402 2007-02-06 [colin] 2.7.2cvs26
407 2007-02-05 [fabien] 2.7.2cvs25
411 i18n related - 1 fix and 1 message for translators.
413 2007-02-05 [colin] 2.7.2cvs24
415 * src/gtk/quicksearch.c
416 Don't reload summary list if quicksearch wasn't
417 active on hiding; move currently selected mail in
418 the visible area when showing the quicksearch
420 2007-02-05 [colin] 2.7.2cvs23
423 Add debug to try to solve bug 1104
425 2007-02-05 [paul] 2.7.2cvs22
428 confirm before emptying trash on exit is
429 a Yes or No answer, use Yes or No in the
432 2007-02-04 [colin] 2.7.2cvs21
435 * src/plugins/pgpcore/passphrase.c
436 * src/plugins/pgpcore/select-keys.c
437 Set wmclass on new windows
443 2007-02-04 [colin] 2.7.2cvs20
447 Auto save drafts on exit, reopen them
448 at startup, instead of asking
452 * src/addressbook_foldersel.c
460 * src/editldap_basedn.c
473 * src/message_search.c
475 * src/prefs_actions.c
476 * src/prefs_customheader.c
477 * src/prefs_display_header.c
478 * src/prefs_filtering.c
479 * src/prefs_filtering_action.c
480 * src/prefs_folder_column.c
482 * src/prefs_matcher.c
484 * src/prefs_summaries.c
485 * src/prefs_summary_column.c
486 * src/prefs_template.c
489 * src/summary_search.c
492 * src/gtk/description_window.c
493 * src/gtk/foldersort.c
496 * src/gtk/icon_legend.c
497 * src/gtk/logwindow.c
498 * src/gtk/pluginwindow.c
499 * src/gtk/prefswindow.c
500 Give different wmclass to different
501 windows - thanks to sed ;)
503 2007-02-04 [colin] 2.7.2cvs19
506 Revert previous patch, can't reproduce
509 2007-02-03 [colin] 2.7.2cvs18
512 Don't save the mainwindow size and
513 position on emergency exit (libSM's
514 "die" callback), Xfce seems to make
515 the window smaller just before the
518 2007-02-03 [colin] 2.7.2cvs17
520 * src/plugins/bogofilter/bogofilter.c
521 * src/plugins/bogofilter/bogofilter.h
522 * src/plugins/bogofilter/bogofilter_gtk.c
523 * src/plugins/pgpinline/pgpinline.c
524 * src/plugins/pgpinline/pgpinline.h
527 2007-02-03 [colin] 2.7.2cvs16
529 * src/partial_download.c
530 * src/partial_download.h
537 * src/common/ssl_certificate.c
538 * src/common/ssl_certificate.h
539 * src/gtk/quicksearch.c
540 * src/gtk/quicksearch.h
541 * src/gtk/sslcertwindow.c
542 * src/gtk/sslcertwindow.h
543 Fix copyright on my files
545 2007-02-02 [colin] 2.7.2cvs15
555 Add Tools/List URIs to allow
556 opening any URI in the current mail
558 2007-02-02 [colin] 2.7.2cvs14
560 * src/common/valgrind.h ** NEW FILE **
561 * src/common/Makefile.am
562 * src/common/plugin.c
563 Don't dlclose the plugins if we're running
564 under valgrind. (doesn't require valgrind
565 either at compile time or run time).
567 2007-02-01 [paul] 2.7.2cvs13
571 * tools/freshmeat_search.pl
572 * tools/google_search.pl
573 * tools/multiwebsearch.pl
574 add support for non ISO-8859-1 compatible locales
575 Patch by Alex Gorbachenko <agent_007@immo.ru>
577 2007-02-01 [colin] 2.7.2cvs12
580 * src/prefs_summaries.c
581 Move keybinding prefs to the Other page
583 2007-02-01 [wwp] 2.7.2cvs11
585 * src/plugins/trayicon/trayicon.c
586 Fix a raising issue within KDE.
588 2007-02-01 [colin] 2.7.2cvs10
591 Fix stray quotes in encoded strings
593 Fix wrong call causing g_warnings
595 Remove useless message
597 2007-01-31 [wwp] 2.7.2cvs9
599 * src/plugins/trayicon/trayicon.c
600 fix buggy hiding of main window when closing if close-to-tray
601 is not set (bad logics in the trayicon hook code).
602 Changed the quit confirmation message too.
604 2007-01-30 [colin] 2.7.2cvs8
607 Fix hidden mainwindow after clicking on
608 the X close button, if compose windows
609 exist and the user chooses not to quit
611 2007-01-30 [colin] 2.7.2cvs7
615 Handle local URIs to attach files (file:///...)
616 Fixes attaching files from Thunar for example
618 2007-01-30 [colin] 2.7.2cvs6
620 * src/prefs_ext_prog.c
621 Add 'mousepad' to the list of text editors.
622 Mousepad is XFCE's text editor
624 2007-01-29 [wwp] 2.7.2cvs5
627 * src/plugins/trayicon/trayicon_prefs.c
628 trayicon i18n fixes, thanks to Fabien.
630 2007-01-28 [wwp] 2.7.2cvs4
634 * src/plugins/trayicon/trayicon.c
635 * src/plugins/trayicon/trayicon_prefs.c
636 * src/plugins/trayicon/trayicon_prefs.h
637 Added a new TrayIcon plugin option to close to tray
638 (WM's hotkey and [X] button will hide the window instead
639 of closing it - closing CM can be done using the tray icon
640 menu or the File menu).
641 Improved visibility handling in trayicon, clicking the
642 trayicon now raise the window to current desktop when it
643 was either minimized/shaded/on another desktop.
644 Thanks to Paul for testing and fixing a strange behaviour
647 2007-01-27 [paul] 2.7.2cvs3
649 * src/prefs_folder_item.c
650 * src/prefs_receive.c
651 * src/plugins/pgpcore/prefs_gpg.c
652 use 'start-up' instead of 'startup' in labels
654 2007-01-26 [wwp] 2.7.2cvs2
656 * src/plugins/trayicon/Makefile.am
657 * src/plugins/trayicon/trayicon.c
658 * src/plugins/trayicon/trayicon_prefs.c
659 * src/plugins/trayicon/trayicon_prefs.h
660 Add a new TrayIcon option to hide the main window at
662 Fix trayicon.c copyright header.
664 2007-01-26 [paul] 2.7.2cvs1
670 bump up version number following
673 2007-01-25 [mones] 2.7.1cvs60
676 updated thousands of strings (well, probably less ;-)
678 2007-01-25 [colin] 2.7.1cvs59
681 Fix 2nd-run loss of matcherrc on new
684 2007-01-25 [wwp] 2.7.1cvs58
687 fix handling of empty value in attach_save_directory too, thanks
690 2007-01-25 [wwp] 2.7.1cvs57
693 fix handling of empty value in attach_load_directory,
696 2007-01-25 [wwp] 2.7.1cvs56
698 * src/plugins/dillo_viewer/dillo_prefs.h
701 2007-01-25 [colin] 2.7.1cvs55
705 * src/matcher_parser_parse.y
706 * src/prefs_matcher.c
707 Add matching on the spam flag
709 2007-01-24 [colin] 2.7.1cvs54
714 Make sure folderlist.xml is correctly
715 written before overwriting it.
719 * src/plugins/bogofilter/bogofilter.c
720 * src/plugins/bogofilter/bogofilter.h
721 * src/plugins/bogofilter/bogofilter_gtk.c
722 * src/plugins/spamassassin/spamassassin.c
723 * src/plugins/spamassassin/spamassassin.h
724 * src/plugins/spamassassin/spamassassin_gtk.c
725 Move spam to the correct trash folder after
726 learning, if spam directory isn't set.
728 2007-01-23 [paul] 2.7.1cvs53
730 * src/plugins/bogofilter/bogofilter_gtk.c
731 fix sensitivity of "Insert X-Bogosity header"
734 2007-01-23 [colin] 2.7.1cvs52
737 Translate toolbar items text if
738 they're translatable (default)
752 * src/etpan/etpan-thread-manager.c
753 * src/etpan/etpan-thread-manager.h
756 More static functions
758 2007-01-22 [fabien] 2.7.1cvs51
761 gtkut_get_options_frame() : ability to pass
762 a 'NULL' value in frame pointer parameter if
765 2007-01-22 [colin] 2.7.1cvs50
769 * src/plugins/bogofilter/bogofilter.c
770 * src/plugins/bogofilter/bogofilter_gtk.c
771 * src/plugins/spamassassin/spamassassin.c
772 * src/plugins/spamassassin/spamassassin_gtk.c
773 Allow moving spams to the account's trash
774 instead of default one
776 2007-01-21 [colin] 2.7.1cvs49
780 Revert a static function that shouldn't
783 2007-01-21 [colin] 2.7.1cvs48
789 2007-01-21 [colin] 2.7.1cvs47
795 2007-01-21 [colin] 2.7.1cvs46
797 * src/common/socket.c
798 * src/common/socket.h
801 2007-01-21 [colin] 2.7.1cvs45
810 * src/folder_item_prefs.c
811 * src/folder_item_prefs.h
818 * src/common/socket.c
819 * src/common/socket.h
820 * src/gtk/gtkaspell.c
821 * src/gtk/gtkaspell.h
822 * src/gtk/quicksearch.c
823 * src/gtk/quicksearch.h
826 2007-01-21 [colin] 2.7.1cvs44
830 * src/etpan/etpan-thread-manager.c
831 * src/etpan/etpan-thread-manager.h
832 Same (Funny that etpan_thread_unbind
833 is called but not etpan_thread_bind)
835 2007-01-21 [colin] 2.7.1cvs43
843 * src/etpan/Makefile.am
844 * src/gtk/colorlabel.c
845 * src/gtk/colorlabel.h
846 * src/gtk/sslcertwindow.c
847 * src/gtk/sslcertwindow.h
848 * src/etpan/etpan-log.c ** REMOVED **
849 * src/etpan/etpan-log.h ** REMOVED **
852 2007-01-20 [colin] 2.7.1cvs42
858 2007-01-20 [colin] 2.7.1cvs41
876 Make functions that aren't used in other
879 2007-01-20 [colin] 2.7.1cvs40
894 * src/editldap_basedn.c
916 * src/prefs_account.c
918 * src/prefs_compose_writing.c
919 * src/prefs_ext_prog.c
920 * src/prefs_folder_item.c
922 * src/prefs_message.c
923 * src/prefs_msg_colors.c
926 * src/prefs_receive.c
928 * src/prefs_spelling.c
929 * src/prefs_summaries.c
930 * src/prefs_toolbar.c
931 * src/prefs_wrapping.c
942 * src/common/passcrypt.c
943 * src/common/socket.c
945 * src/common/ssl_certificate.c
946 * src/common/template.c
948 * src/etpan/imap-thread.c
949 * src/gtk/sslcertwindow.c
950 * src/gtk/sslcertwindow.h
951 Make functions that could be static, static
953 2007-01-20 [colin] 2.7.1cvs39
958 2007-01-20 [colin] 2.7.1cvs38
963 Fix bug 1102, 'claws-mail-2.7.1
964 makes use of deprecated ldap
967 2007-01-20 [colin] 2.7.1cvs37
972 * src/gtk/quicksearch.c
973 Add Wide message list layout
975 2007-01-19 [fabien] 2.7.1cvs36
978 make sure a font change is considered in links of
981 2007-01-19 [colin] 2.7.1cvs35
992 * src/gtk/quicksearch.c
993 * src/gtk/quicksearch.h
994 Drop 'Separate Folder tree' and 'Separate
995 Message View'. Put three layouts in place
998 2007-01-19 [paul] 2.7.1cvs34
1000 * src/prefs_msg_colors.c
1001 more use of Q_ for translators
1003 2007-01-19 [paul] 2.7.1cvs33
1006 * src/prefs_account.c
1007 a few changes to the English
1009 2007-01-19 [fabien] 2.7.1cvs32
1012 factorize translatable string
1014 2007-01-18 [colin] 2.7.1cvs31
1017 Don't error out on --sync option. Although
1018 we don't do anything with it, gtk+ handles
1019 it, and it's useful for debugging X errors
1021 2007-01-18 [fabien] 2.7.1cvs30
1024 ability to apply on the fly the recent added
1025 'gtk_can_change_accels' pref (no need to restart).
1027 2007-01-18 [fabien] 2.7.1cvs29
1029 * src/plugins/bogofilter/bogofilter_gtk.c
1030 * src/plugins/bogofilter/bogofilter.c
1031 * src/plugins/spamassassin/spamassassin_gtk.c
1033 * src/prefs_account.c
1034 factorize or rewrite some translatable strings.
1036 2007-01-18 [fabien] 2.7.1cvs28
1040 set a 4pix space between "Subject:" label and subject entry in
1043 2007-01-18 [wwp] 2.7.1cvs27
1046 fix conflicting address-copy/paste when focus is set
1047 to the embedded edit-person form.
1050 2007-01-18 [wwp] 2.7.1cvs26
1053 complete 2.7.1cvs23 (one more file was missing from that
1056 2007-01-18 [colin] 2.7.1cvs25
1059 Provide a way to migrate without backup
1060 Re-ask for migration on next start if
1061 it has been refused and wizard has been
1064 2007-01-18 [wwp] 2.7.1cvs24
1067 complete 2.7.1.cvs23 (file was missing from previous
1070 2007-01-18 [wwp] 2.7.1cvs23
1073 fix potential crashes in address book's focus_in/out signal handlers,
1074 force focus to the edit-person form when clicked the Edit menu entry or
1075 button (this only matters if the edit-person form is embedded to the
1076 AB window, in that case, focus is not set when browsing the contacts
1077 list w/ keys or mouse clicks).
1079 2007-01-18 [paul] 2.7.1cvs22
1082 add command line options:
1084 -q and --quit for --exit
1086 print "Unknown option" for unknown options
1088 2007-01-18 [paul] 2.7.1cvs21
1091 updated by Pavlo Bohmat
1093 2007-01-18 [paul] 2.7.1cvs20
1096 fix sensitivity issues of Mark as Spam/Ham
1098 2007-01-17 [fabien] 2.7.1cvs19
1101 * src/prefs_common.c
1102 * src/prefs_common.h
1104 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1105 control the corresponding gtk property. It could be used to lock
1106 all shortcuts (avoid to set one of them by inadvertency).
1108 2007-01-17 [colin] 2.7.1cvs18
1111 Fix bug 1100, 'Highlighted e-mail data not visible
1112 when color label applied.'. Use a weighted average
1113 between normal selected foreground color and color
1114 label instead of a simple one (3/1 instead 1/1).
1116 2007-01-17 [colin] 2.7.1cvs17
1119 Better fix for bug 1088, 'Ctrl-h produces repeatable
1120 crash' - don't prevent mail switching while loading
1122 2007-01-17 [colin] 2.7.1cvs16
1131 Manage recursive search of unsubscribed folders
1132 Rescan tree without checking for new messages
1133 after subscriptions changed
1135 2007-01-17 [paul] 2.7.1cvs15
1137 * src/prefs_common.c
1138 * src/gtk/pluginwindow.c
1139 fix bug 1101, '"Load plugin" button is
1140 accidentally hidden'
1141 unset (-1) initial width in prefs_common,
1142 fix overlapping buttons,
1145 2007-01-17 [paul] 2.7.1cvs14
1148 add #include <errno.h>, it's needed
1151 2007-01-17 [paul] 2.7.1cvs13
1154 * tools/make.themes.project
1155 rename .sylpheed_themeinfo to .claws_themeinfo
1157 * src/etpan/etpan-errors.h
1158 * src/etpan/etpan-log.c
1159 * src/etpan/etpan-log.h
1160 * src/etpan/etpan-thread-manager-types.h
1161 * src/etpan/etpan-thread-manager.c
1162 * src/etpan/etpan-thread-manager.h
1163 * src/etpan/imap-thread.c
1164 * src/etpan/imap-thread.h
1165 add copyright header
1167 2007-01-17 [colin] 2.7.1cvs12
1169 * src/plugins/pgpcore/select-keys.c
1170 * src/gtk/pluginwindow.c
1171 * src/prefs_account.c
1174 2007-01-16 [colin] 2.7.1cvs11
1179 Manage subscribing to subfolders when only
1180 subscribed folders are shown.
1182 2007-01-16 [colin] 2.7.1cvs10
1185 Fix annoying vscrollbar going back to top
1186 on Check for new folders
1188 2007-01-16 [colin] 2.7.1cvs9
1193 2007-01-16 [colin] 2.7.1cvs8
1196 Bigger buffer for errors
1200 * src/prefs_account.c
1201 * src/prefs_account.h
1203 * src/etpan/imap-thread.c
1204 * src/etpan/imap-thread.h
1205 * manual/handling.xml
1206 Add subscriptions management. What it changes:
1207 Creating a folder subscribes to it
1208 Deleting a folder unsubscribes it
1209 New contextual menu item allowing to switch between
1210 All folders and Subscribed folders, subscribe, and
1211 unsubscribe. "Creating" an existing but unsubscribed
1212 folder will subscribe it.
1213 By default for new accounts, only subscribed folders
1217 2007-01-16 [paul] 2.7.1cvs7
1220 Allow folder classes to specify only sort_key or
1221 sort_type instead of both or none.
1223 2007-01-16 [paul] 2.7.1cvs6
1230 Save and use errno for procmime_get_part
1232 2007-01-16 [colin] 2.7.1cvs5
1235 Never remove INBOX when scanning for
1236 new folders. It's a special folder
1239 2007-01-15 [colin] 2.7.1cvs4
1242 Fix 'Check for new folders' when IMAP subdirectory
1244 * src/etpan/imap-thread.c
1247 2007-01-15 [colin] 2.7.1cvs3
1249 * src/etpan/imap-thread.c
1250 Fix invalid free on command-connection
1253 2007-01-15 [wwp] 2.7.1cvs2
1255 * src/matcher_parser_lex.l
1256 * src/quote_fmt_lex.l
1257 * src/matcher_parser_parse.y
1258 fix copyright header in lexers and parsers.
1260 2007-01-15 [paul] 2.7.1cvs1
1266 bump up version number following
1269 2007-01-15 [paul] 2.7.0cvs31
1273 add Fabien to the Team list
1274 add the recent contributors
1275 make a few corrections
1277 2007-01-15 [paul] 2.7.0cvs30
1280 fix compiler warning
1281 * src/plugins/pgpcore/prefs_gpg.c
1282 * src/plugins/pgpcore/prefs_gpg.h
1284 fix copyright header
1286 2007-01-14 [colin] 2.7.0cvs29
1289 Use the 'gtk+' backend. Avoids gnome-vfs use,
1290 two benefits: faster to open, will fix strange
1291 dbus-related crash. Thanks to Pascal Terjan.
1293 2007-01-14 [colin] 2.7.0cvs28
1295 * src/etpan/imap-thread.c
1296 Delete the old imap just after allocating
1297 the new one. Makes sure we don't get the
1298 same pointer by sheer luck, which feels
1299 strange in the debug log.
1301 2007-01-14 [colin] 2.7.0cvs27
1303 * src/gtk/inputdialog.c
1304 Make sure we don't print passwords in
1305 clear text when in debug mode
1307 2007-01-14 [colin] 2.7.0cvs26
1309 * src/gtk/gtksctree.c
1310 Fix bug 1098, 'bogus last row display
1311 after expanding a thread'. Patch by
1312 Jindrich Makovicka <makovick@gmail.com>
1314 2007-01-14 [colin] 2.7.0cvs25
1316 * src/etpan/imap-thread.c
1317 Close socket manually before
1318 freeing the imap struct
1320 2007-01-14 [colin] 2.7.0cvs24
1322 * src/etpan/imap-thread.c
1323 Maybe fix new reconnection issues
1325 2007-01-13 [colin] 2.7.0cvs23
1328 Freeze/thaw on thread selection
1330 2007-01-13 [paul] 2.7.0cvs22
1335 add 'Edit/Delete thread'
1337 2007-01-13 [colin] 2.7.0cvs21
1339 * src/prefs_account.c
1340 * src/prefs_compose_writing.c
1341 * src/prefs_message.c
1342 * src/prefs_msg_colors.c
1344 * src/prefs_receive.c
1345 * src/prefs_spelling.c
1346 * src/prefs_summaries.c
1347 * src/prefs_themes.c
1348 * src/gtk/gtkutils.c
1349 * src/gtk/gtkutils.h
1350 * src/plugins/pgpcore/prefs_gpg.c
1351 * src/plugins/spamassassin/spamassassin_gtk.c
1352 Factorize gtk frame creation
1355 2007-01-13 [colin] 2.7.0cvs20
1357 * src/message_search.c
1358 * src/summary_search.c
1359 Fix Enter in search windows
1361 Fix body search starting at the
1362 end of the mail (and asking for loop)
1364 2007-01-13 [colin] 2.7.0cvs19
1366 * src/etpan/imap-thread.c
1367 Make sure we don't free the same imap
1370 2007-01-13 [colin] 2.7.0cvs18
1373 Allow multiple commitHelpers to
1376 2007-01-12 [colin] 2.7.0cvs17
1378 * src/etpan/imap-thread.c
1379 Make sure we get rid of the previous mailimap
1380 when connecting - just in case disconnect was
1383 2007-01-12 [paul] 2.7.0cvs16
1386 Strip S/MIME signatures when re-editing
1387 S/MIME signed messages.
1389 2007-01-12 [paul] 2.7.0cvs15
1396 no need to define CLAWS anymore, remove
1399 2007-01-12 [paul] 2.7.0cvs14
1402 check if the mail's signed as
1403 it can change the mail structure
1406 2007-01-12 [paul] 2.7.0cvs13
1409 fix Forwarding msgs with attachments
1410 that have dos line endings
1413 2007-01-12 [wwp] 2.7.0cvs12
1416 Revert accidentally committed extra version tag.
1418 2007-01-12 [wwp] 2.7.0cvs11
1420 * src/prefs_account.c
1421 Fix compilation w/o aspell (completes 2.7.0cvs7).
1423 2007-01-11 [colin] 2.7.0cvs10
1426 move g_warning to debug_print
1427 it scares people for no reason
1429 2007-01-11 [colin] 2.7.0cvs9
1432 Fix files to translate. Patch by
1435 2007-01-11 [paul] 2.7.0cvs8
1438 Fix recursion when server lists the
1439 current subfolder in the response
1441 Fix updating of icon_list/ctree
1442 * src/plugins/pgpcore/select-keys.c
1443 Fix a few annoyances when choosing
1444 keys for the CMS (S/MIME) protocol
1446 2007-01-11 [wwp] 2.7.0cvs7
1449 * src/prefs_account.c
1450 * src/prefs_account.h
1451 Add per-account spellcheck default dictionaries settings.
1453 2007-01-10 [colin] 2.7.0cvs6
1455 * src/prefs_folder_item.c
1456 Factorize strings - patch by Fabien
1458 2007-01-10 [colin] 2.7.0cvs5
1461 Fix bug 1095, 'Crash while changing folder
1462 columns during incorporation'
1464 2007-01-09 [colin] 2.7.0cvs4
1466 * src/gtk/pluginwindow.c
1467 Set the plugin window transient. Seems
1468 like some window managers hide it in
1469 the background after "load plugin"...
1471 2007-01-09 [colin] 2.7.0cvs3
1474 Use the same type for alloc and free
1476 2007-01-08 [paul] 2.7.0cvs2
1479 updated by Tim Dijkstra
1481 2007-01-08 [paul] 2.7.0cvs1
1483 * src/prefs_themes.c
1484 * src/common/utils.c
1487 2007-01-08 [paul] 2.7.0
1494 2007-01-08 [paul] 2.6.1cvs119
1496 * doc/man/claws-mail.1
1499 2007-01-08 [paul] 2.6.1cvs118
1501 * doc/man/claws-mail.1
1503 * manual/advanced.xml
1504 improved English usage
1506 2007-01-08 [paul] 2.6.1cvs117
1517 updated by Miquel Oliete, Stephan Sachse, me,
1518 Tommi Pirinen, Andrea Spadaccini, Frederico
1519 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1520 Urosevic, and Ralgh Young
1522 2007-01-07 [mones] 2.6.1cvs116
1524 * manual/es/advanced.xml
1526 Synced manual (unhide mark_as_read_delay)
1527 and updated translation for release
1529 2007-01-07 [paul] 2.6.1cvs115
1531 * src/prefs_matcher.c
1532 make the hbox content fit better under
1535 2007-01-07 [colin] 2.6.1cvs114
1538 Fix bug 1088, 'Ctrl-h produces repeatable
1541 2007-01-06 [colin] 2.6.1cvs113
1543 * src/etpan/imap-thread.c
1544 Add casts to int to get certs. Fixes
1545 bug 1064, 'crash @ etpan_certificate_check()
1546 when opening an IMAP folder', with latest
1547 libetpan CVS or >= 0.49
1552 * src/prefs_folder_item.c
1553 Grey out the "synchronise" menu items if
1554 there's nothing to synchronise.
1555 * src/plugins/pgpcore/sgpgme.c
1556 Make an error clearer than "Unknown error"
1558 2007-01-06 [colin] 2.6.1cvs112
1561 Don't try to show a message if updating
1562 Maybe fixes bug 1088, 'ctrl-h produces
1565 2007-01-06 [colin] 2.6.1cvs111
1568 Disable Control-Space (handle it as Space).
1570 2007-01-05 [paul] 2.6.1cvs110
1573 Fix bug 934, 'sylpheed claws 2.1
1574 doesn't show Exchanges Public Folders'
1575 Thanks to Hoa and Colin
1577 Refuse to allocate more than 2 MB for a
1578 single field, it's a good indication of
1581 2007-01-05 [colin] 2.6.1cvs109
1584 Allow --select'ing emails by Message-ID too
1586 2007-01-05 [colin] 2.6.1cvs108
1588 * src/common/quoted-printable.c
1591 2007-01-05 [colin] 2.6.1cvs107
1593 * src/common/quoted-printable.c
1594 Fix previous commit about bug 1089
1597 2007-01-05 [colin] 2.6.1cvs106
1599 * src/common/quoted-printable.c
1600 Fix my previous commit on bug 1089
1603 2007-01-04 [colin] 2.6.1cvs105
1605 * src/common/quoted-printable.c
1606 Fix bug 1089, 'NUL characters in Subject
1607 line are misinterpreted'. Not a pain to
1614 2007-01-04 [wwp] 2.6.1cvs104
1616 * src/image_viewer.c
1617 Force operator precedence (fix a compiler warning).
1619 2007-01-04 [colin] 2.6.1cvs103
1621 * src/image_viewer.c
1622 Be cautious there too (same fix as the one
1623 in textview from cvs33)
1625 Don't use any MimeViewer plugin when showing
1628 2007-01-03 [wwp] 2.6.1cvs102
1632 fixed "cent" sign (use the existing ASCII one),
1633 decode more HTML entities,
1634 converted table ASCII entries to UTF-8,
1635 moved a switch() into a hashtable.
1637 2007-01-03 [paul] 2.6.1cvs101
1643 When possible, use move_msg instead of
1644 copy_msg + remove_msg to move sent mail
1647 2007-01-03 [paul] 2.6.1cvs100
1650 add more html entity recognition:
1651 pounds, euros, and cents
1653 2007-01-03 [colin] 2.6.1cvs99
1656 Don't display an error on NOSELECT
1657 folders when synchronising
1659 2007-01-03 [paul] 2.6.1cvs98
1661 * tools/maildir2claws-mail.pl
1662 only substitute 'sent-mail' if it's
1663 the full directory name
1665 2007-01-03 [paul] 2.6.1cvs97
1668 * ChangeLog.pre2.0.0
1670 archive a chunk of ChangeLog in
1673 * doc/src/ChangeLog.claws-pre0.8.0
1674 remove ChangeLog.claws-pre0.8.0, adding
1675 its contents to ChangeLog.gtk1
1677 2007-01-03 [paul] 2.6.1cvs96
1698 * src/addressbook_foldersel.c
1699 * src/addressbook_foldersel.h
1720 * src/customheader.c
1721 * src/customheader.h
1722 * src/displayheader.c
1723 * src/displayheader.h
1734 * src/editldap_basedn.c
1735 * src/editldap_basedn.h
1752 * src/folder_item_prefs.c
1753 * src/folder_item_prefs.h
1760 * src/grouplistdialog.c
1761 * src/grouplistdialog.h
1765 * src/image_viewer.c
1766 * src/image_viewer.h
1802 * src/message_search.c
1803 * src/message_search.h
1820 * src/partial_download.c
1821 * src/partial_download.h
1826 * src/prefs_account.c
1827 * src/prefs_account.h
1828 * src/prefs_actions.c
1829 * src/prefs_actions.h
1830 * src/prefs_common.c
1831 * src/prefs_common.h
1832 * src/prefs_compose_writing.c
1833 * src/prefs_compose_writing.h
1834 * src/prefs_customheader.c
1835 * src/prefs_customheader.h
1836 * src/prefs_display_header.c
1837 * src/prefs_display_header.h
1838 * src/prefs_filtering.c
1839 * src/prefs_filtering.h
1840 * src/prefs_filtering_action.c
1841 * src/prefs_filtering_action.h
1842 * src/prefs_folder_column.c
1843 * src/prefs_folder_column.h
1844 * src/prefs_folder_item.c
1845 * src/prefs_folder_item.h
1850 * src/prefs_image_viewer.c
1851 * src/prefs_image_viewer.h
1852 * src/prefs_matcher.c
1853 * src/prefs_matcher.h
1854 * src/prefs_message.c
1855 * src/prefs_msg_colors.c
1856 * src/prefs_msg_colors.h
1859 * src/prefs_receive.c
1861 * src/prefs_spelling.c
1862 * src/prefs_spelling.h
1863 * src/prefs_summaries.c
1864 * src/prefs_summaries.h
1865 * src/prefs_summary_column.c
1866 * src/prefs_summary_column.h
1867 * src/prefs_template.c
1868 * src/prefs_template.h
1869 * src/prefs_themes.c
1870 * src/prefs_themes.h
1871 * src/prefs_toolbar.c
1872 * src/prefs_toolbar.h
1873 * src/prefs_wrapping.c
1874 * src/prefs_wrapping.h
1884 * src/quote_fmt_parse.y
1887 * src/remotefolder.c
1888 * src/remotefolder.h
1889 * src/send_message.c
1890 * src/send_message.h
1893 * src/sourcewindow.c
1894 * src/sourcewindow.h
1899 * src/stock_pixmap.c
1900 * src/stock_pixmap.h
1901 * src/summary_search.c
1902 * src/summary_search.h
1917 * src/common/base64.c
1918 * src/common/base64.h
1920 * src/common/hooks.c
1921 * src/common/hooks.h
1924 * src/common/mgutils.c
1925 * src/common/mgutils.h
1928 * src/common/passcrypt.c
1929 * src/common/passcrypt.h.in
1930 * src/common/plugin.c
1931 * src/common/plugin.h
1932 * src/common/prefs.c
1933 * src/common/prefs.h
1934 * src/common/progressindicator.c
1935 * src/common/progressindicator.h
1936 * src/common/quoted-printable.c
1937 * src/common/quoted-printable.h
1938 * src/common/session.c
1939 * src/common/session.h
1942 * src/common/socket.c
1943 * src/common/socket.h
1946 * src/common/ssl_certificate.c
1947 * src/common/ssl_certificate.h
1948 * src/common/stringtable.c
1949 * src/common/stringtable.h
1950 * src/common/template.c
1951 * src/common/template.h
1952 * src/common/timing.h
1953 * src/common/utils.c
1954 * src/common/utils.h
1955 * src/common/version.h.in
1958 * src/common/xmlprops.c
1959 * src/common/xmlprops.h
1961 * src/gtk/colorlabel.c
1962 * src/gtk/colorsel.c
1963 * src/gtk/colorsel.h
1964 * src/gtk/combobox.c
1965 * src/gtk/combobox.h
1966 * src/gtk/description_window.c
1967 * src/gtk/description_window.h
1970 * src/gtk/foldersort.c
1971 * src/gtk/foldersort.h
1972 * src/gtk/gtksctree.c
1973 * src/gtk/gtkutils.c
1974 * src/gtk/gtkutils.h
1975 * src/gtk/inputdialog.c
1976 * src/gtk/inputdialog.h
1977 * src/gtk/logwindow.c
1978 * src/gtk/logwindow.h
1979 * src/gtk/manage_window.c
1980 * src/gtk/manage_window.h
1983 * src/gtk/pluginwindow.c
1984 * src/gtk/pluginwindow.h
1985 * src/gtk/prefswindow.c
1986 * src/gtk/prefswindow.h
1987 * src/gtk/progressdialog.c
1988 * src/gtk/progressdialog.h
1989 * src/gtk/sslcertwindow.c
1990 * src/gtk/sslcertwindow.h
1991 * src/plugins/bogofilter/bogofilter.c
1992 * src/plugins/bogofilter/bogofilter.h
1993 * src/plugins/bogofilter/bogofilter_gtk.c
1994 * src/plugins/clamav/clamav_plugin.c
1995 * src/plugins/clamav/clamav_plugin.h
1996 * src/plugins/clamav/clamav_plugin_gtk.c
1997 * src/plugins/demo/demo.c
1998 * src/plugins/dillo_viewer/dillo_prefs.c
1999 * src/plugins/dillo_viewer/dillo_prefs.h
2000 * src/plugins/dillo_viewer/dillo_viewer.c
2001 * src/plugins/pgpcore/passphrase.c
2002 * src/plugins/pgpcore/passphrase.h
2003 * src/plugins/pgpcore/pgp_viewer.c
2004 * src/plugins/pgpcore/pgp_viewer.h
2005 * src/plugins/pgpcore/plugin.c
2006 * src/plugins/pgpcore/select-keys.c
2007 * src/plugins/pgpcore/select-keys.h
2008 * src/plugins/pgpcore/sgpgme.c
2009 * src/plugins/pgpcore/sgpgme.h
2010 * src/plugins/pgpinline/pgpinline.c
2011 * src/plugins/pgpinline/pgpinline.h
2012 * src/plugins/pgpinline/plugin.c
2013 * src/plugins/pgpmime/pgpmime.c
2014 * src/plugins/pgpmime/pgpmime.h
2015 * src/plugins/pgpmime/plugin.c
2016 * src/plugins/spamassassin/spamassassin.c
2017 * src/plugins/spamassassin/spamassassin.h
2018 * src/plugins/spamassassin/spamassassin_gtk.c
2019 * src/plugins/trayicon/trayicon.c
2020 it's 2007, update the year in the copyright headers
2022 2007-01-03 [paul] 2.6.1cvs95
2025 it is 2007, use it in the copyright string
2027 2007-01-03 [paul] 2.6.1cvs94
2030 html entity conversion:
2031 move ™ to a more suitable place
2032 add • and –
2033 make sure — and — are both
2036 2007-01-02 [colin] 2.6.1cvs93
2040 * src/common/plugin.c
2042 * src/etpan/imap-thread.c
2045 2006-12-31 [paul] 2.6.1cvs92
2047 * src/prefs_summaries.c
2048 use gtk_button_new_from_stock()
2050 2006-12-30 [colin] 2.6.1cvs91
2055 Don't update filtering and account paths
2056 when copying folders
2058 2006-12-30 [colin] 2.6.1cvs90
2060 * src/prefs_compose_writing.c
2062 * src/prefs_template.c
2063 Use message font for Writing and
2064 Quoting prefs, as well as Templates.
2066 2006-12-30 [colin] 2.6.1cvs89
2068 * src/prefs_summaries.c
2069 Rework GUI; patch by Pawel
2071 2006-12-29 [colin] 2.6.1cvs88
2073 * src/prefs_folder_item.c
2074 Fix bug 1085, 'Apply to subfolder
2075 doesn't work' - I was mistaken saying
2076 it worked in every case
2078 2006-12-28 [colin] 2.6.1cvs87
2080 * src/gtk/gtkaspell.c
2081 Don't assert if use_alternate is true
2082 and alt_dictionary isn't set -- this
2083 is what happens on upgrade! Rather,
2086 2006-12-28 [colin] 2.6.1cvs86
2089 Fix desktop/icon simplification
2091 2006-12-28 [colin] 2.6.1cvs85
2094 Make desktop and icon not
2095 dependant on the desktop
2097 2006-12-28 [wwp] 2.6.1cvs84
2099 * src/plugins/pgpmime/claws.def
2100 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2102 2006-12-28 [wwp] 2.6.1cvs83
2104 * src/prefs_folder_item.c
2105 Fix coloring of "simplify subject regexp" (folder prefs),
2106 which might be left to red whereas the regexp gets empty.
2108 2006-12-28 [wwp] 2.6.1cvs82
2110 * src/prefs_common.c
2111 * src/prefs_common.h
2114 Save addressbook mainwindow's horizontal and vertical splitter position.
2116 2006-12-27 [wwp] 2.6.1cvs81
2118 * src/gtk/gtkaspell.c
2119 * src/gtk/gtkaspell.h
2121 Fix assignment of compose's default and alternate dictionary from
2122 account or folder settings. Now gtkaspell_change_dict does rotate
2123 dicts only when it's called from a menu cb.
2125 2006-12-27 [wwp] 2.6.1cvs80
2127 * src/folder_item_prefs.c
2128 Fix randomly initialized default-alt-dictionary (folder prefs),
2129 complete 2.6.1cvs72.
2131 2006-12-27 [paul] 2.6.1cvs79
2135 Add Copy folder in the folder's contextual
2138 2006-12-27 [wwp] 2.6.1cvs78
2141 Clean up session locking, thanks to Colin.
2143 2006-12-26 [colin] 2.6.1cvs77
2146 Revert previous patch
2148 2006-12-26 [colin] 2.6.1cvs76
2154 * src/etpan/imap-thread.c
2155 Fix previous commit warnings
2156 Make statusbar update every second if total < 20
2157 Make IMAP APPEND faster by simplifying log
2159 2006-12-26 [colin] 2.6.1cvs75
2167 Make it possible to copy folders accross
2168 mailboxes (this was an arbitrary limitation).
2169 Still make it impossible to move folders
2172 2006-12-26 [colin] 2.6.1cvs74
2174 * src/etpan/imap-thread.c
2175 Fix bug 1081, 'claws-mail
2176 segfaults when going offline
2177 while it transfers mails via
2180 2006-12-26 [colin] 2.6.1cvs73
2182 * src/folder_item_prefs.c
2183 Don't forget alt dictionary when
2184 renaming/moving folders
2186 2006-12-26 [wwp] 2.6.1cvs72
2188 * src/folder_item_prefs.c
2189 Add missing defaults for per-folder alt dict
2190 (forgotten in 2.6.1cvs61).
2192 2006-12-26 [colin] 2.6.1cvs71
2195 Add tooltip to state that specifying
2196 full path to mailbox is possible
2198 2006-12-26 [wwp] 2.6.1cvs70
2200 * src/partial_download.c
2201 * src/gtk/gtkvscrollbutton.c
2202 * src/plugins/pgpinline/plugin.c
2203 Fix for few compiler warnings that matter.
2205 2006-12-25 [colin] 2.6.1cvs69
2207 * src/partial_download.c
2208 Fix marking for download or deletion
2209 when the header isn't the first
2210 * src/gtk/logwindow.c
2211 Fix start of scrolling
2213 2006-12-23 [paul] 2.6.1cvs68
2216 change last commit to use the 'academic'
2217 method instead. Thanks to wwp
2219 2006-12-23 [paul] 2.6.1cvs67
2222 don't warn about empty subject when
2225 2006-12-22 [colin] 2.6.1cvs66
2227 * src/summary_search.c
2230 2006-12-22 [colin] 2.6.1cvs65
2232 * src/gtk/gtkutils.c
2235 * src/summary_search.c
2242 2006-12-22 [colin] 2.6.1cvs64
2246 Add a combo to the learn spam button
2247 * src/plugins/bogofilter/bogofilter.c
2248 * src/plugins/bogofilter/bogofilter_gtk.c
2249 * src/plugins/bogofilter/bogofilter.h
2250 Allow to store Unsure mails in a specific
2251 folder to make better teaching easier
2253 2006-12-21 [wwp] 2.6.1cvs63
2256 * src/prefs_common.c
2257 * src/prefs_common.h
2258 * src/prefs_spelling.c
2259 * src/gtk/gtkaspell.c
2260 * src/gtk/gtkaspell.h
2261 Allow spell-checking using both current and alternate dictionaries
2264 2006-12-21 [wwp] 2.6.1cvs62
2266 * src/gtk/gtkaspell.c
2267 Apply recheck_when_changing_dict (highlight all mispelled words)
2268 when switching to alternate dictionary.
2270 2006-12-21 [wwp] 2.6.1cvs61
2273 * src/folder_item_prefs.h
2274 * src/prefs_common.c
2275 * src/prefs_common.h
2276 * src/prefs_folder_item.c
2277 * src/prefs_spelling.c
2278 * src/gtk/gtkaspell.c
2279 * src/gtk/gtkaspell.h
2280 Add global and per-folder prefs to set the default
2281 alternate dictionary.
2283 2006-12-21 [colin] 2.6.1cvs60
2286 Look for folders by path in all folders
2290 2006-12-20 [colin] 2.6.1cvs59
2292 * src/gtk/quicksearch.c
2293 Make sure in_typing is false when clearing
2295 2006-12-20 [wwp] 2.6.1cvs58
2298 change manual's target dir to be LFH-compliant (thanks to Colin).
2300 2006-12-20 [wwp] 2.6.1cvs57
2302 * src/prefs_common.c
2303 * src/prefs_summaries.c
2304 i18n fix and factorize patch, thanks to Fabien.
2306 2006-12-20 [paul] 2.6.1cvs56
2309 last of the renaming (??)
2311 correct --help info of --status-full
2312 * src/plugins/bogofilter/bogofilter.c
2313 make FALSE default of whitelist_ab
2315 2006-12-19 [colin] 2.6.1cvs55
2318 Same as before, without depending on
2321 2006-12-19 [colin] 2.6.1cvs54
2324 Fix bug 1059, 'Better jpilot charset
2325 handling'. Use libpisync's charset conversion
2328 2006-12-19 [colin] 2.6.1cvs53
2333 2006-12-19 [wwp] 2.6.1cvs52
2336 Add missing #include (thanks to Colin).
2338 2006-12-19 [wwp] 2.6.1cvs51
2340 * src/prefs_receive.c
2341 Better spacing between widgets in prefs.
2343 2006-12-18 [colin] 2.6.1cvs50
2346 Fix failure to get separator on LIST "" ""
2347 Try LIST "" "INBOX" too.
2349 2006-12-18 [wwp] 2.6.1cvs49
2351 * src/common/session.c
2352 Fix a compiler warning (thanks to Fabien).
2354 2006-12-18 [wwp] 2.6.1cvs48
2358 Factorize some strings for translation (it's about error
2359 messages when applying or checking template/quote format).
2361 2006-12-18 [colin] 2.6.1cvs47
2365 * src/gtk/Makefile.am
2367 Add a Release notes tab from the contents of
2368 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2370 2006-12-17 [colin] 2.6.1cvs46
2375 Correctly convert from/to UTF8/filename encoding
2376 when loading and saving files. Probably fixes
2377 bug 1068, 'Claws-Mail uses 100% CPU when looking
2378 for a file to attach and is blocked...'
2380 2006-12-17 [colin] 2.6.1cvs45
2382 * src/gtk/logwindow.c
2383 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
2384 IMAP folder and is blocked on main thread':
2385 make sure we put utf8 in the log.
2387 2006-12-16 [colin] 2.6.1cvs44
2391 Fix bug 1055, 'Add the 'cancel receive'
2392 in the available events for the toolbar buttons'
2394 2006-12-16 [colin] 2.6.1cvs43
2399 * src/common/session.c
2400 Log error when SSL handshakes fail.
2401 Fixes bug 1082, 'incorrect / imprecise
2402 error message when imap server provides
2403 ssl only through STARTTLS but SSL is
2406 2006-12-15 [wwp] 2.6.1cvs42
2408 * src/plugins/bogofilter/bogofilter_gtk.c
2409 set proper sensitivity to widgets I've recently added.
2415 2006-12-15 [wwp] 2.6.1cvs41
2417 * src/plugins/bogofilter/bogofilter.c
2418 * src/plugins/bogofilter/bogofilter.h
2419 * src/plugins/bogofilter/bogofilter_gtk.c
2420 bogofilter's whitelist can now use a subset of
2421 the addressbook (either a book, a subfolder of a book,
2422 or the whole addressbook by using "Any"). Re-used there
2423 some pref_matcher widgets and mechanisms to match a subset
2426 2006-12-15 [wwp] 2.6.1cvs40
2429 * src/common/plugin.c
2430 * src/common/plugin.h
2432 * src/plugins/bogofilter/bogofilter.c
2433 * src/plugins/clamav/clamav_plugin.c
2434 * src/plugins/demo/demo.c
2435 * src/plugins/dillo_viewer/dillo_viewer.c
2436 * src/plugins/pgpcore/plugin.c
2437 * src/plugins/pgpinline/plugin.c
2438 * src/plugins/pgpmime/plugin.c
2439 * src/plugins/spamassassin/spamassassin.c
2440 * src/plugins/trayicon/trayicon.c
2441 factorize some translatable strings (plugins-related),
2442 fix missing punctuation in several places,
2443 remove useless translatable \n in about.c,
2444 and factorize plugin init code w/ a new function
2445 check_plugin_version() in common/plugin.c.
2446 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2448 2006-12-15 [wwp] 2.6.1cvs39
2450 * src/plugins/bogofilter/bogofilter.c
2451 * src/plugins/bogofilter/bogofilter_gtk.c
2452 flag whitelisted spams as spam, but don't filter it to the spam
2453 folder. Thanks to Colin.
2455 2006-12-15 [ticho] 2.6.1cvs38
2457 * src/plugins/bogofilter/bogofilter.c
2458 * src/plugins/bogofilter/bogofilter.h
2459 * src/plugins/bogofilter/bogofilter_gtk.c
2460 Add option to whitelist senders found in addressbook. Patch by colin.
2462 2006-12-15 [paul] 2.6.1cvs37
2465 add missing #include "log.h"
2467 2006-12-15 [paul] 2.6.1cvs36
2469 * src/plugins/bogofilter/bogofilter.c
2470 * src/plugins/bogofilter/bogofilter.h
2471 * src/plugins/bogofilter/bogofilter_gtk.c
2472 Add an option to allow inserting an
2473 X-Claws-Bogosity header (on MH folders
2474 only). Patch by Colin
2476 2006-12-14 [colin] 2.6.1cvs35
2479 "Yes" should be the default choice for
2480 migration configuration
2482 2006-12-14 [paul] 2.6.1cvs34
2484 * src/prefs_summaries.c
2485 * manual/advanced.xml
2486 Unhide mark_as_read_delay
2488 2006-12-14 [paul] 2.6.1cvs33
2497 Fix printing of selection
2498 Fix printing of message parts
2499 Fix printing of images
2500 * src/gtk/gtksourceprintjob.c
2501 Fix page count when there are images
2503 2006-12-14 [wwp] 2.6.1cvs32
2508 * src/gtk/quicksearch.c
2509 fix quicksearch 'magnify' button status when QS is closed
2510 using the Escape key, thanks to Colin.
2512 2006-12-14 [wwp] 2.6.1cvs31
2517 * src/gtk/quicksearch.c
2518 fix quicksearch 'magnify' button status when QS is closed
2519 using the Escape key, thanks to Colin.
2521 2006-12-13 [colin] 2.6.1cvs30
2525 Use the binary safe version of ldap_get_values,
2526 to make sure we manipulate null-terminated
2527 strings. Maybe fixes bug 1075, 'claws mail
2528 segfault when completing ldap adresses'
2529 * src/syldap.c ** REMOVED **
2530 * src/syldap.h ** REMOVED **
2533 2006-12-13 [mones] 2.6.1cvs29
2536 Fixed piped strings, fixed click translation
2538 2006-12-13 [paul] 2.6.1cvs28
2541 don't translate these strings
2543 2006-12-13 [paul] 2.6.1cvs27
2548 2006-12-13 [colin] 2.6.1cvs26
2552 Add claws_is_starting()
2554 2006-12-13 [mones] 2.6.1cvs25
2556 * manual/es/advanced.xml
2558 Synced manual and updated translation
2560 2006-12-12 [colin] 2.6.1cvs24
2563 Add an option to use STARTTLS in the
2564 welcome wizard. Fixes bug 1080,
2565 'Using SSL option in wizard for incoming
2566 server does not activate SSL with STARTTLS'
2568 2006-12-12 [colin] 2.6.1cvs23
2571 Don't exit when there's an incomplete
2572 mailbox configured - leaves a chance
2573 to fix a failing IMAP account. Exit
2574 if no mailbox at all is loaded (case
2576 Completes bug 1077's fix (I was wrong
2577 in this bug's comment #3).
2579 2006-12-12 [colin] 2.6.1cvs22
2582 Add another menu data type
2583 * src/prefs_account.c
2584 Complete the completion of bug 1076
2585 (doesn't lose the pref on apply)
2587 2006-12-12 [paul] 2.6.1cvs21
2589 * src/prefs_account.c
2590 complete the fix of bug 1076
2591 also be more verbose with the text
2593 2006-12-12 [paul] 2.6.1cvs20
2595 * src/gtk/combobox.c
2596 fix compilation warning
2598 2006-12-11 [colin] 2.6.1cvs19
2601 Document :port in server entry tooltips
2603 2006-12-11 [colin] 2.6.1cvs18
2608 2006-12-11 [colin] 2.6.1cvs17
2611 Add failing IMAP as a reason for no
2614 2006-12-11 [colin] 2.6.1cvs16
2616 * src/prefs_account.c
2617 Check for existence of inbox for local
2620 Allow setting the port to use for servers
2621 by using the usual "server.example.com:port"
2622 syntax. Fixes bug 1077, 'sylpheed-claws does
2623 not start when IMAP server is unavailable'
2625 2006-12-11 [colin] 2.6.1cvs15
2627 * src/prefs_account.c
2628 Prevent use of non-existing default inbox
2630 2006-12-11 [colin] 2.6.1cvs14
2632 * src/prefs_account.c
2633 Fix sensitivity. Fixes bug 1076, 'privacy
2634 options are displayed even when pgp plugin
2635 not loaded / available'
2637 2006-12-09 [colin] 2.6.1cvs13
2639 * manual/advanced.xml
2640 * src/prefs_common.c
2641 * src/prefs_common.h
2642 * src/common/ssl_certificate.c
2643 Add a new hidden preference, 'unsafe_ssl_certs',
2644 which allows to store multiple certificates per
2645 server/port. This is disabled by default because
2646 it's less secure (presenting a new certificate
2647 instead of a changed one raises less alarms).
2648 This will cause Claws to ask about an unknown
2649 certificate for people who have used 2.6.1cvs8
2652 2006-12-09 [colin] 2.6.1cvs12
2655 Fix cache updating after action
2657 2006-12-07 [wwp] 2.6.1cvs11
2660 fix email address comparison when replying to all
2661 (avoid replying to ourselves), thanks to Colin.
2663 2006-12-06 [paul] 2.6.1cvs10
2670 * src/common/utils.c
2671 ...and more renaming
2674 2006-12-06 [paul] 2.6.1cvs9
2685 2006-12-06 [colin] 2.6.1cvs8
2688 * src/common/ssl_certificate.c
2689 * src/common/ssl_certificate.h
2690 Handle multiple certificates per host/port
2692 2006-12-06 [colin] 2.6.1cvs7
2694 * src/etpan/imap-thread.c
2695 Fix certificate checking on IMAP
2697 2006-12-06 [colin] 2.6.1cvs6
2700 Fix bug 1072, 'Claws stops fetching newsgroups
2701 from server when newsgroup got deleted': continue
2702 checking other groups
2704 2006-12-05 [wwp] 2.6.1cvs5
2706 * src/message_search.c
2707 * src/summary_search.c
2708 * src/gtk/combobox.c
2709 * src/gtk/combobox.h
2710 * src/gtk/gtkutils.c
2711 * src/gtk/gtkutils.h
2712 make up and down arrow keys in modern gtk_combo_box_entry widgets
2713 behave like w/ old comboboxes (summary and message search only).
2715 2006-12-05 [paul] 2.6.1cvs4
2721 2006-12-05 [paul] 2.6.1cvs3
2724 * tools/textviewer.pl
2725 script updated and description added
2727 2006-12-04 [colin] 2.6.1cvs2
2730 Run pre-send hook only when checking
2733 2006-12-04 [paul] 2.6.1cvs1
2740 bump up version number following stable release
2742 2006-12-04 [paul] 2.6.0cvs83
2745 updates and corrections
2747 2006-12-04 [colin] 2.6.0cvs82
2749 * src/common/utils.c
2750 Probably fix bug 1066, 'Incorrect mailbox
2753 2006-12-04 [colin] 2.6.0cvs81
2755 * src/common/utils.c
2756 Trim tabs from mailcap file too.
2758 2006-12-02 [paul] 2.6.0cvs80
2761 fix broken GUI under certain languages
2763 put the Cancel button to the right
2765 2006-12-01 [paul] 2.6.0cvs79
2768 remove reference to removed file
2770 2006-12-01 [wwp] 2.6.0cvs78
2774 remove forgotten debug statements.
2776 2006-12-01 [wwp] 2.6.0cvs77
2778 * manual/advanced.xml
2779 * manual/fr/advanced.xml
2785 * src/prefs_common.c
2786 * src/prefs_common.h
2787 * src/gtk/gtkutils.c
2788 * src/gtk/gtkutils.h
2789 add a hidden option to allow embedding the editaddress (edit contact details)
2790 dialog into the addressbook's window. This doesn't change the default
2793 2006-12-01 [wwp] 2.6.0cvs76
2795 * src/message_search.c
2796 * src/summary_search.c
2797 fix more focus issues (don't set focus to combobox's entry widget when
2798 entry's value changed, if entry widget has focus already).
2800 2006-12-01 [wwp] 2.6.0cvs75
2802 * src/gtk/quicksearch.c
2803 revert last changes to the quicksearch gtk_combo_box, this needs more
2806 2006-12-01 [paul] 2.6.0cvs74
2808 * tools/kdeservicemenu/README
2809 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2810 * tools/kdeservicemenu/install.sh
2811 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2812 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2813 simplify this stuff, and in so doing,
2814 fix it. (possibly re-extend it again at
2817 2006-12-01 [wwp] 2.6.0cvs73
2819 * src/gtk/quicksearch.c
2820 adapt quicksearch code to use modern gtk_combo_box'es.
2822 2006-12-01 [wwp] 2.6.0cvs72
2825 * src/prefs_common.c
2826 * src/prefs_common.h
2827 * src/message_search.c
2828 * src/summary_search.c
2829 * src/gtk/combobox.c
2830 * src/gtk/combobox.h
2831 add history combos to all message and summary search fields.
2833 2006-12-01 [wwp] 2.6.0cvs71
2836 As the list may change while the mark as read delay
2837 runs, we can't rely on the 'row' pointer, which can
2838 be invalid when the timeout is called. As the mark
2839 as read is only done if the message is still selected,
2840 use summaryview->selected instead. Thanks to Colin.
2842 2006-11-30 [paul] 2.6.0cvs70
2845 give emphasis to "Sylpheed-Claws"
2846 as well as "Claws Mail"
2848 2006-11-30 [colin] 2.6.0cvs69
2851 Put the SSL checkboxes in the receiving
2852 and sending server pages.
2854 2006-11-29 [colin] 2.6.0cvs68
2856 * src/gtk/gtkutils.c
2857 * src/gtk/gtkvscrollbutton.c
2858 Revert some deprecated fixes - they seem to
2859 deprecate stuff as soon as a new one gets out.
2860 g_object_ref_sink needed glib-2.10.
2862 2006-11-29 [colin] 2.6.0cvs67
2864 * src/common/utils.c
2865 Create .mailcap if it doesn't exist
2867 2006-11-29 [colin] 2.6.0cvs66
2870 Followup to cvs60: use original list
2871 of recipients if replying to a mail
2872 in Sent Drafts or Queue.
2874 2006-11-27 [paul] 2.6.0cvs65
2876 * src/image_viewer.c
2877 revert the last change for now (it's broken)
2879 2006-11-27 [paul] 2.6.0cvs64
2883 * m4/aclocal-include.m4
2900 * src/common/Makefile.am
2901 * src/common/claws.c
2902 * src/common/claws.h
2904 * src/common/sylpheed.c
2905 * src/common/sylpheed.h
2906 * src/etpan/Makefile.am
2907 * src/gtk/Makefile.am
2908 * src/gtk/claws-marshal.list
2910 * src/gtk/gtksctree.c
2911 * src/gtk/quicksearch.c
2912 * src/gtk/sylpheed-marshal.list
2913 * src/plugins/bogofilter/bogofilter.c
2914 * src/plugins/bogofilter/bogofilter_gtk.c
2915 * src/plugins/clamav/clamav_plugin.c
2916 * src/plugins/clamav/clamav_plugin_gtk.c
2917 * src/plugins/demo/demo.c
2918 * src/plugins/dillo_viewer/dillo_viewer.c
2919 * src/plugins/pgpcore/Makefile.am
2920 * src/plugins/pgpcore/claws.def
2921 * src/plugins/pgpcore/pgp_viewer.c
2922 * src/plugins/pgpcore/plugin.c
2923 * src/plugins/pgpcore/sylpheed.def
2924 * src/plugins/pgpinline/Makefile.am
2925 * src/plugins/pgpinline/claws.def
2926 * src/plugins/pgpinline/plugin.c
2927 * src/plugins/pgpinline/sylpheed.def
2928 * src/plugins/pgpmime/Makefile.am
2929 * src/plugins/pgpmime/claws.def
2930 * src/plugins/pgpmime/plugin.c
2931 * src/plugins/pgpmime/sylpheed.def
2932 * src/plugins/spamassassin/spamassassin.c
2933 * src/plugins/spamassassin/spamassassin_gtk.c
2934 * src/plugins/trayicon/trayicon.c
2936 remove deprecated gtk_tooltips_set_delay()
2938 2006-11-26 [paul] 2.6.0cvs63
2942 * src/image_viewer.c
2944 * src/gtk/gtkutils.c
2945 * src/gtk/gtkvscrollbutton.c
2946 * src/gtk/prefswindow.c
2947 * src/plugins/pgpcore/prefs_gpg.c
2948 replace more deprecated GTK+ functions
2950 2006-11-26 [paul] 2.6.0cvs62
2955 replace deprecated gtk_idle_... functions
2957 2006-11-26 [paul] 2.6.0cvs61
2963 * src/gtk/gtkvscrollbutton.c
2964 * src/gtk/quicksearch.c
2965 * src/plugins/pgpcore/passphrase.c
2966 replace deprecated gtk_timeout_add and
2969 2006-11-26 [paul] 2.6.0cvs60
2972 fix bug that caused the wrong recipient
2973 to be selected when replying to a msg
2974 which is From one of our accounts to
2975 another of our accounts
2977 2006-11-25 [paul] 2.6.0cvs59
2980 don't change the From column title to
2981 To if the To column is visible
2983 2006-11-24 [paul] 2.6.0cvs58
2986 fix bug 1069, 'Sent mails disappear, BCC
2987 or locking problem?'
2989 2006-11-21 [wwp] 2.6.0cvs57
2992 fix spelling menu when replying (same as 2.3.1cvs39):
2993 discrepancy between context menu and top menu when
2994 folder's dictionary isn't the default one.
2996 2006-11-19 [paul] 2.6.0cvs56
2999 obey always_show_msg option when
3001 * src/plugins/bogofilter/bogofilter.c
3004 2006-11-18 [paul] 2.6.0cvs55
3014 * src/gtk/icon_legend.c
3015 * src/gtk/icon_legend.h
3016 * tools/OOo2claws-mail.pl
3018 * tools/acroread2claws-mail.pl
3019 * tools/claws.i18n.status.pl
3020 * tools/filter_conv.pl
3021 * tools/filter_conv_new.pl
3022 * tools/freshmeat_search.pl
3023 * tools/google_search.pl
3024 * tools/kmail2claws-mail.pl
3025 * tools/kmail2claws-mail_v2.pl
3026 * tools/maildir2claws-mail.pl
3027 * tools/make.themes.project
3028 * tools/multiwebsearch.pl
3029 * tools/outlook2claws-mail.pl
3030 * tools/tb2claws-mail
3031 * tools/kdeservicemenu/README
3032 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3033 update mine and wwp's email addresses in
3036 * src/prefs_compose_writing.c
3037 set sensitivity on 'new message format' frame
3039 2006-11-17 [paul] 2.6.0cvs54
3042 more reworking of the GUI
3043 Patch by Fabien Vantard
3045 2006-11-16 [paul] 2.6.0cvs53
3048 set a minimum size for the window, allow
3049 it to automatically expand as necessary
3051 2006-11-16 [wwp] 2.6.0cvs52
3054 better wrap of copyright info on some systems.
3056 2006-11-16 [paul] 2.6.0cvs51
3059 move the tech info from the upper panel
3061 use a gtk_text_view for the features tab
3063 2006-11-16 [paul] 2.6.0cvs50
3066 update my email address
3073 * src/plugins/trayicon/trayicon.c
3074 don't offer simple menu separators
3077 add separator between 'mark all read'
3080 2006-11-15 [wwp] 2.6.0cvs49
3083 updated manuals authors.
3085 2006-11-14 [paul] 2.6.0cvs48
3088 Fix Options/Reply mode after draft save
3090 2006-11-14 [paul] 2.6.0cvs47
3093 Fix make DESTDIR=...
3096 * src/plugins/pgpinline/pgpinline.c
3097 Probably fix bug 1061
3099 2006-11-14 [paul] 2.6.0cvs46
3104 * src/stock_pixmap.c
3105 * src/stock_pixmap.h
3107 * src/pixmaps/active.xpm
3108 * src/pixmaps/inactive.xpm
3109 add a new page, 'Features', to the About dialog
3110 showing which features are compiled in and which
3113 2006-11-14 [paul] 2.6.0cvs45
3116 updated by Pavlo Bohmat
3118 2006-11-14 [colin] 2.6.0cvs44
3126 * src/gtk/gtkaspell.c
3127 Fix 64-bit-related warnings
3129 Fix possible infinite loop
3130 * src/plugins/pgpcore/sgpgme.c
3131 Remove useless check
3133 2006-11-13 [colin] 2.6.0cvs43
3135 * src/gtk/Makefile.am
3136 authors.h isn't generated
3138 2006-11-13 [colin] 2.6.0cvs42
3140 * src/plugins/pgpinline/pgpinline.c
3141 * src/plugins/pgpmime/pgpmime.c
3142 Very probably fix bug 1061, 'crash on
3143 opening signed email'. Another cast
3146 2006-11-13 [colin] 2.6.0cvs41
3148 * src/plugins/pgpcore/sgpgme.c
3149 Maybe fix bug 1061, 'crash on opening
3152 2006-11-13 [wwp] 2.6.0cvs40
3154 * src/plugins/pgpinline/pgpinline.c
3155 fix candidate for bug #1057, thanks to Colin.
3157 2006-11-13 [wwp] 2.6.0cvs39
3160 * src/quote_fmt_parse.y
3161 fix bug 1052: current parser buffer was not always
3162 allocated, ptr to this buffer could be returned as
3163 NULL whereas no parser error has occurred. in
3164 consequence, defining a template body as "%d"
3165 (w/o the quotes) for the first time of the instance
3166 of claws-mail, was reporting a parser error. make
3167 sure that the buffer is always allocated, even to
3169 fix mis-unescaping in compose.:compose_quote_fmt():
3170 unescaping of the fmt string was always done
3171 whereas it must be done *only* when receiving
3172 quote format strings issued from the prefs
3173 (compose new message, reply, forward, redirect
3174 formats), *not* when applying templates. in
3175 consequences, applying templates w/ sequences
3176 like \\|p{echo} were failing. make sure that
3177 unescaping is done only when necessary.
3179 2006-11-12 [colin] 2.6.0cvs38
3184 2006-11-12 [colin] 2.6.0cvs37
3186 * src/plugins/pgpinline/pgpinline.c
3187 * src/plugins/pgpmime/pgpmime.c
3188 Release GPG context at the latest
3189 possible moment. Maybe fixes
3190 bug 1057, 'crash on sending signed
3191 message to a newsgroup'
3194 2006-11-12 [colin] 2.6.0cvs36
3196 * src/plugins/pgpcore/sgpgme.c
3197 Tell a bit more when gpg's status doesn't
3198 contain any signature
3200 2006-11-12 [colin] 2.6.0cvs35
3203 Fix bug 1060, 'compilation error with
3206 2006-11-12 [paul] 2.6.0cvs34
3208 * doc/man/claws-mail.1
3210 * src/plugins/clamav/README
3211 * src/plugins/spamassassin/README
3213 * tools/freshmeat_search.pl
3214 * tools/google_search.pl
3215 * tools/multiwebsearch.pl
3217 * src/plugins/trayicon/trayicon.c
3218 fix compiliation warning
3220 2006-11-11 [colin] 2.6.0cvs33
3223 Forbid drag and drop from/to different
3224 folders of type F_UNKNOWN
3226 2006-11-11 [colin] 2.6.0cvs32
3228 * src/plugins/pgpinline/pgpinline.c
3229 Fix typo in previous commit:
3231 + if ((err = gpgme_new(&data->ctx)) ...)
3233 2006-11-11 [colin] 2.6.0cvs31
3235 * src/plugins/pgpinline/pgpinline.c
3236 * src/plugins/pgpmime/pgpmime.c
3237 Check success after calling gpgme_new
3238 Maybe fixes bug 1057, 'crash on sending
3239 signed message to a newsgroup'
3241 2006-11-11 [colin] 2.6.0cvs30
3244 init undostruct to 0s (from
3245 valgrind log of bug 1057)
3247 2006-11-10 [colin] 2.6.0cvs29
3250 Set cursor to wait before filtering
3251 duplicates in all folders
3252 * src/plugins/bogofilter/bogofilter.c
3253 * src/plugins/bogofilter/bogofilter.h
3254 * src/plugins/bogofilter/bogofilter_gtk.c
3255 Completely thread away the bogofilter
3258 2006-11-10 [mones] 2.6.0cvs28
3262 added COMPOSE_CHECK_BEFORE_SEND hook
3264 2006-11-10 [paul] 2.6.0cvs27
3268 add libSM to get_compiled_in_features()
3272 2006-11-10 [colin] 2.6.0cvs26
3274 * src/etpan/imap-thread.c
3275 Add a reference to libetpan's sasl engine
3276 so that sasl_done() doesn't get called by
3277 libetpan, and doesn't break openssl.
3278 Should fix bug 1053, 'SC fails to reestablish
3279 a secure connection'
3282 2006-11-10 [colin] 2.6.0cvs25
3284 * manual/addrbook.xml
3285 * manual/advanced.xml
3290 2006-11-09 [colin] 2.6.0cvs24
3292 * src/plugins/bogofilter/bogofilter_gtk.c
3293 Add comment about annoyance
3295 2006-11-09 [colin] 2.6.0cvs23
3297 * src/plugins/bogofilter/bogofilter.c
3298 * src/plugins/bogofilter/bogofilter_gtk.c
3299 Prepare things needed to thread bogofilter
3300 filtering: separate bogo stuff and possible GUI
3303 2006-11-09 [colin] 2.6.0cvs22
3307 Search for one of our accounts in Delivered-To
3308 (helps for auto-account selection when
3309 replying/forwarding)
3313 * src/plugins/trayicon/trayicon.c
3314 Allow opening a new mail with any account from
3317 2006-11-09 [wwp] 2.6.0cvs21
3320 * src/prefs_common.c
3321 * src/prefs_common.h
3322 * src/prefs_compose_writing.c
3323 add a compose new message format (in prefs/compose/writing), it's a
3324 simple subject+body template to use when opening a new composition
3325 window. It's similar to the existent reply and forward formats.
3327 enhanced the template/format % symbols substitution mechanism to
3328 use current composition window information when % are used in
3329 the compose new message format or in templates applied to new
3330 messages (there were useless in that situations before). When
3331 applied to new messages, %d corresponds to the system time/date.
3333 2006-11-09 [paul] 2.6.0cvs20
3338 2006-11-09 [paul] 2.6.0cvs19
3341 keep tje alphabetical order
3343 2006-11-08 [colin] 2.6.0cvs18
3345 * src/etpan/imap-thread.c
3346 Fix bug 1054, 'Slowness logging big
3349 2006-11-08 [paul] 2.6.0cvs17
3354 2006-11-08 [paul] 2.6.0cvs16
3359 2006-11-08 [paul] 2.6.0cvs15
3362 * tools/OOo2claws-mail.pl
3363 * tools/OOo2sylpheed.pl
3365 * tools/acroread2claws-mail.pl
3366 * tools/acroread2sylpheed.pl
3367 * tools/kmail2claws-mail.pl
3368 * tools/kmail2claws-mail_v2.pl
3369 * tools/kmail2sylpheed.pl
3370 * tools/kmail2sylpheed_v2.pl
3371 * tools/maildir2claws-mail.pl
3372 * tools/maildir2sylpheed.pl
3373 * tools/nautilus2claws-mail.sh
3374 * tools/nautilus2sylpheed.sh
3375 * tools/outlook2claws-mail.pl
3376 * tools/outlook2sylpheed.pl
3377 * tools/tb2claws-mail
3379 * tools/tbird2claws.py
3380 * tools/tbird2syl.py
3381 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3382 * tools/kdeservicemenu/install.sh
3383 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3384 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3385 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3386 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3387 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3388 renamed (removed, added) tools files
3390 2006-11-08 [paul] 2.6.0cvs14
3394 Migrate sylpheedrc to clawsrc, and fix the standard
3395 plugins path in the process
3397 2006-11-07 [colin] 2.6.0cvs13
3400 Symlink sylpheed-claws relative to
3403 2006-11-07 [colin] 2.6.0cvs12
3406 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3408 2006-11-07 [paul] 2.6.0cvs11
3411 Fix a missed occurence of
3414 2006-11-07 [paul] 2.6.0cvs10
3417 Fix symlink installation
3419 2006-11-07 [paul] 2.6.0cvs9
3422 Symlink claws-mail to sylpheed-claws
3423 * src/common/utils.c
3424 Fix migrating symlinks
3425 * src/etpan/imap-thread.c
3426 check certificate only when there's
3429 2006-11-07 [paul] 2.6.0cvs8
3432 Fix icon breakages with Gtk, which needs a
3433 cache updated to see them.
3435 2006-11-07 [paul] 2.6.0cvs7
3446 * claws-mail-128x128.png
3447 * claws-mail-64x64.png
3452 * sylpheed-claws-128x128.png
3453 * sylpheed-claws-64x64.png
3454 * sylpheed-claws.desktop
3455 * sylpheed-claws.ico
3456 * sylpheed-claws.pc.in
3457 * sylpheed-claws.png
3458 * debian/README.Debian
3460 * debian/claws-mail.desktop
3461 * debian/claws-mail.menu
3462 * debian/claws-mail.postinst.debhelper
3463 * debian/claws-mail.postrm.debhelper
3468 * debian/sylpheed-claws.desktop
3469 * debian/sylpheed-claws.menu
3470 * debian/sylpheed-claws.postinst.debhelper
3471 * debian/sylpheed-claws.postrm.debhelper
3472 * doc/man/Makefile.am
3473 * doc/man/claws-mail.1
3474 * doc/man/sylpheed-claws.1
3475 * doc/src/ChangeLog.claws-pre0.8.0
3476 * manual/Makefile.am
3477 * manual/account.xml
3479 * manual/addrbook.xml
3480 * manual/advanced.xml
3481 * manual/claws-mail-manual.xml
3483 * manual/glossary.xml
3484 * manual/handling.xml
3486 * manual/keyboard.xml
3487 * manual/plugins.xml
3488 * manual/starting.xml
3489 * manual/sylpheed-claws-manual.xml
3491 * manual/dist/.cvsignore
3492 * manual/dist/html/.cvsignore
3493 * manual/dist/html/Makefile.am
3494 * manual/dist/pdf/.cvsignore
3495 * manual/dist/pdf/Makefile.am
3496 * manual/dist/ps/.cvsignore
3497 * manual/dist/ps/Makefile.am
3498 * manual/dist/txt/.cvsignore
3499 * manual/dist/txt/Makefile.am
3500 * manual/es/Makefile.am
3501 * manual/es/advanced.xml
3502 * manual/es/claws-mail-manual.xml
3504 * manual/es/glossary.xml
3505 * manual/es/handling.xml
3506 * manual/es/intro.xml
3507 * manual/es/plugins.xml
3508 * manual/es/sylpheed-claws-manual.xml
3509 * manual/es/dist/.cvsignore
3510 * manual/es/dist/html/.cvsignore
3511 * manual/es/dist/html/Makefile.am
3512 * manual/es/dist/pdf/.cvsignore
3513 * manual/es/dist/pdf/Makefile.am
3514 * manual/es/dist/ps/.cvsignore
3515 * manual/es/dist/ps/Makefile.am
3516 * manual/es/dist/txt/.cvsignore
3517 * manual/es/dist/txt/Makefile.am
3518 * manual/fr/Makefile.am
3519 * manual/fr/account.xml
3521 * manual/fr/addrbook.xml
3522 * manual/fr/advanced.xml
3523 * manual/fr/claws-mail-manual.xml
3525 * manual/fr/glossary.xml
3526 * manual/fr/handling.xml
3527 * manual/fr/intro.xml
3528 * manual/fr/keyboard.xml
3529 * manual/fr/plugins.xml
3530 * manual/fr/starting.xml
3531 * manual/fr/sylpheed-claws-manual.xml
3532 * manual/fr/dist/.cvsignore
3533 * manual/fr/dist/html/.cvsignore
3534 * manual/fr/dist/html/Makefile.am
3535 * manual/fr/dist/pdf/.cvsignore
3536 * manual/fr/dist/pdf/Makefile.am
3537 * manual/fr/dist/ps/.cvsignore
3538 * manual/fr/dist/ps/Makefile.am
3539 * manual/fr/dist/txt/.cvsignore
3540 * manual/fr/dist/txt/Makefile.am
3541 * manual/pl/Makefile.am
3542 * manual/pl/account.xml
3544 * manual/pl/addrbook.xml
3545 * manual/pl/advanced.xml
3546 * manual/pl/claws-mail-manual.xml
3548 * manual/pl/glossary.xml
3549 * manual/pl/handling.xml
3550 * manual/pl/intro.xml
3551 * manual/pl/keyboard.xml
3552 * manual/pl/plugins.xml
3553 * manual/pl/starting.xml
3554 * manual/pl/sylpheed-claws-manual.xml
3555 * manual/pl/dist/.cvsignore
3556 * manual/pl/dist/html/.cvsignore
3557 * manual/pl/dist/html/Makefile.am
3558 * manual/pl/dist/pdf/.cvsignore
3559 * manual/pl/dist/pdf/Makefile.am
3560 * manual/pl/dist/ps/.cvsignore
3561 * manual/pl/dist/ps/Makefile.am
3562 * manual/pl/dist/txt/.cvsignore
3563 * manual/pl/dist/txt/Makefile.am
3587 * src/addressbook_foldersel.c
3588 * src/addressbook_foldersel.h
3610 * src/customheader.c
3611 * src/customheader.h
3612 * src/displayheader.c
3613 * src/displayheader.h
3624 * src/editldap_basedn.c
3625 * src/editldap_basedn.h
3641 * src/folder_item_prefs.c
3642 * src/folder_item_prefs.h
3649 * src/grouplistdialog.c
3650 * src/grouplistdialog.h
3653 * src/image_viewer.c
3654 * src/image_viewer.h
3693 * src/matcher_parser.h
3694 * src/matcher_parser_lex.l
3695 * src/matcher_parser_parse.y
3698 * src/message_search.c
3699 * src/message_search.h
3718 * src/partial_download.c
3719 * src/partial_download.h
3724 * src/prefs_account.c
3725 * src/prefs_account.h
3726 * src/prefs_actions.c
3727 * src/prefs_actions.h
3728 * src/prefs_common.c
3729 * src/prefs_common.h
3730 * src/prefs_compose_writing.c
3731 * src/prefs_compose_writing.h
3732 * src/prefs_customheader.c
3733 * src/prefs_customheader.h
3734 * src/prefs_display_header.c
3735 * src/prefs_display_header.h
3736 * src/prefs_ext_prog.c
3737 * src/prefs_ext_prog.h
3738 * src/prefs_filtering.c
3739 * src/prefs_folder_column.c
3740 * src/prefs_folder_column.h
3741 * src/prefs_folder_item.c
3742 * src/prefs_folder_item.h
3747 * src/prefs_image_viewer.c
3748 * src/prefs_image_viewer.h
3749 * src/prefs_matcher.c
3750 * src/prefs_matcher.h
3751 * src/prefs_message.c
3752 * src/prefs_message.h
3753 * src/prefs_msg_colors.c
3754 * src/prefs_msg_colors.h
3759 * src/prefs_receive.c
3760 * src/prefs_receive.h
3763 * src/prefs_spelling.c
3764 * src/prefs_spelling.h
3765 * src/prefs_summaries.c
3766 * src/prefs_summaries.h
3767 * src/prefs_summary_column.c
3768 * src/prefs_summary_column.h
3769 * src/prefs_template.c
3770 * src/prefs_template.h
3771 * src/prefs_themes.c
3772 * src/prefs_themes.h
3773 * src/prefs_toolbar.c
3774 * src/prefs_toolbar.h
3775 * src/prefs_wrapping.c
3776 * src/prefs_wrapping.h
3786 * src/quote_fmt_parse.y
3789 * src/remotefolder.c
3790 * src/remotefolder.h
3791 * src/send_message.c
3792 * src/send_message.h
3795 * src/sourcewindow.c
3796 * src/sourcewindow.h
3801 * src/stock_pixmap.c
3802 * src/stock_pixmap.h
3803 * src/summary_search.c
3804 * src/summary_search.h
3821 * src/common/base64.c
3822 * src/common/base64.h
3824 * src/common/hooks.c
3825 * src/common/hooks.h
3828 * src/common/mgutils.c
3829 * src/common/mgutils.h
3832 * src/common/passcrypt.c
3833 * src/common/passcrypt.h.in
3834 * src/common/plugin.c
3835 * src/common/plugin.h
3836 * src/common/prefs.c
3837 * src/common/prefs.h
3838 * src/common/progressindicator.c
3839 * src/common/progressindicator.h
3840 * src/common/quoted-printable.c
3841 * src/common/quoted-printable.h
3842 * src/common/session.c
3843 * src/common/session.h