1 2007-03-20 [colin] 2.8.1cvs23
5 Fix bug 1153, 'CM segfaults if IMAP folder is
6 selected while scanning prior to update'
8 2007-03-17 [paul] 2.8.1cvs22
11 fix a typo, and be a little more verbose.
13 2007-03-17 [wwp] 2.8.1cvs21
16 Fix a compiler warning.
18 2007-03-16 [wwp] 2.8.1cvs20
22 Updated to deal w/ the new mairix.sh tool.
24 2007-03-16 [wwp] 2.8.1cvs19
27 Fix logics issues around the action IO dialog:
28 - disable entry widget and exec button when
29 the exec button is clicked (don't wait for any
30 output line) - fix possible disabling/re-enabling/
31 re-disabling of those widgets
32 - raise an error if executing a %as{} action either
33 empty or invalid, instead of failing silently
34 - don't close the dialog if the abort button has been
35 clicked and if there was no output yet
36 - set focus to the abort button when the exec button
38 - fix capitalization of a warning message
40 2007-03-16 [wwp] 2.8.1cvs18
43 Added a wrapper to mairix to the tools folder.
45 2007-03-16 [colin] 2.8.1cvs17
49 Allow mimeviewer plugins to print
52 2007-03-16 [colin] 2.8.1cvs16
57 2007-03-15 [colin] 2.8.1cvs15
61 Add a way for mimeviewer plugins to
64 2007-03-15 [paul] 2.8.1cvs14
66 * src/prefs_spelling.c
69 2007-03-15 [paul] 2.8.1cvs13
71 * src/common/quoted-printable.c
72 fix decoding of quoted-printable parts
74 2007-03-14 [wwp] 2.8.1cvs12
77 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
79 2007-03-14 [wwp] 2.8.1cvs11
84 2007-03-14 [colin] 2.8.1cvs10
87 Probably fix bug 1149, crash on logwindow
88 close - at the expense of performance once
89 logwin has been opened
91 2007-03-14 [colin] 2.8.1cvs9
94 If claws-mail is running on another
95 display, warn instead of popping it up
98 2007-03-12 [colin] 2.8.1cvs8
101 Fix bug 1145, 'Setting a different name
102 for the Mailbox name isn't reflected in
103 default account settings'. Patch by wwp
105 2007-03-12 [colin] 2.8.1cvs7
108 Fix bug 1143, 'Add number of messages to be
109 deleted to confirmation dialog'
111 2007-03-12 [wwp] 2.8.1cvs6
116 * src/prefs_summaries.c
117 Changed the option that displays unread messages count
118 next to the folder name in folder list: it is now
119 possible to either display nothing, display the
120 unread messages number only or the unread and total messages
121 numbers. The patch includes this extra feature as well
122 as some minor fixes by rewriting the algo in folderview.c.
123 Thanks to Paul for the original idea and implementation, plus
124 testing and proof-reading!
126 2007-03-09 [paul] 2.8.1cvs5
130 * tools/claws-mail-compose-insert-files.pl
131 added a script which enables inserting files
132 into the message body of a new Claws Mail
133 Compose window from the command line. Additionally
134 To, Cc, Subject and files to attach to the message
137 2007-03-09 [wwp] 2.8.1cvs4
142 Optimize matching of addresses in the addressbook
143 (filtering/processing 'found_in_addressbook' condition).
145 2007-03-07 [wwp] 2.8.1cvs3
148 * src/quote_fmt_lex.l
149 * src/quote_fmt_parse.y
150 Add a new quote format symbol: %A to insert the
151 sender email address (just the address itself).
153 2007-03-06 [wwp] 2.8.1cvs2
156 * src/plugins/trayicon/trayicon_prefs.h
157 * src/plugins/trayicon/trayicon_prefs.c
158 * src/plugins/trayicon/trayicon.c
161 Add a new trayicon (optional) feature: minimize to tray. When enabled,
162 minimizing Claws-Mail main window will hide it to the trayicon instead.
165 2007-03-06 [paul] 2.8.1cvs1
171 bump version number following
174 2007-03-06 [paul] 2.8.0cvs24
177 corrected by by Tim <timbrain@post.cz>
179 2007-03-05 [colin] 2.8.0cvs23
183 Fix mime/globs path on NetBSD
184 patch by George Michaelson
186 2007-03-05 [wwp] 2.8.0cvs22
189 Remove debug statement (accidentally committed w/ cvs14).
191 2007-03-05 [paul] 2.8.0cvs21
193 * src/plugins/pgpcore/prefs_gpg.c
196 2007-03-05 [wwp] 2.8.0cvs20
198 * src/matcher_parser_parse.y
199 Fix mismerge between cvs17 and cvs19.
201 2007-03-05 [wwp] 2.8.0cvs19
203 * src/matcher_parser_parse.y
204 * src/prefs_filtering_action.c
209 Add new 'add_to_addressbook' filtering/processing action.
211 2007-03-05 [wwp] 2.8.0cvs18
214 Fix mark_as_ham filtering/processing action: spam flag
217 2007-03-04 [colin] 2.8.0cvs17
222 * src/matcher_parser_parse.y
223 * src/prefs_filtering_action.c
224 Add 'Mark as spam' and 'Mark as ham' filtering
225 actions. Fixes bug 1138.
227 2007-03-04 [colin] 2.8.0cvs16
230 Fix bug 1140, wrong return value
233 2007-03-04 [wwp] 2.8.0cvs15
236 Rollback cvs14: don't free stuff that is managed in g_list.
238 2007-03-04 [wwp] 2.8.0cvs14
241 Fix a leak in address completion code.
243 2007-03-04 [colin] 2.8.0cvs13
246 Maybe fix bug 1136, 'Crash in group
249 2007-03-04 [iwkse] 2.8.0cvs12
252 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
254 2007-03-03 [colin] 2.8.0cvs11
256 * src/plugins/pgpinline/pgpinline.c
257 Fix off-by-one, fix double-free. Fixes
258 bug 1135, 'cm-segfault on decrypting
261 2007-03-03 [colin] 2.8.0cvs10
265 * src/common/plugin.c
266 Fix bug 1134, 'Valgrind macros unhandled
269 2007-03-02 [colin] 2.8.0cvs9
272 Don't error out on EAGAIN. Fixes
273 bug 1129, '"local mbox file" account
274 isn't retrieving mails'
276 2007-03-01 [wwp] 2.8.0cvs8
279 * src/gtk/colorlabel.c
280 Remove accels for extra color labels until we set better
283 2007-02-28 [wwp] 2.8.0cvs7
286 * src/matcher_parser_parse.y
288 * src/prefs_msg_colors.c
290 * src/gtk/colorlabel.c
291 * src/gtk/colorlabel.h
292 Add more customizable color labels. Cleaned up a bit
293 the color label API to avoid duplicate defines of
294 the max number of colors.
296 2007-02-27 [colin] 2.8.0cvs6
301 Fix '+' in mailto URIs for List-* headers
303 2007-02-27 [colin] 2.8.0cvs5
306 Use gtk_window_set_role instead of
309 2007-02-27 [colin] 2.8.0cvs4
312 Fix "After receiving new mail, go to inbox" on IMAP,
313 and make it work only on manual reception
315 2007-02-27 [wwp] 2.8.0cvs3
317 * src/prefs_filtering.c
318 * src/prefs_filtering_action.c
319 * src/prefs_matcher.c
320 Update filtering matcher's and action's color label menus
321 when re-opening those dialogs (reflect any change to the
322 color labels list in the preferences).
324 2007-02-27 [colin] 2.8.0cvs2
327 * src/etpan/etpan-thread-manager-types.h
328 * src/etpan/etpan-thread-manager.c
329 * src/etpan/imap-thread.c
330 Log imap ALERTs as errors in the log.
332 2007-02-26 [paul] 2.8.0cvs1
334 * tools/claws.i18n.status.pl
337 2007-02-26 [paul] 2.7.2cvs75
351 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
352 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
353 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
354 Aleksandar Urosevic, and Ralgh Young
356 2007-02-25 [mones] 2.7.2cvs74
361 2007-02-25 [colin] 2.7.2cvs73
364 Clearing the list is only useful
365 to prevent a valgrind false-positive
367 2007-02-25 [paul] 2.7.2cvs72
371 * tools/kmail-mailbox2claws-mail.pl **ADDED**
372 * tools/maildir2claws-mail.pl **REMOVED**
373 renamed the script, fixed a couple bugs
375 2007-02-23 [colin] 2.7.2cvs71
378 Fix a leak, check for a few improbable nulls
380 2007-02-23 [colin] 2.7.2cvs70
384 * src/plugins/trayicon/trayicon.c
385 Fix blinking mainwin when starting in tray
386 (show mainwindow later in the startup process,
387 apart if restarting post-crash)
389 2007-02-23 [colin] 2.7.2cvs69
393 Fix crash when unsubscribing the currently
394 selected/opened folder
396 2007-02-23 [colin] 2.7.2cvs68
399 Fix bug that prevented colorization to
400 work without wrap quotation option
402 2007-02-23 [colin] 2.7.2cvs67
405 Fix refcounting, start and end completion who
406 behaved as if there couldn't be any other current
409 2007-02-23 [wwp] 2.7.2cvs66
413 Address completion fixes: fix addressbook_peek_folder_exists() in
414 which the algorithm was ridiculously over-obfuscated and broken.
415 Fix addrindex_load_completion() as well, to load addresses in
416 completion list with regards to what addressbook_peek_folder_exists()
419 2007-02-23 [wwp] 2.7.2cvs65
422 Add addresses to completion when they're non-empty (thanks to Colin).
424 2007-02-23 [paul] 2.7.2cvs64
426 * src/plugins/pgpcore/passphrase.c
429 2007-02-23 [colin] 2.7.2cvs63
431 * src/plugins/pgpcore/prefs_gpg.c
432 * src/plugins/pgpcore/prefs_gpg.h
433 * src/plugins/pgpcore/sgpgme.c
434 * src/plugins/pgpinline/pgpinline.c
435 * src/plugins/pgpmime/pgpmime.c
436 Try harder to respect user's choice wrt
437 gpg-agent even with gpg2, by unsetting
438 GPG_AGENT_INFO when necessary.
440 2007-02-22 [paul] 2.7.2cvs62
442 * src/plugins/pgpcore/sgpgme.c
443 * src/plugins/pgpcore/sgpgme.h
444 * src/plugins/pgpcore/passphrase.c
445 * src/plugins/pgpinline/pgpinline.c
446 * src/plugins/pgpmime/pgpmime.c
447 Fix a leak - gpgme_data_release_and_get_mem
448 leaks in recent gpgme. Workaround by using
451 2007-02-22 [paul] 2.7.2cvs61
453 * src/gtk/quicksearch.c
454 Abandon dynamic search when pressing
457 2007-02-21 [colin] 2.7.2cvs60
460 * src/plugins/pgpcore/passphrase.c
461 Fix little memory leaks
463 Fix false-positive leak at exit
464 * src/gtk/quicksearch.c
465 Fix potentially big leak in recursive
468 2007-02-21 [wwp] 2.7.2cvs59
471 Add missing newline to a debug message.
473 2007-02-20 [colin] 2.7.2cvs58
479 * src/pixmaps/mime_pgpsig.xpm
480 Add icon for application/pgp-signature
482 2007-02-20 [colin] 2.7.2cvs57
489 * src/pixmaps/mime_calendar.xpm
490 * src/pixmaps/mime_pdf.xpm
491 * src/pixmaps/mime_ps.xpm
492 Add icons for text/calendar, application/pdf
493 and application/postscript
495 2007-02-20 [colin] 2.7.2cvs56
498 * src/matcher_parser_parse.y
499 * src/matcher_parser_lex.l
500 Fix big memory leak in flex, and
503 2007-02-20 [wwp] 2.7.2cvs55
505 * src/matcher_parser_parse.y
506 Fix a duplicate token definition (thanks to iwkse).
508 2007-02-20 [wwp] 2.7.2cvs54
510 * src/matcher_parser_lex.l
511 * src/quote_fmt_lex.l
512 Use proper flex options instead of direct use of #define,
513 make the flex-generated C lighter.
515 2007-02-20 [colin] 2.7.2cvs53
518 Grab focus in message list after hiding
519 the quicksearch, instead of leaving it
522 2007-02-19 [colin] 2.7.2cvs52
525 Fix bug 1033, 'Automatically refresh
526 message list when new messages arrives'
527 Looks like folderview->opened can sometimes
530 2007-02-19 [paul] 2.7.2cvs51
534 * tools/thunderbird-filters-convertor.pl
535 add new script which converts thunderbird filter
536 rules to Claws filter rules
538 2007-02-18 [paul] 2.7.2cvs50
540 * src/plugins/pgpcore/prefs_gpg.c
541 * src/plugins/pgpcore/prefs_gpg.h
542 * src/plugins/pgpcore/sgpgme.c
543 * src/plugins/pgpinline/pgpinline.c
544 * src/plugins/pgpmime/pgpmime.c
545 improved GUI interoperability with gpg-agent
547 2007-02-18 [paul] 2.7.2cvs49
549 * src/prefs_account.c
550 Privacy options sensitivity fix
552 2007-02-17 [colin] 2.7.2cvs48
555 Reset icon to warning in the noticeview
557 2007-02-15 [colin] 2.7.2cvs47
560 Fix a manifestation of bug 1033 (summaryview failing
561 to update for new mails), which happens after editing
562 account preferences or preferences that cause a
565 2007-02-15 [colin] 2.7.2cvs46
568 Probably fix bug 1123, 'Segmentation
569 fault while opening address book'. I get
570 g_warnings if the saved paned position is
571 not greater than 0. Also, save position
572 when hiding the addressbook instead of
575 2007-02-14 [colin] 2.7.2cvs45
577 * src/plugins/pgpcore/prefs_gpg.c
578 * src/plugins/pgpcore/prefs_gpg.h
579 * src/plugins/pgpcore/sgpgme.c
580 * src/plugins/pgpinline/pgpinline.c
581 * src/plugins/pgpmime/pgpmime.c
582 Add an option "Use gpg-agent if available". Fixes
583 annoyances with distro-installed gpg-agent, when
584 no pinentry program is installed, and the user's
585 at a loss on why "decryption failed". Makes more
586 clear why passphrase isn't saved when gpg-agent is
587 used. Defaults to true, to avoid changing the
590 2007-02-14 [wwp] 2.7.2cvs44
592 * src/matcher_parser_parse.y
593 Fix missing line number reset (wrong line number might appear
594 when re-loading filtering rules if there's a parser error).
596 2007-02-13 [colin] 2.7.2cvs43
599 Don't encode ',' in URIs before passing it
600 to the browser command-line. It was probably
601 done at a time where commas in URIs made
602 mozilla -remote 'openurl(%s,new-window)'
605 2007-02-13 [wwp] 2.7.2cvs42
607 * src/prefs_matcher.c
608 * src/plugins/bogofilter/bogofilter_gtk.c
609 A bit of string factorization around "Select ..." buttons.
611 2007-02-11 [colin] 2.7.2cvs41
614 Make sure to escape the title
616 2007-02-11 [colin] 2.7.2cvs40
619 Recognize .utf8 locales as .UTF-8 ones
621 2007-02-11 [colin] 2.7.2cvs39
624 Fix code conversion when dragging a file
626 2007-02-09 [colin] 2.7.2cvs38
628 * src/plugins/clamav/clamav_plugin.c
629 Complete Paul's patch with conditional
630 compilation to avoid breaking compilation
631 on old Dapper and Edgy... Maybe other
634 2007-02-09 [paul] 2.7.2cvs37
636 * src/plugins/clamav/clamav_plugin.c
637 fix for the upstream changes in libclamav
639 2007-02-09 [paul] 2.7.2cvs36
645 fix "warn if there are queued messages" (on exit)
646 option, which only checked the first mailbox's
648 don't ask before emptying trash if there are no
649 messages in trash, also check and empty all trash
652 move "Ask before emptying trash" option
653 outside of the "On exit" frame as it's
654 not only an "On exit" option
656 2007-02-09 [paul] 2.7.2cvs35
661 * src/prefs_account.c
662 * src/prefs_folder_item.c
664 * src/prefs_matcher.c
665 * src/prefs_message.c
666 * src/prefs_msg_colors.c
667 * src/prefs_summaries.c
669 * src/gtk/inputdialog.c
670 * src/plugins/bogofilter/bogofilter_gtk.c
671 pedantic commit: use 'checkbtn' everywhere
672 instead of a mixture of 'checkbtn' and 'chkbtn'
674 2007-02-09 [paul] 2.7.2cvs34
680 move "Never send Return Receipts" from
681 prefs_other to prefs_send
682 add an option "Ask about account specific
683 filtering rules..." to prefs_other
685 fix a compiler warning
687 2007-02-08 [colin] 2.7.2cvs33
689 * src/plugins/pgpinline/pgpinline.c
690 Fix bug 1110, 'pgpmime fails to process
691 encapsulated openpgp mime (rfc 3156, 6.1
693 It was due to an interaction between PGP/Mime
694 and PGP/Inline plugin.
696 2007-02-08 [colin] 2.7.2cvs32
701 Fix bug 1117, 'fcntl locking code
702 does not work in mbox.c'
704 2007-02-08 [colin] 2.7.2cvs31
706 * src/prefs_account.c
707 Fix Gentoo bug 165819, 'can't create
708 a "local mbox file" account'. Patch
709 by Olivier <castan.o@free.fr>
711 2007-02-07 [colin] 2.7.2cvs30
714 Fix bug 1106, 'Claws crash on exit if LDAPS
715 autocompletion was used'
717 2007-02-07 [paul] 2.7.2cvs29
720 cut down on unnecessary debug_prints
722 fix menu_set_active() on 'Show only
725 2007-02-07 [paul] 2.7.2cvs28
727 * src/plugins/clamav/clamav_plugin.c
728 * src/plugins/clamav/clamav_plugin.h
729 * src/plugins/clamav/clamav_plugin_gtk.c
732 2007-02-07 [paul] 2.7.2cvs27
735 fix bug 1116, 'summary view allow a
738 2007-02-06 [colin] 2.7.2cvs26
743 2007-02-05 [fabien] 2.7.2cvs25
747 i18n related - 1 fix and 1 message for translators.
749 2007-02-05 [colin] 2.7.2cvs24
751 * src/gtk/quicksearch.c
752 Don't reload summary list if quicksearch wasn't
753 active on hiding; move currently selected mail in
754 the visible area when showing the quicksearch
756 2007-02-05 [colin] 2.7.2cvs23
759 Add debug to try to solve bug 1104
761 2007-02-05 [paul] 2.7.2cvs22
764 confirm before emptying trash on exit is
765 a Yes or No answer, use Yes or No in the
768 2007-02-04 [colin] 2.7.2cvs21
771 * src/plugins/pgpcore/passphrase.c
772 * src/plugins/pgpcore/select-keys.c
773 Set wmclass on new windows
779 2007-02-04 [colin] 2.7.2cvs20
783 Auto save drafts on exit, reopen them
784 at startup, instead of asking
788 * src/addressbook_foldersel.c
796 * src/editldap_basedn.c
809 * src/message_search.c
811 * src/prefs_actions.c
812 * src/prefs_customheader.c
813 * src/prefs_display_header.c
814 * src/prefs_filtering.c
815 * src/prefs_filtering_action.c
816 * src/prefs_folder_column.c
818 * src/prefs_matcher.c
820 * src/prefs_summaries.c
821 * src/prefs_summary_column.c
822 * src/prefs_template.c
825 * src/summary_search.c
828 * src/gtk/description_window.c
829 * src/gtk/foldersort.c
832 * src/gtk/icon_legend.c
833 * src/gtk/logwindow.c
834 * src/gtk/pluginwindow.c
835 * src/gtk/prefswindow.c
836 Give different wmclass to different
837 windows - thanks to sed ;)
839 2007-02-04 [colin] 2.7.2cvs19
842 Revert previous patch, can't reproduce
845 2007-02-03 [colin] 2.7.2cvs18
848 Don't save the mainwindow size and
849 position on emergency exit (libSM's
850 "die" callback), Xfce seems to make
851 the window smaller just before the
854 2007-02-03 [colin] 2.7.2cvs17
856 * src/plugins/bogofilter/bogofilter.c
857 * src/plugins/bogofilter/bogofilter.h
858 * src/plugins/bogofilter/bogofilter_gtk.c
859 * src/plugins/pgpinline/pgpinline.c
860 * src/plugins/pgpinline/pgpinline.h
863 2007-02-03 [colin] 2.7.2cvs16
865 * src/partial_download.c
866 * src/partial_download.h
873 * src/common/ssl_certificate.c
874 * src/common/ssl_certificate.h
875 * src/gtk/quicksearch.c
876 * src/gtk/quicksearch.h
877 * src/gtk/sslcertwindow.c
878 * src/gtk/sslcertwindow.h
879 Fix copyright on my files
881 2007-02-02 [colin] 2.7.2cvs15
891 Add Tools/List URIs to allow
892 opening any URI in the current mail
894 2007-02-02 [colin] 2.7.2cvs14
896 * src/common/valgrind.h ** NEW FILE **
897 * src/common/Makefile.am
898 * src/common/plugin.c
899 Don't dlclose the plugins if we're running
900 under valgrind. (doesn't require valgrind
901 either at compile time or run time).
903 2007-02-01 [paul] 2.7.2cvs13
907 * tools/freshmeat_search.pl
908 * tools/google_search.pl
909 * tools/multiwebsearch.pl
910 add support for non ISO-8859-1 compatible locales
911 Patch by Alex Gorbachenko <agent_007@immo.ru>
913 2007-02-01 [colin] 2.7.2cvs12
916 * src/prefs_summaries.c
917 Move keybinding prefs to the Other page
919 2007-02-01 [wwp] 2.7.2cvs11
921 * src/plugins/trayicon/trayicon.c
922 Fix a raising issue within KDE.
924 2007-02-01 [colin] 2.7.2cvs10
927 Fix stray quotes in encoded strings
929 Fix wrong call causing g_warnings
931 Remove useless message
933 2007-01-31 [wwp] 2.7.2cvs9
935 * src/plugins/trayicon/trayicon.c
936 fix buggy hiding of main window when closing if close-to-tray
937 is not set (bad logics in the trayicon hook code).
938 Changed the quit confirmation message too.
940 2007-01-30 [colin] 2.7.2cvs8
943 Fix hidden mainwindow after clicking on
944 the X close button, if compose windows
945 exist and the user chooses not to quit
947 2007-01-30 [colin] 2.7.2cvs7
951 Handle local URIs to attach files (file:///...)
952 Fixes attaching files from Thunar for example
954 2007-01-30 [colin] 2.7.2cvs6
956 * src/prefs_ext_prog.c
957 Add 'mousepad' to the list of text editors.
958 Mousepad is XFCE's text editor
960 2007-01-29 [wwp] 2.7.2cvs5
963 * src/plugins/trayicon/trayicon_prefs.c
964 trayicon i18n fixes, thanks to Fabien.
966 2007-01-28 [wwp] 2.7.2cvs4
970 * src/plugins/trayicon/trayicon.c
971 * src/plugins/trayicon/trayicon_prefs.c
972 * src/plugins/trayicon/trayicon_prefs.h
973 Added a new TrayIcon plugin option to close to tray
974 (WM's hotkey and [X] button will hide the window instead
975 of closing it - closing CM can be done using the tray icon
976 menu or the File menu).
977 Improved visibility handling in trayicon, clicking the
978 trayicon now raise the window to current desktop when it
979 was either minimized/shaded/on another desktop.
980 Thanks to Paul for testing and fixing a strange behaviour
983 2007-01-27 [paul] 2.7.2cvs3
985 * src/prefs_folder_item.c
986 * src/prefs_receive.c
987 * src/plugins/pgpcore/prefs_gpg.c
988 use 'start-up' instead of 'startup' in labels
990 2007-01-26 [wwp] 2.7.2cvs2
992 * src/plugins/trayicon/Makefile.am
993 * src/plugins/trayicon/trayicon.c
994 * src/plugins/trayicon/trayicon_prefs.c
995 * src/plugins/trayicon/trayicon_prefs.h
996 Add a new TrayIcon option to hide the main window at
998 Fix trayicon.c copyright header.
1000 2007-01-26 [paul] 2.7.2cvs1
1006 bump up version number following
1009 2007-01-25 [mones] 2.7.1cvs60
1012 updated thousands of strings (well, probably less ;-)
1014 2007-01-25 [colin] 2.7.1cvs59
1017 Fix 2nd-run loss of matcherrc on new
1020 2007-01-25 [wwp] 2.7.1cvs58
1023 fix handling of empty value in attach_save_directory too, thanks
1026 2007-01-25 [wwp] 2.7.1cvs57
1029 fix handling of empty value in attach_load_directory,
1032 2007-01-25 [wwp] 2.7.1cvs56
1034 * src/plugins/dillo_viewer/dillo_prefs.h
1037 2007-01-25 [colin] 2.7.1cvs55
1041 * src/matcher_parser_parse.y
1042 * src/prefs_matcher.c
1043 Add matching on the spam flag
1045 2007-01-24 [colin] 2.7.1cvs54
1050 Make sure folderlist.xml is correctly
1051 written before overwriting it.
1055 * src/plugins/bogofilter/bogofilter.c
1056 * src/plugins/bogofilter/bogofilter.h
1057 * src/plugins/bogofilter/bogofilter_gtk.c
1058 * src/plugins/spamassassin/spamassassin.c
1059 * src/plugins/spamassassin/spamassassin.h
1060 * src/plugins/spamassassin/spamassassin_gtk.c
1061 Move spam to the correct trash folder after
1062 learning, if spam directory isn't set.
1064 2007-01-23 [paul] 2.7.1cvs53
1066 * src/plugins/bogofilter/bogofilter_gtk.c
1067 fix sensitivity of "Insert X-Bogosity header"
1070 2007-01-23 [colin] 2.7.1cvs52
1073 Translate toolbar items text if
1074 they're translatable (default)
1088 * src/etpan/etpan-thread-manager.c
1089 * src/etpan/etpan-thread-manager.h
1090 * src/gtk/gtkutils.c
1091 * src/gtk/gtkutils.h
1092 More static functions
1094 2007-01-22 [fabien] 2.7.1cvs51
1096 * src/gtk/gtkutils.c
1097 gtkut_get_options_frame() : ability to pass
1098 a 'NULL' value in frame pointer parameter if
1101 2007-01-22 [colin] 2.7.1cvs50
1105 * src/plugins/bogofilter/bogofilter.c
1106 * src/plugins/bogofilter/bogofilter_gtk.c
1107 * src/plugins/spamassassin/spamassassin.c
1108 * src/plugins/spamassassin/spamassassin_gtk.c
1109 Allow moving spams to the account's trash
1110 instead of default one
1112 2007-01-21 [colin] 2.7.1cvs49
1116 Revert a static function that shouldn't
1119 2007-01-21 [colin] 2.7.1cvs48
1125 2007-01-21 [colin] 2.7.1cvs47
1131 2007-01-21 [colin] 2.7.1cvs46
1133 * src/common/socket.c
1134 * src/common/socket.h
1137 2007-01-21 [colin] 2.7.1cvs45
1146 * src/folder_item_prefs.c
1147 * src/folder_item_prefs.h
1154 * src/common/socket.c
1155 * src/common/socket.h
1156 * src/gtk/gtkaspell.c
1157 * src/gtk/gtkaspell.h
1158 * src/gtk/quicksearch.c
1159 * src/gtk/quicksearch.h
1162 2007-01-21 [colin] 2.7.1cvs44
1164 * src/common/utils.c
1165 * src/common/utils.h
1166 * src/etpan/etpan-thread-manager.c
1167 * src/etpan/etpan-thread-manager.h
1168 Same (Funny that etpan_thread_unbind
1169 is called but not etpan_thread_bind)
1171 2007-01-21 [colin] 2.7.1cvs43
1179 * src/etpan/Makefile.am
1180 * src/gtk/colorlabel.c
1181 * src/gtk/colorlabel.h
1182 * src/gtk/sslcertwindow.c
1183 * src/gtk/sslcertwindow.h
1184 * src/etpan/etpan-log.c ** REMOVED **
1185 * src/etpan/etpan-log.h ** REMOVED **
1188 2007-01-20 [colin] 2.7.1cvs42
1194 2007-01-20 [colin] 2.7.1cvs41
1212 Make functions that aren't used in other
1215 2007-01-20 [colin] 2.7.1cvs40
1230 * src/editldap_basedn.c
1236 * src/image_viewer.c
1252 * src/prefs_account.c
1253 * src/prefs_common.c
1254 * src/prefs_compose_writing.c
1255 * src/prefs_ext_prog.c
1256 * src/prefs_folder_item.c
1258 * src/prefs_message.c
1259 * src/prefs_msg_colors.c
1262 * src/prefs_receive.c
1264 * src/prefs_spelling.c
1265 * src/prefs_summaries.c
1266 * src/prefs_toolbar.c
1267 * src/prefs_wrapping.c
1276 * src/common/hooks.c
1278 * src/common/passcrypt.c
1279 * src/common/socket.c
1281 * src/common/ssl_certificate.c
1282 * src/common/template.c
1283 * src/common/utils.c
1284 * src/etpan/imap-thread.c
1285 * src/gtk/sslcertwindow.c
1286 * src/gtk/sslcertwindow.h
1287 Make functions that could be static, static
1289 2007-01-20 [colin] 2.7.1cvs39
1294 2007-01-20 [colin] 2.7.1cvs38
1299 Fix bug 1102, 'claws-mail-2.7.1
1300 makes use of deprecated ldap
1303 2007-01-20 [colin] 2.7.1cvs37
1308 * src/gtk/quicksearch.c
1309 Add Wide message list layout
1311 2007-01-19 [fabien] 2.7.1cvs36
1314 make sure a font change is considered in links of
1317 2007-01-19 [colin] 2.7.1cvs35
1324 * src/prefs_common.c
1325 * src/prefs_common.h
1328 * src/gtk/quicksearch.c
1329 * src/gtk/quicksearch.h
1330 Drop 'Separate Folder tree' and 'Separate
1331 Message View'. Put three layouts in place
1334 2007-01-19 [paul] 2.7.1cvs34
1336 * src/prefs_msg_colors.c
1337 more use of Q_ for translators
1339 2007-01-19 [paul] 2.7.1cvs33
1342 * src/prefs_account.c
1343 a few changes to the English
1345 2007-01-19 [fabien] 2.7.1cvs32
1348 factorize translatable string
1350 2007-01-18 [colin] 2.7.1cvs31
1353 Don't error out on --sync option. Although
1354 we don't do anything with it, gtk+ handles
1355 it, and it's useful for debugging X errors
1357 2007-01-18 [fabien] 2.7.1cvs30
1360 ability to apply on the fly the recent added
1361 'gtk_can_change_accels' pref (no need to restart).
1363 2007-01-18 [fabien] 2.7.1cvs29
1365 * src/plugins/bogofilter/bogofilter_gtk.c
1366 * src/plugins/bogofilter/bogofilter.c
1367 * src/plugins/spamassassin/spamassassin_gtk.c
1369 * src/prefs_account.c
1370 factorize or rewrite some translatable strings.
1372 2007-01-18 [fabien] 2.7.1cvs28
1376 set a 4pix space between "Subject:" label and subject entry in
1379 2007-01-18 [wwp] 2.7.1cvs27
1382 fix conflicting address-copy/paste when focus is set
1383 to the embedded edit-person form.
1386 2007-01-18 [wwp] 2.7.1cvs26
1389 complete 2.7.1cvs23 (one more file was missing from that
1392 2007-01-18 [colin] 2.7.1cvs25
1395 Provide a way to migrate without backup
1396 Re-ask for migration on next start if
1397 it has been refused and wizard has been
1400 2007-01-18 [wwp] 2.7.1cvs24
1403 complete 2.7.1.cvs23 (file was missing from previous
1406 2007-01-18 [wwp] 2.7.1cvs23
1409 fix potential crashes in address book's focus_in/out signal handlers,
1410 force focus to the edit-person form when clicked the Edit menu entry or
1411 button (this only matters if the edit-person form is embedded to the
1412 AB window, in that case, focus is not set when browsing the contacts
1413 list w/ keys or mouse clicks).
1415 2007-01-18 [paul] 2.7.1cvs22
1418 add command line options:
1420 -q and --quit for --exit
1422 print "Unknown option" for unknown options
1424 2007-01-18 [paul] 2.7.1cvs21
1427 updated by Pavlo Bohmat
1429 2007-01-18 [paul] 2.7.1cvs20
1432 fix sensitivity issues of Mark as Spam/Ham
1434 2007-01-17 [fabien] 2.7.1cvs19
1437 * src/prefs_common.c
1438 * src/prefs_common.h
1440 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1441 control the corresponding gtk property. It could be used to lock
1442 all shortcuts (avoid to set one of them by inadvertency).
1444 2007-01-17 [colin] 2.7.1cvs18
1447 Fix bug 1100, 'Highlighted e-mail data not visible
1448 when color label applied.'. Use a weighted average
1449 between normal selected foreground color and color
1450 label instead of a simple one (3/1 instead 1/1).
1452 2007-01-17 [colin] 2.7.1cvs17
1455 Better fix for bug 1088, 'Ctrl-h produces repeatable
1456 crash' - don't prevent mail switching while loading
1458 2007-01-17 [colin] 2.7.1cvs16
1467 Manage recursive search of unsubscribed folders
1468 Rescan tree without checking for new messages
1469 after subscriptions changed
1471 2007-01-17 [paul] 2.7.1cvs15
1473 * src/prefs_common.c
1474 * src/gtk/pluginwindow.c
1475 fix bug 1101, '"Load plugin" button is
1476 accidentally hidden'
1477 unset (-1) initial width in prefs_common,
1478 fix overlapping buttons,
1481 2007-01-17 [paul] 2.7.1cvs14
1484 add #include <errno.h>, it's needed
1487 2007-01-17 [paul] 2.7.1cvs13
1490 * tools/make.themes.project
1491 rename .sylpheed_themeinfo to .claws_themeinfo
1493 * src/etpan/etpan-errors.h
1494 * src/etpan/etpan-log.c
1495 * src/etpan/etpan-log.h
1496 * src/etpan/etpan-thread-manager-types.h
1497 * src/etpan/etpan-thread-manager.c
1498 * src/etpan/etpan-thread-manager.h
1499 * src/etpan/imap-thread.c
1500 * src/etpan/imap-thread.h
1501 add copyright header
1503 2007-01-17 [colin] 2.7.1cvs12
1505 * src/plugins/pgpcore/select-keys.c
1506 * src/gtk/pluginwindow.c
1507 * src/prefs_account.c
1510 2007-01-16 [colin] 2.7.1cvs11
1515 Manage subscribing to subfolders when only
1516 subscribed folders are shown.
1518 2007-01-16 [colin] 2.7.1cvs10
1521 Fix annoying vscrollbar going back to top
1522 on Check for new folders
1524 2007-01-16 [colin] 2.7.1cvs9
1529 2007-01-16 [colin] 2.7.1cvs8
1532 Bigger buffer for errors
1536 * src/prefs_account.c
1537 * src/prefs_account.h
1539 * src/etpan/imap-thread.c
1540 * src/etpan/imap-thread.h
1541 * manual/handling.xml
1542 Add subscriptions management. What it changes:
1543 Creating a folder subscribes to it
1544 Deleting a folder unsubscribes it
1545 New contextual menu item allowing to switch between
1546 All folders and Subscribed folders, subscribe, and
1547 unsubscribe. "Creating" an existing but unsubscribed
1548 folder will subscribe it.
1549 By default for new accounts, only subscribed folders
1553 2007-01-16 [paul] 2.7.1cvs7
1556 Allow folder classes to specify only sort_key or
1557 sort_type instead of both or none.
1559 2007-01-16 [paul] 2.7.1cvs6
1566 Save and use errno for procmime_get_part
1568 2007-01-16 [colin] 2.7.1cvs5
1571 Never remove INBOX when scanning for
1572 new folders. It's a special folder
1575 2007-01-15 [colin] 2.7.1cvs4
1578 Fix 'Check for new folders' when IMAP subdirectory
1580 * src/etpan/imap-thread.c
1583 2007-01-15 [colin] 2.7.1cvs3
1585 * src/etpan/imap-thread.c
1586 Fix invalid free on command-connection
1589 2007-01-15 [wwp] 2.7.1cvs2
1591 * src/matcher_parser_lex.l
1592 * src/quote_fmt_lex.l
1593 * src/matcher_parser_parse.y
1594 fix copyright header in lexers and parsers.
1596 2007-01-15 [paul] 2.7.1cvs1
1602 bump up version number following
1605 2007-01-15 [paul] 2.7.0cvs31
1609 add Fabien to the Team list
1610 add the recent contributors
1611 make a few corrections
1613 2007-01-15 [paul] 2.7.0cvs30
1616 fix compiler warning
1617 * src/plugins/pgpcore/prefs_gpg.c
1618 * src/plugins/pgpcore/prefs_gpg.h
1620 fix copyright header
1622 2007-01-14 [colin] 2.7.0cvs29
1625 Use the 'gtk+' backend. Avoids gnome-vfs use,
1626 two benefits: faster to open, will fix strange
1627 dbus-related crash. Thanks to Pascal Terjan.
1629 2007-01-14 [colin] 2.7.0cvs28
1631 * src/etpan/imap-thread.c
1632 Delete the old imap just after allocating
1633 the new one. Makes sure we don't get the
1634 same pointer by sheer luck, which feels
1635 strange in the debug log.
1637 2007-01-14 [colin] 2.7.0cvs27
1639 * src/gtk/inputdialog.c
1640 Make sure we don't print passwords in
1641 clear text when in debug mode
1643 2007-01-14 [colin] 2.7.0cvs26
1645 * src/gtk/gtksctree.c
1646 Fix bug 1098, 'bogus last row display
1647 after expanding a thread'. Patch by
1648 Jindrich Makovicka <makovick@gmail.com>
1650 2007-01-14 [colin] 2.7.0cvs25
1652 * src/etpan/imap-thread.c
1653 Close socket manually before
1654 freeing the imap struct
1656 2007-01-14 [colin] 2.7.0cvs24
1658 * src/etpan/imap-thread.c
1659 Maybe fix new reconnection issues
1661 2007-01-13 [colin] 2.7.0cvs23
1664 Freeze/thaw on thread selection
1666 2007-01-13 [paul] 2.7.0cvs22
1671 add 'Edit/Delete thread'
1673 2007-01-13 [colin] 2.7.0cvs21
1675 * src/prefs_account.c
1676 * src/prefs_compose_writing.c
1677 * src/prefs_message.c
1678 * src/prefs_msg_colors.c
1680 * src/prefs_receive.c
1681 * src/prefs_spelling.c
1682 * src/prefs_summaries.c
1683 * src/prefs_themes.c
1684 * src/gtk/gtkutils.c
1685 * src/gtk/gtkutils.h
1686 * src/plugins/pgpcore/prefs_gpg.c
1687 * src/plugins/spamassassin/spamassassin_gtk.c
1688 Factorize gtk frame creation
1691 2007-01-13 [colin] 2.7.0cvs20
1693 * src/message_search.c
1694 * src/summary_search.c
1695 Fix Enter in search windows
1697 Fix body search starting at the
1698 end of the mail (and asking for loop)
1700 2007-01-13 [colin] 2.7.0cvs19
1702 * src/etpan/imap-thread.c
1703 Make sure we don't free the same imap
1706 2007-01-13 [colin] 2.7.0cvs18
1709 Allow multiple commitHelpers to
1712 2007-01-12 [colin] 2.7.0cvs17
1714 * src/etpan/imap-thread.c
1715 Make sure we get rid of the previous mailimap
1716 when connecting - just in case disconnect was
1719 2007-01-12 [paul] 2.7.0cvs16
1722 Strip S/MIME signatures when re-editing
1723 S/MIME signed messages.
1725 2007-01-12 [paul] 2.7.0cvs15
1732 no need to define CLAWS anymore, remove
1735 2007-01-12 [paul] 2.7.0cvs14
1738 check if the mail's signed as
1739 it can change the mail structure
1742 2007-01-12 [paul] 2.7.0cvs13
1745 fix Forwarding msgs with attachments
1746 that have dos line endings
1749 2007-01-12 [wwp] 2.7.0cvs12
1752 Revert accidentally committed extra version tag.
1754 2007-01-12 [wwp] 2.7.0cvs11
1756 * src/prefs_account.c
1757 Fix compilation w/o aspell (completes 2.7.0cvs7).
1759 2007-01-11 [colin] 2.7.0cvs10
1762 move g_warning to debug_print
1763 it scares people for no reason
1765 2007-01-11 [colin] 2.7.0cvs9
1768 Fix files to translate. Patch by
1771 2007-01-11 [paul] 2.7.0cvs8
1774 Fix recursion when server lists the
1775 current subfolder in the response
1777 Fix updating of icon_list/ctree
1778 * src/plugins/pgpcore/select-keys.c
1779 Fix a few annoyances when choosing
1780 keys for the CMS (S/MIME) protocol
1782 2007-01-11 [wwp] 2.7.0cvs7
1785 * src/prefs_account.c
1786 * src/prefs_account.h
1787 Add per-account spellcheck default dictionaries settings.
1789 2007-01-10 [colin] 2.7.0cvs6
1791 * src/prefs_folder_item.c
1792 Factorize strings - patch by Fabien
1794 2007-01-10 [colin] 2.7.0cvs5
1797 Fix bug 1095, 'Crash while changing folder
1798 columns during incorporation'
1800 2007-01-09 [colin] 2.7.0cvs4
1802 * src/gtk/pluginwindow.c
1803 Set the plugin window transient. Seems
1804 like some window managers hide it in
1805 the background after "load plugin"...
1807 2007-01-09 [colin] 2.7.0cvs3
1810 Use the same type for alloc and free
1812 2007-01-08 [paul] 2.7.0cvs2
1815 updated by Tim Dijkstra
1817 2007-01-08 [paul] 2.7.0cvs1
1819 * src/prefs_themes.c
1820 * src/common/utils.c
1823 2007-01-08 [paul] 2.7.0
1830 2007-01-08 [paul] 2.6.1cvs119
1832 * doc/man/claws-mail.1
1835 2007-01-08 [paul] 2.6.1cvs118
1837 * doc/man/claws-mail.1
1839 * manual/advanced.xml
1840 improved English usage
1842 2007-01-08 [paul] 2.6.1cvs117
1853 updated by Miquel Oliete, Stephan Sachse, me,
1854 Tommi Pirinen, Andrea Spadaccini, Frederico
1855 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1856 Urosevic, and Ralgh Young
1858 2007-01-07 [mones] 2.6.1cvs116
1860 * manual/es/advanced.xml
1862 Synced manual (unhide mark_as_read_delay)
1863 and updated translation for release
1865 2007-01-07 [paul] 2.6.1cvs115
1867 * src/prefs_matcher.c
1868 make the hbox content fit better under
1871 2007-01-07 [colin] 2.6.1cvs114
1874 Fix bug 1088, 'Ctrl-h produces repeatable
1877 2007-01-06 [colin] 2.6.1cvs113
1879 * src/etpan/imap-thread.c
1880 Add casts to int to get certs. Fixes
1881 bug 1064, 'crash @ etpan_certificate_check()
1882 when opening an IMAP folder', with latest
1883 libetpan CVS or >= 0.49
1888 * src/prefs_folder_item.c
1889 Grey out the "synchronise" menu items if
1890 there's nothing to synchronise.
1891 * src/plugins/pgpcore/sgpgme.c
1892 Make an error clearer than "Unknown error"
1894 2007-01-06 [colin] 2.6.1cvs112
1897 Don't try to show a message if updating
1898 Maybe fixes bug 1088, 'ctrl-h produces
1901 2007-01-06 [colin] 2.6.1cvs111
1904 Disable Control-Space (handle it as Space).
1906 2007-01-05 [paul] 2.6.1cvs110
1909 Fix bug 934, 'sylpheed claws 2.1
1910 doesn't show Exchanges Public Folders'
1911 Thanks to Hoa and Colin
1913 Refuse to allocate more than 2 MB for a
1914 single field, it's a good indication of
1917 2007-01-05 [colin] 2.6.1cvs109
1920 Allow --select'ing emails by Message-ID too
1922 2007-01-05 [colin] 2.6.1cvs108
1924 * src/common/quoted-printable.c
1927 2007-01-05 [colin] 2.6.1cvs107
1929 * src/common/quoted-printable.c
1930 Fix previous commit about bug 1089
1933 2007-01-05 [colin] 2.6.1cvs106
1935 * src/common/quoted-printable.c
1936 Fix my previous commit on bug 1089
1939 2007-01-04 [colin] 2.6.1cvs105
1941 * src/common/quoted-printable.c
1942 Fix bug 1089, 'NUL characters in Subject
1943 line are misinterpreted'. Not a pain to
1950 2007-01-04 [wwp] 2.6.1cvs104
1952 * src/image_viewer.c
1953 Force operator precedence (fix a compiler warning).
1955 2007-01-04 [colin] 2.6.1cvs103
1957 * src/image_viewer.c
1958 Be cautious there too (same fix as the one
1959 in textview from cvs33)
1961 Don't use any MimeViewer plugin when showing
1964 2007-01-03 [wwp] 2.6.1cvs102
1968 fixed "cent" sign (use the existing ASCII one),
1969 decode more HTML entities,
1970 converted table ASCII entries to UTF-8,
1971 moved a switch() into a hashtable.
1973 2007-01-03 [paul] 2.6.1cvs101
1979 When possible, use move_msg instead of
1980 copy_msg + remove_msg to move sent mail
1983 2007-01-03 [paul] 2.6.1cvs100
1986 add more html entity recognition:
1987 pounds, euros, and cents
1989 2007-01-03 [colin] 2.6.1cvs99
1992 Don't display an error on NOSELECT
1993 folders when synchronising
1995 2007-01-03 [paul] 2.6.1cvs98
1997 * tools/maildir2claws-mail.pl
1998 only substitute 'sent-mail' if it's
1999 the full directory name
2001 2007-01-03 [paul] 2.6.1cvs97
2004 * ChangeLog.pre2.0.0
2006 archive a chunk of ChangeLog in
2009 * doc/src/ChangeLog.claws-pre0.8.0
2010 remove ChangeLog.claws-pre0.8.0, adding
2011 its contents to ChangeLog.gtk1
2013 2007-01-03 [paul] 2.6.1cvs96
2034 * src/addressbook_foldersel.c
2035 * src/addressbook_foldersel.h
2056 * src/customheader.c
2057 * src/customheader.h
2058 * src/displayheader.c
2059 * src/displayheader.h
2070 * src/editldap_basedn.c
2071 * src/editldap_basedn.h
2088 * src/folder_item_prefs.c
2089 * src/folder_item_prefs.h
2096 * src/grouplistdialog.c
2097 * src/grouplistdialog.h
2101 * src/image_viewer.c
2102 * src/image_viewer.h
2138 * src/message_search.c
2139 * src/message_search.h
2156 * src/partial_download.c
2157 * src/partial_download.h
2162 * src/prefs_account.c
2163 * src/prefs_account.h
2164 * src/prefs_actions.c
2165 * src/prefs_actions.h
2166 * src/prefs_common.c
2167 * src/prefs_common.h
2168 * src/prefs_compose_writing.c
2169 * src/prefs_compose_writing.h
2170 * src/prefs_customheader.c
2171 * src/prefs_customheader.h
2172 * src/prefs_display_header.c
2173 * src/prefs_display_header.h
2174 * src/prefs_filtering.c
2175 * src/prefs_filtering.h
2176 * src/prefs_filtering_action.c
2177 * src/prefs_filtering_action.h
2178 * src/prefs_folder_column.c
2179 * src/prefs_folder_column.h
2180 * src/prefs_folder_item.c
2181 * src/prefs_folder_item.h
2186 * src/prefs_image_viewer.c
2187 * src/prefs_image_viewer.h
2188 * src/prefs_matcher.c
2189 * src/prefs_matcher.h
2190 * src/prefs_message.c
2191 * src/prefs_msg_colors.c
2192 * src/prefs_msg_colors.h
2195 * src/prefs_receive.c
2197 * src/prefs_spelling.c
2198 * src/prefs_spelling.h
2199 * src/prefs_summaries.c
2200 * src/prefs_summaries.h
2201 * src/prefs_summary_column.c
2202 * src/prefs_summary_column.h
2203 * src/prefs_template.c
2204 * src/prefs_template.h
2205 * src/prefs_themes.c
2206 * src/prefs_themes.h
2207 * src/prefs_toolbar.c
2208 * src/prefs_toolbar.h
2209 * src/prefs_wrapping.c
2210 * src/prefs_wrapping.h
2220 * src/quote_fmt_parse.y
2223 * src/remotefolder.c
2224 * src/remotefolder.h
2225 * src/send_message.c
2226 * src/send_message.h
2229 * src/sourcewindow.c
2230 * src/sourcewindow.h
2235 * src/stock_pixmap.c
2236 * src/stock_pixmap.h
2237 * src/summary_search.c
2238 * src/summary_search.h
2253 * src/common/base64.c
2254 * src/common/base64.h
2256 * src/common/hooks.c
2257 * src/common/hooks.h
2260 * src/common/mgutils.c
2261 * src/common/mgutils.h
2264 * src/common/passcrypt.c
2265 * src/common/passcrypt.h.in
2266 * src/common/plugin.c
2267 * src/common/plugin.h
2268 * src/common/prefs.c
2269 * src/common/prefs.h
2270 * src/common/progressindicator.c
2271 * src/common/progressindicator.h
2272 * src/common/quoted-printable.c
2273 * src/common/quoted-printable.h
2274 * src/common/session.c
2275 * src/common/session.h
2278 * src/common/socket.c
2279 * src/common/socket.h
2282 * src/common/ssl_certificate.c
2283 * src/common/ssl_certificate.h
2284 * src/common/stringtable.c
2285 * src/common/stringtable.h
2286 * src/common/template.c
2287 * src/common/template.h
2288 * src/common/timing.h
2289 * src/common/utils.c
2290 * src/common/utils.h
2291 * src/common/version.h.in
2294 * src/common/xmlprops.c
2295 * src/common/xmlprops.h
2297 * src/gtk/colorlabel.c
2298 * src/gtk/colorsel.c
2299 * src/gtk/colorsel.h
2300 * src/gtk/combobox.c
2301 * src/gtk/combobox.h
2302 * src/gtk/description_window.c
2303 * src/gtk/description_window.h
2306 * src/gtk/foldersort.c
2307 * src/gtk/foldersort.h
2308 * src/gtk/gtksctree.c
2309 * src/gtk/gtkutils.c
2310 * src/gtk/gtkutils.h
2311 * src/gtk/inputdialog.c
2312 * src/gtk/inputdialog.h
2313 * src/gtk/logwindow.c
2314 * src/gtk/logwindow.h
2315 * src/gtk/manage_window.c
2316 * src/gtk/manage_window.h
2319 * src/gtk/pluginwindow.c
2320 * src/gtk/pluginwindow.h
2321 * src/gtk/prefswindow.c
2322 * src/gtk/prefswindow.h
2323 * src/gtk/progressdialog.c
2324 * src/gtk/progressdialog.h
2325 * src/gtk/sslcertwindow.c
2326 * src/gtk/sslcertwindow.h
2327 * src/plugins/bogofilter/bogofilter.c
2328 * src/plugins/bogofilter/bogofilter.h
2329 * src/plugins/bogofilter/bogofilter_gtk.c
2330 * src/plugins/clamav/clamav_plugin.c
2331 * src/plugins/clamav/clamav_plugin.h
2332 * src/plugins/clamav/clamav_plugin_gtk.c
2333 * src/plugins/demo/demo.c
2334 * src/plugins/dillo_viewer/dillo_prefs.c
2335 * src/plugins/dillo_viewer/dillo_prefs.h
2336 * src/plugins/dillo_viewer/dillo_viewer.c
2337 * src/plugins/pgpcore/passphrase.c
2338 * src/plugins/pgpcore/passphrase.h
2339 * src/plugins/pgpcore/pgp_viewer.c
2340 * src/plugins/pgpcore/pgp_viewer.h
2341 * src/plugins/pgpcore/plugin.c
2342 * src/plugins/pgpcore/select-keys.c
2343 * src/plugins/pgpcore/select-keys.h
2344 * src/plugins/pgpcore/sgpgme.c
2345 * src/plugins/pgpcore/sgpgme.h
2346 * src/plugins/pgpinline/pgpinline.c
2347 * src/plugins/pgpinline/pgpinline.h
2348 * src/plugins/pgpinline/plugin.c
2349 * src/plugins/pgpmime/pgpmime.c
2350 * src/plugins/pgpmime/pgpmime.h
2351 * src/plugins/pgpmime/plugin.c
2352 * src/plugins/spamassassin/spamassassin.c
2353 * src/plugins/spamassassin/spamassassin.h
2354 * src/plugins/spamassassin/spamassassin_gtk.c
2355 * src/plugins/trayicon/trayicon.c
2356 it's 2007, update the year in the copyright headers
2358 2007-01-03 [paul] 2.6.1cvs95
2361 it is 2007, use it in the copyright string
2363 2007-01-03 [paul] 2.6.1cvs94
2366 html entity conversion:
2367 move ™ to a more suitable place
2368 add • and –
2369 make sure — and — are both
2372 2007-01-02 [colin] 2.6.1cvs93
2376 * src/common/plugin.c
2378 * src/etpan/imap-thread.c
2381 2006-12-31 [paul] 2.6.1cvs92
2383 * src/prefs_summaries.c
2384 use gtk_button_new_from_stock()
2386 2006-12-30 [colin] 2.6.1cvs91
2391 Don't update filtering and account paths
2392 when copying folders
2394 2006-12-30 [colin] 2.6.1cvs90
2396 * src/prefs_compose_writing.c
2398 * src/prefs_template.c
2399 Use message font for Writing and
2400 Quoting prefs, as well as Templates.
2402 2006-12-30 [colin] 2.6.1cvs89
2404 * src/prefs_summaries.c
2405 Rework GUI; patch by Pawel
2407 2006-12-29 [colin] 2.6.1cvs88
2409 * src/prefs_folder_item.c
2410 Fix bug 1085, 'Apply to subfolder
2411 doesn't work' - I was mistaken saying
2412 it worked in every case
2414 2006-12-28 [colin] 2.6.1cvs87
2416 * src/gtk/gtkaspell.c
2417 Don't assert if use_alternate is true
2418 and alt_dictionary isn't set -- this
2419 is what happens on upgrade! Rather,
2422 2006-12-28 [colin] 2.6.1cvs86
2425 Fix desktop/icon simplification
2427 2006-12-28 [colin] 2.6.1cvs85
2430 Make desktop and icon not
2431 dependant on the desktop
2433 2006-12-28 [wwp] 2.6.1cvs84
2435 * src/plugins/pgpmime/claws.def
2436 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2438 2006-12-28 [wwp] 2.6.1cvs83
2440 * src/prefs_folder_item.c
2441 Fix coloring of "simplify subject regexp" (folder prefs),
2442 which might be left to red whereas the regexp gets empty.
2444 2006-12-28 [wwp] 2.6.1cvs82
2446 * src/prefs_common.c
2447 * src/prefs_common.h
2450 Save addressbook mainwindow's horizontal and vertical splitter position.
2452 2006-12-27 [wwp] 2.6.1cvs81
2454 * src/gtk/gtkaspell.c
2455 * src/gtk/gtkaspell.h
2457 Fix assignment of compose's default and alternate dictionary from
2458 account or folder settings. Now gtkaspell_change_dict does rotate
2459 dicts only when it's called from a menu cb.
2461 2006-12-27 [wwp] 2.6.1cvs80
2463 * src/folder_item_prefs.c
2464 Fix randomly initialized default-alt-dictionary (folder prefs),
2465 complete 2.6.1cvs72.
2467 2006-12-27 [paul] 2.6.1cvs79
2471 Add Copy folder in the folder's contextual
2474 2006-12-27 [wwp] 2.6.1cvs78
2477 Clean up session locking, thanks to Colin.
2479 2006-12-26 [colin] 2.6.1cvs77
2482 Revert previous patch
2484 2006-12-26 [colin] 2.6.1cvs76
2490 * src/etpan/imap-thread.c
2491 Fix previous commit warnings
2492 Make statusbar update every second if total < 20
2493 Make IMAP APPEND faster by simplifying log
2495 2006-12-26 [colin] 2.6.1cvs75
2503 Make it possible to copy folders accross
2504 mailboxes (this was an arbitrary limitation).
2505 Still make it impossible to move folders
2508 2006-12-26 [colin] 2.6.1cvs74
2510 * src/etpan/imap-thread.c
2511 Fix bug 1081, 'claws-mail
2512 segfaults when going offline
2513 while it transfers mails via
2516 2006-12-26 [colin] 2.6.1cvs73
2518 * src/folder_item_prefs.c
2519 Don't forget alt dictionary when
2520 renaming/moving folders
2522 2006-12-26 [wwp] 2.6.1cvs72
2524 * src/folder_item_prefs.c
2525 Add missing defaults for per-folder alt dict
2526 (forgotten in 2.6.1cvs61).
2528 2006-12-26 [colin] 2.6.1cvs71
2531 Add tooltip to state that specifying
2532 full path to mailbox is possible
2534 2006-12-26 [wwp] 2.6.1cvs70
2536 * src/partial_download.c
2537 * src/gtk/gtkvscrollbutton.c
2538 * src/plugins/pgpinline/plugin.c
2539 Fix for few compiler warnings that matter.
2541 2006-12-25 [colin] 2.6.1cvs69
2543 * src/partial_download.c
2544 Fix marking for download or deletion
2545 when the header isn't the first
2546 * src/gtk/logwindow.c
2547 Fix start of scrolling
2549 2006-12-23 [paul] 2.6.1cvs68
2552 change last commit to use the 'academic'
2553 method instead. Thanks to wwp
2555 2006-12-23 [paul] 2.6.1cvs67
2558 don't warn about empty subject when
2561 2006-12-22 [colin] 2.6.1cvs66
2563 * src/summary_search.c
2566 2006-12-22 [colin] 2.6.1cvs65
2568 * src/gtk/gtkutils.c
2571 * src/summary_search.c
2578 2006-12-22 [colin] 2.6.1cvs64
2582 Add a combo to the learn spam button
2583 * src/plugins/bogofilter/bogofilter.c
2584 * src/plugins/bogofilter/bogofilter_gtk.c
2585 * src/plugins/bogofilter/bogofilter.h
2586 Allow to store Unsure mails in a specific
2587 folder to make better teaching easier
2589 2006-12-21 [wwp] 2.6.1cvs63
2592 * src/prefs_common.c
2593 * src/prefs_common.h
2594 * src/prefs_spelling.c
2595 * src/gtk/gtkaspell.c
2596 * src/gtk/gtkaspell.h
2597 Allow spell-checking using both current and alternate dictionaries
2600 2006-12-21 [wwp] 2.6.1cvs62
2602 * src/gtk/gtkaspell.c
2603 Apply recheck_when_changing_dict (highlight all mispelled words)
2604 when switching to alternate dictionary.
2606 2006-12-21 [wwp] 2.6.1cvs61
2609 * src/folder_item_prefs.h
2610 * src/prefs_common.c
2611 * src/prefs_common.h
2612 * src/prefs_folder_item.c
2613 * src/prefs_spelling.c
2614 * src/gtk/gtkaspell.c
2615 * src/gtk/gtkaspell.h
2616 Add global and per-folder prefs to set the default
2617 alternate dictionary.
2619 2006-12-21 [colin] 2.6.1cvs60
2622 Look for folders by path in all folders
2626 2006-12-20 [colin] 2.6.1cvs59
2628 * src/gtk/quicksearch.c
2629 Make sure in_typing is false when clearing
2631 2006-12-20 [wwp] 2.6.1cvs58
2634 change manual's target dir to be LFH-compliant (thanks to Colin).
2636 2006-12-20 [wwp] 2.6.1cvs57
2638 * src/prefs_common.c
2639 * src/prefs_summaries.c
2640 i18n fix and factorize patch, thanks to Fabien.
2642 2006-12-20 [paul] 2.6.1cvs56
2645 last of the renaming (??)
2647 correct --help info of --status-full
2648 * src/plugins/bogofilter/bogofilter.c
2649 make FALSE default of whitelist_ab
2651 2006-12-19 [colin] 2.6.1cvs55
2654 Same as before, without depending on
2657 2006-12-19 [colin] 2.6.1cvs54
2660 Fix bug 1059, 'Better jpilot charset
2661 handling'. Use libpisync's charset conversion
2664 2006-12-19 [colin] 2.6.1cvs53
2669 2006-12-19 [wwp] 2.6.1cvs52
2672 Add missing #include (thanks to Colin).
2674 2006-12-19 [wwp] 2.6.1cvs51
2676 * src/prefs_receive.c
2677 Better spacing between widgets in prefs.
2679 2006-12-18 [colin] 2.6.1cvs50
2682 Fix failure to get separator on LIST "" ""
2683 Try LIST "" "INBOX" too.
2685 2006-12-18 [wwp] 2.6.1cvs49
2687 * src/common/session.c
2688 Fix a compiler warning (thanks to Fabien).
2690 2006-12-18 [wwp] 2.6.1cvs48
2694 Factorize some strings for translation (it's about error
2695 messages when applying or checking template/quote format).
2697 2006-12-18 [colin] 2.6.1cvs47
2701 * src/gtk/Makefile.am
2703 Add a Release notes tab from the contents of
2704 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2706 2006-12-17 [colin] 2.6.1cvs46
2711 Correctly convert from/to UTF8/filename encoding
2712 when loading and saving files. Probably fixes
2713 bug 1068, 'Claws-Mail uses 100% CPU when looking
2714 for a file to attach and is blocked...'
2716 2006-12-17 [colin] 2.6.1cvs45
2718 * src/gtk/logwindow.c
2719 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
2720 IMAP folder and is blocked on main thread':
2721 make sure we put utf8 in the log.
2723 2006-12-16 [colin] 2.6.1cvs44
2727 Fix bug 1055, 'Add the 'cancel receive'
2728 in the available events for the toolbar buttons'
2730 2006-12-16 [colin] 2.6.1cvs43
2735 * src/common/session.c
2736 Log error when SSL handshakes fail.
2737 Fixes bug 1082, 'incorrect / imprecise
2738 error message when imap server provides
2739 ssl only through STARTTLS but SSL is
2742 2006-12-15 [wwp] 2.6.1cvs42
2744 * src/plugins/bogofilter/bogofilter_gtk.c
2745 set proper sensitivity to widgets I've recently added.
2751 2006-12-15 [wwp] 2.6.1cvs41
2753 * src/plugins/bogofilter/bogofilter.c
2754 * src/plugins/bogofilter/bogofilter.h
2755 * src/plugins/bogofilter/bogofilter_gtk.c
2756 bogofilter's whitelist can now use a subset of
2757 the addressbook (either a book, a subfolder of a book,
2758 or the whole addressbook by using "Any"). Re-used there
2759 some pref_matcher widgets and mechanisms to match a subset
2762 2006-12-15 [wwp] 2.6.1cvs40
2765 * src/common/plugin.c
2766 * src/common/plugin.h
2768 * src/plugins/bogofilter/bogofilter.c
2769 * src/plugins/clamav/clamav_plugin.c
2770 * src/plugins/demo/demo.c
2771 * src/plugins/dillo_viewer/dillo_viewer.c
2772 * src/plugins/pgpcore/plugin.c
2773 * src/plugins/pgpinline/plugin.c
2774 * src/plugins/pgpmime/plugin.c
2775 * src/plugins/spamassassin/spamassassin.c
2776 * src/plugins/trayicon/trayicon.c
2777 factorize some translatable strings (plugins-related),
2778 fix missing punctuation in several places,
2779 remove useless translatable \n in about.c,
2780 and factorize plugin init code w/ a new function
2781 check_plugin_version() in common/plugin.c.
2782 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2784 2006-12-15 [wwp] 2.6.1cvs39
2786 * src/plugins/bogofilter/bogofilter.c
2787 * src/plugins/bogofilter/bogofilter_gtk.c
2788 flag whitelisted spams as spam, but don't filter it to the spam
2789 folder. Thanks to Colin.
2791 2006-12-15 [ticho] 2.6.1cvs38
2793 * src/plugins/bogofilter/bogofilter.c
2794 * src/plugins/bogofilter/bogofilter.h
2795 * src/plugins/bogofilter/bogofilter_gtk.c
2796 Add option to whitelist senders found in addressbook. Patch by colin.
2798 2006-12-15 [paul] 2.6.1cvs37
2801 add missing #include "log.h"
2803 2006-12-15 [paul] 2.6.1cvs36
2805 * src/plugins/bogofilter/bogofilter.c
2806 * src/plugins/bogofilter/bogofilter.h
2807 * src/plugins/bogofilter/bogofilter_gtk.c
2808 Add an option to allow inserting an
2809 X-Claws-Bogosity header (on MH folders
2810 only). Patch by Colin
2812 2006-12-14 [colin] 2.6.1cvs35
2815 "Yes" should be the default choice for
2816 migration configuration
2818 2006-12-14 [paul] 2.6.1cvs34
2820 * src/prefs_summaries.c
2821 * manual/advanced.xml
2822 Unhide mark_as_read_delay
2824 2006-12-14 [paul] 2.6.1cvs33
2833 Fix printing of selection
2834 Fix printing of message parts
2835 Fix printing of images
2836 * src/gtk/gtksourceprintjob.c
2837 Fix page count when there are images
2839 2006-12-14 [wwp] 2.6.1cvs32
2844 * src/gtk/quicksearch.c
2845 fix quicksearch 'magnify' button status when QS is closed
2846 using the Escape key, thanks to Colin.
2848 2006-12-14 [wwp] 2.6.1cvs31
2853 * src/gtk/quicksearch.c
2854 fix quicksearch 'magnify' button status when QS is closed
2855 using the Escape key, thanks to Colin.
2857 2006-12-13 [colin] 2.6.1cvs30
2861 Use the binary safe version of ldap_get_values,
2862 to make sure we manipulate null-terminated
2863 strings. Maybe fixes bug 1075, 'claws mail
2864 segfault when completing ldap adresses'
2865 * src/syldap.c ** REMOVED **
2866 * src/syldap.h ** REMOVED **
2869 2006-12-13 [mones] 2.6.1cvs29
2872 Fixed piped strings, fixed click translation
2874 2006-12-13 [paul] 2.6.1cvs28
2877 don't translate these strings
2879 2006-12-13 [paul] 2.6.1cvs27
2884 2006-12-13 [colin] 2.6.1cvs26
2888 Add claws_is_starting()
2890 2006-12-13 [mones] 2.6.1cvs25
2892 * manual/es/advanced.xml
2894 Synced manual and updated translation
2896 2006-12-12 [colin] 2.6.1cvs24
2899 Add an option to use STARTTLS in the
2900 welcome wizard. Fixes bug 1080,
2901 'Using SSL option in wizard for incoming
2902 server does not activate SSL with STARTTLS'
2904 2006-12-12 [colin] 2.6.1cvs23
2907 Don't exit when there's an incomplete
2908 mailbox configured - leaves a chance
2909 to fix a failing IMAP account. Exit
2910 if no mailbox at all is loaded (case
2912 Completes bug 1077's fix (I was wrong
2913 in this bug's comment #3).
2915 2006-12-12 [colin] 2.6.1cvs22
2918 Add another menu data type
2919 * src/prefs_account.c
2920 Complete the completion of bug 1076
2921 (doesn't lose the pref on apply)
2923 2006-12-12 [paul] 2.6.1cvs21
2925 * src/prefs_account.c
2926 complete the fix of bug 1076
2927 also be more verbose with the text
2929 2006-12-12 [paul] 2.6.1cvs20
2931 * src/gtk/combobox.c
2932 fix compilation warning
2934 2006-12-11 [colin] 2.6.1cvs19
2937 Document :port in server entry tooltips
2939 2006-12-11 [colin] 2.6.1cvs18
2944 2006-12-11 [colin] 2.6.1cvs17
2947 Add failing IMAP as a reason for no
2950 2006-12-11 [colin] 2.6.1cvs16
2952 * src/prefs_account.c
2953 Check for existence of inbox for local
2956 Allow setting the port to use for servers
2957 by using the usual "server.example.com:port"
2958 syntax. Fixes bug 1077, 'sylpheed-claws does
2959 not start when IMAP server is unavailable'
2961 2006-12-11 [colin] 2.6.1cvs15
2963 * src/prefs_account.c
2964 Prevent use of non-existing default inbox
2966 2006-12-11 [colin] 2.6.1cvs14
2968 * src/prefs_account.c
2969 Fix sensitivity. Fixes bug 1076, 'privacy
2970 options are displayed even when pgp plugin
2971 not loaded / available'
2973 2006-12-09 [colin] 2.6.1cvs13
2975 * manual/advanced.xml
2976 * src/prefs_common.c
2977 * src/prefs_common.h
2978 * src/common/ssl_certificate.c
2979 Add a new hidden preference, 'unsafe_ssl_certs',
2980 which allows to store multiple certificates per
2981 server/port. This is disabled by default because
2982 it's less secure (presenting a new certificate
2983 instead of a changed one raises less alarms).
2984 This will cause Claws to ask about an unknown
2985 certificate for people who have used 2.6.1cvs8
2988 2006-12-09 [colin] 2.6.1cvs12
2991 Fix cache updating after action
2993 2006-12-07 [wwp] 2.6.1cvs11
2996 fix email address comparison when replying to all
2997 (avoid replying to ourselves), thanks to Colin.
2999 2006-12-06 [paul] 2.6.1cvs10
3006 * src/common/utils.c
3007 ...and more renaming
3010 2006-12-06 [paul] 2.6.1cvs9
3021 2006-12-06 [colin] 2.6.1cvs8
3024 * src/common/ssl_certificate.c
3025 * src/common/ssl_certificate.h
3026 Handle multiple certificates per host/port
3028 2006-12-06 [colin] 2.6.1cvs7
3030 * src/etpan/imap-thread.c
3031 Fix certificate checking on IMAP
3033 2006-12-06 [colin] 2.6.1cvs6
3036 Fix bug 1072, 'Claws stops fetching newsgroups
3037 from server when newsgroup got deleted': continue
3038 checking other groups
3040 2006-12-05 [wwp] 2.6.1cvs5
3042 * src/message_search.c
3043 * src/summary_search.c
3044 * src/gtk/combobox.c
3045 * src/gtk/combobox.h
3046 * src/gtk/gtkutils.c
3047 * src/gtk/gtkutils.h
3048 make up and down arrow keys in modern gtk_combo_box_entry widgets
3049 behave like w/ old comboboxes (summary and message search only).
3051 2006-12-05 [paul] 2.6.1cvs4
3057 2006-12-05 [paul] 2.6.1cvs3
3060 * tools/textviewer.pl
3061 script updated and description added
3063 2006-12-04 [colin] 2.6.1cvs2
3066 Run pre-send hook only when checking
3069 2006-12-04 [paul] 2.6.1cvs1
3076 bump up version number following stable release
3078 2006-12-04 [paul] 2.6.0cvs83
3081 updates and corrections
3083 2006-12-04 [colin] 2.6.0cvs82
3085 * src/common/utils.c
3086 Probably fix bug 1066, 'Incorrect mailbox
3089 2006-12-04 [colin] 2.6.0cvs81
3091 * src/common/utils.c
3092 Trim tabs from mailcap file too.
3094 2006-12-02 [paul] 2.6.0cvs80
3097 fix broken GUI under certain languages
3099 put the Cancel button to the right
3101 2006-12-01 [paul] 2.6.0cvs79
3104 remove reference to removed file
3106 2006-12-01 [wwp] 2.6.0cvs78
3110 remove forgotten debug statements.
3112 2006-12-01 [wwp] 2.6.0cvs77
3114 * manual/advanced.xml
3115 * manual/fr/advanced.xml
3121 * src/prefs_common.c
3122 * src/prefs_common.h
3123 * src/gtk/gtkutils.c
3124 * src/gtk/gtkutils.h
3125 add a hidden option to allow embedding the editaddress (edit contact details)
3126 dialog into the addressbook's window. This doesn't change the default
3129 2006-12-01 [wwp] 2.6.0cvs76
3131 * src/message_search.c
3132 * src/summary_search.c
3133 fix more focus issues (don't set focus to combobox's entry widget when
3134 entry's value changed, if entry widget has focus already).
3136 2006-12-01 [wwp] 2.6.0cvs75
3138 * src/gtk/quicksearch.c
3139 revert last changes to the quicksearch gtk_combo_box, this needs more
3142 2006-12-01 [paul] 2.6.0cvs74
3144 * tools/kdeservicemenu/README
3145 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3146 * tools/kdeservicemenu/install.sh
3147 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3148 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3149 simplify this stuff, and in so doing,
3150 fix it. (possibly re-extend it again at
3153 2006-12-01 [wwp] 2.6.0cvs73
3155 * src/gtk/quicksearch.c
3156 adapt quicksearch code to use modern gtk_combo_box'es.
3158 2006-12-01 [wwp] 2.6.0cvs72
3161 * src/prefs_common.c
3162 * src/prefs_common.h
3163 * src/message_search.c
3164 * src/summary_search.c
3165 * src/gtk/combobox.c
3166 * src/gtk/combobox.h
3167 add history combos to all message and summary search fields.
3169 2006-12-01 [wwp] 2.6.0cvs71
3172 As the list may change while the mark as read delay
3173 runs, we can't rely on the 'row' pointer, which can
3174 be invalid when the timeout is called. As the mark
3175 as read is only done if the message is still selected,
3176 use summaryview->selected instead. Thanks to Colin.
3178 2006-11-30 [paul] 2.6.0cvs70
3181 give emphasis to "Sylpheed-Claws"
3182 as well as "Claws Mail"
3184 2006-11-30 [colin] 2.6.0cvs69
3187 Put the SSL checkboxes in the receiving
3188 and sending server pages.
3190 2006-11-29 [colin] 2.6.0cvs68
3192 * src/gtk/gtkutils.c
3193 * src/gtk/gtkvscrollbutton.c
3194 Revert some deprecated fixes - they seem to
3195 deprecate stuff as soon as a new one gets out.
3196 g_object_ref_sink needed glib-2.10.
3198 2006-11-29 [colin] 2.6.0cvs67
3200 * src/common/utils.c
3201 Create .mailcap if it doesn't exist
3203 2006-11-29 [colin] 2.6.0cvs66
3206 Followup to cvs60: use original list
3207 of recipients if replying to a mail
3208 in Sent Drafts or Queue.
3210 2006-11-27 [paul] 2.6.0cvs65
3212 * src/image_viewer.c
3213 revert the last change for now (it's broken)
3215 2006-11-27 [paul] 2.6.0cvs64
3219 * m4/aclocal-include.m4
3236 * src/common/Makefile.am
3237 * src/common/claws.c
3238 * src/common/claws.h
3240 * src/common/sylpheed.c
3241 * src/common/sylpheed.h
3242 * src/etpan/Makefile.am
3243 * src/gtk/Makefile.am
3244 * src/gtk/claws-marshal.list
3246 * src/gtk/gtksctree.c
3247 * src/gtk/quicksearch.c
3248 * src/gtk/sylpheed-marshal.list
3249 * src/plugins/bogofilter/bogofilter.c
3250 * src/plugins/bogofilter/bogofilter_gtk.c
3251 * src/plugins/clamav/clamav_plugin.c
3252 * src/plugins/clamav/clamav_plugin_gtk.c
3253 * src/plugins/demo/demo.c
3254 * src/plugins/dillo_viewer/dillo_viewer.c
3255 * src/plugins/pgpcore/Makefile.am
3256 * src/plugins/pgpcore/claws.def
3257 * src/plugins/pgpcore/pgp_viewer.c
3258 * src/plugins/pgpcore/plugin.c
3259 * src/plugins/pgpcore/sylpheed.def
3260 * src/plugins/pgpinline/Makefile.am
3261 * src/plugins/pgpinline/claws.def
3262 * src/plugins/pgpinline/plugin.c
3263 * src/plugins/pgpinline/sylpheed.def
3264 * src/plugins/pgpmime/Makefile.am
3265 * src/plugins/pgpmime/claws.def
3266 * src/plugins/pgpmime/plugin.c
3267 * src/plugins/pgpmime/sylpheed.def
3268 * src/plugins/spamassassin/spamassassin.c
3269 * src/plugins/spamassassin/spamassassin_gtk.c
3270 * src/plugins/trayicon/trayicon.c
3272 remove deprecated gtk_tooltips_set_delay()
3274 2006-11-26 [paul] 2.6.0cvs63
3278 * src/image_viewer.c
3280 * src/gtk/gtkutils.c
3281 * src/gtk/gtkvscrollbutton.c
3282 * src/gtk/prefswindow.c
3283 * src/plugins/pgpcore/prefs_gpg.c
3284 replace more deprecated GTK+ functions
3286 2006-11-26 [paul] 2.6.0cvs62
3291 replace deprecated gtk_idle_... functions
3293 2006-11-26 [paul] 2.6.0cvs61
3299 * src/gtk/gtkvscrollbutton.c
3300 * src/gtk/quicksearch.c
3301 * src/plugins/pgpcore/passphrase.c
3302 replace deprecated gtk_timeout_add and
3305 2006-11-26 [paul] 2.6.0cvs60
3308 fix bug that caused the wrong recipient
3309 to be selected when replying to a msg
3310 which is From one of our accounts to
3311 another of our accounts
3313 2006-11-25 [paul] 2.6.0cvs59
3316 don't change the From column title to
3317 To if the To column is visible
3319 2006-11-24 [paul] 2.6.0cvs58
3322 fix bug 1069, 'Sent mails disappear, BCC
3323 or locking problem?'
3325 2006-11-21 [wwp] 2.6.0cvs57
3328 fix spelling menu when replying (same as 2.3.1cvs39):
3329 discrepancy between context menu and top menu when
3330 folder's dictionary isn't the default one.
3332 2006-11-19 [paul] 2.6.0cvs56
3335 obey always_show_msg option when
3337 * src/plugins/bogofilter/bogofilter.c
3340 2006-11-18 [paul] 2.6.0cvs55
3350 * src/gtk/icon_legend.c
3351 * src/gtk/icon_legend.h
3352 * tools/OOo2claws-mail.pl
3354 * tools/acroread2claws-mail.pl
3355 * tools/claws.i18n.status.pl
3356 * tools/filter_conv.pl
3357 * tools/filter_conv_new.pl
3358 * tools/freshmeat_search.pl
3359 * tools/google_search.pl
3360 * tools/kmail2claws-mail.pl
3361 * tools/kmail2claws-mail_v2.pl
3362 * tools/maildir2claws-mail.pl
3363 * tools/make.themes.project
3364 * tools/multiwebsearch.pl
3365 * tools/outlook2claws-mail.pl
3366 * tools/tb2claws-mail
3367 * tools/kdeservicemenu/README
3368 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3369 update mine and wwp's email addresses in
3372 * src/prefs_compose_writing.c
3373 set sensitivity on 'new message format' frame
3375 2006-11-17 [paul] 2.6.0cvs54
3378 more reworking of the GUI
3379 Patch by Fabien Vantard
3381 2006-11-16 [paul] 2.6.0cvs53
3384 set a minimum size for the window, allow
3385 it to automatically expand as necessary
3387 2006-11-16 [wwp] 2.6.0cvs52
3390 better wrap of copyright info on some systems.
3392 2006-11-16 [paul] 2.6.0cvs51
3395 move the tech info from the upper panel
3397 use a gtk_text_view for the features tab
3399 2006-11-16 [paul] 2.6.0cvs50
3402 update my email address
3409 * src/plugins/trayicon/trayicon.c
3410 don't offer simple menu separators
3413 add separator between 'mark all read'
3416 2006-11-15 [wwp] 2.6.0cvs49
3419 updated manuals authors.
3421 2006-11-14 [paul] 2.6.0cvs48
3424 Fix Options/Reply mode after draft save
3426 2006-11-14 [paul] 2.6.0cvs47
3429 Fix make DESTDIR=...
3432 * src/plugins/pgpinline/pgpinline.c
3433 Probably fix bug 1061
3435 2006-11-14 [paul] 2.6.0cvs46
3440 * src/stock_pixmap.c
3441 * src/stock_pixmap.h
3443 * src/pixmaps/active.xpm
3444 * src/pixmaps/inactive.xpm
3445 add a new page, 'Features', to the About dialog
3446 showing which features are compiled in and which
3449 2006-11-14 [paul] 2.6.0cvs45
3452 updated by Pavlo Bohmat
3454 2006-11-14 [colin] 2.6.0cvs44
3462 * src/gtk/gtkaspell.c
3463 Fix 64-bit-related warnings
3465 Fix possible infinite loop
3466 * src/plugins/pgpcore/sgpgme.c
3467 Remove useless check
3469 2006-11-13 [colin] 2.6.0cvs43
3471 * src/gtk/Makefile.am
3472 authors.h isn't generated
3474 2006-11-13 [colin] 2.6.0cvs42
3476 * src/plugins/pgpinline/pgpinline.c
3477 * src/plugins/pgpmime/pgpmime.c
3478 Very probably fix bug 1061, 'crash on
3479 opening signed email'. Another cast
3482 2006-11-13 [colin] 2.6.0cvs41
3484 * src/plugins/pgpcore/sgpgme.c
3485 Maybe fix bug 1061, 'crash on opening
3488 2006-11-13 [wwp] 2.6.0cvs40
3490 * src/plugins/pgpinline/pgpinline.c
3491 fix candidate for bug #1057, thanks to Colin.
3493 2006-11-13 [wwp] 2.6.0cvs39
3496 * src/quote_fmt_parse.y
3497 fix bug 1052: current parser buffer was not always
3498 allocated, ptr to this buffer could be returned as
3499 NULL whereas no parser error has occurred. in
3500 consequence, defining a template body as "%d"
3501 (w/o the quotes) for the first time of the instance
3502 of claws-mail, was reporting a parser error. make
3503 sure that the buffer is always allocated, even to
3505 fix mis-unescaping in compose.:compose_quote_fmt():
3506 unescaping of the fmt string was always done
3507 whereas it must be done *only* when receiving
3508 quote format strings issued from the prefs
3509 (compose new message, reply, forward, redirect
3510 formats), *not* when applying templates. in
3511 consequences, applying templates w/ sequences
3512 like \\|p{echo} were failing. make sure that
3513 unescaping is done only when necessary.
3515 2006-11-12 [colin] 2.6.0cvs38
3520 2006-11-12 [colin] 2.6.0cvs37
3522 * src/plugins/pgpinline/pgpinline.c
3523 * src/plugins/pgpmime/pgpmime.c
3524 Release GPG context at the latest
3525 possible moment. Maybe fixes
3526 bug 1057, 'crash on sending signed
3527 message to a newsgroup'
3530 2006-11-12 [colin] 2.6.0cvs36
3532 * src/plugins/pgpcore/sgpgme.c
3533 Tell a bit more when gpg's status doesn't
3534 contain any signature
3536 2006-11-12 [colin] 2.6.0cvs35
3539 Fix bug 1060, 'compilation error with
3542 2006-11-12 [paul] 2.6.0cvs34
3544 * doc/man/claws-mail.1
3546 * src/plugins/clamav/README
3547 * src/plugins/spamassassin/README
3549 * tools/freshmeat_search.pl
3550 * tools/google_search.pl
3551 * tools/multiwebsearch.pl
3553 * src/plugins/trayicon/trayicon.c
3554 fix compiliation warning
3556 2006-11-11 [colin] 2.6.0cvs33
3559 Forbid drag and drop from/to different
3560 folders of type F_UNKNOWN
3562 2006-11-11 [colin] 2.6.0cvs32
3564 * src/plugins/pgpinline/pgpinline.c
3565 Fix typo in previous commit:
3567 + if ((err = gpgme_new(&data->ctx)) ...)
3569 2006-11-11 [colin] 2.6.0cvs31
3571 * src/plugins/pgpinline/pgpinline.c
3572 * src/plugins/pgpmime/pgpmime.c
3573 Check success after calling gpgme_new
3574 Maybe fixes bug 1057, 'crash on sending
3575 signed message to a newsgroup'
3577 2006-11-11 [colin] 2.6.0cvs30
3580 init undostruct to 0s (from
3581 valgrind log of bug 1057)
3583 2006-11-10 [colin] 2.6.0cvs29
3586 Set cursor to wait before filtering
3587 duplicates in all folders
3588 * src/plugins/bogofilter/bogofilter.c
3589 * src/plugins/bogofilter/bogofilter.h
3590 * src/plugins/bogofilter/bogofilter_gtk.c
3591 Completely thread away the bogofilter
3594 2006-11-10 [mones] 2.6.0cvs28
3598 added COMPOSE_CHECK_BEFORE_SEND hook
3600 2006-11-10 [paul] 2.6.0cvs27
3604 add libSM to get_compiled_in_features()
3608 2006-11-10 [colin] 2.6.0cvs26
3610 * src/etpan/imap-thread.c
3611 Add a reference to libetpan's sasl engine
3612 so that sasl_done() doesn't get called by
3613 libetpan, and doesn't break openssl.
3614 Should fix bug 1053, 'SC fails to reestablish
3615 a secure connection'
3618 2006-11-10 [colin] 2.6.0cvs25
3620 * manual/addrbook.xml
3621 * manual/advanced.xml
3626 2006-11-09 [colin] 2.6.0cvs24
3628 * src/plugins/bogofilter/bogofilter_gtk.c
3629 Add comment about annoyance
3631 2006-11-09 [colin] 2.6.0cvs23
3633 * src/plugins/bogofilter/bogofilter.c
3634 * src/plugins/bogofilter/bogofilter_gtk.c
3635 Prepare things needed to thread bogofilter
3636 filtering: separate bogo stuff and possible GUI
3639 2006-11-09 [colin] 2.6.0cvs22
3643 Search for one of our accounts in Delivered-To
3644 (helps for auto-account selection when
3645 replying/forwarding)
3649 * src/plugins/trayicon/trayicon.c
3650 Allow opening a new mail with any account from
3653 2006-11-09 [wwp] 2.6.0cvs21
3656 * src/prefs_common.c
3657 * src/prefs_common.h
3658 * src/prefs_compose_writing.c
3659 add a compose new message format (in prefs/compose/writing), it's a
3660 simple subject+body template to use when opening a new composition
3661 window. It's similar to the existent reply and forward formats.
3663 enhanced the template/format % symbols substitution mechanism to
3664 use current composition window information when % are used in
3665 the compose new message format or in templates applied to new
3666 messages (there were useless in that situations before). When
3667 applied to new messages, %d corresponds to the system time/date.
3669 2006-11-09 [paul] 2.6.0cvs20
3674 2006-11-09 [paul] 2.6.0cvs19
3677 keep tje alphabetical order
3679 2006-11-08 [colin] 2.6.0cvs18
3681 * src/etpan/imap-thread.c
3682 Fix bug 1054, 'Slowness logging big
3685 2006-11-08 [paul] 2.6.0cvs17
3690 2006-11-08 [paul] 2.6.0cvs16
3695 2006-11-08 [paul] 2.6.0cvs15
3698 * tools/OOo2claws-mail.pl
3699 * tools/OOo2sylpheed.pl
3701 * tools/acroread2claws-mail.pl
3702 * tools/acroread2sylpheed.pl
3703 * tools/kmail2claws-mail.pl
3704 * tools/kmail2claws-mail_v2.pl
3705 * tools/kmail2sylpheed.pl
3706 * tools/kmail2sylpheed_v2.pl
3707 * tools/maildir2claws-mail.pl
3708 * tools/maildir2sylpheed.pl
3709 * tools/nautilus2claws-mail.sh
3710 * tools/nautilus2sylpheed.sh
3711 * tools/outlook2claws-mail.pl
3712 * tools/outlook2sylpheed.pl
3713 * tools/tb2claws-mail
3715 * tools/tbird2claws.py
3716 * tools/tbird2syl.py
3717 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3718 * tools/kdeservicemenu/install.sh
3719 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3720 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3721 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3722 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3723 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3724 renamed (removed, added) tools files
3726 2006-11-08 [paul] 2.6.0cvs14
3730 Migrate sylpheedrc to clawsrc, and fix the standard
3731 plugins path in the process
3733 2006-11-07 [colin] 2.6.0cvs13
3736 Symlink sylpheed-claws relative to
3739 2006-11-07 [colin] 2.6.0cvs12
3742 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3744 2006-11-07 [paul] 2.6.0cvs11
3747 Fix a missed occurence of
3750 2006-11-07 [paul] 2.6.0cvs10
3753 Fix symlink installation
3755 2006-11-07 [paul] 2.6.0cvs9
3758 Symlink claws-mail to sylpheed-claws
3759 * src/common/utils.c
3760 Fix migrating symlinks
3761 * src/etpan/imap-thread.c
3762 check certificate only when there's
3765 2006-11-07 [paul] 2.6.0cvs8
3768 Fix icon breakages with Gtk, which needs a
3769 cache updated to see them.
3771 2006-11-07 [paul] 2.6.0cvs7
3782 * claws-mail-128x128.png
3783 * claws-mail-64x64.png
3788 * sylpheed-claws-128x128.png
3789 * sylpheed-claws-64x64.png
3790 * sylpheed-claws.desktop
3791 * sylpheed-claws.ico
3792 * sylpheed-claws.pc.in
3793 * sylpheed-claws.png
3794 * debian/README.Debian
3796 * debian/claws-mail.desktop
3797 * debian/claws-mail.menu
3798 * debian/claws-mail.postinst.debhelper
3799 * debian/claws-mail.postrm.debhelper
3804 * debian/sylpheed-claws.desktop
3805 * debian/sylpheed-claws.menu
3806 * debian/sylpheed-claws.postinst.debhelper
3807 * debian/sylpheed-claws.postrm.debhelper
3808 * doc/man/Makefile.am
3809 * doc/man/claws-mail.1
3810 * doc/man/sylpheed-claws.1
3811 * doc/src/ChangeLog.claws-pre0.8.0
3812 * manual/Makefile.am
3813 * manual/account.xml
3815 * manual/addrbook.xml
3816 * manual/advanced.xml
3817 * manual/claws-mail-manual.xml
3819 * manual/glossary.xml
3820 * manual/handling.xml
3822 * manual/keyboard.xml
3823 * manual/plugins.xml
3824 * manual/starting.xml
3825 * manual/sylpheed-claws-manual.xml
3827 * manual/dist/.cvsignore
3828 * manual/dist/html/.cvsignore
3829 * manual/dist/html/Makefile.am
3830 * manual/dist/pdf/.cvsignore
3831 * manual/dist/pdf/Makefile.am
3832 * manual/dist/ps/.cvsignore
3833 * manual/dist/ps/Makefile.am
3834 * manual/dist/txt/.cvsignore
3835 * manual/dist/txt/Makefile.am