1 2007-02-25 [colin] 2.7.2cvs73
4 Clearing the list is only useful
5 to prevent a valgrind false-positive
7 2007-02-25 [paul] 2.7.2cvs72
11 * tools/kmail-mailbox2claws-mail.pl **ADDED**
12 * tools/maildir2claws-mail.pl **REMOVED**
13 renamed the script, fixed a couple bugs
15 2007-02-23 [colin] 2.7.2cvs71
18 Fix a leak, check for a few improbable nulls
20 2007-02-23 [colin] 2.7.2cvs70
24 * src/plugins/trayicon/trayicon.c
25 Fix blinking mainwin when starting in tray
26 (show mainwindow later in the startup process,
27 apart if restarting post-crash)
29 2007-02-23 [colin] 2.7.2cvs69
33 Fix crash when unsubscribing the currently
34 selected/opened folder
36 2007-02-23 [colin] 2.7.2cvs68
39 Fix bug that prevented colorization to
40 work without wrap quotation option
42 2007-02-23 [colin] 2.7.2cvs67
45 Fix refcounting, start and end completion who
46 behaved as if there couldn't be any other current
49 2007-02-23 [wwp] 2.7.2cvs66
53 Address completion fixes: fix addressbook_peek_folder_exists() in
54 which the algorithm was ridiculously over-obfuscated and broken.
55 Fix addrindex_load_completion() as well, to load addresses in
56 completion list with regards to what addressbook_peek_folder_exists()
59 2007-02-23 [wwp] 2.7.2cvs65
62 Add addresses to completion when they're non-empty (thanks to Colin).
64 2007-02-23 [paul] 2.7.2cvs64
66 * src/plugins/pgpcore/passphrase.c
69 2007-02-23 [colin] 2.7.2cvs63
71 * src/plugins/pgpcore/prefs_gpg.c
72 * src/plugins/pgpcore/prefs_gpg.h
73 * src/plugins/pgpcore/sgpgme.c
74 * src/plugins/pgpinline/pgpinline.c
75 * src/plugins/pgpmime/pgpmime.c
76 Try harder to respect user's choice wrt
77 gpg-agent even with gpg2, by unsetting
78 GPG_AGENT_INFO when necessary.
80 2007-02-22 [paul] 2.7.2cvs62
82 * src/plugins/pgpcore/sgpgme.c
83 * src/plugins/pgpcore/sgpgme.h
84 * src/plugins/pgpcore/passphrase.c
85 * src/plugins/pgpinline/pgpinline.c
86 * src/plugins/pgpmime/pgpmime.c
87 Fix a leak - gpgme_data_release_and_get_mem
88 leaks in recent gpgme. Workaround by using
91 2007-02-22 [paul] 2.7.2cvs61
93 * src/gtk/quicksearch.c
94 Abandon dynamic search when pressing
97 2007-02-21 [colin] 2.7.2cvs60
100 * src/plugins/pgpcore/passphrase.c
101 Fix little memory leaks
103 Fix false-positive leak at exit
104 * src/gtk/quicksearch.c
105 Fix potentially big leak in recursive
108 2007-02-21 [wwp] 2.7.2cvs59
111 Add missing newline to a debug message.
113 2007-02-20 [colin] 2.7.2cvs58
119 * src/pixmaps/mime_pgpsig.xpm
120 Add icon for application/pgp-signature
122 2007-02-20 [colin] 2.7.2cvs57
129 * src/pixmaps/mime_calendar.xpm
130 * src/pixmaps/mime_pdf.xpm
131 * src/pixmaps/mime_ps.xpm
132 Add icons for text/calendar, application/pdf
133 and application/postscript
135 2007-02-20 [colin] 2.7.2cvs56
138 * src/matcher_parser_parse.y
139 * src/matcher_parser_lex.l
140 Fix big memory leak in flex, and
143 2007-02-20 [wwp] 2.7.2cvs55
145 * src/matcher_parser_parse.y
146 Fix a duplicate token definition (thanks to iwkse).
148 2007-02-20 [wwp] 2.7.2cvs54
150 * src/matcher_parser_lex.l
151 * src/quote_fmt_lex.l
152 Use proper flex options instead of direct use of #define,
153 make the flex-generated C lighter.
155 2007-02-20 [colin] 2.7.2cvs53
158 Grab focus in message list after hiding
159 the quicksearch, instead of leaving it
162 2007-02-19 [colin] 2.7.2cvs52
165 Fix bug 1033, 'Automatically refresh
166 message list when new messages arrives'
167 Looks like folderview->opened can sometimes
170 2007-02-19 [paul] 2.7.2cvs51
174 * tools/thunderbird-filters-convertor.pl
175 add new script which converts thunderbird filter
176 rules to Claws filter rules
178 2007-02-18 [paul] 2.7.2cvs50
180 * src/plugins/pgpcore/prefs_gpg.c
181 * src/plugins/pgpcore/prefs_gpg.h
182 * src/plugins/pgpcore/sgpgme.c
183 * src/plugins/pgpinline/pgpinline.c
184 * src/plugins/pgpmime/pgpmime.c
185 improved GUI interoperability with gpg-agent
187 2007-02-18 [paul] 2.7.2cvs49
189 * src/prefs_account.c
190 Privacy options sensitivity fix
192 2007-02-17 [colin] 2.7.2cvs48
195 Reset icon to warning in the noticeview
197 2007-02-15 [colin] 2.7.2cvs47
200 Fix a manifestation of bug 1033 (summaryview failing
201 to update for new mails), which happens after editing
202 account preferences or preferences that cause a
205 2007-02-15 [colin] 2.7.2cvs46
208 Probably fix bug 1123, 'Segmentation
209 fault while opening address book'. I get
210 g_warnings if the saved paned position is
211 not greater than 0. Also, save position
212 when hiding the addressbook instead of
215 2007-02-14 [colin] 2.7.2cvs45
217 * src/plugins/pgpcore/prefs_gpg.c
218 * src/plugins/pgpcore/prefs_gpg.h
219 * src/plugins/pgpcore/sgpgme.c
220 * src/plugins/pgpinline/pgpinline.c
221 * src/plugins/pgpmime/pgpmime.c
222 Add an option "Use gpg-agent if available". Fixes
223 annoyances with distro-installed gpg-agent, when
224 no pinentry program is installed, and the user's
225 at a loss on why "decryption failed". Makes more
226 clear why passphrase isn't saved when gpg-agent is
227 used. Defaults to true, to avoid changing the
230 2007-02-14 [wwp] 2.7.2cvs44
232 * src/matcher_parser_parse.y
233 Fix missing line number reset (wrong line number might appear
234 when re-loading filtering rules if there's a parser error).
236 2007-02-13 [colin] 2.7.2cvs43
239 Don't encode ',' in URIs before passing it
240 to the browser command-line. It was probably
241 done at a time where commas in URIs made
242 mozilla -remote 'openurl(%s,new-window)'
245 2007-02-13 [wwp] 2.7.2cvs42
247 * src/prefs_matcher.c
248 * src/plugins/bogofilter/bogofilter_gtk.c
249 A bit of string factorization around "Select ..." buttons.
251 2007-02-11 [colin] 2.7.2cvs41
254 Make sure to escape the title
256 2007-02-11 [colin] 2.7.2cvs40
259 Recognize .utf8 locales as .UTF-8 ones
261 2007-02-11 [colin] 2.7.2cvs39
264 Fix code conversion when dragging a file
266 2007-02-09 [colin] 2.7.2cvs38
268 * src/plugins/clamav/clamav_plugin.c
269 Complete Paul's patch with conditional
270 compilation to avoid breaking compilation
271 on old Dapper and Edgy... Maybe other
274 2007-02-09 [paul] 2.7.2cvs37
276 * src/plugins/clamav/clamav_plugin.c
277 fix for the upstream changes in libclamav
279 2007-02-09 [paul] 2.7.2cvs36
285 fix "warn if there are queued messages" (on exit)
286 option, which only checked the first mailbox's
288 don't ask before emptying trash if there are no
289 messages in trash, also check and empty all trash
292 move "Ask before emptying trash" option
293 outside of the "On exit" frame as it's
294 not only an "On exit" option
296 2007-02-09 [paul] 2.7.2cvs35
301 * src/prefs_account.c
302 * src/prefs_folder_item.c
304 * src/prefs_matcher.c
305 * src/prefs_message.c
306 * src/prefs_msg_colors.c
307 * src/prefs_summaries.c
309 * src/gtk/inputdialog.c
310 * src/plugins/bogofilter/bogofilter_gtk.c
311 pedantic commit: use 'checkbtn' everywhere
312 instead of a mixture of 'checkbtn' and 'chkbtn'
314 2007-02-09 [paul] 2.7.2cvs34
320 move "Never send Return Receipts" from
321 prefs_other to prefs_send
322 add an option "Ask about account specific
323 filtering rules..." to prefs_other
325 fix a compiler warning
327 2007-02-08 [colin] 2.7.2cvs33
329 * src/plugins/pgpinline/pgpinline.c
330 Fix bug 1110, 'pgpmime fails to process
331 encapsulated openpgp mime (rfc 3156, 6.1
333 It was due to an interaction between PGP/Mime
334 and PGP/Inline plugin.
336 2007-02-08 [colin] 2.7.2cvs32
341 Fix bug 1117, 'fcntl locking code
342 does not work in mbox.c'
344 2007-02-08 [colin] 2.7.2cvs31
346 * src/prefs_account.c
347 Fix Gentoo bug 165819, 'can't create
348 a "local mbox file" account'. Patch
349 by Olivier <castan.o@free.fr>
351 2007-02-07 [colin] 2.7.2cvs30
354 Fix bug 1106, 'Claws crash on exit if LDAPS
355 autocompletion was used'
357 2007-02-07 [paul] 2.7.2cvs29
360 cut down on unnecessary debug_prints
362 fix menu_set_active() on 'Show only
365 2007-02-07 [paul] 2.7.2cvs28
367 * src/plugins/clamav/clamav_plugin.c
368 * src/plugins/clamav/clamav_plugin.h
369 * src/plugins/clamav/clamav_plugin_gtk.c
372 2007-02-07 [paul] 2.7.2cvs27
375 fix bug 1116, 'summary view allow a
378 2007-02-06 [colin] 2.7.2cvs26
383 2007-02-05 [fabien] 2.7.2cvs25
387 i18n related - 1 fix and 1 message for translators.
389 2007-02-05 [colin] 2.7.2cvs24
391 * src/gtk/quicksearch.c
392 Don't reload summary list if quicksearch wasn't
393 active on hiding; move currently selected mail in
394 the visible area when showing the quicksearch
396 2007-02-05 [colin] 2.7.2cvs23
399 Add debug to try to solve bug 1104
401 2007-02-05 [paul] 2.7.2cvs22
404 confirm before emptying trash on exit is
405 a Yes or No answer, use Yes or No in the
408 2007-02-04 [colin] 2.7.2cvs21
411 * src/plugins/pgpcore/passphrase.c
412 * src/plugins/pgpcore/select-keys.c
413 Set wmclass on new windows
419 2007-02-04 [colin] 2.7.2cvs20
423 Auto save drafts on exit, reopen them
424 at startup, instead of asking
428 * src/addressbook_foldersel.c
436 * src/editldap_basedn.c
449 * src/message_search.c
451 * src/prefs_actions.c
452 * src/prefs_customheader.c
453 * src/prefs_display_header.c
454 * src/prefs_filtering.c
455 * src/prefs_filtering_action.c
456 * src/prefs_folder_column.c
458 * src/prefs_matcher.c
460 * src/prefs_summaries.c
461 * src/prefs_summary_column.c
462 * src/prefs_template.c
465 * src/summary_search.c
468 * src/gtk/description_window.c
469 * src/gtk/foldersort.c
472 * src/gtk/icon_legend.c
473 * src/gtk/logwindow.c
474 * src/gtk/pluginwindow.c
475 * src/gtk/prefswindow.c
476 Give different wmclass to different
477 windows - thanks to sed ;)
479 2007-02-04 [colin] 2.7.2cvs19
482 Revert previous patch, can't reproduce
485 2007-02-03 [colin] 2.7.2cvs18
488 Don't save the mainwindow size and
489 position on emergency exit (libSM's
490 "die" callback), Xfce seems to make
491 the window smaller just before the
494 2007-02-03 [colin] 2.7.2cvs17
496 * src/plugins/bogofilter/bogofilter.c
497 * src/plugins/bogofilter/bogofilter.h
498 * src/plugins/bogofilter/bogofilter_gtk.c
499 * src/plugins/pgpinline/pgpinline.c
500 * src/plugins/pgpinline/pgpinline.h
503 2007-02-03 [colin] 2.7.2cvs16
505 * src/partial_download.c
506 * src/partial_download.h
513 * src/common/ssl_certificate.c
514 * src/common/ssl_certificate.h
515 * src/gtk/quicksearch.c
516 * src/gtk/quicksearch.h
517 * src/gtk/sslcertwindow.c
518 * src/gtk/sslcertwindow.h
519 Fix copyright on my files
521 2007-02-02 [colin] 2.7.2cvs15
531 Add Tools/List URIs to allow
532 opening any URI in the current mail
534 2007-02-02 [colin] 2.7.2cvs14
536 * src/common/valgrind.h ** NEW FILE **
537 * src/common/Makefile.am
538 * src/common/plugin.c
539 Don't dlclose the plugins if we're running
540 under valgrind. (doesn't require valgrind
541 either at compile time or run time).
543 2007-02-01 [paul] 2.7.2cvs13
547 * tools/freshmeat_search.pl
548 * tools/google_search.pl
549 * tools/multiwebsearch.pl
550 add support for non ISO-8859-1 compatible locales
551 Patch by Alex Gorbachenko <agent_007@immo.ru>
553 2007-02-01 [colin] 2.7.2cvs12
556 * src/prefs_summaries.c
557 Move keybinding prefs to the Other page
559 2007-02-01 [wwp] 2.7.2cvs11
561 * src/plugins/trayicon/trayicon.c
562 Fix a raising issue within KDE.
564 2007-02-01 [colin] 2.7.2cvs10
567 Fix stray quotes in encoded strings
569 Fix wrong call causing g_warnings
571 Remove useless message
573 2007-01-31 [wwp] 2.7.2cvs9
575 * src/plugins/trayicon/trayicon.c
576 fix buggy hiding of main window when closing if close-to-tray
577 is not set (bad logics in the trayicon hook code).
578 Changed the quit confirmation message too.
580 2007-01-30 [colin] 2.7.2cvs8
583 Fix hidden mainwindow after clicking on
584 the X close button, if compose windows
585 exist and the user chooses not to quit
587 2007-01-30 [colin] 2.7.2cvs7
591 Handle local URIs to attach files (file:///...)
592 Fixes attaching files from Thunar for example
594 2007-01-30 [colin] 2.7.2cvs6
596 * src/prefs_ext_prog.c
597 Add 'mousepad' to the list of text editors.
598 Mousepad is XFCE's text editor
600 2007-01-29 [wwp] 2.7.2cvs5
603 * src/plugins/trayicon/trayicon_prefs.c
604 trayicon i18n fixes, thanks to Fabien.
606 2007-01-28 [wwp] 2.7.2cvs4
610 * src/plugins/trayicon/trayicon.c
611 * src/plugins/trayicon/trayicon_prefs.c
612 * src/plugins/trayicon/trayicon_prefs.h
613 Added a new TrayIcon plugin option to close to tray
614 (WM's hotkey and [X] button will hide the window instead
615 of closing it - closing CM can be done using the tray icon
616 menu or the File menu).
617 Improved visibility handling in trayicon, clicking the
618 trayicon now raise the window to current desktop when it
619 was either minimized/shaded/on another desktop.
620 Thanks to Paul for testing and fixing a strange behaviour
623 2007-01-27 [paul] 2.7.2cvs3
625 * src/prefs_folder_item.c
626 * src/prefs_receive.c
627 * src/plugins/pgpcore/prefs_gpg.c
628 use 'start-up' instead of 'startup' in labels
630 2007-01-26 [wwp] 2.7.2cvs2
632 * src/plugins/trayicon/Makefile.am
633 * src/plugins/trayicon/trayicon.c
634 * src/plugins/trayicon/trayicon_prefs.c
635 * src/plugins/trayicon/trayicon_prefs.h
636 Add a new TrayIcon option to hide the main window at
638 Fix trayicon.c copyright header.
640 2007-01-26 [paul] 2.7.2cvs1
646 bump up version number following
649 2007-01-25 [mones] 2.7.1cvs60
652 updated thousands of strings (well, probably less ;-)
654 2007-01-25 [colin] 2.7.1cvs59
657 Fix 2nd-run loss of matcherrc on new
660 2007-01-25 [wwp] 2.7.1cvs58
663 fix handling of empty value in attach_save_directory too, thanks
666 2007-01-25 [wwp] 2.7.1cvs57
669 fix handling of empty value in attach_load_directory,
672 2007-01-25 [wwp] 2.7.1cvs56
674 * src/plugins/dillo_viewer/dillo_prefs.h
677 2007-01-25 [colin] 2.7.1cvs55
681 * src/matcher_parser_parse.y
682 * src/prefs_matcher.c
683 Add matching on the spam flag
685 2007-01-24 [colin] 2.7.1cvs54
690 Make sure folderlist.xml is correctly
691 written before overwriting it.
695 * src/plugins/bogofilter/bogofilter.c
696 * src/plugins/bogofilter/bogofilter.h
697 * src/plugins/bogofilter/bogofilter_gtk.c
698 * src/plugins/spamassassin/spamassassin.c
699 * src/plugins/spamassassin/spamassassin.h
700 * src/plugins/spamassassin/spamassassin_gtk.c
701 Move spam to the correct trash folder after
702 learning, if spam directory isn't set.
704 2007-01-23 [paul] 2.7.1cvs53
706 * src/plugins/bogofilter/bogofilter_gtk.c
707 fix sensitivity of "Insert X-Bogosity header"
710 2007-01-23 [colin] 2.7.1cvs52
713 Translate toolbar items text if
714 they're translatable (default)
728 * src/etpan/etpan-thread-manager.c
729 * src/etpan/etpan-thread-manager.h
732 More static functions
734 2007-01-22 [fabien] 2.7.1cvs51
737 gtkut_get_options_frame() : ability to pass
738 a 'NULL' value in frame pointer parameter if
741 2007-01-22 [colin] 2.7.1cvs50
745 * src/plugins/bogofilter/bogofilter.c
746 * src/plugins/bogofilter/bogofilter_gtk.c
747 * src/plugins/spamassassin/spamassassin.c
748 * src/plugins/spamassassin/spamassassin_gtk.c
749 Allow moving spams to the account's trash
750 instead of default one
752 2007-01-21 [colin] 2.7.1cvs49
756 Revert a static function that shouldn't
759 2007-01-21 [colin] 2.7.1cvs48
765 2007-01-21 [colin] 2.7.1cvs47
771 2007-01-21 [colin] 2.7.1cvs46
773 * src/common/socket.c
774 * src/common/socket.h
777 2007-01-21 [colin] 2.7.1cvs45
786 * src/folder_item_prefs.c
787 * src/folder_item_prefs.h
794 * src/common/socket.c
795 * src/common/socket.h
796 * src/gtk/gtkaspell.c
797 * src/gtk/gtkaspell.h
798 * src/gtk/quicksearch.c
799 * src/gtk/quicksearch.h
802 2007-01-21 [colin] 2.7.1cvs44
806 * src/etpan/etpan-thread-manager.c
807 * src/etpan/etpan-thread-manager.h
808 Same (Funny that etpan_thread_unbind
809 is called but not etpan_thread_bind)
811 2007-01-21 [colin] 2.7.1cvs43
819 * src/etpan/Makefile.am
820 * src/gtk/colorlabel.c
821 * src/gtk/colorlabel.h
822 * src/gtk/sslcertwindow.c
823 * src/gtk/sslcertwindow.h
824 * src/etpan/etpan-log.c ** REMOVED **
825 * src/etpan/etpan-log.h ** REMOVED **
828 2007-01-20 [colin] 2.7.1cvs42
834 2007-01-20 [colin] 2.7.1cvs41
852 Make functions that aren't used in other
855 2007-01-20 [colin] 2.7.1cvs40
870 * src/editldap_basedn.c
892 * src/prefs_account.c
894 * src/prefs_compose_writing.c
895 * src/prefs_ext_prog.c
896 * src/prefs_folder_item.c
898 * src/prefs_message.c
899 * src/prefs_msg_colors.c
902 * src/prefs_receive.c
904 * src/prefs_spelling.c
905 * src/prefs_summaries.c
906 * src/prefs_toolbar.c
907 * src/prefs_wrapping.c
918 * src/common/passcrypt.c
919 * src/common/socket.c
921 * src/common/ssl_certificate.c
922 * src/common/template.c
924 * src/etpan/imap-thread.c
925 * src/gtk/sslcertwindow.c
926 * src/gtk/sslcertwindow.h
927 Make functions that could be static, static
929 2007-01-20 [colin] 2.7.1cvs39
934 2007-01-20 [colin] 2.7.1cvs38
939 Fix bug 1102, 'claws-mail-2.7.1
940 makes use of deprecated ldap
943 2007-01-20 [colin] 2.7.1cvs37
948 * src/gtk/quicksearch.c
949 Add Wide message list layout
951 2007-01-19 [fabien] 2.7.1cvs36
954 make sure a font change is considered in links of
957 2007-01-19 [colin] 2.7.1cvs35
968 * src/gtk/quicksearch.c
969 * src/gtk/quicksearch.h
970 Drop 'Separate Folder tree' and 'Separate
971 Message View'. Put three layouts in place
974 2007-01-19 [paul] 2.7.1cvs34
976 * src/prefs_msg_colors.c
977 more use of Q_ for translators
979 2007-01-19 [paul] 2.7.1cvs33
982 * src/prefs_account.c
983 a few changes to the English
985 2007-01-19 [fabien] 2.7.1cvs32
988 factorize translatable string
990 2007-01-18 [colin] 2.7.1cvs31
993 Don't error out on --sync option. Although
994 we don't do anything with it, gtk+ handles
995 it, and it's useful for debugging X errors
997 2007-01-18 [fabien] 2.7.1cvs30
1000 ability to apply on the fly the recent added
1001 'gtk_can_change_accels' pref (no need to restart).
1003 2007-01-18 [fabien] 2.7.1cvs29
1005 * src/plugins/bogofilter/bogofilter_gtk.c
1006 * src/plugins/bogofilter/bogofilter.c
1007 * src/plugins/spamassassin/spamassassin_gtk.c
1009 * src/prefs_account.c
1010 factorize or rewrite some translatable strings.
1012 2007-01-18 [fabien] 2.7.1cvs28
1016 set a 4pix space between "Subject:" label and subject entry in
1019 2007-01-18 [wwp] 2.7.1cvs27
1022 fix conflicting address-copy/paste when focus is set
1023 to the embedded edit-person form.
1026 2007-01-18 [wwp] 2.7.1cvs26
1029 complete 2.7.1cvs23 (one more file was missing from that
1032 2007-01-18 [colin] 2.7.1cvs25
1035 Provide a way to migrate without backup
1036 Re-ask for migration on next start if
1037 it has been refused and wizard has been
1040 2007-01-18 [wwp] 2.7.1cvs24
1043 complete 2.7.1.cvs23 (file was missing from previous
1046 2007-01-18 [wwp] 2.7.1cvs23
1049 fix potential crashes in address book's focus_in/out signal handlers,
1050 force focus to the edit-person form when clicked the Edit menu entry or
1051 button (this only matters if the edit-person form is embedded to the
1052 AB window, in that case, focus is not set when browsing the contacts
1053 list w/ keys or mouse clicks).
1055 2007-01-18 [paul] 2.7.1cvs22
1058 add command line options:
1060 -q and --quit for --exit
1062 print "Unknown option" for unknown options
1064 2007-01-18 [paul] 2.7.1cvs21
1067 updated by Pavlo Bohmat
1069 2007-01-18 [paul] 2.7.1cvs20
1072 fix sensitivity issues of Mark as Spam/Ham
1074 2007-01-17 [fabien] 2.7.1cvs19
1077 * src/prefs_common.c
1078 * src/prefs_common.h
1080 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1081 control the corresponding gtk property. It could be used to lock
1082 all shortcuts (avoid to set one of them by inadvertency).
1084 2007-01-17 [colin] 2.7.1cvs18
1087 Fix bug 1100, 'Highlighted e-mail data not visible
1088 when color label applied.'. Use a weighted average
1089 between normal selected foreground color and color
1090 label instead of a simple one (3/1 instead 1/1).
1092 2007-01-17 [colin] 2.7.1cvs17
1095 Better fix for bug 1088, 'Ctrl-h produces repeatable
1096 crash' - don't prevent mail switching while loading
1098 2007-01-17 [colin] 2.7.1cvs16
1107 Manage recursive search of unsubscribed folders
1108 Rescan tree without checking for new messages
1109 after subscriptions changed
1111 2007-01-17 [paul] 2.7.1cvs15
1113 * src/prefs_common.c
1114 * src/gtk/pluginwindow.c
1115 fix bug 1101, '"Load plugin" button is
1116 accidentally hidden'
1117 unset (-1) initial width in prefs_common,
1118 fix overlapping buttons,
1121 2007-01-17 [paul] 2.7.1cvs14
1124 add #include <errno.h>, it's needed
1127 2007-01-17 [paul] 2.7.1cvs13
1130 * tools/make.themes.project
1131 rename .sylpheed_themeinfo to .claws_themeinfo
1133 * src/etpan/etpan-errors.h
1134 * src/etpan/etpan-log.c
1135 * src/etpan/etpan-log.h
1136 * src/etpan/etpan-thread-manager-types.h
1137 * src/etpan/etpan-thread-manager.c
1138 * src/etpan/etpan-thread-manager.h
1139 * src/etpan/imap-thread.c
1140 * src/etpan/imap-thread.h
1141 add copyright header
1143 2007-01-17 [colin] 2.7.1cvs12
1145 * src/plugins/pgpcore/select-keys.c
1146 * src/gtk/pluginwindow.c
1147 * src/prefs_account.c
1150 2007-01-16 [colin] 2.7.1cvs11
1155 Manage subscribing to subfolders when only
1156 subscribed folders are shown.
1158 2007-01-16 [colin] 2.7.1cvs10
1161 Fix annoying vscrollbar going back to top
1162 on Check for new folders
1164 2007-01-16 [colin] 2.7.1cvs9
1169 2007-01-16 [colin] 2.7.1cvs8
1172 Bigger buffer for errors
1176 * src/prefs_account.c
1177 * src/prefs_account.h
1179 * src/etpan/imap-thread.c
1180 * src/etpan/imap-thread.h
1181 * manual/handling.xml
1182 Add subscriptions management. What it changes:
1183 Creating a folder subscribes to it
1184 Deleting a folder unsubscribes it
1185 New contextual menu item allowing to switch between
1186 All folders and Subscribed folders, subscribe, and
1187 unsubscribe. "Creating" an existing but unsubscribed
1188 folder will subscribe it.
1189 By default for new accounts, only subscribed folders
1193 2007-01-16 [paul] 2.7.1cvs7
1196 Allow folder classes to specify only sort_key or
1197 sort_type instead of both or none.
1199 2007-01-16 [paul] 2.7.1cvs6
1206 Save and use errno for procmime_get_part
1208 2007-01-16 [colin] 2.7.1cvs5
1211 Never remove INBOX when scanning for
1212 new folders. It's a special folder
1215 2007-01-15 [colin] 2.7.1cvs4
1218 Fix 'Check for new folders' when IMAP subdirectory
1220 * src/etpan/imap-thread.c
1223 2007-01-15 [colin] 2.7.1cvs3
1225 * src/etpan/imap-thread.c
1226 Fix invalid free on command-connection
1229 2007-01-15 [wwp] 2.7.1cvs2
1231 * src/matcher_parser_lex.l
1232 * src/quote_fmt_lex.l
1233 * src/matcher_parser_parse.y
1234 fix copyright header in lexers and parsers.
1236 2007-01-15 [paul] 2.7.1cvs1
1242 bump up version number following
1245 2007-01-15 [paul] 2.7.0cvs31
1249 add Fabien to the Team list
1250 add the recent contributors
1251 make a few corrections
1253 2007-01-15 [paul] 2.7.0cvs30
1256 fix compiler warning
1257 * src/plugins/pgpcore/prefs_gpg.c
1258 * src/plugins/pgpcore/prefs_gpg.h
1260 fix copyright header
1262 2007-01-14 [colin] 2.7.0cvs29
1265 Use the 'gtk+' backend. Avoids gnome-vfs use,
1266 two benefits: faster to open, will fix strange
1267 dbus-related crash. Thanks to Pascal Terjan.
1269 2007-01-14 [colin] 2.7.0cvs28
1271 * src/etpan/imap-thread.c
1272 Delete the old imap just after allocating
1273 the new one. Makes sure we don't get the
1274 same pointer by sheer luck, which feels
1275 strange in the debug log.
1277 2007-01-14 [colin] 2.7.0cvs27
1279 * src/gtk/inputdialog.c
1280 Make sure we don't print passwords in
1281 clear text when in debug mode
1283 2007-01-14 [colin] 2.7.0cvs26
1285 * src/gtk/gtksctree.c
1286 Fix bug 1098, 'bogus last row display
1287 after expanding a thread'. Patch by
1288 Jindrich Makovicka <makovick@gmail.com>
1290 2007-01-14 [colin] 2.7.0cvs25
1292 * src/etpan/imap-thread.c
1293 Close socket manually before
1294 freeing the imap struct
1296 2007-01-14 [colin] 2.7.0cvs24
1298 * src/etpan/imap-thread.c
1299 Maybe fix new reconnection issues
1301 2007-01-13 [colin] 2.7.0cvs23
1304 Freeze/thaw on thread selection
1306 2007-01-13 [paul] 2.7.0cvs22
1311 add 'Edit/Delete thread'
1313 2007-01-13 [colin] 2.7.0cvs21
1315 * src/prefs_account.c
1316 * src/prefs_compose_writing.c
1317 * src/prefs_message.c
1318 * src/prefs_msg_colors.c
1320 * src/prefs_receive.c
1321 * src/prefs_spelling.c
1322 * src/prefs_summaries.c
1323 * src/prefs_themes.c
1324 * src/gtk/gtkutils.c
1325 * src/gtk/gtkutils.h
1326 * src/plugins/pgpcore/prefs_gpg.c
1327 * src/plugins/spamassassin/spamassassin_gtk.c
1328 Factorize gtk frame creation
1331 2007-01-13 [colin] 2.7.0cvs20
1333 * src/message_search.c
1334 * src/summary_search.c
1335 Fix Enter in search windows
1337 Fix body search starting at the
1338 end of the mail (and asking for loop)
1340 2007-01-13 [colin] 2.7.0cvs19
1342 * src/etpan/imap-thread.c
1343 Make sure we don't free the same imap
1346 2007-01-13 [colin] 2.7.0cvs18
1349 Allow multiple commitHelpers to
1352 2007-01-12 [colin] 2.7.0cvs17
1354 * src/etpan/imap-thread.c
1355 Make sure we get rid of the previous mailimap
1356 when connecting - just in case disconnect was
1359 2007-01-12 [paul] 2.7.0cvs16
1362 Strip S/MIME signatures when re-editing
1363 S/MIME signed messages.
1365 2007-01-12 [paul] 2.7.0cvs15
1372 no need to define CLAWS anymore, remove
1375 2007-01-12 [paul] 2.7.0cvs14
1378 check if the mail's signed as
1379 it can change the mail structure
1382 2007-01-12 [paul] 2.7.0cvs13
1385 fix Forwarding msgs with attachments
1386 that have dos line endings
1389 2007-01-12 [wwp] 2.7.0cvs12
1392 Revert accidentally committed extra version tag.
1394 2007-01-12 [wwp] 2.7.0cvs11
1396 * src/prefs_account.c
1397 Fix compilation w/o aspell (completes 2.7.0cvs7).
1399 2007-01-11 [colin] 2.7.0cvs10
1402 move g_warning to debug_print
1403 it scares people for no reason
1405 2007-01-11 [colin] 2.7.0cvs9
1408 Fix files to translate. Patch by
1411 2007-01-11 [paul] 2.7.0cvs8
1414 Fix recursion when server lists the
1415 current subfolder in the response
1417 Fix updating of icon_list/ctree
1418 * src/plugins/pgpcore/select-keys.c
1419 Fix a few annoyances when choosing
1420 keys for the CMS (S/MIME) protocol
1422 2007-01-11 [wwp] 2.7.0cvs7
1425 * src/prefs_account.c
1426 * src/prefs_account.h
1427 Add per-account spellcheck default dictionaries settings.
1429 2007-01-10 [colin] 2.7.0cvs6
1431 * src/prefs_folder_item.c
1432 Factorize strings - patch by Fabien
1434 2007-01-10 [colin] 2.7.0cvs5
1437 Fix bug 1095, 'Crash while changing folder
1438 columns during incorporation'
1440 2007-01-09 [colin] 2.7.0cvs4
1442 * src/gtk/pluginwindow.c
1443 Set the plugin window transient. Seems
1444 like some window managers hide it in
1445 the background after "load plugin"...
1447 2007-01-09 [colin] 2.7.0cvs3
1450 Use the same type for alloc and free
1452 2007-01-08 [paul] 2.7.0cvs2
1455 updated by Tim Dijkstra
1457 2007-01-08 [paul] 2.7.0cvs1
1459 * src/prefs_themes.c
1460 * src/common/utils.c
1463 2007-01-08 [paul] 2.7.0
1470 2007-01-08 [paul] 2.6.1cvs119
1472 * doc/man/claws-mail.1
1475 2007-01-08 [paul] 2.6.1cvs118
1477 * doc/man/claws-mail.1
1479 * manual/advanced.xml
1480 improved English usage
1482 2007-01-08 [paul] 2.6.1cvs117
1493 updated by Miquel Oliete, Stephan Sachse, me,
1494 Tommi Pirinen, Andrea Spadaccini, Frederico
1495 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1496 Urosevic, and Ralgh Young
1498 2007-01-07 [mones] 2.6.1cvs116
1500 * manual/es/advanced.xml
1502 Synced manual (unhide mark_as_read_delay)
1503 and updated translation for release
1505 2007-01-07 [paul] 2.6.1cvs115
1507 * src/prefs_matcher.c
1508 make the hbox content fit better under
1511 2007-01-07 [colin] 2.6.1cvs114
1514 Fix bug 1088, 'Ctrl-h produces repeatable
1517 2007-01-06 [colin] 2.6.1cvs113
1519 * src/etpan/imap-thread.c
1520 Add casts to int to get certs. Fixes
1521 bug 1064, 'crash @ etpan_certificate_check()
1522 when opening an IMAP folder', with latest
1523 libetpan CVS or >= 0.49
1528 * src/prefs_folder_item.c
1529 Grey out the "synchronise" menu items if
1530 there's nothing to synchronise.
1531 * src/plugins/pgpcore/sgpgme.c
1532 Make an error clearer than "Unknown error"
1534 2007-01-06 [colin] 2.6.1cvs112
1537 Don't try to show a message if updating
1538 Maybe fixes bug 1088, 'ctrl-h produces
1541 2007-01-06 [colin] 2.6.1cvs111
1544 Disable Control-Space (handle it as Space).
1546 2007-01-05 [paul] 2.6.1cvs110
1549 Fix bug 934, 'sylpheed claws 2.1
1550 doesn't show Exchanges Public Folders'
1551 Thanks to Hoa and Colin
1553 Refuse to allocate more than 2 MB for a
1554 single field, it's a good indication of
1557 2007-01-05 [colin] 2.6.1cvs109
1560 Allow --select'ing emails by Message-ID too
1562 2007-01-05 [colin] 2.6.1cvs108
1564 * src/common/quoted-printable.c
1567 2007-01-05 [colin] 2.6.1cvs107
1569 * src/common/quoted-printable.c
1570 Fix previous commit about bug 1089
1573 2007-01-05 [colin] 2.6.1cvs106
1575 * src/common/quoted-printable.c
1576 Fix my previous commit on bug 1089
1579 2007-01-04 [colin] 2.6.1cvs105
1581 * src/common/quoted-printable.c
1582 Fix bug 1089, 'NUL characters in Subject
1583 line are misinterpreted'. Not a pain to
1590 2007-01-04 [wwp] 2.6.1cvs104
1592 * src/image_viewer.c
1593 Force operator precedence (fix a compiler warning).
1595 2007-01-04 [colin] 2.6.1cvs103
1597 * src/image_viewer.c
1598 Be cautious there too (same fix as the one
1599 in textview from cvs33)
1601 Don't use any MimeViewer plugin when showing
1604 2007-01-03 [wwp] 2.6.1cvs102
1608 fixed "cent" sign (use the existing ASCII one),
1609 decode more HTML entities,
1610 converted table ASCII entries to UTF-8,
1611 moved a switch() into a hashtable.
1613 2007-01-03 [paul] 2.6.1cvs101
1619 When possible, use move_msg instead of
1620 copy_msg + remove_msg to move sent mail
1623 2007-01-03 [paul] 2.6.1cvs100
1626 add more html entity recognition:
1627 pounds, euros, and cents
1629 2007-01-03 [colin] 2.6.1cvs99
1632 Don't display an error on NOSELECT
1633 folders when synchronising
1635 2007-01-03 [paul] 2.6.1cvs98
1637 * tools/maildir2claws-mail.pl
1638 only substitute 'sent-mail' if it's
1639 the full directory name
1641 2007-01-03 [paul] 2.6.1cvs97
1644 * ChangeLog.pre2.0.0
1646 archive a chunk of ChangeLog in
1649 * doc/src/ChangeLog.claws-pre0.8.0
1650 remove ChangeLog.claws-pre0.8.0, adding
1651 its contents to ChangeLog.gtk1
1653 2007-01-03 [paul] 2.6.1cvs96
1674 * src/addressbook_foldersel.c
1675 * src/addressbook_foldersel.h
1696 * src/customheader.c
1697 * src/customheader.h
1698 * src/displayheader.c
1699 * src/displayheader.h
1710 * src/editldap_basedn.c
1711 * src/editldap_basedn.h
1728 * src/folder_item_prefs.c
1729 * src/folder_item_prefs.h
1736 * src/grouplistdialog.c
1737 * src/grouplistdialog.h
1741 * src/image_viewer.c
1742 * src/image_viewer.h
1778 * src/message_search.c
1779 * src/message_search.h
1796 * src/partial_download.c
1797 * src/partial_download.h
1802 * src/prefs_account.c
1803 * src/prefs_account.h
1804 * src/prefs_actions.c
1805 * src/prefs_actions.h
1806 * src/prefs_common.c
1807 * src/prefs_common.h
1808 * src/prefs_compose_writing.c
1809 * src/prefs_compose_writing.h
1810 * src/prefs_customheader.c
1811 * src/prefs_customheader.h
1812 * src/prefs_display_header.c
1813 * src/prefs_display_header.h
1814 * src/prefs_filtering.c
1815 * src/prefs_filtering.h
1816 * src/prefs_filtering_action.c
1817 * src/prefs_filtering_action.h
1818 * src/prefs_folder_column.c
1819 * src/prefs_folder_column.h
1820 * src/prefs_folder_item.c
1821 * src/prefs_folder_item.h
1826 * src/prefs_image_viewer.c
1827 * src/prefs_image_viewer.h
1828 * src/prefs_matcher.c
1829 * src/prefs_matcher.h
1830 * src/prefs_message.c
1831 * src/prefs_msg_colors.c
1832 * src/prefs_msg_colors.h
1835 * src/prefs_receive.c
1837 * src/prefs_spelling.c
1838 * src/prefs_spelling.h
1839 * src/prefs_summaries.c
1840 * src/prefs_summaries.h
1841 * src/prefs_summary_column.c
1842 * src/prefs_summary_column.h
1843 * src/prefs_template.c
1844 * src/prefs_template.h
1845 * src/prefs_themes.c
1846 * src/prefs_themes.h
1847 * src/prefs_toolbar.c
1848 * src/prefs_toolbar.h
1849 * src/prefs_wrapping.c
1850 * src/prefs_wrapping.h
1860 * src/quote_fmt_parse.y
1863 * src/remotefolder.c
1864 * src/remotefolder.h
1865 * src/send_message.c
1866 * src/send_message.h
1869 * src/sourcewindow.c
1870 * src/sourcewindow.h
1875 * src/stock_pixmap.c
1876 * src/stock_pixmap.h
1877 * src/summary_search.c
1878 * src/summary_search.h
1893 * src/common/base64.c
1894 * src/common/base64.h
1896 * src/common/hooks.c
1897 * src/common/hooks.h
1900 * src/common/mgutils.c
1901 * src/common/mgutils.h
1904 * src/common/passcrypt.c
1905 * src/common/passcrypt.h.in
1906 * src/common/plugin.c
1907 * src/common/plugin.h
1908 * src/common/prefs.c
1909 * src/common/prefs.h
1910 * src/common/progressindicator.c
1911 * src/common/progressindicator.h
1912 * src/common/quoted-printable.c
1913 * src/common/quoted-printable.h
1914 * src/common/session.c
1915 * src/common/session.h
1918 * src/common/socket.c
1919 * src/common/socket.h
1922 * src/common/ssl_certificate.c
1923 * src/common/ssl_certificate.h
1924 * src/common/stringtable.c
1925 * src/common/stringtable.h
1926 * src/common/template.c
1927 * src/common/template.h
1928 * src/common/timing.h
1929 * src/common/utils.c
1930 * src/common/utils.h
1931 * src/common/version.h.in
1934 * src/common/xmlprops.c
1935 * src/common/xmlprops.h
1937 * src/gtk/colorlabel.c
1938 * src/gtk/colorsel.c
1939 * src/gtk/colorsel.h
1940 * src/gtk/combobox.c
1941 * src/gtk/combobox.h
1942 * src/gtk/description_window.c
1943 * src/gtk/description_window.h
1946 * src/gtk/foldersort.c
1947 * src/gtk/foldersort.h
1948 * src/gtk/gtksctree.c
1949 * src/gtk/gtkutils.c
1950 * src/gtk/gtkutils.h
1951 * src/gtk/inputdialog.c
1952 * src/gtk/inputdialog.h
1953 * src/gtk/logwindow.c
1954 * src/gtk/logwindow.h
1955 * src/gtk/manage_window.c
1956 * src/gtk/manage_window.h
1959 * src/gtk/pluginwindow.c
1960 * src/gtk/pluginwindow.h
1961 * src/gtk/prefswindow.c
1962 * src/gtk/prefswindow.h
1963 * src/gtk/progressdialog.c
1964 * src/gtk/progressdialog.h
1965 * src/gtk/sslcertwindow.c
1966 * src/gtk/sslcertwindow.h
1967 * src/plugins/bogofilter/bogofilter.c
1968 * src/plugins/bogofilter/bogofilter.h
1969 * src/plugins/bogofilter/bogofilter_gtk.c
1970 * src/plugins/clamav/clamav_plugin.c
1971 * src/plugins/clamav/clamav_plugin.h
1972 * src/plugins/clamav/clamav_plugin_gtk.c
1973 * src/plugins/demo/demo.c
1974 * src/plugins/dillo_viewer/dillo_prefs.c
1975 * src/plugins/dillo_viewer/dillo_prefs.h
1976 * src/plugins/dillo_viewer/dillo_viewer.c
1977 * src/plugins/pgpcore/passphrase.c
1978 * src/plugins/pgpcore/passphrase.h
1979 * src/plugins/pgpcore/pgp_viewer.c
1980 * src/plugins/pgpcore/pgp_viewer.h
1981 * src/plugins/pgpcore/plugin.c
1982 * src/plugins/pgpcore/select-keys.c
1983 * src/plugins/pgpcore/select-keys.h
1984 * src/plugins/pgpcore/sgpgme.c
1985 * src/plugins/pgpcore/sgpgme.h
1986 * src/plugins/pgpinline/pgpinline.c
1987 * src/plugins/pgpinline/pgpinline.h
1988 * src/plugins/pgpinline/plugin.c
1989 * src/plugins/pgpmime/pgpmime.c
1990 * src/plugins/pgpmime/pgpmime.h
1991 * src/plugins/pgpmime/plugin.c
1992 * src/plugins/spamassassin/spamassassin.c
1993 * src/plugins/spamassassin/spamassassin.h
1994 * src/plugins/spamassassin/spamassassin_gtk.c
1995 * src/plugins/trayicon/trayicon.c
1996 it's 2007, update the year in the copyright headers
1998 2007-01-03 [paul] 2.6.1cvs95
2001 it is 2007, use it in the copyright string
2003 2007-01-03 [paul] 2.6.1cvs94
2006 html entity conversion:
2007 move ™ to a more suitable place
2008 add • and –
2009 make sure — and — are both
2012 2007-01-02 [colin] 2.6.1cvs93
2016 * src/common/plugin.c
2018 * src/etpan/imap-thread.c
2021 2006-12-31 [paul] 2.6.1cvs92
2023 * src/prefs_summaries.c
2024 use gtk_button_new_from_stock()
2026 2006-12-30 [colin] 2.6.1cvs91
2031 Don't update filtering and account paths
2032 when copying folders
2034 2006-12-30 [colin] 2.6.1cvs90
2036 * src/prefs_compose_writing.c
2038 * src/prefs_template.c
2039 Use message font for Writing and
2040 Quoting prefs, as well as Templates.
2042 2006-12-30 [colin] 2.6.1cvs89
2044 * src/prefs_summaries.c
2045 Rework GUI; patch by Pawel
2047 2006-12-29 [colin] 2.6.1cvs88
2049 * src/prefs_folder_item.c
2050 Fix bug 1085, 'Apply to subfolder
2051 doesn't work' - I was mistaken saying
2052 it worked in every case
2054 2006-12-28 [colin] 2.6.1cvs87
2056 * src/gtk/gtkaspell.c
2057 Don't assert if use_alternate is true
2058 and alt_dictionary isn't set -- this
2059 is what happens on upgrade! Rather,
2062 2006-12-28 [colin] 2.6.1cvs86
2065 Fix desktop/icon simplification
2067 2006-12-28 [colin] 2.6.1cvs85
2070 Make desktop and icon not
2071 dependant on the desktop
2073 2006-12-28 [wwp] 2.6.1cvs84
2075 * src/plugins/pgpmime/claws.def
2076 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2078 2006-12-28 [wwp] 2.6.1cvs83
2080 * src/prefs_folder_item.c
2081 Fix coloring of "simplify subject regexp" (folder prefs),
2082 which might be left to red whereas the regexp gets empty.
2084 2006-12-28 [wwp] 2.6.1cvs82
2086 * src/prefs_common.c
2087 * src/prefs_common.h
2090 Save addressbook mainwindow's horizontal and vertical splitter position.
2092 2006-12-27 [wwp] 2.6.1cvs81
2094 * src/gtk/gtkaspell.c
2095 * src/gtk/gtkaspell.h
2097 Fix assignment of compose's default and alternate dictionary from
2098 account or folder settings. Now gtkaspell_change_dict does rotate
2099 dicts only when it's called from a menu cb.
2101 2006-12-27 [wwp] 2.6.1cvs80
2103 * src/folder_item_prefs.c
2104 Fix randomly initialized default-alt-dictionary (folder prefs),
2105 complete 2.6.1cvs72.
2107 2006-12-27 [paul] 2.6.1cvs79
2111 Add Copy folder in the folder's contextual
2114 2006-12-27 [wwp] 2.6.1cvs78
2117 Clean up session locking, thanks to Colin.
2119 2006-12-26 [colin] 2.6.1cvs77
2122 Revert previous patch
2124 2006-12-26 [colin] 2.6.1cvs76
2130 * src/etpan/imap-thread.c
2131 Fix previous commit warnings
2132 Make statusbar update every second if total < 20
2133 Make IMAP APPEND faster by simplifying log
2135 2006-12-26 [colin] 2.6.1cvs75
2143 Make it possible to copy folders accross
2144 mailboxes (this was an arbitrary limitation).
2145 Still make it impossible to move folders
2148 2006-12-26 [colin] 2.6.1cvs74
2150 * src/etpan/imap-thread.c
2151 Fix bug 1081, 'claws-mail
2152 segfaults when going offline
2153 while it transfers mails via
2156 2006-12-26 [colin] 2.6.1cvs73
2158 * src/folder_item_prefs.c
2159 Don't forget alt dictionary when
2160 renaming/moving folders
2162 2006-12-26 [wwp] 2.6.1cvs72
2164 * src/folder_item_prefs.c
2165 Add missing defaults for per-folder alt dict
2166 (forgotten in 2.6.1cvs61).
2168 2006-12-26 [colin] 2.6.1cvs71
2171 Add tooltip to state that specifying
2172 full path to mailbox is possible
2174 2006-12-26 [wwp] 2.6.1cvs70
2176 * src/partial_download.c
2177 * src/gtk/gtkvscrollbutton.c
2178 * src/plugins/pgpinline/plugin.c
2179 Fix for few compiler warnings that matter.
2181 2006-12-25 [colin] 2.6.1cvs69
2183 * src/partial_download.c
2184 Fix marking for download or deletion
2185 when the header isn't the first
2186 * src/gtk/logwindow.c
2187 Fix start of scrolling
2189 2006-12-23 [paul] 2.6.1cvs68
2192 change last commit to use the 'academic'
2193 method instead. Thanks to wwp
2195 2006-12-23 [paul] 2.6.1cvs67
2198 don't warn about empty subject when
2201 2006-12-22 [colin] 2.6.1cvs66
2203 * src/summary_search.c
2206 2006-12-22 [colin] 2.6.1cvs65
2208 * src/gtk/gtkutils.c
2211 * src/summary_search.c
2218 2006-12-22 [colin] 2.6.1cvs64
2222 Add a combo to the learn spam button
2223 * src/plugins/bogofilter/bogofilter.c
2224 * src/plugins/bogofilter/bogofilter_gtk.c
2225 * src/plugins/bogofilter/bogofilter.h
2226 Allow to store Unsure mails in a specific
2227 folder to make better teaching easier
2229 2006-12-21 [wwp] 2.6.1cvs63
2232 * src/prefs_common.c
2233 * src/prefs_common.h
2234 * src/prefs_spelling.c
2235 * src/gtk/gtkaspell.c
2236 * src/gtk/gtkaspell.h
2237 Allow spell-checking using both current and alternate dictionaries
2240 2006-12-21 [wwp] 2.6.1cvs62
2242 * src/gtk/gtkaspell.c
2243 Apply recheck_when_changing_dict (highlight all mispelled words)
2244 when switching to alternate dictionary.
2246 2006-12-21 [wwp] 2.6.1cvs61
2249 * src/folder_item_prefs.h
2250 * src/prefs_common.c
2251 * src/prefs_common.h
2252 * src/prefs_folder_item.c
2253 * src/prefs_spelling.c
2254 * src/gtk/gtkaspell.c
2255 * src/gtk/gtkaspell.h
2256 Add global and per-folder prefs to set the default
2257 alternate dictionary.
2259 2006-12-21 [colin] 2.6.1cvs60
2262 Look for folders by path in all folders
2266 2006-12-20 [colin] 2.6.1cvs59
2268 * src/gtk/quicksearch.c
2269 Make sure in_typing is false when clearing
2271 2006-12-20 [wwp] 2.6.1cvs58
2274 change manual's target dir to be LFH-compliant (thanks to Colin).
2276 2006-12-20 [wwp] 2.6.1cvs57
2278 * src/prefs_common.c
2279 * src/prefs_summaries.c
2280 i18n fix and factorize patch, thanks to Fabien.
2282 2006-12-20 [paul] 2.6.1cvs56
2285 last of the renaming (??)
2287 correct --help info of --status-full
2288 * src/plugins/bogofilter/bogofilter.c
2289 make FALSE default of whitelist_ab
2291 2006-12-19 [colin] 2.6.1cvs55
2294 Same as before, without depending on
2297 2006-12-19 [colin] 2.6.1cvs54
2300 Fix bug 1059, 'Better jpilot charset
2301 handling'. Use libpisync's charset conversion
2304 2006-12-19 [colin] 2.6.1cvs53
2309 2006-12-19 [wwp] 2.6.1cvs52
2312 Add missing #include (thanks to Colin).
2314 2006-12-19 [wwp] 2.6.1cvs51
2316 * src/prefs_receive.c
2317 Better spacing between widgets in prefs.
2319 2006-12-18 [colin] 2.6.1cvs50
2322 Fix failure to get separator on LIST "" ""
2323 Try LIST "" "INBOX" too.
2325 2006-12-18 [wwp] 2.6.1cvs49
2327 * src/common/session.c
2328 Fix a compiler warning (thanks to Fabien).
2330 2006-12-18 [wwp] 2.6.1cvs48
2334 Factorize some strings for translation (it's about error
2335 messages when applying or checking template/quote format).
2337 2006-12-18 [colin] 2.6.1cvs47
2341 * src/gtk/Makefile.am
2343 Add a Release notes tab from the contents of
2344 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2346 2006-12-17 [colin] 2.6.1cvs46
2351 Correctly convert from/to UTF8/filename encoding
2352 when loading and saving files. Probably fixes
2353 bug 1068, 'Claws-Mail uses 100% CPU when looking
2354 for a file to attach and is blocked...'
2356 2006-12-17 [colin] 2.6.1cvs45
2358 * src/gtk/logwindow.c
2359 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
2360 IMAP folder and is blocked on main thread':
2361 make sure we put utf8 in the log.
2363 2006-12-16 [colin] 2.6.1cvs44
2367 Fix bug 1055, 'Add the 'cancel receive'
2368 in the available events for the toolbar buttons'
2370 2006-12-16 [colin] 2.6.1cvs43
2375 * src/common/session.c
2376 Log error when SSL handshakes fail.
2377 Fixes bug 1082, 'incorrect / imprecise
2378 error message when imap server provides
2379 ssl only through STARTTLS but SSL is
2382 2006-12-15 [wwp] 2.6.1cvs42
2384 * src/plugins/bogofilter/bogofilter_gtk.c
2385 set proper sensitivity to widgets I've recently added.
2391 2006-12-15 [wwp] 2.6.1cvs41
2393 * src/plugins/bogofilter/bogofilter.c
2394 * src/plugins/bogofilter/bogofilter.h
2395 * src/plugins/bogofilter/bogofilter_gtk.c
2396 bogofilter's whitelist can now use a subset of
2397 the addressbook (either a book, a subfolder of a book,
2398 or the whole addressbook by using "Any"). Re-used there
2399 some pref_matcher widgets and mechanisms to match a subset
2402 2006-12-15 [wwp] 2.6.1cvs40
2405 * src/common/plugin.c
2406 * src/common/plugin.h
2408 * src/plugins/bogofilter/bogofilter.c
2409 * src/plugins/clamav/clamav_plugin.c
2410 * src/plugins/demo/demo.c
2411 * src/plugins/dillo_viewer/dillo_viewer.c
2412 * src/plugins/pgpcore/plugin.c
2413 * src/plugins/pgpinline/plugin.c
2414 * src/plugins/pgpmime/plugin.c
2415 * src/plugins/spamassassin/spamassassin.c
2416 * src/plugins/trayicon/trayicon.c
2417 factorize some translatable strings (plugins-related),
2418 fix missing punctuation in several places,
2419 remove useless translatable \n in about.c,
2420 and factorize plugin init code w/ a new function
2421 check_plugin_version() in common/plugin.c.
2422 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2424 2006-12-15 [wwp] 2.6.1cvs39
2426 * src/plugins/bogofilter/bogofilter.c
2427 * src/plugins/bogofilter/bogofilter_gtk.c
2428 flag whitelisted spams as spam, but don't filter it to the spam
2429 folder. Thanks to Colin.
2431 2006-12-15 [ticho] 2.6.1cvs38
2433 * src/plugins/bogofilter/bogofilter.c
2434 * src/plugins/bogofilter/bogofilter.h
2435 * src/plugins/bogofilter/bogofilter_gtk.c
2436 Add option to whitelist senders found in addressbook. Patch by colin.
2438 2006-12-15 [paul] 2.6.1cvs37
2441 add missing #include "log.h"
2443 2006-12-15 [paul] 2.6.1cvs36
2445 * src/plugins/bogofilter/bogofilter.c
2446 * src/plugins/bogofilter/bogofilter.h
2447 * src/plugins/bogofilter/bogofilter_gtk.c
2448 Add an option to allow inserting an
2449 X-Claws-Bogosity header (on MH folders
2450 only). Patch by Colin
2452 2006-12-14 [colin] 2.6.1cvs35
2455 "Yes" should be the default choice for
2456 migration configuration
2458 2006-12-14 [paul] 2.6.1cvs34
2460 * src/prefs_summaries.c
2461 * manual/advanced.xml
2462 Unhide mark_as_read_delay
2464 2006-12-14 [paul] 2.6.1cvs33
2473 Fix printing of selection
2474 Fix printing of message parts
2475 Fix printing of images
2476 * src/gtk/gtksourceprintjob.c
2477 Fix page count when there are images
2479 2006-12-14 [wwp] 2.6.1cvs32
2484 * src/gtk/quicksearch.c
2485 fix quicksearch 'magnify' button status when QS is closed
2486 using the Escape key, thanks to Colin.
2488 2006-12-14 [wwp] 2.6.1cvs31
2493 * src/gtk/quicksearch.c
2494 fix quicksearch 'magnify' button status when QS is closed
2495 using the Escape key, thanks to Colin.
2497 2006-12-13 [colin] 2.6.1cvs30
2501 Use the binary safe version of ldap_get_values,
2502 to make sure we manipulate null-terminated
2503 strings. Maybe fixes bug 1075, 'claws mail
2504 segfault when completing ldap adresses'
2505 * src/syldap.c ** REMOVED **
2506 * src/syldap.h ** REMOVED **
2509 2006-12-13 [mones] 2.6.1cvs29
2512 Fixed piped strings, fixed click translation
2514 2006-12-13 [paul] 2.6.1cvs28
2517 don't translate these strings
2519 2006-12-13 [paul] 2.6.1cvs27
2524 2006-12-13 [colin] 2.6.1cvs26
2528 Add claws_is_starting()
2530 2006-12-13 [mones] 2.6.1cvs25
2532 * manual/es/advanced.xml
2534 Synced manual and updated translation
2536 2006-12-12 [colin] 2.6.1cvs24
2539 Add an option to use STARTTLS in the
2540 welcome wizard. Fixes bug 1080,
2541 'Using SSL option in wizard for incoming
2542 server does not activate SSL with STARTTLS'
2544 2006-12-12 [colin] 2.6.1cvs23
2547 Don't exit when there's an incomplete
2548 mailbox configured - leaves a chance
2549 to fix a failing IMAP account. Exit
2550 if no mailbox at all is loaded (case
2552 Completes bug 1077's fix (I was wrong
2553 in this bug's comment #3).
2555 2006-12-12 [colin] 2.6.1cvs22
2558 Add another menu data type
2559 * src/prefs_account.c
2560 Complete the completion of bug 1076
2561 (doesn't lose the pref on apply)
2563 2006-12-12 [paul] 2.6.1cvs21
2565 * src/prefs_account.c
2566 complete the fix of bug 1076
2567 also be more verbose with the text
2569 2006-12-12 [paul] 2.6.1cvs20
2571 * src/gtk/combobox.c
2572 fix compilation warning
2574 2006-12-11 [colin] 2.6.1cvs19
2577 Document :port in server entry tooltips
2579 2006-12-11 [colin] 2.6.1cvs18
2584 2006-12-11 [colin] 2.6.1cvs17
2587 Add failing IMAP as a reason for no
2590 2006-12-11 [colin] 2.6.1cvs16
2592 * src/prefs_account.c
2593 Check for existence of inbox for local
2596 Allow setting the port to use for servers
2597 by using the usual "server.example.com:port"
2598 syntax. Fixes bug 1077, 'sylpheed-claws does
2599 not start when IMAP server is unavailable'
2601 2006-12-11 [colin] 2.6.1cvs15
2603 * src/prefs_account.c
2604 Prevent use of non-existing default inbox
2606 2006-12-11 [colin] 2.6.1cvs14
2608 * src/prefs_account.c
2609 Fix sensitivity. Fixes bug 1076, 'privacy
2610 options are displayed even when pgp plugin
2611 not loaded / available'
2613 2006-12-09 [colin] 2.6.1cvs13
2615 * manual/advanced.xml
2616 * src/prefs_common.c
2617 * src/prefs_common.h
2618 * src/common/ssl_certificate.c
2619 Add a new hidden preference, 'unsafe_ssl_certs',
2620 which allows to store multiple certificates per
2621 server/port. This is disabled by default because
2622 it's less secure (presenting a new certificate
2623 instead of a changed one raises less alarms).
2624 This will cause Claws to ask about an unknown
2625 certificate for people who have used 2.6.1cvs8
2628 2006-12-09 [colin] 2.6.1cvs12
2631 Fix cache updating after action
2633 2006-12-07 [wwp] 2.6.1cvs11
2636 fix email address comparison when replying to all
2637 (avoid replying to ourselves), thanks to Colin.
2639 2006-12-06 [paul] 2.6.1cvs10
2646 * src/common/utils.c
2647 ...and more renaming
2650 2006-12-06 [paul] 2.6.1cvs9
2661 2006-12-06 [colin] 2.6.1cvs8
2664 * src/common/ssl_certificate.c
2665 * src/common/ssl_certificate.h
2666 Handle multiple certificates per host/port
2668 2006-12-06 [colin] 2.6.1cvs7
2670 * src/etpan/imap-thread.c
2671 Fix certificate checking on IMAP
2673 2006-12-06 [colin] 2.6.1cvs6
2676 Fix bug 1072, 'Claws stops fetching newsgroups
2677 from server when newsgroup got deleted': continue
2678 checking other groups
2680 2006-12-05 [wwp] 2.6.1cvs5
2682 * src/message_search.c
2683 * src/summary_search.c
2684 * src/gtk/combobox.c
2685 * src/gtk/combobox.h
2686 * src/gtk/gtkutils.c
2687 * src/gtk/gtkutils.h
2688 make up and down arrow keys in modern gtk_combo_box_entry widgets
2689 behave like w/ old comboboxes (summary and message search only).
2691 2006-12-05 [paul] 2.6.1cvs4
2697 2006-12-05 [paul] 2.6.1cvs3
2700 * tools/textviewer.pl
2701 script updated and description added
2703 2006-12-04 [colin] 2.6.1cvs2
2706 Run pre-send hook only when checking
2709 2006-12-04 [paul] 2.6.1cvs1
2716 bump up version number following stable release
2718 2006-12-04 [paul] 2.6.0cvs83
2721 updates and corrections
2723 2006-12-04 [colin] 2.6.0cvs82
2725 * src/common/utils.c
2726 Probably fix bug 1066, 'Incorrect mailbox
2729 2006-12-04 [colin] 2.6.0cvs81
2731 * src/common/utils.c
2732 Trim tabs from mailcap file too.
2734 2006-12-02 [paul] 2.6.0cvs80
2737 fix broken GUI under certain languages
2739 put the Cancel button to the right
2741 2006-12-01 [paul] 2.6.0cvs79
2744 remove reference to removed file
2746 2006-12-01 [wwp] 2.6.0cvs78
2750 remove forgotten debug statements.
2752 2006-12-01 [wwp] 2.6.0cvs77
2754 * manual/advanced.xml
2755 * manual/fr/advanced.xml
2761 * src/prefs_common.c
2762 * src/prefs_common.h
2763 * src/gtk/gtkutils.c
2764 * src/gtk/gtkutils.h
2765 add a hidden option to allow embedding the editaddress (edit contact details)
2766 dialog into the addressbook's window. This doesn't change the default
2769 2006-12-01 [wwp] 2.6.0cvs76
2771 * src/message_search.c
2772 * src/summary_search.c
2773 fix more focus issues (don't set focus to combobox's entry widget when
2774 entry's value changed, if entry widget has focus already).
2776 2006-12-01 [wwp] 2.6.0cvs75
2778 * src/gtk/quicksearch.c
2779 revert last changes to the quicksearch gtk_combo_box, this needs more
2782 2006-12-01 [paul] 2.6.0cvs74
2784 * tools/kdeservicemenu/README
2785 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2786 * tools/kdeservicemenu/install.sh
2787 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2788 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2789 simplify this stuff, and in so doing,
2790 fix it. (possibly re-extend it again at
2793 2006-12-01 [wwp] 2.6.0cvs73
2795 * src/gtk/quicksearch.c
2796 adapt quicksearch code to use modern gtk_combo_box'es.
2798 2006-12-01 [wwp] 2.6.0cvs72
2801 * src/prefs_common.c
2802 * src/prefs_common.h
2803 * src/message_search.c
2804 * src/summary_search.c
2805 * src/gtk/combobox.c
2806 * src/gtk/combobox.h
2807 add history combos to all message and summary search fields.
2809 2006-12-01 [wwp] 2.6.0cvs71
2812 As the list may change while the mark as read delay
2813 runs, we can't rely on the 'row' pointer, which can
2814 be invalid when the timeout is called. As the mark
2815 as read is only done if the message is still selected,
2816 use summaryview->selected instead. Thanks to Colin.
2818 2006-11-30 [paul] 2.6.0cvs70
2821 give emphasis to "Sylpheed-Claws"
2822 as well as "Claws Mail"
2824 2006-11-30 [colin] 2.6.0cvs69
2827 Put the SSL checkboxes in the receiving
2828 and sending server pages.
2830 2006-11-29 [colin] 2.6.0cvs68
2832 * src/gtk/gtkutils.c
2833 * src/gtk/gtkvscrollbutton.c
2834 Revert some deprecated fixes - they seem to
2835 deprecate stuff as soon as a new one gets out.
2836 g_object_ref_sink needed glib-2.10.
2838 2006-11-29 [colin] 2.6.0cvs67
2840 * src/common/utils.c
2841 Create .mailcap if it doesn't exist
2843 2006-11-29 [colin] 2.6.0cvs66
2846 Followup to cvs60: use original list
2847 of recipients if replying to a mail
2848 in Sent Drafts or Queue.
2850 2006-11-27 [paul] 2.6.0cvs65
2852 * src/image_viewer.c
2853 revert the last change for now (it's broken)
2855 2006-11-27 [paul] 2.6.0cvs64
2859 * m4/aclocal-include.m4
2876 * src/common/Makefile.am
2877 * src/common/claws.c
2878 * src/common/claws.h
2880 * src/common/sylpheed.c
2881 * src/common/sylpheed.h
2882 * src/etpan/Makefile.am
2883 * src/gtk/Makefile.am
2884 * src/gtk/claws-marshal.list
2886 * src/gtk/gtksctree.c
2887 * src/gtk/quicksearch.c
2888 * src/gtk/sylpheed-marshal.list
2889 * src/plugins/bogofilter/bogofilter.c
2890 * src/plugins/bogofilter/bogofilter_gtk.c
2891 * src/plugins/clamav/clamav_plugin.c
2892 * src/plugins/clamav/clamav_plugin_gtk.c
2893 * src/plugins/demo/demo.c
2894 * src/plugins/dillo_viewer/dillo_viewer.c
2895 * src/plugins/pgpcore/Makefile.am
2896 * src/plugins/pgpcore/claws.def
2897 * src/plugins/pgpcore/pgp_viewer.c
2898 * src/plugins/pgpcore/plugin.c
2899 * src/plugins/pgpcore/sylpheed.def
2900 * src/plugins/pgpinline/Makefile.am
2901 * src/plugins/pgpinline/claws.def
2902 * src/plugins/pgpinline/plugin.c
2903 * src/plugins/pgpinline/sylpheed.def
2904 * src/plugins/pgpmime/Makefile.am
2905 * src/plugins/pgpmime/claws.def
2906 * src/plugins/pgpmime/plugin.c
2907 * src/plugins/pgpmime/sylpheed.def
2908 * src/plugins/spamassassin/spamassassin.c
2909 * src/plugins/spamassassin/spamassassin_gtk.c
2910 * src/plugins/trayicon/trayicon.c
2912 remove deprecated gtk_tooltips_set_delay()
2914 2006-11-26 [paul] 2.6.0cvs63
2918 * src/image_viewer.c
2920 * src/gtk/gtkutils.c
2921 * src/gtk/gtkvscrollbutton.c
2922 * src/gtk/prefswindow.c
2923 * src/plugins/pgpcore/prefs_gpg.c
2924 replace more deprecated GTK+ functions
2926 2006-11-26 [paul] 2.6.0cvs62
2931 replace deprecated gtk_idle_... functions
2933 2006-11-26 [paul] 2.6.0cvs61
2939 * src/gtk/gtkvscrollbutton.c
2940 * src/gtk/quicksearch.c
2941 * src/plugins/pgpcore/passphrase.c
2942 replace deprecated gtk_timeout_add and
2945 2006-11-26 [paul] 2.6.0cvs60
2948 fix bug that caused the wrong recipient
2949 to be selected when replying to a msg
2950 which is From one of our accounts to
2951 another of our accounts
2953 2006-11-25 [paul] 2.6.0cvs59
2956 don't change the From column title to
2957 To if the To column is visible
2959 2006-11-24 [paul] 2.6.0cvs58
2962 fix bug 1069, 'Sent mails disappear, BCC
2963 or locking problem?'
2965 2006-11-21 [wwp] 2.6.0cvs57
2968 fix spelling menu when replying (same as 2.3.1cvs39):
2969 discrepancy between context menu and top menu when
2970 folder's dictionary isn't the default one.
2972 2006-11-19 [paul] 2.6.0cvs56
2975 obey always_show_msg option when
2977 * src/plugins/bogofilter/bogofilter.c
2980 2006-11-18 [paul] 2.6.0cvs55
2990 * src/gtk/icon_legend.c
2991 * src/gtk/icon_legend.h
2992 * tools/OOo2claws-mail.pl
2994 * tools/acroread2claws-mail.pl
2995 * tools/claws.i18n.status.pl
2996 * tools/filter_conv.pl
2997 * tools/filter_conv_new.pl
2998 * tools/freshmeat_search.pl
2999 * tools/google_search.pl
3000 * tools/kmail2claws-mail.pl
3001 * tools/kmail2claws-mail_v2.pl
3002 * tools/maildir2claws-mail.pl
3003 * tools/make.themes.project
3004 * tools/multiwebsearch.pl
3005 * tools/outlook2claws-mail.pl
3006 * tools/tb2claws-mail
3007 * tools/kdeservicemenu/README
3008 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3009 update mine and wwp's email addresses in
3012 * src/prefs_compose_writing.c
3013 set sensitivity on 'new message format' frame
3015 2006-11-17 [paul] 2.6.0cvs54
3018 more reworking of the GUI
3019 Patch by Fabien Vantard
3021 2006-11-16 [paul] 2.6.0cvs53
3024 set a minimum size for the window, allow
3025 it to automatically expand as necessary
3027 2006-11-16 [wwp] 2.6.0cvs52
3030 better wrap of copyright info on some systems.
3032 2006-11-16 [paul] 2.6.0cvs51
3035 move the tech info from the upper panel
3037 use a gtk_text_view for the features tab
3039 2006-11-16 [paul] 2.6.0cvs50
3042 update my email address
3049 * src/plugins/trayicon/trayicon.c
3050 don't offer simple menu separators
3053 add separator between 'mark all read'
3056 2006-11-15 [wwp] 2.6.0cvs49
3059 updated manuals authors.
3061 2006-11-14 [paul] 2.6.0cvs48
3064 Fix Options/Reply mode after draft save
3066 2006-11-14 [paul] 2.6.0cvs47
3069 Fix make DESTDIR=...
3072 * src/plugins/pgpinline/pgpinline.c
3073 Probably fix bug 1061
3075 2006-11-14 [paul] 2.6.0cvs46
3080 * src/stock_pixmap.c
3081 * src/stock_pixmap.h
3083 * src/pixmaps/active.xpm
3084 * src/pixmaps/inactive.xpm
3085 add a new page, 'Features', to the About dialog
3086 showing which features are compiled in and which
3089 2006-11-14 [paul] 2.6.0cvs45
3092 updated by Pavlo Bohmat
3094 2006-11-14 [colin] 2.6.0cvs44
3102 * src/gtk/gtkaspell.c
3103 Fix 64-bit-related warnings
3105 Fix possible infinite loop
3106 * src/plugins/pgpcore/sgpgme.c
3107 Remove useless check
3109 2006-11-13 [colin] 2.6.0cvs43
3111 * src/gtk/Makefile.am
3112 authors.h isn't generated
3114 2006-11-13 [colin] 2.6.0cvs42
3116 * src/plugins/pgpinline/pgpinline.c
3117 * src/plugins/pgpmime/pgpmime.c
3118 Very probably fix bug 1061, 'crash on
3119 opening signed email'. Another cast
3122 2006-11-13 [colin] 2.6.0cvs41
3124 * src/plugins/pgpcore/sgpgme.c
3125 Maybe fix bug 1061, 'crash on opening
3128 2006-11-13 [wwp] 2.6.0cvs40
3130 * src/plugins/pgpinline/pgpinline.c
3131 fix candidate for bug #1057, thanks to Colin.
3133 2006-11-13 [wwp] 2.6.0cvs39
3136 * src/quote_fmt_parse.y
3137 fix bug 1052: current parser buffer was not always
3138 allocated, ptr to this buffer could be returned as
3139 NULL whereas no parser error has occurred. in
3140 consequence, defining a template body as "%d"
3141 (w/o the quotes) for the first time of the instance
3142 of claws-mail, was reporting a parser error. make
3143 sure that the buffer is always allocated, even to
3145 fix mis-unescaping in compose.:compose_quote_fmt():
3146 unescaping of the fmt string was always done
3147 whereas it must be done *only* when receiving
3148 quote format strings issued from the prefs
3149 (compose new message, reply, forward, redirect
3150 formats), *not* when applying templates. in
3151 consequences, applying templates w/ sequences
3152 like \\|p{echo} were failing. make sure that
3153 unescaping is done only when necessary.
3155 2006-11-12 [colin] 2.6.0cvs38
3160 2006-11-12 [colin] 2.6.0cvs37
3162 * src/plugins/pgpinline/pgpinline.c
3163 * src/plugins/pgpmime/pgpmime.c
3164 Release GPG context at the latest
3165 possible moment. Maybe fixes
3166 bug 1057, 'crash on sending signed
3167 message to a newsgroup'
3170 2006-11-12 [colin] 2.6.0cvs36
3172 * src/plugins/pgpcore/sgpgme.c
3173 Tell a bit more when gpg's status doesn't
3174 contain any signature
3176 2006-11-12 [colin] 2.6.0cvs35
3179 Fix bug 1060, 'compilation error with
3182 2006-11-12 [paul] 2.6.0cvs34
3184 * doc/man/claws-mail.1
3186 * src/plugins/clamav/README
3187 * src/plugins/spamassassin/README
3189 * tools/freshmeat_search.pl
3190 * tools/google_search.pl
3191 * tools/multiwebsearch.pl
3193 * src/plugins/trayicon/trayicon.c
3194 fix compiliation warning
3196 2006-11-11 [colin] 2.6.0cvs33
3199 Forbid drag and drop from/to different
3200 folders of type F_UNKNOWN
3202 2006-11-11 [colin] 2.6.0cvs32
3204 * src/plugins/pgpinline/pgpinline.c
3205 Fix typo in previous commit:
3207 + if ((err = gpgme_new(&data->ctx)) ...)
3209 2006-11-11 [colin] 2.6.0cvs31
3211 * src/plugins/pgpinline/pgpinline.c
3212 * src/plugins/pgpmime/pgpmime.c
3213 Check success after calling gpgme_new
3214 Maybe fixes bug 1057, 'crash on sending
3215 signed message to a newsgroup'
3217 2006-11-11 [colin] 2.6.0cvs30
3220 init undostruct to 0s (from
3221 valgrind log of bug 1057)
3223 2006-11-10 [colin] 2.6.0cvs29
3226 Set cursor to wait before filtering
3227 duplicates in all folders
3228 * src/plugins/bogofilter/bogofilter.c
3229 * src/plugins/bogofilter/bogofilter.h
3230 * src/plugins/bogofilter/bogofilter_gtk.c
3231 Completely thread away the bogofilter
3234 2006-11-10 [mones] 2.6.0cvs28
3238 added COMPOSE_CHECK_BEFORE_SEND hook
3240 2006-11-10 [paul] 2.6.0cvs27
3244 add libSM to get_compiled_in_features()
3248 2006-11-10 [colin] 2.6.0cvs26
3250 * src/etpan/imap-thread.c
3251 Add a reference to libetpan's sasl engine
3252 so that sasl_done() doesn't get called by
3253 libetpan, and doesn't break openssl.
3254 Should fix bug 1053, 'SC fails to reestablish
3255 a secure connection'
3258 2006-11-10 [colin] 2.6.0cvs25
3260 * manual/addrbook.xml
3261 * manual/advanced.xml
3266 2006-11-09 [colin] 2.6.0cvs24
3268 * src/plugins/bogofilter/bogofilter_gtk.c
3269 Add comment about annoyance
3271 2006-11-09 [colin] 2.6.0cvs23
3273 * src/plugins/bogofilter/bogofilter.c
3274 * src/plugins/bogofilter/bogofilter_gtk.c
3275 Prepare things needed to thread bogofilter
3276 filtering: separate bogo stuff and possible GUI
3279 2006-11-09 [colin] 2.6.0cvs22
3283 Search for one of our accounts in Delivered-To
3284 (helps for auto-account selection when
3285 replying/forwarding)
3289 * src/plugins/trayicon/trayicon.c
3290 Allow opening a new mail with any account from
3293 2006-11-09 [wwp] 2.6.0cvs21
3296 * src/prefs_common.c
3297 * src/prefs_common.h
3298 * src/prefs_compose_writing.c
3299 add a compose new message format (in prefs/compose/writing), it's a
3300 simple subject+body template to use when opening a new composition
3301 window. It's similar to the existent reply and forward formats.
3303 enhanced the template/format % symbols substitution mechanism to
3304 use current composition window information when % are used in
3305 the compose new message format or in templates applied to new
3306 messages (there were useless in that situations before). When
3307 applied to new messages, %d corresponds to the system time/date.
3309 2006-11-09 [paul] 2.6.0cvs20
3314 2006-11-09 [paul] 2.6.0cvs19
3317 keep tje alphabetical order
3319 2006-11-08 [colin] 2.6.0cvs18
3321 * src/etpan/imap-thread.c
3322 Fix bug 1054, 'Slowness logging big
3325 2006-11-08 [paul] 2.6.0cvs17
3330 2006-11-08 [paul] 2.6.0cvs16
3335 2006-11-08 [paul] 2.6.0cvs15
3338 * tools/OOo2claws-mail.pl
3339 * tools/OOo2sylpheed.pl
3341 * tools/acroread2claws-mail.pl
3342 * tools/acroread2sylpheed.pl
3343 * tools/kmail2claws-mail.pl
3344 * tools/kmail2claws-mail_v2.pl
3345 * tools/kmail2sylpheed.pl
3346 * tools/kmail2sylpheed_v2.pl
3347 * tools/maildir2claws-mail.pl
3348 * tools/maildir2sylpheed.pl
3349 * tools/nautilus2claws-mail.sh
3350 * tools/nautilus2sylpheed.sh
3351 * tools/outlook2claws-mail.pl
3352 * tools/outlook2sylpheed.pl
3353 * tools/tb2claws-mail
3355 * tools/tbird2claws.py
3356 * tools/tbird2syl.py
3357 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3358 * tools/kdeservicemenu/install.sh
3359 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3360 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3361 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3362 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3363 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3364 renamed (removed, added) tools files
3366 2006-11-08 [paul] 2.6.0cvs14
3370 Migrate sylpheedrc to clawsrc, and fix the standard
3371 plugins path in the process
3373 2006-11-07 [colin] 2.6.0cvs13
3376 Symlink sylpheed-claws relative to
3379 2006-11-07 [colin] 2.6.0cvs12
3382 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3384 2006-11-07 [paul] 2.6.0cvs11
3387 Fix a missed occurence of
3390 2006-11-07 [paul] 2.6.0cvs10
3393 Fix symlink installation
3395 2006-11-07 [paul] 2.6.0cvs9
3398 Symlink claws-mail to sylpheed-claws
3399 * src/common/utils.c
3400 Fix migrating symlinks
3401 * src/etpan/imap-thread.c
3402 check certificate only when there's
3405 2006-11-07 [paul] 2.6.0cvs8
3408 Fix icon breakages with Gtk, which needs a
3409 cache updated to see them.
3411 2006-11-07 [paul] 2.6.0cvs7
3422 * claws-mail-128x128.png
3423 * claws-mail-64x64.png
3428 * sylpheed-claws-128x128.png
3429 * sylpheed-claws-64x64.png
3430 * sylpheed-claws.desktop
3431 * sylpheed-claws.ico
3432 * sylpheed-claws.pc.in
3433 * sylpheed-claws.png
3434 * debian/README.Debian
3436 * debian/claws-mail.desktop
3437 * debian/claws-mail.menu
3438 * debian/claws-mail.postinst.debhelper
3439 * debian/claws-mail.postrm.debhelper
3444 * debian/sylpheed-claws.desktop
3445 * debian/sylpheed-claws.menu
3446 * debian/sylpheed-claws.postinst.debhelper
3447 * debian/sylpheed-claws.postrm.debhelper
3448 * doc/man/Makefile.am
3449 * doc/man/claws-mail.1
3450 * doc/man/sylpheed-claws.1
3451 * doc/src/ChangeLog.claws-pre0.8.0
3452 * manual/Makefile.am
3453 * manual/account.xml
3455 * manual/addrbook.xml
3456 * manual/advanced.xml
3457 * manual/claws-mail-manual.xml
3459 * manual/glossary.xml
3460 * manual/handling.xml
3462 * manual/keyboard.xml
3463 * manual/plugins.xml
3464 * manual/starting.xml
3465 * manual/sylpheed-claws-manual.xml
3467 * manual/dist/.cvsignore
3468 * manual/dist/html/.cvsignore
3469 * manual/dist/html/Makefile.am
3470 * manual/dist/pdf/.cvsignore
3471 * manual/dist/pdf/Makefile.am
3472 * manual/dist/ps/.cvsignore
3473 * manual/dist/ps/Makefile.am
3474 * manual/dist/txt/.cvsignore
3475 * manual/dist/txt/Makefile.am
3476 * manual/es/Makefile.am
3477 * manual/es/advanced.xml
3478 * manual/es/claws-mail-manual.xml
3480 * manual/es/glossary.xml
3481 * manual/es/handling.xml
3482 * manual/es/intro.xml
3483 * manual/es/plugins.xml
3484 * manual/es/sylpheed-claws-manual.xml
3485 * manual/es/dist/.cvsignore
3486 * manual/es/dist/html/.cvsignore
3487 * manual/es/dist/html/Makefile.am
3488 * manual/es/dist/pdf/.cvsignore
3489 * manual/es/dist/pdf/Makefile.am
3490 * manual/es/dist/ps/.cvsignore
3491 * manual/es/dist/ps/Makefile.am
3492 * manual/es/dist/txt/.cvsignore
3493 * manual/es/dist/txt/Makefile.am
3494 * manual/fr/Makefile.am
3495 * manual/fr/account.xml
3497 * manual/fr/addrbook.xml
3498 * manual/fr/advanced.xml
3499 * manual/fr/claws-mail-manual.xml
3501 * manual/fr/glossary.xml
3502 * manual/fr/handling.xml
3503 * manual/fr/intro.xml
3504 * manual/fr/keyboard.xml
3505 * manual/fr/plugins.xml
3506 * manual/fr/starting.xml
3507 * manual/fr/sylpheed-claws-manual.xml
3508 * manual/fr/dist/.cvsignore
3509 * manual/fr/dist/html/.cvsignore
3510 * manual/fr/dist/html/Makefile.am
3511 * manual/fr/dist/pdf/.cvsignore
3512 * manual/fr/dist/pdf/Makefile.am
3513 * manual/fr/dist/ps/.cvsignore
3514 * manual/fr/dist/ps/Makefile.am
3515 * manual/fr/dist/txt/.cvsignore
3516 * manual/fr/dist/txt/Makefile.am
3517 * manual/pl/Makefile.am
3518 * manual/pl/account.xml
3520 * manual/pl/addrbook.xml
3521 * manual/pl/advanced.xml
3522 * manual/pl/claws-mail-manual.xml
3524 * manual/pl/glossary.xml
3525 * manual/pl/handling.xml
3526 * manual/pl/intro.xml
3527 * manual/pl/keyboard.xml
3528 * manual/pl/plugins.xml
3529 * manual/pl/starting.xml
3530 * manual/pl/sylpheed-claws-manual.xml
3531 * manual/pl/dist/.cvsignore
3532 * manual/pl/dist/html/.cvsignore
3533 * manual/pl/dist/html/Makefile.am
3534 * manual/pl/dist/pdf/.cvsignore
3535 * manual/pl/dist/pdf/Makefile.am
3536 * manual/pl/dist/ps/.cvsignore
3537 * manual/pl/dist/ps/Makefile.am
3538 * manual/pl/dist/txt/.cvsignore
3539 * manual/pl/dist/txt/Makefile.am
3563 * src/addressbook_foldersel.c
3564 * src/addressbook_foldersel.h
3586 * src/customheader.c
3587 * src/customheader.h
3588 * src/displayheader.c
3589 * src/displayheader.h
3600 * src/editldap_basedn.c
3601 * src/editldap_basedn.h
3617 * src/folder_item_prefs.c
3618 * src/folder_item_prefs.h
3625 * src/grouplistdialog.c
3626 * src/grouplistdialog.h
3629 * src/image_viewer.c
3630 * src/image_viewer.h
3669 * src/matcher_parser.h
3670 * src/matcher_parser_lex.l
3671 * src/matcher_parser_parse.y
3674 * src/message_search.c
3675 * src/message_search.h
3694 * src/partial_download.c
3695 * src/partial_download.h
3700 * src/prefs_account.c
3701 * src/prefs_account.h
3702 * src/prefs_actions.c
3703 * src/prefs_actions.h
3704 * src/prefs_common.c
3705 * src/prefs_common.h
3706 * src/prefs_compose_writing.c
3707 * src/prefs_compose_writing.h
3708 * src/prefs_customheader.c
3709 * src/prefs_customheader.h
3710 * src/prefs_display_header.c
3711 * src/prefs_display_header.h
3712 * src/prefs_ext_prog.c
3713 * src/prefs_ext_prog.h
3714 * src/prefs_filtering.c
3715 * src/prefs_folder_column.c
3716 * src/prefs_folder_column.h
3717 * src/prefs_folder_item.c
3718 * src/prefs_folder_item.h
3723 * src/prefs_image_viewer.c
3724 * src/prefs_image_viewer.h
3725 * src/prefs_matcher.c
3726 * src/prefs_matcher.h
3727 * src/prefs_message.c
3728 * src/prefs_message.h
3729 * src/prefs_msg_colors.c
3730 * src/prefs_msg_colors.h
3735 * src/prefs_receive.c
3736 * src/prefs_receive.h
3739 * src/prefs_spelling.c
3740 * src/prefs_spelling.h
3741 * src/prefs_summaries.c
3742 * src/prefs_summaries.h
3743 * src/prefs_summary_column.c
3744 * src/prefs_summary_column.h
3745 * src/prefs_template.c
3746 * src/prefs_template.h
3747 * src/prefs_themes.c
3748 * src/prefs_themes.h
3749 * src/prefs_toolbar.c
3750 * src/prefs_toolbar.h
3751 * src/prefs_wrapping.c
3752 * src/prefs_wrapping.h
3762 * src/quote_fmt_parse.y
3765 * src/remotefolder.c
3766 * src/remotefolder.h
3767 * src/send_message.c
3768 * src/send_message.h
3771 * src/sourcewindow.c
3772 * src/sourcewindow.h
3777 * src/stock_pixmap.c
3778 * src/stock_pixmap.h
3779 * src/summary_search.c
3780 * src/summary_search.h
3797 * src/common/base64.c
3798 * src/common/base64.h
3800 * src/common/hooks.c
3801 * src/common/hooks.h
3804 * src/common/mgutils.c
3805 * src/common/mgutils.h
3808 * src/common/passcrypt.c
3809 * src/common/passcrypt.h.in
3810 * src/common/plugin.c
3811 * src/common/plugin.h
3812 * src/common/prefs.c
3813 * src/common/prefs.h
3814 * src/common/progressindicator.c
3815 * src/common/progressindicator.h
3816 * src/common/quoted-printable.c
3817 * src/common/quoted-printable.h
3818 * src/common/session.c
3819 * src/common/session.h
3822 * src/common/socket.c
3823 * src/common/socket.h
3826 * src/common/stringtable.c
3827 * src/common/stringtable.h
3828 * src/common/sylpheed.c
3829 * src/common/sylpheed.h
3830 * src/common/template.c
3831 * src/common/template.h
3832 * src/common/timing.h
3833 * src/common/utils.c
3834 * src/common/utils.h
3835 * src/common/version.h.in
3838 * src/common/xmlprops.c
3839 * src/common/xmlprops.h
3841 * src/gtk/colorlabel.c
3842 * src/gtk/colorlabel.h
3843 * src/gtk/colorsel.c
3844 * src/gtk/colorsel.h
3845 * src/gtk/combobox.c
3846 * src/gtk/combobox.h
3847 * src/gtk/description_window.c
3848 * src/gtk/description_window.h
3851 * src/gtk/foldersort.c
3852 * src/gtk/foldersort.h
3853 * src/gtk/gtkaspell.c
3854 * src/gtk/gtkaspell.h
3855 * src/gtk/gtksctree.c
3856 * src/gtk/gtkshruler.c
3857 * src/gtk/gtkshruler.h
3858 * src/gtk/gtkutils.c
3859 * src/gtk/gtkutils.h
3860 * src/gtk/icon_legend.c
3861 * src/gtk/icon_legend.h
3862 * src/gtk/logwindow.c
3863 * src/gtk/logwindow.h
3864 * src/gtk/manage_window.c
3865 * src/gtk/manage_window.h
3866 * src/gtk/pluginwindow.c
3867 * src/gtk/pluginwindow.h
3868 * src/gtk/prefswindow.c
3869 * src/gtk/prefswindow.h
3870 * src/gtk/quicksearch.c
3871 * src/gtk/quicksearch.h
3872 * src/pixmaps/claws-mail.xpm
3873 * src/pixmaps/claws-mail_icon.xpm
3874 * src/pixmaps/claws-mail_logo.xpm
3875 * src/pixmaps/sylpheed-claws.xpm
3876 * src/pixmaps/sylpheed-claws_icon.xpm
3877 * src/pixmaps/sylpheed-claws_logo.xpm
3878 * src/plugins/bogofilter/Makefile.am
3879 * src/plugins/bogofilter/bogofilter.c
3880 * src/plugins/bogofilter/bogofilter.h
3881 * src/plugins/bogofilter/bogofilter_gtk.c
3882 * src/plugins/clamav/Makefile.am
3883 * src/plugins/clamav/clamav_plugin.c
3884 * src/plugins/clamav/clamav_plugin.h
3885 * src/plugins/clamav/clamav_plugin_gtk.c
3886 * src/plugins/demo/Makefile.am
3887 * src/plugins/demo/demo.c
3888 * src/plugins/dillo_viewer/Makefile.am
3889 * src/plugins/dillo_viewer/README
3890 * src/plugins/dillo_viewer/dillo_prefs.c
3891 * src/plugins/dillo_viewer/dillo_prefs.h
3892 * src/plugins/dillo_viewer/dillo_viewer.c
3893 * src/plugins/pgpcore/Makefile.am
3894 * src/plugins/pgpcore/passphrase.c
3895 * src/plugins/pgpcore/passphrase.h
3896 * src/plugins/pgpcore/pgp_viewer.c
3897 * src/plugins/pgpcore/pgp_viewer.h
3898 * src/plugins/pgpcore/plugin.c
3899 * src/plugins/pgpcore/prefs_gpg.c
3900 * src/plugins/pgpcore/prefs_gpg.h
3901 * src/plugins/pgpcore/select-keys.c
3902 * src/plugins/pgpcore/select-keys.h
3903 * src/plugins/pgpcore/sgpgme.c
3904 * src/plugins/pgpcore/sgpgme.h
3905 * src/plugins/pgpcore/sylpheed.def
3906 * src/plugins/pgpcore/version.rc
3907 * src/plugins/pgpinline/Makefile.am
3908 * src/plugins/pgpinline/pgpinline.c
3909 * src/plugins/pgpinline/pgpinline.h
3910 * src/plugins/pgpinline/plugin.c
3911 * src/plugins/pgpinline/sylpheed.def
3912 * src/plugins/pgpinline/version.rc
3913 * src/plugins/pgpmime/Makefile.am
3914 * src/plugins/pgpmime/pgpmime.c
3915 * src/plugins/pgpmime/pgpmime.h
3916 * src/plugins/pgpmime/plugin.c
3917 * src/plugins/pgpmime/sylpheed.def
3918 * src/plugins/pgpmime/version.rc
3919 * src/plugins/spamassassin/Makefile.am
3920 * src/plugins/spamassassin/README
3921 * src/plugins/spamassassin/spamassassin.c
3922 * src/plugins/spamassassin/spamassassin.h
3923 * src/plugins/spamassassin/spamassassin_gtk.c
3924 * src/plugins/trayicon/Makefile.am
3925 * src/plugins/trayicon/trayicon.c
3926 * tools/OOo2sylpheed.pl
3928 * tools/README.sylprint
3929 * tools/acroread2sylpheed.pl
3930 * tools/claws.i18n.status.pl
3931 * tools/filter_conv.pl
3932 * tools/filter_conv_new.pl
3933 * tools/freshmeat_search.pl
3934 * tools/google_search.pl
3935 * tools/kmail2sylpheed.pl
3936 * tools/kmail2sylpheed_v2.pl
3937 * tools/make.themes.project
3938 * tools/multiwebsearch.pl
3939 * tools/nautilus2sylpheed.sh
3940 * tools/outlook2sylpheed.pl
3944 * tools/textviewer.sh
3945 * tools/vcard2xml.py
3946 * tools/kdeservicemenu/README
3947 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3948 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3949 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3950 Change name to Claws Mail. Announce to follow...
3952 2006-11-06 [wwp] 2.6.0cvs6
3954 * src/prefs_template.c
3955 unify messages related to quote format/template errors (fix
3956 capitalization), again.
3958 2006-11-06 [wwp] 2.6.0cvs5
3961 unify messages related to quote format/template errors.
3963 2006-11-06 [wwp] 2.6.0cvs4
3965 * src/prefs_msg_colors.c
3966 more uses of Q_ macro for contextual translations, thanks
3969 2006-11-06 [wwp] 2.6.0cvs3
3972 * src/common/utils.c
3973 * src/common/utils.h
3974 show an alertpanel to make sure users are aware that sensitive
3975 files are attached (it's file blacklist-based). This will fix
3976 interaction w/ GoogleEarth for instance, thanks to Colin.
3978 2006-11-06 [wwp] 2.6.0cvs2
3981 * src/prefs_template.c
3982 * src/prefs_template.h
3983 check quote format when applying/closing prefs. For now this only
3984 shows up an error dialog box, not preventing the user from using
3985 a broken quote (reply, forwards) format.
3987 2006-11-06 [wwp] 2.6.0cvs1
3989 * src/prefs_template.c
3990 fix missing checks of some template fields.
3992 2006-11-06 [paul] 2.6.0
3999 2006-11-06 [paul] 2.5.6cvs22
4001 * manual/advanced.xml
4002 * manual/es/advanced.xml
4003 put 'respect_flowed_format' info in the correct
4006 2006-11-06 [mones] 2.5.6cvs21
4009 Minor fixes for release
4011 2006-11-06 [paul] 2.5.6cvs20
4022 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4023 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4024 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4027 2006-11-02 [colin] 2.5.6cvs19
4031 * src/prefs_account.c
4032 * src/etpan/imap-thread.c
4033 Add GSSAPI support - fixes Debian bug #383274
4035 2006-11-01 [colin] 2.5.6cvs18
4038 Handle libpisock12 support. Probably
4039 fixes bug 1046, 'jpilot AddressDB.pdb
4042 2006-11-01 [colin] 2.5.6cvs17
4045 debug_print() folderutils_mark_all_read()
4047 2006-11-01 [colin] 2.5.6cvs16
4050 Add missed files to the Apache exception
4052 2006-10-31 [colin] 2.5.6cvs15
4056 Add a copy_private_data() func to FolderClasses
4057 Doesn't break the feature freeze, because we
4058 won't use it (right now) in the core.
4060 2006-10-31 [colin] 2.5.6cvs14
4063 Allow linking with the Apache licensed files in
4064 src/plugins/spamassassin. Hopefully fixes
4065 bug 1048, 'Spamassassin plugin license problem'
4067 2006-10-31 [wwp] 2.5.6cvs13
4070 fix and optimize trimming of leading linefeeds in body loop.
4072 2006-10-31 [colin] 2.5.6cvs12
4074 * src/etpan/imap-thread.c
4076 Make really sure to have NULL sets in case
4079 2006-10-30 [wwp] 2.5.6cvs11
4081 * src/prefs_common.c
4082 * src/prefs_common.h
4084 fix broken storage of quote format template when it contains \-escape
4085 sequences. The application of such sequences is also fixed now (\t
4086 in quote format will be a real tab instead of a 't', for instance).
4088 2006-10-27 [colin] 2.5.6cvs10
4091 Probably fix bug 1045, 'sylpheed-claws
4092 doesn't remove the mail from the IMAP
4093 Queue folder after sending'. From
4096 2006-10-27 [colin] 2.5.6cvs9
4099 Require libetpan-0.48. I'm so annoying,
4102 2006-10-27 [colin] 2.5.6cvs8
4106 Probably fix bug 1044, 'sylpheed-claws
4107 segfaults while moving mails' - Fix relation
4108 usage when moving to an IMAP mailbox from another
4111 2006-10-26 [paul] 2.5.6cvs7
4114 add libSM to compiled-in features
4117 2006-10-24 [colin] 2.5.6cvs6
4120 * src/gtk/gtkutils.c
4121 Fix crash when printing emails with an
4124 2006-10-24 [mones] 2.5.6cvs5
4126 * manual/es/advanced.xml
4127 Synchronize hidden option respect_flowed_format
4131 2006-10-21 [paul] 2.5.6cvs4
4134 * src/plugins/pgpcore/pgp_viewer.c
4135 * src/plugins/pgpcore/sgpgme.c
4136 fix building on BSDs
4137 Thanks to Michael Hughes
4138 <Sylpheed-Claws_user@thehugheslogcabin.net>
4140 2006-10-20 [colin] 2.5.6cvs3
4143 Bump up libetpan requirement
4144 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4145 * src/common/utils.c
4146 * src/common/utils.h
4147 Add convenience get_file_mtime()
4149 * src/etpan/imap-thread.c
4150 * src/etpan/imap-thread.h
4151 Implement UIDPLUS support if the server
4152 supports it - faster sending in this case
4154 2006-10-19 [colin] 2.5.6cvs2
4156 * src/gtk/quicksearch.c
4157 Fix emptying in type-ahead+extended mode
4160 Add a hook for offline state change
4161 * src/plugins/trayicon/trayicon.c
4162 Use it to display offline icons
4163 * src/plugins/trayicon/Makefile.am
4164 * src/plugins/trayicon/newmail.offline.xpm
4165 * src/plugins/trayicon/newmarkedmail.offline.xpm
4166 * src/plugins/trayicon/nomail.offline.xpm
4167 * src/plugins/trayicon/unreadmail.offline.xpm
4168 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4171 2006-10-12 [paul] 2.5.6cvs1
4176 Update version number following
4179 2006-10-19 [colin] 2.5.5cvs18
4181 * manual/handling.xml
4182 Add type-ahead search
4184 2006-10-18 [colin] 2.5.5cvs17
4186 * src/gtk/quicksearch.c
4187 Remove "save to history only if there's
4188 no syntax error", it breaks for some
4189 reason which I'll investigate later.
4191 2006-10-18 [colin] 2.5.5cvs16
4193 * src/prefs_common.c
4194 * src/prefs_common.h
4196 * src/gtk/quicksearch.c
4197 * src/gtk/quicksearch.h
4198 Add a type-ahead option for fast searches
4199 Patch by Fabien Vantard
4201 2006-10-18 [colin] 2.5.5cvs15
4205 Add Options/Reply mode/ menu to be able to
4206 change the recipients of a reply on the fly
4208 2006-10-18 [colin] 2.5.5cvs14
4211 Fix redirecting of our own sent mails
4213 2006-10-17 [wwp] 2.5.5cvs13
4215 * src/send_message.c
4216 Fix duplicate error messages when sending, and missing
4217 newline in such error messages.
4219 2006-10-17 [colin] 2.5.5cvs12
4222 Compare addresses case-insensitive
4224 2006-10-17 [colin] 2.5.5cvs11
4226 * src/plugins/pgpcore/sgpgme.c
4229 2006-10-17 [colin] 2.5.5cvs10
4231 * src/plugins/pgpcore/pgp_viewer.c
4234 2006-10-17 [colin] 2.5.5cvs9
4237 Fix a typo (thanks to Fabien)
4239 2006-10-16 [colin] 2.5.5cvs8
4242 Fix problem with quote-folding when emails
4243 don't convert cleanly to UTF-8
4245 2006-10-14 [colin] 2.5.5cvs7
4247 * src/prefs_template.c
4248 Reset fields when reopening
4251 2006-10-13 [paul] 2.5.5cvs6
4253 * manual/advanced.xml
4254 * src/prefs_message.c
4255 make 'respect_flowed_format' a hidden
4256 option, and add a manual entry for it
4259 2006-10-12 [colin] 2.5.5cvs5
4262 Revert part of 2.5.2cvs21:
4263 Don't optimise by reusing the
4264 last iconv converter if possible:
4265 it seems slightly broken in a
4266 very hard way to reproduce
4268 2006-10-12 [colin] 2.5.5cvs4
4270 * src/prefs_common.c
4271 * src/prefs_common.h
4272 * src/prefs_message.c
4274 Fix bug 1035, 'Incorrect handling
4275 of flowed lines'. We now optionnaly
4276 handle this format (preference is in
4277 Message View/Text options section)
4279 2006-10-12 [colin] 2.5.5cvs3
4283 * src/plugins/pgpcore/pgp_viewer.c
4284 * src/plugins/pgpcore/sgpgme.c
4285 Don't try to import without asking
4287 2006-10-12 [colin] 2.5.5cvs2
4290 Fix bug 1036, 'Forwarding a mutlipart
4291 mail with a "text/html" block to ms
4292 outlook users leeds to freeze of
4293 outlook'. Poor outlook users...
4295 2006-10-12 [paul] 2.5.5cvs1
4300 Update version number following
4303 2006-10-11 [paul] 2.5.4cvs1
4308 Update version number following
4311 2006-10-11 [paul] 2.5.3cvs32
4314 fix bug 1032, 'Segmentation fault when showing
4315 message' (bug in quote folding)
4318 2006-10-10 [colin] 2.5.3cvs31
4321 Rephrase english a bit
4323 2006-10-10 [colin] 2.5.3cvs30
4325 * src/prefs_compose_writing.c
4326 Stop making the page larger than the window
4328 2006-10-10 [wwp] 2.5.3cvs29
4331 * src/prefs_template.c
4334 * src/quote_fmt_lex.l
4335 * src/quote_fmt_parse.y
4336 Extend the quote parser a bit: allow to get access to
4337 basic (composing) account info.
4339 2006-10-10 [colin] 2.5.3cvs28
4342 Fix this \t problem in subject
4344 2006-10-09 [colin] 2.5.3cvs27
4348 Prepare cache a bit later
4349 If section already exists, skip the new one
4350 (as previously); avoid writing the same block
4351 twice - if we find a second block with the
4353 * src/plugins/pgpcore/pgp_viewer.c
4354 Set cursor to busy when retrieving a key
4355 * src/plugins/pgpcore/sgpgme.c
4356 allow 5 seconds for gpg to export the key
4359 2006-10-09 [colin] 2.5.3cvs26
4364 Check for existence of fgets_unlocked
4367 2006-10-09 [paul] 2.5.3cvs25
4369 * src/prefs_summaries.c
4370 replace strftime() with fast_strftime() and in
4371 the consequence fix the bug in the display of
4372 AM/PM in the 'Example' string
4374 2006-10-09 [ticho] 2.5.3cvs24
4377 Updated (and fixed up somewhat) Slovak translation.
4379 2006-10-08 [colin] 2.5.3cvs23
4381 * src/prefs_folder_item.c
4382 Explain why prefs in the top-level folder
4383 aren't retained, but are still useful
4385 2006-10-08 [colin] 2.5.3cvs22
4388 Don't cache anything if caching fails
4390 2006-10-08 [colin] 2.5.3cvs21
4392 * src/common/utils.c
4393 always include gi18n.h
4395 2006-10-07 [colin] 2.5.3cvs20
4397 * src/plugins/pgpcore/pgp_viewer.c
4398 Kill gpg after 5 seconds wait
4400 2006-10-07 [colin] 2.5.3cvs19
4402 * src/plugins/pgpcore/pgp_viewer.c
4403 * src/plugins/pgpcore/pgp_viewer.h
4406 2006-10-07 [colin] 2.5.3cvs18
4408 * src/plugins/pgpcore/pgp_viewer.c
4409 * src/plugins/pgpcore/pgp_viewer.h
4410 Actually add the files to CVS
4412 2006-10-07 [colin] 2.5.3cvs17
4414 * src/plugins/pgpcore/sgpgme.c
4415 Be sure not to crash on 'application/pgp-signature' that
4416 are not application/pgp-signatures
4418 2006-10-07 [colin] 2.5.3cvs16
4422 Make a bit more of the API available
4423 * src/plugins/pgpcore/Makefile.am
4424 * src/plugins/pgpcore/plugin.c
4425 * src/plugins/pgpcore/sgpgme.c
4426 Add basic key import/export
4428 2006-10-07 [colin] 2.5.3cvs15
4432 * src/prefs_account.c
4434 Warn users *everywhere* if libetpan's not
4437 2006-10-06 [mones] 2.5.3cvs14
4441 updated by Stephan Sachse and me
4443 2006-10-06 [colin] 2.5.3cvs13
4446 * src/common/sylpheed.c
4447 Don't load common plugins if --exit is passed
4450 Implement a cache to avoid reading the same
4451 files over and over again at startup
4453 2006-10-06 [colin] 2.5.3cvs12
4456 * src/gtk/quicksearch.c
4457 Update display every 5k mails on fast searches
4459 2006-10-06 [colin] 2.5.3cvs11
4462 Don't do quote folding on HTML or ERTF.
4463 May fix the Cygwin issues if they were
4464 happening with HTML mails?
4466 2006-10-05 [colin] 2.5.3cvs10
4471 2006-10-05 [colin] 2.5.3cvs9
4474 Use unlocked_stdio here too
4476 2006-10-05 [colin] 2.5.3cvs8
4479 Fix go to next * after preferences apply
4481 Do the fd lock/unlock ourselves instead of
4482 letting the libc do it at each write
4484 2006-10-05 [colin] 2.5.3cvs7
4486 * src/common/utils.c
4487 Faster division, thanks to Jean Diraison
4489 2006-10-05 [paul] 2.5.3cvs6
4491 * src/common/utils.c
4492 fix building with --disable-nls
4494 2006-10-04 [colin] 2.5.3cvs5
4497 Maybe fix a segfault
4499 2006-10-04 [wwp] 2.5.3cvs4
4501 * src/prefs_folder_item.c
4502 Fine-tune layouts in folder item prefs. Suggested by
4503 Fabien Vantard <fzzzzz@gmail.com>.
4505 2006-10-04 [wwp] 2.5.3cvs3
4507 * src/prefs_folder_item.c
4508 Kill the clandestine passengers. You didn't see anything.
4510 2006-10-04 [wwp] 2.5.3cvs2
4512 * src/prefs_folder_item.c
4513 Add a way to test the subject simplify regexp in
4514 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4515 w/ few layout changes.
4517 2006-20-04 [paul] 2.5.3cvs1
4522 Update version number following
4525 2006-10-04 [colin] 2.5.2cvs42
4530 Provide a way for folder classes to set their sort
4533 2006-10-03 [colin] 2.5.2cvs41
4536 Don't use strlen() to know if the
4539 2006-10-03 [colin] 2.5.2cvs40
4542 Fix "check for new folders" with accentued folders
4544 2006-10-03 [ticho] 2.5.2cvs39
4550 Colin's fix for "copy" filtering rules.
4552 2006-10-02 [colin] 2.5.2cvs38
4555 Fix for double-click too
4557 2006-10-02 [colin] 2.5.2cvs37
4560 correct fix for cvs36
4562 2006-10-02 [colin] 2.5.2cvs36
4565 Fix 'goto next unread' after collapsing/expanding
4568 2006-10-02 [colin] 2.5.2cvs35
4571 Fix double freeze/thaw
4572 * src/common/utils.c
4573 * src/common/utils.h
4574 Reimplement strftime
4579 2006-10-02 [colin] 2.5.2cvs34
4582 Time mh_write_sequences() - it's fast
4584 Init a variable to shut up gcc
4586 2006-10-01 [colin] 2.5.2cvs33
4592 Add helper mh_set_mtime(), and set mtime to stat()'s result
4593 Add fsync but disable it, it's slow as hell
4595 2006-10-01 [colin] 2.5.2cvs32
4599 fflush() caches and mh_sequences before
4602 2006-10-01 [colin] 2.5.2cvs31
4605 Don't ftruncate when not using mmap
4607 2006-09-30 [colin] 2.5.2cvs30
4610 Write folder list *after* saving caches
4612 2006-09-30 [colin] 2.5.2cvs29
4616 Debug forced mtime changes
4618 2006-09-30 [colin] 2.5.2cvs28
4622 Remove useless debug_print()s (code
4625 2006-09-30 [colin] 2.5.2cvs27
4628 Do stuff faster when writing mh_sequences
4630 2006-09-30 [colin] 2.5.2cvs26
4633 Don't let the writing of .mh_sequences, which
4634 can change the folder's mtime, let us think
4637 2006-09-30 [colin] 2.5.2cvs25
4640 Move a debug_print where it belongs
4643 Don't mess with a huge slow subject
4644 table if we're not threading by
4647 2006-09-30 [colin] 2.5.2cvs24
4650 Reenable mmaped reads (*not* writes!)
4652 Don't destroy and recreate hashtables just
4654 * src/common/utils.c
4655 Remove useless reply prefixes (it's case
4658 2006-09-30 [wwp] 2.5.2cvs23
4661 Fixed a minor bug in date value extraction, added a switch
4662 to replace non RFC-compliant Date: value, added a switch
4663 to use strict RFC matching patterns for dates.
4665 2006-09-29 [colin] 2.5.2cvs22
4667 * src/matcher_parser.h
4668 * src/matcher_parser_parse.y
4669 * src/prefs_filtering.c
4671 * src/summary_search.c
4673 * src/gtk/quicksearch.c
4674 * src/gtk/quicksearch.h
4675 Optimise searches by setting different
4676 refresh intervals (depending if the
4677 search is fast or not)
4679 2006-09-29 [colin] 2.5.2cvs21
4682 Optimise by reusing the last iconv converter
4685 Optimise a bit (the foldable quotes feature
4686 still has an awful O(n^2) algo
4688 2006-09-29 [colin] 2.5.2cvs20
4690 * src/gtk/gtksctree.c
4691 * src/gtk/gtksctree.h
4692 Optimise de-selection via up/down or
4695 2006-09-28 [colin] 2.5.2cvs19
4702 * src/summary_search.c
4704 Avoid using summaryview->ctree directly
4706 2006-09-28 [colin] 2.5.2cvs18
4710 Add helpers to freeze/thaw/grab_focus
4711 Factorize calls to freeze/thaw/grab_focus
4714 2006-09-28 [colin] 2.5.2cvs17
4717 More guards for the session management
4719 2006-09-28 [colin] 2.5.2cvs16
4722 * src/gtk/gtksctree.c
4723 * src/gtk/gtksctree.h
4724 Make expanding not recursive in folderview
4726 2006-09-28 [colin] 2.5.2cvs15
4729 If nothing is selected in the list (right part)
4730 and a group is selected in the tree (left part),
4733 2006-09-28 [colin] 2.5.2cvs14
4736 Actually use SM_LIBS
4738 2006-09-28 [ticho] 2.5.2cvs13
4745 * src/prefs_themes.c
4747 Small i18n string optimization.
4748 * src/send_message.c
4750 * src/common/session.c
4752 * src/common/ssl_certificate.c
4753 * src/common/utils.c
4754 Use "Couldn't" instead of "Can't" in UI messages,
4757 2006-09-28 [colin] 2.5.2cvs12
4760 Possibly fix link errors
4762 2006-09-27 [wwp] 2.5.2cvs11
4765 * doc/man/sylpheed-claws.1
4770 Updated authors info (me, myself and I).
4772 2006-09-27 [colin] 2.5.2cvs10
4775 Remove useless printf
4777 2006-09-27 [wwp] 2.5.2cvs9
4780 * src/send_message.c
4782 * src/prefs_common.c
4783 * src/prefs_common.h
4784 * src/gtk/progressdialog.c
4785 remember more windows' sizes (send dialog, received dialog,
4786 edit group in addressbook).
4788 2006-09-27 [colin] 2.5.2cvs8
4793 Use libSM to communicate with the session
4794 manager, so that we can know when the
4795 session ends, save our caches, and draft
4796 our compose windows.
4798 2006-09-27 [colin] 2.5.2cvs7
4802 o Allow Book and Group creation from the tree's
4804 o Do not actually delete the contacts when
4805 deleting groups from the tree (duh!)
4807 2006-09-27 [colin] 2.5.2cvs6
4814 o Allow passing an email address to
4815 compose_new_with_folderitem
4817 o Use current folderitem when clicking
4818 on a TextView mailto: link
4819 o Fix a possible leak in TextView
4821 2006-09-27 [colin] 2.5.2cvs5
4824 Use UTF-8 chars to replace HTML entities
4826 2006-09-27 [colin] 2.5.2cvs4
4829 * src/prefs_account.c
4831 Fix bug #1024 (Array index out of
4832 range in sylpheed-claws-2.5.2)
4833 Patch by Ales Nosek <anosek@suse.cz>
4835 2006-09-27 [colin] 2.5.2cvs3
4838 Actually do the test
4840 2006-09-27 [colin] 2.5.2cvs2
4844 Allow completing with comma (in certain cases: vCalendar
4845 for example doesn't support that)
4846 Patch by Fabien Vantard
4848 2006-09-26 [colin] 2.5.2cvs1
4859 * src/prefs_common.c
4860 * src/prefs_filtering_action.c
4861 * src/prefs_folder_item.c
4862 * src/prefs_template.c
4863 * src/stock_pixmap.c
4864 * src/stock_pixmap.h
4865 * src/pixmaps/addr_one.xpm
4866 * src/pixmaps/addr_two.xpm
4867 Add auto-completion on groups
4869 2006-09-26 [colin] 2.5.2
4876 2006-09-26 [colin] 2.5.1cvs5
4881 2006-09-26 [colin] 2.5.1cvs4
4884 Revert cvs1 (useless as the message is printed
4887 2006-09-26 [colin] 2.5.1cvs3
4889 * src/partial_download.c
4890 Fix crasher found by Alexsandar Urosevic
4892 2006-09-26 [colin] 2.5.1cvs2
4895 Fix bug #1023 (Sylpheed deletes too much messages)
4897 2006-09-26 [ticho] 2.5.1cvs1
4900 Make use of gettext's multiple plurals for statusbar
4903 2006-09-25 [paul] 2.5.1
4910 2006-09-25 [colin] 2.5.0cvs3
4912 * src/plugins/bogofilter/bogofilter.c
4913 * src/plugins/clamav/clamav_plugin.c
4914 * src/plugins/spamassassin/spamassassin.c
4915 BogoFilter, Spamassassin: Fix double hook registering after
4916 visiting preferences
4917 Spamassassin, Clamav: Just set the mails to move instead of
4918 doing the move - caller will move the things at once.
4920 2006-09-25 [colin] 2.5.0cvs2
4923 * src/etpan/imap-thread.c
4924 Use UID SEARCH ALL instead of UID 1:*
4925 (braindead servers can't figure out that's
4928 2006-09-25 [wwp] 2.5.0cvs1
4930 * src/message_search.c
4931 Added the ability to stop a running search (in message body).
4933 2006-09-25 [paul] 2.5.0
4940 2006-09-25 [paul] 2.4.0cvs214
4951 updated by Tim, Stephan Sachse, Flammie Pirinen,
4952 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4953 Ticho, Aleksander Urosevic, Ralgh Young
4955 2006-09-24 [mones] 2.4.0cvs213
4960 2006-09-23 [colin] 2.4.0cvs212
4962 * src/gtk/inputdialog.c
4963 Fix [ ] remember this appearing in normal
4964 input dialogs after it's been used by
4972 * src/common/timing.h
4973 Enable timings in debug mode and make it
4976 2006-09-22 [colin] 2.4.0cvs211
4981 ping the correct URI
4983 2006-09-22 [colin] 2.4.0cvs210
4986 Let's see if bug #1022 is fixed
4988 2006-09-21 [colin] 2.4.0cvs209
4991 * src/common/plugin.c
4992 Prepare infra to load predefined plugins when
4993 no configuration existed. Don't actually load
4994 anything yet (feat. freeze)
4996 2006-09-21 [wwp] 2.4.0cvs208
4999 Partial sync w/ 2.4.0cvs72:
5000 wrap file and minor updates.
5002 2006-09-21 [wwp] 2.4.0cvs207
5005 several fixes and enhancements. A new --force switch has been
5006 added to prevent overriding by default Date: header when
5009 2006-09-21 [paul] 2.4.0cvs206
5011 * src/common/utils.c
5012 add Chinese UTF8 Re prefix
5014 2006-09-21 [wwp] 2.4.0cvs205
5017 Fics alfabettical order.
5019 2006-09-21 [wwp] 2.4.0cvs204
5023 Added an action tool to fix missing Date field in emails.
5024 Updated Makefile.am to reflect those last two additions.
5026 2006-09-21 [wwp] 2.4.0cvs203
5029 Added a action tool to open uuencoded docs w/
5030 OpenOffice (based on uudec method).
5032 2006-09-21 [colin] 2.4.0cvs202
5036 Workaround possible GTK crash: remove selection
5037 clipboard before destroying widget, or GTK+-2.10
5038 dies. Thanks to Hiro.
5040 2006-09-20 [colin] 2.4.0cvs201
5043 Fix free-after-use in some cases (when
5044 procmime_encode_content() frees mimeinfo->data.mem
5045 and turns it to a temp file)
5047 2006-09-20 [colin] 2.4.0cvs200
5051 * src/gtk/gtksctree.c
5052 * src/gtk/gtksctree.h
5053 Add tooltips in the folderview and summaryview
5054 (Doesn't break string freeze as they already
5057 Put the spam button in the default configuration
5058 if compiled with bogo plugin too
5060 2006-09-19 [colin] 2.4.0cvs199
5064 Update folder name label on folder rename
5065 * src/prefs_matcher.c
5066 * src/gtk/logwindow.h
5070 2006-09-19 [wwp] 2.4.0cvs198
5072 * src/summary_search.c
5073 fix can't click forward/backward buttons in the
5076 2006-09-18 [paul] 2.4.0cvs197
5079 add missing bracket, capitalise the A of
5082 2006-09-18 [paul] 2.4.0cvs196
5085 fix bug 1012 'crashed upon sending mail
5086 from compose window'
5089 2006-09-16 [colin] 2.4.0cvs195
5092 Fix "real-time" sorting by freezing/thawing
5094 2006-09-16 [colin] 2.4.0cvs194
5097 Fix the anti-spam entry a bit
5099 2006-09-16 [colin] 2.4.0cvs193
5102 Make sure reviewers have no excuse when stating
5103 Sylpheed-Claws doesn't have antispam capabilities.
5105 2006-09-16 [colin] 2.4.0cvs192
5108 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5109 as if the SIGPIPE comes from etpan's thread we could
5110 trigger a GUI update from this thread.
5112 2006-09-16 [colin] 2.4.0cvs191
5115 Init all members of the struct
5117 2006-09-16 [paul] 2.4.0cvs190
5120 improvements to the English
5122 2006-09-15 [colin] 2.4.0cvs189
5127 2006-09-14 [colin] 2.4.0cvs188
5129 * src/common/socket.c
5130 * src/common/socket.h
5132 * src/common/ssl_certificate.c
5133 * src/common/ssl_certificate.h
5134 * src/etpan/imap-thread.c
5135 the get_fqdn() call done to get canonical name when
5136 checking an SSL certificate is blocking, which is
5137 sad as we just did a non-blocking lookup to connect.
5138 Fix that by letting the fqdn available to the SockInfo,
5139 and use that in ssl_certificate_check(). For IMAP,
5140 we don't do it as the lookup's done by libetpan, but
5141 it's less annoying as IMAP connections as much more
5142 rare than POP3 connections.
5144 2006-09-14 [paul] 2.4.0cvs187
5146 * manual/advanced.xml
5147 improvements to the English,
5148 properly place the new hidden options
5149 within the alphabetical order
5150 * src/gtk/pluginwindow.c
5151 improvements to the English
5153 2006-09-14 [colin] 2.4.0cvs186
5155 * src/prefs_common.c
5156 * src/prefs_common.h
5157 * src/gtk/gtksctree.c
5158 * manual/advanced.xml
5159 New hidden pref, stripes_color_offset, to change
5160 the value added/substracted to normal bgcolor to
5161 create the stripes in summaries
5163 2006-09-13 [colin] 2.4.0cvs185
5170 Fix misc. printing issues:
5171 - Bad font for linkified headers
5172 - Different font if the mail was displayed or not
5173 - Factorize the thing
5175 2006-09-13 [colin] 2.4.0cvs184
5177 * src/common/ssl_certificate.c
5178 Only get FQDN once when checking certificate
5180 2006-09-13 [colin] 2.4.0cvs183
5183 * src/gtk/pluginwindow.c
5184 Misc. GUI fixes by Fabien
5186 2006-09-13 [wwp] 2.4.0cvs182
5189 * src/common/utils.h
5190 * src/common/utils.c
5191 get rid of unused wide-char functions.
5193 2006-09-13 [wwp] 2.4.0cvs181
5195 * src/plugins/pgpinline/sylpheed.def
5197 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5198 add privacy_reset_error to the .def file,
5199 do not fork for an external textviewer.
5201 2006-09-13 [wwp] 2.4.0cvs180
5203 * src/prefs_common.c
5204 fix broken font entry in prefs (patch issued by the gpg4win team,
5205 probably by Marcus Brinkmann <marcus@g10code.de>).
5207 2006-09-13 [colin] 2.4.0cvs179
5210 Fix a warning in summaryview.c
5214 Add missing Mark/* elements in the
5217 2006-09-12 [colin] 2.4.0cvs178
5219 * src/prefs_actions.c
5220 * src/prefs_filtering_action.c
5221 * src/prefs_matcher.c
5222 Use (New) instead of New everywhere
5224 2006-09-12 [wwp] 2.4.0cvs177
5226 * manual/fr/addrbook.xml
5227 * manual/fr/handling.xml
5228 updated some quotes in the fr manual to match the fr translation.
5230 2006-09-12 [wwp] 2.4.0cvs176
5232 * src/prefs_matcher.c
5233 don't store translated string elements in matcher expressions.
5234 Also fixed a misused of Q_().
5236 2006-09-11 [wwp] 2.4.0cvs175
5238 * src/plugins//bogofilter/bogofilter.c
5239 * src/plugins//clamav/clamav_plugin.c
5240 * src/plugins//demo/demo.c
5241 * src/plugins//dillo_viewer/dillo_viewer.c
5242 * src/plugins//pgpcore/plugin.c
5243 * src/plugins//pgpinline/plugin.c
5244 * src/plugins//pgpmime/plugin.c
5245 * src/plugins//spamassassin/spamassassin.c
5246 gettext-ize more strings (mostly plugin error messages).
5248 2006-09-11 [colin] 2.4.0cvs174
5251 Make maximum buffer size bigger to avoid
5252 truncating translated messages. Patch by
5255 2006-09-11 [colin] 2.4.0cvs173
5257 * src/etpan/imap-thread.c
5258 Fix compilation on OpenBSD, thanks to
5261 2006-09-10 [wwp] 2.4.0cvs172
5263 * manual/account.xml
5264 * manual/addrbook.xml
5265 * manual/handling.xml
5266 * manual/es/handling.xml
5267 * manual/fr/account.xml
5268 * manual/fr/addrbook.xml
5269 * manual/fr/handling.xml
5270 documented addressbook matching (condition configuration):
5272 documented per-account filtering rules (handling/filtering
5273 section, account section):
5274 account.xml, handling.xml, en fr
5275 slightly updated the handling/searching section to tell few
5276 words about the extended search ability:
5278 added missing <quote></quotes> to Quick Search:
5279 handling.xml, en fr es
5280 fixed a typo (auomatically):
5282 changes revisited by Paul.
5284 2006-09-10 [paul] 2.4.0cvs171
5286 * src/prefs_actions.c
5287 * src/prefs_filtering.c
5288 * src/prefs_template.c
5289 adjustments to the gui
5290 Patch by Fabien Vantard (slightly modified)
5292 2006-09-10 [colin] 2.4.0cvs170
5295 Check folderitem/summaryview consistency
5296 (basically automates Update summary). Fixes
5297 #1011 (wrong (negative) count on unread
5300 2006-09-10 [colin] 2.4.0cvs169
5302 * src/gtk/gtksctree.c
5303 Fix recursive expansion via mouse
5304 * src/plugins/bogofilter/bogofilter.c
5305 Use normal filtering way of moving
5306 messages (batching), possibly fixing
5307 bug #1015 (Bogofilter plugin doubles
5310 2006-09-09 [wwp] 2.4.0cvs168
5312 * src/prefs_filtering.c
5313 better place for this fix.
5315 2006-09-09 [wwp] 2.4.0cvs167
5317 * src/prefs_filtering.c
5318 fix a minor bug when the enabled status of a filtering/processing
5319 rule always got set to TRUE when replacing this rule. That still
5320 make sense when adding a new rule, but now when replacing, we
5321 don't override the value of 'enabled'.
5322 Also renamed the func prefs_filtering_list_view_get_rule_name()
5323 to prefs_filtering_list_view_get_info() as this function not only
5324 returns the name, but also the account_id and the enabled status.
5326 2006-09-09 [mones] 2.4.0cvs166
5328 * manual/glossary.xml
5329 * manual/plugins.xml
5330 Minor format corrections
5332 Fix misplaced NO WARRANTY section
5333 * manual/es/advanced.xml
5335 * manual/es/glossary.xml
5337 * manual/es/handling.xml
5338 * manual/es/plugins.xml
5339 * manual/es/starting.xml
5340 Incorporate changes from English version
5344 Fix address, (add translation credits in es version)
5348 2006-09-09 [wwp] 2.4.0cvs165
5350 * src/prefs_filtering.c
5351 fix a crash when opening filtering prefs, if matcherrc file contains
5352 broken data (non-existing account id, which is theoretically not
5355 2006-09-08 [colin] 2.4.0cvs164
5358 Wrong assert, make it an if()
5359 * src/gtk/gtksctree.c
5360 Fix bug #1013 (expand selected thread
5361 tree) - expanding is now recursive
5363 2006-09-07 [wwp] 2.4.0cvs163
5365 * src/prefs_matcher.c
5366 make better sentences about addressbook matching in the
5367 matcher prefs. This should make translators' work easier
5370 2006-09-07 [wwp] 2.4.0cvs162
5372 * src/prefs_filtering.c
5373 code simplification (get rid of dup var. assignment).
5375 2006-09-07 [wwp] 2.4.0cvs161
5378 use GTK_STOCK icons when possible, patch by Fabien Vantard
5381 2006-09-07 [paul] 2.4.0cvs160
5384 fix compilation warnings
5387 2006-09-07 [paul] 2.4.0cvs159
5390 select the mimepart icon when
5394 2006-09-06 [paul] 2.4.0cvs158
5396 * src/prefs_filtering.c
5397 fix labels and table element spacing
5398 Patch by Fabien Vantard
5404 2006-09-06 [paul] 2.4.0cvs157
5406 * manual/es/advanced.xml
5409 2006-09-06 [wwp] 2.4.0cvs156
5412 fix an dup launch issue when iconified, thanks to Colin.
5414 2006-09-06 [wwp] 2.4.0cvs155
5416 * src/gtk//gtksctree.h
5417 oops, forgot that one!
5419 2006-09-06 [wwp] 2.4.0cvs154
5421 * manual/pl/advanced.xml
5422 * manual/advanced.xml
5423 * manual/es/advanced.xml
5424 * manual/fr/advanced.xml
5425 * src/prefs_customheader.c
5426 * src/prefs_filtering_action.c
5428 * src/prefs_summaries.c
5429 * src/prefs_filtering.c
5432 * src/prefs_summary_column.c
5434 * src/prefs_actions.c
5435 * src/prefs_folder_column.c
5437 * src/prefs_template.c
5438 * src/prefs_display_header.c
5439 * src/prefs_common.h
5440 * src/prefs_matcher.c
5441 * src/prefs_common.c
5442 * src/prefs_toolbar.c
5445 * src/gtk/gtksctree.c
5446 * src/gtk/pluginwindow.c
5447 * src/gtk/progressdialog.c
5448 * src/gtk/prefswindow.c
5449 renamed hidden option enable_rules_hint to use_stripes_everywhere
5450 to make its meaning more obvious (all versions of the manual reflect
5452 added an extra hidden option use_stripes_in_summary to allow
5453 discarding these stripes in mainwindow's folder and message lists;
5454 en and fr manuals only are OK towards this.
5456 2006-09-06 [colin] 2.4.0cvs153
5459 Hide Sylpheed-Claws' internal queue headers
5460 when showing all headers. They'll be present
5461 only in Source window.
5463 2006-09-05 [colin] 2.4.0cvs152
5465 * src/plugins/trayicon/trayicon.c
5466 Fix crash at exit - we have to disconnect
5468 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5469 Update eggtrayicon - patch adapted from a
5470 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5473 2006-09-05 [colin] 2.4.0cvs151
5476 * src/gtk/logwindow.c
5477 Fix race condition when something writes
5478 to the log too soon during init. Thanks
5481 2006-09-05 [colin] 2.4.0cvs150
5484 Don't select part on right-click either
5486 2006-09-05 [paul] 2.4.0cvs149
5489 completion of previous commit
5492 2006-09-05 [colin] 2.4.0cvs148
5495 Don't force selection on middle-click, just open
5497 2006-09-04 [colin] 2.4.0cvs147
5500 Looks like gtk_notebook_set_current_page()
5501 sometimes steals focus, and this annoys us
5502 in MimeViewers as it renders navigation
5503 keys useless. Take back focus after switching
5506 2006-09-04 [colin] 2.4.0cvs146
5509 Set stop_loading when clicking on Next
5510 during load. Don't add a callback to
5511 avoid over-complicating things.
5513 2006-09-04 [colin] 2.4.0cvs145
5517 Fix multiple loads in separate messageview
5519 2006-09-04 [colin] 2.4.0cvs144
5522 Let navigation keys be handled during
5525 2006-09-04 [colin] 2.4.0cvs143
5531 Make loading of huge mails (lots of text and/or
5532 images) cancellable, so the GUI doesn't block
5534 2006-09-04 [colin] 2.4.0cvs142
5536 * src/plugins/trayicon/trayicon.c
5537 Fix annoyance when removing a folder with
5538 unread mails: trayicon didn't update
5540 2006-09-04 [paul] 2.4.0cvs141
5542 * src/gtk/icon_legend.c
5543 straighten up columns
5544 Patch by Fabien Vantard
5546 2006-09-04 [wwp] 2.4.0cvs140
5548 * src/prefs_filtering.c
5549 fix new line's account name in filtering prefs:
5550 was "All", is now "(New)".
5552 2006-09-04 [paul] 2.4.0cvs139
5554 * tools/make.themes.project
5555 use "AUTOMAKE_OPTIONS = dist-bzip2"
5556 instead of homebrewed "make release"
5558 2006-09-03 [colin] 2.4.0cvs138
5561 Fix bug #1007 (Wrong folder highlighted)
5563 2006-09-03 [colin] 2.4.0cvs137
5566 Don't set Newsgroup: header to a mail folder
5569 2006-09-03 [paul] 2.4.0cvs136
5572 * src/prefs_spelling.c
5575 2006-09-03 [paul] 2.4.0cvs135
5577 * src/prefs_summaries.c
5578 correct menu item text in prefs_keybind_apply_clicked()
5580 2006-09-03 [paul] 2.4.0cvs134
5582 * manual/advanced.xml
5583 some improvements to the descriptions
5588 fix menu sensitivity issues
5589 * src/prefs_message.c
5590 drop the useless word 'short'
5592 add the word 'lines' indicating log length
5593 is a measure of lines
5595 fix compilation warnings
5597 2006-09-02 [colin] 2.4.0cvs133
5600 Display a special return-receipt message
5601 if the message is from the user
5603 Fix missing freeze of the list when marking
5604 all read and unthreading for exec. Thanks
5607 2006-09-02 [paul] 2.4.0cvs132
5610 * src/prefs_message.c
5614 2006-09-02 [wwp] 2.4.0cvs131
5616 * src/prefs_filtering.c
5617 added an account name column to the filtering rules
5620 2006-09-02 [colin] 2.4.0cvs130
5622 * src/gtk/logwindow.c
5623 * src/gtk/logwindow.h
5624 Block scrolling if we're not at the end
5627 2006-09-02 [colin] 2.4.0cvs129
5630 Make sure account-specific rules can't
5631 be used in {pre-,post-,}processing
5633 * src/gtk/logwindow.c
5634 * src/gtk/logwindow.h
5635 Jump to last error when clicking on the
5638 2006-09-02 [colin] 2.4.0cvs128
5648 Let proc_mbox know its account, for
5649 account-specific rules
5651 2006-09-01 [colin] 2.4.0cvs127
5654 Don't uselessly use iconv to convert from
5660 Fix certain log cases, disable warning icon
5661 for now, the correct way to display it when
5662 necessary and only when necessary is probably
5663 to do it manually rather than use error logs
5664 * src/etpan/imap-thread.c
5665 Clean up UID logging a bit
5666 * src/gtk/logwindow.c
5667 * src/gtk/logwindow.h
5668 Make logging faster when the window's closed
5670 2006-09-01 [wwp] 2.4.0cvs126
5672 * manual/fr/account.xml
5673 reflect changes to the ref. manual (parts of cvs72):
5674 fix tabnames and quotes.
5676 2006-09-01 [wwp] 2.4.0cvs125
5678 * manual/fr/plugins.xml
5679 reflect changes to the reference manual (cvs42):
5680 update IRC channel info.
5682 2006-09-01 [wwp] 2.4.0cvs124
5685 use CVSEDITOR env. var. if set, according to `man cvs`.
5687 2006-09-01 [wwp] 2.4.0cvs123
5689 * manual/advanced.xml
5690 better sentence again (thanks to Paul).
5692 2006-09-01 [wwp] 2.4.0cvs122
5694 * manual/advanced.xml
5695 fix definition of toolbar_detachable and rework a bit the one of
5696 enable_dotted_lines.
5698 2006-09-01 [mones] 2.4.0cvs121
5700 * manual/advanced.xml
5701 Document enable_dotted_lines
5703 2006-09-01 [paul] 2.4.0cvs120
5710 obey the 'When entering folder...' option
5711 when using the /View/Go to/... menu items
5714 2006-08-31 [colin] 2.4.0cvs119
5717 Revert 2.4.0cvs116, wrong fix.
5719 2006-08-31 [colin] 2.4.0cvs118
5721 * src/gtk/gtksctree.c
5722 Better state the various copyrights
5724 2006-08-31 [colin] 2.4.0cvs117
5726 * src/prefs_common.c
5727 fix enable_dotted_lines
5729 2006-08-31 [colin] 2.4.0cvs116
5732 Use pref "Always open on select" when going
5733 to next unread folder
5734 * src/gtk/gtksctree.c
5735 Fix link failure to _gtk_clist_create_cell_layout
5736 on certain computers. (Why not mine, I wonder)
5738 2006-08-31 [colin] 2.4.0cvs115
5742 * src/plugins/bogofilter/bogofilter.c
5743 * src/plugins/spamassassin/spamassassin.c
5744 Requalify some "errors" to warnings
5748 Add an icon in the statusbar to notify
5750 * src/gtk/gtksctree.c
5753 Make the GtkSCTree look more modern by
5754 alternating background lines
5755 * src/prefs_common.c
5756 * src/prefs_common.h
5757 Add a pref to let people have the old
5761 2006-08-30 [colin] 2.4.0cvs114
5765 Provide a way to filter a list of
5766 messages in an optimised manner, and
5767 add a list-filtering hook
5771 Use the list filtering
5772 * src/plugins/bogofilter/bogofilter.c
5773 Use the list-filtering hook
5774 Use -b (bulk) mode for more speed
5775 when learning and filtering
5776 * src/etpan/imap-thread.c
5777 Make log output shorter in UID SEARCH
5780 2006-08-30 [colin] 2.4.0cvs113
5782 * src/plugins/bogofilter/bogofilter.c
5783 Really fast mass learning - thanks to David
5784 Relson for the options explanations :)
5786 2006-08-30 [colin] 2.4.0cvs112
5789 Fix compilation on FreeBSD. Thanks
5792 2006-08-29 [colin] 2.4.0cvs111
5795 Handle "popup_menu" signal (for popping the
5796 menu via the keyboard)
5801 * src/gtk/gtkutils.c
5802 * src/gtk/gtkutils.h
5803 Factorize scrolling code, and add an API
5804 for MimeViewers to handle scroll orders
5806 2006-08-29 [wwp] 2.4.0cvs110
5808 * src/plugins//bogofilter/bogofilter.c
5809 * src/plugins//spamassassin/spamassassin.c
5810 make the bogofilter/spamassassin filtering error dialogs at
5811 incorporation obey to the "don't popup error dialog on
5812 receive error" option. If disabled, feed the log window w/
5819 2006-08-29 [paul] 2.4.0cvs109
5822 remove 'make release', it's not needed
5823 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5825 2006-08-29 [paul] 2.4.0cvs108
5828 * src/summary_search.c
5829 * src/gtk/progressdialog.c
5830 * src/plugins/pgpcore/passphrase.c
5831 replace deprecated gtk_window_set_policy()
5833 2006-08-29 [colin] 2.4.0cvs107
5836 Fix data loss when copy fails during a move:
5837 only use fast remove_msgs if everything was
5838 copied OK; else use slow remove_msg on the
5839 mails that got copied only.
5841 2006-08-28 [paul] 2.4.0cvs106
5844 revert change in 2.4.0cvs104, it breaks
5847 2006-08-28 [paul] 2.4.0cvs105
5849 * src/plugins/spamassassin/spamassassin.c
5852 2006-08-28 [paul] 2.4.0cvs104
5855 fix data loss when moving to another
5857 * src/prefs_spelling.c
5859 * src/gtk/pluginwindow.c
5860 improve the layout of the dialog text
5863 2006-08-28 [paul] 2.4.0cvs103
5865 * src/plugins/bogofilter/bogofilter.c
5866 * src/plugins/bogofilter/bogofilter_gtk.c
5867 fix english up a bit, innit
5869 2006-08-28 [paul] 2.4.0cvs102
5874 require autoconf 2.60, enabling building
5875 with gettext 0.15 (gettext 0.14.x build still
5876 possible). Replace Makefiles with versions
5878 Remove configure options --with-localedir and
5879 --with-mandir. The options that are provided
5880 directly by autoconf 2.60 can be used instead:
5881 --mandir --localedir
5883 2006-08-27 [colin] 2.4.0cvs101
5885 * src/plugins/bogofilter/Makefile.am
5886 Fix make dist (no README)
5888 2006-08-27 [colin] 2.4.0cvs100
5891 Don't use F_UNKNOWN folders for any default
5893 * src/plugins/bogofilter/bogofilter.c
5894 * src/plugins/bogofilter/bogofilter.h
5895 * src/plugins/bogofilter/bogofilter_gtk.c
5896 Add an option to specify the path to bogofilter
5897 Use single-quotes to be able to learn in folders
5898 with spaces in their names
5899 Verify learning status
5901 2006-08-27 [colin] 2.4.0cvs99
5904 * manual/plugins.xml
5905 Document Bogofilter plugin
5907 2006-08-27 [colin] 2.4.0cvs98
5913 When possible, copy the queued mail to sent folder
5914 instead of re-adding. Much faster on IMAP.
5916 2006-08-27 [colin] 2.4.0cvs97
5919 Disable mmaped caches - huge metadata loss
5920 here after a power failure.
5922 Add quicksearch timing
5923 * src/common/plugin.c
5924 * src/common/plugin.h
5925 Implement an interface to tell what plugins
5926 provide. Prevent loading of similar plugins.
5927 * src/plugins/clamav/clamav_plugin.c
5928 * src/plugins/demo/demo.c
5929 * src/plugins/dillo_viewer/dillo_viewer.c
5930 * src/plugins/pgpcore/plugin.c
5931 * src/plugins/pgpinline/pgpinline.c
5932 * src/plugins/pgpmime/pgpmime.c
5933 * src/plugins/spamassassin/spamassassin.c
5934 * src/plugins/trayicon/trayicon.c
5935 Implement plugin_provides()
5937 2006-08-27 [colin] 2.4.0cvs96
5940 * src/plugins/Makefile.am
5941 * src/plugins/bogofilter/.cvsignore
5942 * src/plugins/bogofilter/Makefile.am
5943 * src/plugins/bogofilter/bogofilter.c
5944 * src/plugins/bogofilter/bogofilter.h
5945 * src/plugins/bogofilter/bogofilter_gtk.c
5946 New Bogofilter plugin, provides filtering and
5947 learning. Spamassassin will go to extra plugins.
5949 2006-08-26 [mones] 2.4.0cvs95
5951 * manual/handling.xml
5952 Fix subfolder path in the example (thanks to Paul)
5954 2006-08-26 [mones] 2.4.0cvs94
5956 * manual/glossary.xml
5957 2.2. + add ISP to the glossary
5958 7.5. + Add UIDL to glossary
5959 7.7. + Add TCP to glossary
5960 * manual/handling.xml
5961 7.1. + Mentions GNU/Linux distribution, what about the non...
5962 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5963 7.3. + Mentions .bashrc, what about the non-bash ones?
5964 7.4. = Use appropriate quotation for commands
5965 7.6. = change "" to <quote></quote>
5966 * manual/plugins.xml
5967 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
5968 * manual/starting.xml
5969 2.1. + local mbox file: some examples of mbox file locations...
5970 Also reformatted files requiring it
5972 2006-08-26 [wwp] 2.4.0cvs93
5974 * src/summary_search.c
5975 disable find buttons while summary search is running.
5977 2006-08-25 [colin] 2.4.0cvs92
5984 Speed up MH moving, and add progressbar
5987 Write cache files using mmap() too
5989 2006-08-25 [wwp] 2.4.0cvs91
5992 switch spam<->ham button when a message has been marked as spam or ham
5993 and is still selected. Thanks to Colin.
5995 2006-08-25 [paul] 2.4.0cvs90
5998 * src/stock_pixmap.c
5999 * src/stock_pixmap.h
6001 * src/gtk/icon_legend.c
6002 * src/pixmaps/copied.xpm
6003 * src/pixmaps/moved.xpm
6004 add icons for delayed execution marked for
6005 copying, marked for moving
6007 2006-08-25 [mones] 2.4.0cvs89
6009 * manual/glossary.xml
6010 Fix the other glossary items:
6011 5.1. = Inmmediate execution -> <quote>immediate execution...
6012 5.2. = Fix MBOX capitalization -> Mbox
6013 5.3. + Improve Plugins def. w/ tech. ref.
6014 5.4. = Quotation -> replace '>' by <quote>></quote>
6015 5.5. - SMTP Server. -> remove dot
6019 2006-08-25 [mones] 2.4.0cvs88
6022 Reformatted, changed email address
6023 * manual/glossary.xml
6024 Reformatted, fixed MANUAL-TODO items:
6025 8.2. + add ROT-13 to glossary
6026 8.4. + add URL to glossary
6027 * manual/es/advanced.xml
6030 2006-08-25 [paul] 2.4.0cvs87
6032 * src/gtk/icon_legend.c
6033 add 'marked for deletion' icon
6034 arrange icons by containing column
6035 wrap long label text
6037 2006-08-25 [colin] 2.4.0cvs86
6039 * src/common/utils.c
6040 * src/common/utils.h
6041 Add the sc_g_*list_bigger functions in
6042 a place everyone can use it
6044 Only freeze/thaw the list when working
6045 on the selection, if it's bigger than 1
6046 * src/gtk/gtksctree.c
6047 Only freeze/thaw the list when unselec-
6048 ting 'all' if ('all' != 1)
6049 This avoids some flickering
6051 2006-08-24 [colin] 2.4.0cvs85
6054 Fix strange list selection
6055 Fix random seg (Invalid read of freed memory)
6057 2006-08-24 [colin] 2.4.0cvs84
6060 * src/gtk/inputdialog.c
6061 * src/plugins/pgpcore/passphrase.c
6062 Revert minimal width patch of 2.4.0cvs67,
6063 as it is also a maximal width. Use
6064 gtk_window_set_default_size instead.
6066 2006-08-24 [colin] 2.4.0cvs83
6069 Write cache/mark to temp files before
6070 overwriting old ones (avoids metadata
6071 loss if writing the new files fail).
6072 Use mmap() to read cache/mark file, as
6073 this makes cache reading faster. Dis-
6074 abled for big-endian machines until it
6075 can be tested. (Big-endian users: set
6076 msgcache_use_mmap = TRUE in the relevant
6079 Move rarely used fields of MsgInfo in
6080 another structure, which will only be
6081 allocated if needed. Face, X-Face,
6082 Return receipt headers and List-*
6083 headers are moved. Mails having none
6084 of these occupy 52 bytes less with
6085 this patch, which makes 2.5MB of RAM
6086 saved on a 50k folder).
6090 * src/partial_download.c
6094 Follow this structure change.
6096 2006-08-24 [wwp] 2.4.0cvs82
6098 * manual/es/.cvsignore
6099 * manual/es/dist/.cvsignore
6100 * manual/es/dist/html/.cvsignore
6101 * manual/es/dist/pdf/.cvsignore
6102 * manual/es/dist/ps/.cvsignore
6103 * manual/es/dist/txt/.cvsignore
6104 more (generated) files to ignore.
6106 2006-08-24 [colin] 2.4.0cvs81
6110 Fix possible problems with local delivery. Check the folder doesn't
6111 need scan before setting its mtime when saving cache (which can be
6112 done long after the folder's been modified by an external process);
6113 Check that the stored item's mtime didn't change in mh functions.
6115 2006-08-24 [mones] 2.4.0cvs80
6117 * manual/advanced.xml
6118 Rewrapping, some fixes and MANUAL-TODO items:
6119 8.1. = change "" to <quote></quote>
6120 8.3. = quote menu items
6121 8.5. - deploying -> new user ... ideally a new user (redundant)
6123 2006-08-23 [colin] 2.4.0cvs79
6125 * src/gtk/gtksctree.c
6126 When selecting or deselecting range, only
6127 freeze/thaw when selection is bigger than 10
6129 2006-08-23 [colin] 2.4.0cvs78
6134 * src/plugins/dillo_viewer/dillo_viewer.c
6135 Provide an API for MimeViewer plugins to
6136 return a text selection for replying
6138 2006-08-23 [colin] 2.4.0cvs77
6140 * src/image_viewer.c
6142 Use gtk_pixbuf_new_from_file_at_scale(), which
6143 is faster than getting the pixbuf then resizing
6146 2006-08-23 [colin] 2.4.0cvs76
6149 UTF-8 should be sent Quoted-printable
6151 2006-08-22 [colin] 2.4.0cvs75
6154 Check if scan is required before touching
6155 the folder (or it'll be required every time)
6157 2006-08-22 [colin] 2.4.0cvs74
6160 Require libetpan 0.46 (crasher fix when built
6163 2006-08-22 [colin] 2.4.0cvs73
6166 Set folder's mtime after writing its
6171 Don't do useless stuff if we don't
6174 Add some timing, don't deselect prior
6175 to selecting (gtksctree does it itself),
6176 remove crash avoidance hacks as it's been
6177 properly fixed since a while
6178 * src/common/utils.c
6179 Optimize to_human_readable(): _() is slow,
6180 do it only once, and avoid %f format for KB
6181 (the most common in a summaryview)
6182 * src/gtk/gtksctree.c
6183 Don't uselessly freeze/thaw (fixes flicker
6184 on next unread and friends), reduce number
6185 of g_list_nth/g_list_position where possible
6186 * src/gtk/gtkutils.c
6187 * src/gtk/gtkutils.h
6188 Reduce number of g_list_nth/g_list_position
6190 All of this makes loading as 70k folder 2.1
6191 seconds instead of 3.2 (with hot FS caches).
6192 (1.3 seconds without Date and Size columns...)
6194 2006-08-22 [paul] 2.4.0cvs72
6196 wrap documents and do some items from mones' MANUAL-TODO:
6198 * manual/account.xml
6199 4.1. = fix tabname references to <quote>tabname</quote>
6200 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6202 1.1. = mentioned options don't match UI
6203 Add information about the 'Never send Return Receipts'
6205 * manual/handling.xml
6206 6.2. = Mentions Extended symbols button, but now is
6208 6.3. = Mentions ... button, which is now Edit
6210 2006-08-22 [colin] 2.4.0cvs71
6212 * src/gtk/pluginwindow.c
6213 Fix layout in verbose translations (such
6216 2006-08-22 [paul] 2.4.0cvs70
6218 * manual/Makefile.am
6219 build manuals in alphabetical order
6221 * src/prefs_themes.c
6222 replace/remove deprecated symbols
6223 * src/gtk/gtkutils.c
6225 * src/gtk/pluginwindow.c
6226 replace deprecated symbol
6227 replace label text and move it
6228 * src/plugins/pgpcore/prefs_gpg.c
6229 move the 'Generate...' button out of the
6230 Sign Key frame, replace the English used
6231 * src/plugins/pgpcore/sgpgme.c
6232 fixes to the English
6234 2006-08-21 [colin] 2.4.0cvs69
6236 * src/plugins/trayicon/trayicon.c
6237 Add more strings for translation; patch
6240 2006-08-21 [colin] 2.4.0cvs68
6243 fix replied flag not set after drafting
6245 fix body quicksearch in non-encoded bodies
6248 Get rid of the g_malloc workaround for
6249 corrupted caches, use g_try_malloc
6251 2006-08-21 [colin] 2.4.0cvs67
6254 * src/gtk/inputdialog.c
6255 * src/plugins/pgpcore/passphrase.c
6256 Set minimal width to 375
6258 Fix switching to offline, asking if it
6259 should be overriden for synchronising
6261 Don't offer to remember command on Open
6262 with for text parts, as the browser or
6263 text editor command isn't changed from
6266 2006-08-20 [paul] 2.4.0cvs66
6270 fix plural form errors. revealed by stricter
6271 checking of gettext 0.15
6273 2006-08-18 [paul] 2.4.0cvs65
6275 * src/stock_pixmap.c
6276 fix the fix of 2.4.0cvs64
6279 2006-08-18 [paul] 2.4.0cvs64
6281 * src/stock_pixmap.c
6285 2006-08-18 [paul] 2.4.0cvs63
6289 fix occasional IMAP bug where large msgs
6290 were left in the queue folder after sending
6293 2006-08-18 [paul] 2.4.0cvs62
6296 freeze the summaryview while quicksearch results
6298 (fixes bug 456 'current message is hidden when the
6299 view is refreshed and extended search is "unread
6303 add missing #include "inputdialog.h"
6304 * src/common/utils.h
6305 add missing mailcap_update_default() and improve
6308 2006-08-17 [colin] 2.4.0cvs61
6310 * src/plugins/pgpcore/select-keys.c
6313 2006-08-17 [colin] 2.4.0cvs60
6316 Don't continue queuing if Cancel is clicked
6319 2006-08-17 [colin] 2.4.0cvs59
6321 * src/plugins/pgpcore/select-keys.c
6322 When encrypting, if only one key matches and it
6323 matches exactly, automatically use it.
6325 2006-08-17 [colin] 2.4.0cvs58
6328 * src/prefs_common.c
6329 * src/prefs_common.h
6330 * src/prefs_ext_prog.c
6332 Fix issues with previous patch (text/html)
6333 Remove outdated prefs
6335 2006-08-17 [colin] 2.4.0cvs57
6338 Add View Log button on auth error
6340 Fix encrypted mail marked as new when
6341 saved in normal folders
6342 * src/plugins/pgpinline/pgpinline.c
6343 Fix encrypt bug on IMAP
6345 * src/common/utils.c
6346 * src/common/utils.h
6347 * src/gtk/inputdialog.c
6348 * src/gtk/inputdialog.h
6349 Get rid of metamail stuff, simplify
6350 opening, and allow remembering of user's
6351 choices (by updating ~/.mailcap). There's
6352 still to drop "Audio player" and "Image
6353 viewer" preferences.
6355 2006-08-17 [mones] 2.4.0cvs56
6357 * manual/es/sylpheed-claws-manual.xml
6360 2006-08-17 [mones] 2.4.0cvs55
6363 * manual/Makefile.am
6364 * manual/es/Makefile.am
6365 * manual/es/account.xml
6367 * manual/es/addrbook.xml
6368 * manual/es/advanced.xml
6370 * manual/es/glossary.xml
6372 * manual/es/handling.xml
6373 * manual/es/intro.xml
6374 * manual/es/keyboard.xml
6375 * manual/es/plugins.xml
6376 * manual/es/starting.xml
6377 * manual/es/sylpheed-claws-manual.xml
6378 * manual/es/dist/Makefile.am
6379 * manual/es/dist/html/Makefile.am
6380 * manual/es/dist/pdf/Makefile.am
6381 * manual/es/dist/ps/Makefile.am
6382 * manual/es/dist/txt/Makefile.am
6383 Spanish translation for the manual
6385 2006-08-16 [colin] 2.4.0cvs54
6390 Fix send button sensitivity at startup
6391 Set send menu sensitivity (patch by Fabien)
6393 Enable closing with esc (patch by Fabien)
6394 * src/gtk/foldersort.c
6395 Enable closing with esc (patch by Fabien)
6397 Optimisation (no need to copy to tempfile to
6398 "decode" 7bit and 8bit)
6400 Fix cruft in swap_from case
6402 Fix missing last line in some mail cases
6403 (Fixes debian #381872)
6404 * src/plugins/pgpcore/prefs_gpg.c
6405 * src/plugins/pgpcore/sgpgme.c
6406 * src/plugins/pgpcore/sgpgme.h
6407 Don't show "no key found" when user explicitely
6408 wants to create a key
6410 2006-08-16 [paul] 2.4.0cvs53
6416 * src/prefs_account.c
6417 * src/prefs_message.c
6418 * src/gtk/gtkutils.c
6419 bump up minimum required versions of GTK+ and
6422 2006-08-16 [paul] 2.4.0cvs52
6425 workaround GTK+ Bug 351600 - 'Can't re-click
6426 on button after sensitivity update'
6427 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6430 2006-08-15 [colin] 2.4.0cvs51
6432 * src/plugins/pgpcore/prefs_gpg.c
6433 Set options sensitivity according to
6435 * src/plugins/pgpcore/sgpgme.c
6436 Allow to create key with no passphrase
6438 2006-08-14 [cleroy] 2.4.0cvs50
6440 * src/gtk/pluginwindow.c
6441 New layout (maybe to be changed?)
6442 * src/gtk/gtkutils.c
6443 Fix a bit label_window
6444 * src/plugins/pgpcore/passphrase.c
6445 * src/plugins/pgpcore/passphrase.h
6446 * src/plugins/pgpcore/plugin.c
6447 * src/plugins/pgpcore/prefs_gpg.c
6448 * src/plugins/pgpcore/prefs_gpg.h
6449 * src/plugins/pgpcore/sgpgme.c
6450 * src/plugins/pgpcore/sgpgme.h
6451 Allow to create a PGP private key via the GUI
6453 2006-08-14 [wwp] 2.4.0cvs49
6455 * src/addressbook_foldersel.c
6456 fix strict ISO C90 compliance.
6458 2006-08-14 [paul] 2.4.0cvs48
6460 * src/gtk/prefswindow.c
6461 re-set scrolled window on opening
6468 2006-08-14 [paul] 2.4.0cvs47
6470 * src/prefs_display_header.c
6471 re-enable user-defined Displayed Headers
6473 2006-08-14 [paul] 2.4.0cvs46
6475 * src/prefs_account.c
6478 2006-08-13 [colin] 2.4.0cvs45
6480 * src/common/utils.c
6481 Fix "a" in quote when the original message is empty,
6482 by using \0 instead of 'a' to test writability of
6485 2006-08-13 [wwp] 2.4.0cvs44
6487 * src/plugins/spamassassin/spamassassin.c
6488 fix capitalization of "SpamAssassin" in some debug, log and
6491 2006-08-13 [paul] 2.4.0cvs43
6494 fix overlapping widgets
6495 * src/prefs_account.c
6496 fix translation of protocol_names[]
6497 fix label disappearing off the edge of the
6500 2006-08-12 [paul] 2.4.0cvs42
6502 * manual/plugins.xml
6503 update IRC channel info before it gets forgotten
6506 2006-08-11 [colin] 2.4.0cvs41
6515 Grey out the Send button if
6516 - Queue folders are empty, or
6517 - We're sending already
6519 2006-08-11 [wwp] 2.4.0cvs40
6522 fix a logic issue when quitting while a compose window is
6523 still open, thanks to Colin.
6525 2006-08-10 [colin] 2.4.0cvs39
6528 Fix default font size setting after wizard run
6530 * src/etpan/imap-thread.c
6531 * src/etpan/imap-thread.h
6532 Fix bug #999 (Timing out on TSL cert validation
6533 dialog makes ugly things happen). Also, STARTTLS
6534 unconditionnaly if initial capabilities contain
6535 LOGINDISABLED and STARTTLS.
6537 2006-08-09 [colin] 2.4.0cvs38
6541 Fix Tools/Actions sensitivity when there are
6544 2006-08-09 [colin] 2.4.0cvs37
6546 * src/prefs_filtering.c
6547 Warning fix, patch by Paul
6549 * src/prefs_actions.c
6550 * src/prefs_filtering_action.c
6551 * src/prefs_matcher.c
6552 Uniformisation of "Info ..." to "Info..." (for
6553 old gtk), patch by Fabien
6554 * src/plugins/clamav/clamav_plugin_gtk.c
6555 Sensitivity fix by Fabien
6557 2006-08-09 [colin] 2.4.0cvs36
6561 Add a function to know whether we're exiting
6562 * src/plugins/trayicon/trayicon.c
6563 If exiting, don't do anything. Faster, and
6564 avoids gtk_main_iteration reentracy causing
6567 2006-08-09 [colin] 2.4.0cvs35
6572 Fix lack of part selection when automatically
6573 jumping to a specific part
6575 Little optimisation in cache reading
6577 2006-08-09 [colin] 2.4.0cvs34
6580 Fix crash setting the priority on reedit
6581 (Accessing compose before creating it!)
6583 2006-08-08 [colin] 2.4.0cvs33
6586 Fix bug #998 (last attachment is not accessible)
6587 Bad RFC interpretation on multipart close-delimiters
6590 * src/gtk/gtkvscrollbutton.c
6591 * src/gtk/gtkvscrollbutton.h
6592 Make attachments list wheel-scrollable
6594 2006-08-07 [colin] 2.4.0cvs32
6596 * src/gtk/gtkaspell.c
6597 Fix bug #973 (Unicode punctation characters
6598 are not recognized as separators by the
6599 spell checker); fix unsigned stuff
6601 2006-08-07 [colin] 2.4.0cvs31
6604 Fix bug #956 (DnD text with accents in compose
6605 text entry); fix gccc's signed/unsigned fuss
6607 2006-08-06 [colin] 2.4.0cvs30
6610 Fix bug #979 (Plugin crashes when exiting
6611 sylpheed-claws) : handle exit request only
6614 2006-08-05 [colin] 2.4.0cvs29
6617 Just make sure we have a msgid.
6619 2006-08-05 [colin] 2.4.0cvs28
6623 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6624 by reimplementing it
6626 Fix bug when hiding quotes with level > 3 and quote
6629 2006-08-04 [colin] 2.4.0cvs27
6634 Fix a bit replace-by-pasting undo
6637 Fix Fold quotes menu synchro in
6638 mainwindow when it changes in
6641 Fix right-click on quotes blocks
6642 * src/common/utils.c
6643 Verify that the file created by
6644 my_tmpfile() is writable. Fixes
6645 bug #988 (very specific filesystem
6647 * src/plugins/pgpcore/sgpgme.c
6648 Fix file descriptor leak
6649 * src/plugins/spamassassin/spamassassin.c
6650 Warn once if spamd isn't reachable
6652 2006-08-04 [colin] 2.4.0cvs26
6655 i18n context patch by Fabien
6657 2006-08-03 [colin] 2.4.0cvs25
6661 Rename "Hide quotes" to "Fold quotes"
6663 Don't use hand cursor on quotes. "all
6664 the bonuses of the feature and none of
6665 unwelcome side-effects"
6667 2006-08-03 [colin] 2.4.0cvs24
6670 * sylpheed-claws.desktop
6672 Bring the desktop file to XDG compliance
6673 Patch by Charles A. Edwards
6675 2006-08-03 [colin] 2.4.0cvs23
6678 Fix links offset when they are preceded
6679 by accentued chars (g_utf8_strlen!)
6681 Fix wrong status when starting offline
6684 2006-08-03 [wwp] 2.4.0cvs22
6686 * src/prefs_common.h
6687 ask what to do w/ filtering rules that belong to an account when
6688 applying filtering rules manually from the main window (skip,
6689 apply regardless of the account, use current account). This dialog
6690 can be skipped and the last reply used.
6693 2006-08-03 [wwp] 2.4.0cvs21
6697 * src/prefs_common.c
6702 ask what to do w/ filtering rules that belong to an account when
6703 applying filtering rules manually from the main window (skip,
6704 apply regardless of the account, use current account). This dialog
6705 can be skipped and the last reply used.
6708 2006-08-03 [colin] 2.4.0cvs20
6711 Optimize previous patch
6713 2006-08-03 [cleroy] 2.4.0cvs19
6716 Fix quotes getting toggled back when the
6717 mail has an even number of text parts
6719 2006-08-02 [colin] 2.4.0cvs18
6722 Add Hide quotes menu
6724 2006-08-02 [colin] 2.4.0cvs17
6727 * src/prefs_common.c
6731 Allow per-level quote hiding,
6732 Allow toggling quotes by double-clicking them
6733 Rename RemoteURI to ClickableText to reflect
6734 the fact it's used for a variety of things
6736 2006-08-02 [wwp] 2.4.0cvs16
6739 fix "View/Hide quotes" menu item status initialization.
6741 2006-08-02 [wwp] 2.4.0cvs15
6743 * src/matcher_parser_parse.y
6744 remove a debug trace.
6746 2006-08-02 [paul] 2.4.0cvs14
6748 * src/plugins/pgpcore/passphrase.c
6749 don't set initial dialog size
6752 2006-08-02 [paul] 2.4.0cvs13
6755 remove the rogue '/' character
6757 2006-08-02 [paul] 2.4.0cvs12
6760 allow buttons to resize as necessary
6762 2006-08-01 [wwp] 2.4.0cvs11
6765 fix strict ISO C90 compliance.
6767 2006-08-01 [wwp] 2.4.0cvs10
6770 updated update-po tool to work w/ context-dependent translations.
6771 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6773 2006-08-01 [wwp] 2.4.0cvs9
6776 * src/prefs_filtering.c
6777 * src/prefs_matcher.c
6778 allow context-dependent translations for "All",
6779 patch by Fabien Vantard <fzzzzz@gmail.com>.
6781 2006-07-31 [colin] 2.4.0cvs8
6785 Add Rafal to authors
6787 2006-07-31 [colin] 2.4.0cvs7
6792 * src/prefs_common.c
6793 * src/prefs_common.h
6795 Add 'View/Hide quotes'. Patch based on a patch
6798 2006-07-31 [colin] 2.4.0cvs6
6801 Fix problem with "> stuff >" actions
6803 2006-07-31 [paul] 2.4.0cvs5
6806 updated by Geir Helland
6808 2006-07-31 [wwp] 2.4.0cvs4
6813 add "View/Go to/Parent message" and "View/Go to/Last read message",
6816 2006-07-31 [wwp] 2.4.0cvs3
6823 * src/addressbook_foldersel.c
6824 * src/addressbook_foldersel.h
6829 * src/matcher_parser_lex.l
6830 * src/matcher_parser_parse.y
6831 * src/prefs_common.c
6832 * src/prefs_common.h
6833 * src/prefs_filtering.c
6834 * src/prefs_matcher.c
6835 * src/prefs_matcher.h
6837 introduce filtering against the address book. It's now possible to add
6838 matched conditions to determine if any email address in a message matches
6839 or doesn't match any or all books or folders in the address book.
6841 2006-07-31 [wwp] 2.4.0cvs2
6851 * src/matcher_parser_lex.l
6852 * src/matcher_parser_parse.y
6854 * src/prefs_filtering.c
6855 * src/prefs_filtering.h
6859 introduce per-account filtering rules. Each filtering rule can now be assigned
6860 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6861 when applying filtering rules manually, as all rules will apply - even the ones
6862 assigned to an account. This issue will be addressed soon.
6866 2006-07-31 [wwp] 2.4.0cvs1
6869 make more strings translatable.
6871 2006-07-31 [paul] 2.4.0
6875 2006-07-31 [paul] 2.3.1cvs91
6878 updated by Miquel Oliete
6880 2006-07-31 [paul] 2.3.1cvs90
6890 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6891 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6892 Aleksandar Urosevic, and Ralgh Young
6894 2006-07-31 [paul] 2.3.1cvs89
6900 Fix a race condition when, after an SC crash, rescanning
6901 folders took more than 0.5 seconds
6904 2006-07-31 [paul] 2.3.1cvs88
6907 don't translate separator strings
6909 2006-07-30 [mones] 2.3.1cvs87
6911 * doc/man/sylpheed-claws.1
6912 Fixed non-ASCII chars in Hoa's name
6916 2006-07-27 [colin] 2.3.1cvs86
6919 Don't include the leading \n in links
6922 2006-07-25 [colin] 2.3.1cvs85
6925 * src/common/socket.h
6926 * src/etpan/imap-thread.c
6927 Refresh resolvers before connecting
6928 to IMAP servers, and after switching
6929 to online. Thanks to Paul.
6933 * 2.4.0-rc4 released
6935 2006-07-17 [colin] 2.3.1cvs84
6938 Show connection attempt in statusbar before
6939 connecting (previously first message was
6940 "Retrieving messages from ..." after the
6941 connection succeeded.
6943 2006-07-16 [wwp] 2.3.1cvs83
6945 * sylpheed-claws.ico
6946 Added .ico file (windows multi-size icon file, generated).
6948 2006-07-12 [wwp] 2.3.1cvs82
6951 remove Message/Re-edit menu entry from messageview window,
6952 as sent/draft/queued messages are opened in compose window when
6953 re-edited and it's not possible to re-edit other msgs.
6955 2006-07-12 [paul] 2.3.1cvs81
6960 check online state before resetting
6961 mailcheck timer. Useful if some program
6962 verifies connection state and updates
6964 Patch by Leonid Evdokimov <darkk@users.sf.net>
6966 2006-07-12 [paul] 2.3.1cvs80
6968 * sylpheed-claws-128x128.png
6969 * sylpheed-claws-64x64.png
6970 * sylpheed-claws.png
6973 * src/prefs_toolbar.c
6974 * src/stock_pixmap.c
6975 * src/stock_pixmap.h
6978 * src/gtk/gtkutils.c
6979 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
6980 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
6981 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
6982 * src/pixmaps/sylpheed.xpm ** REMOVED **
6983 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
6984 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
6985 updated and renamed logo/icon files and related
6986 logo by Jesper Schultz
6988 2006-07-11 [paul] 2.3.1cvs79
6991 fix the labels a smidgin
6993 2006-07-09 [colin] 2.3.1cvs78
6996 Show errors in textviewer's command
6997 Patch by H. Merijn Brand
6999 2006-07-09 [colin] 2.3.1cvs77
7002 Save FMID in drafts too
7004 2006-07-08 [colin] 2.3.1cvs76
7007 Svae RMID in drafted mails too
7008 Save quote_fmt vars for whole mails,
7009 don't reset at each quote_fmt_init:
7010 allows to use the same |i{var} in
7011 various template fields
7012 * src/prefs_template.c
7014 * src/quote_fmt_parse.y
7017 2006-07-08 [colin] 2.3.1cvs75
7020 Fix highlighting of attached parts URIs
7022 2006-07-08 [colin] 2.3.1cvs74
7025 Prevent bug #981 (sc 2.3.1 segfaults with
7026 gtk+ 2.10) from being reported again:
7027 if Sylpheed-Claws has been compiled against
7028 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
7029 of if Sylpheed-Claws has been compiled against
7030 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7033 2006-07-07 [colin] 2.3.1cvs73
7035 * src/prefs_actions.c
7038 2006-07-07 [colin] 2.3.1cvs72
7040 * src/prefs_actions.c
7041 Fix compile on gtk < 2.8. argh :)
7043 2006-07-07 [paul] 2.3.1cvs71
7048 2006-07-07 [colin] 2.3.1cvs70
7052 * src/quote_fmt_lex.l
7053 * src/quote_fmt_parse.y
7054 Add |i{var}, a way to insert user-entered
7059 * 2.4.0-rc3 released
7061 2006-07-07 [colin] 2.3.1cvs69
7064 Don't consider inboxes of UNKNOWN folder
7065 classes to be useable as default inboxes
7067 2006-07-07 [paul] 2.3.1cvs68
7070 add missing #include <errno.h>
7071 Thanks to René J. Blokland
7073 2006-07-07 [paul] 2.3.1cvs67
7076 Return now Closes dialog
7080 add contextual menu to mime parts listed
7083 * src/common/utils.c
7084 reversal: ' is a valid character in URLs
7086 2006-07-06 [colin] 2.3.1cvs66
7088 * src/remotefolder.h
7089 Forgotten in previous commit
7091 2006-07-06 [colin] 2.3.1cvs65
7094 Set summary update flag whenever
7097 * src/prefs_account.c
7098 * src/common/utils.h
7099 * src/etpan/imap-thread.c
7100 Fix warnings, thanks to Fabien and
7103 2006-07-06 [wwp] 2.3.1cvs64
7105 * src/gtk/gtkutils.c
7106 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7108 2006-07-06 [wwp] 2.3.1cvs63
7117 * src/message_search.c
7118 * src/prefs_actions.c
7119 * src/prefs_filtering.c
7120 * src/prefs_filtering.h
7121 * src/prefs_template.c
7122 * src/summary_search.c
7124 * src/gtk/gtkutils.c
7125 * src/gtk/gtkutils.h
7126 * src/gtk/pluginwindow.c
7127 add help buttons to some dialogs. Clicking such buttons opens a
7128 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7130 2006-07-06 [paul] 2.3.1cvs62
7133 fix attachments contextual menu
7136 2006-07-05 [colin] 2.3.1cvs61
7140 Handle sftp:// links
7142 2006-07-05 [paul] 2.3.1cvs60
7145 grab save button by default
7148 2006-07-05 [wwp] 2.3.1cvs59
7151 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7153 2006-07-04 [colin] 2.3.1cvs58
7157 Use left click to select, middle click to open
7159 * src/common/utils.c
7162 2006-07-04 [colin] 2.3.1cvs57
7166 Warning fixes, thanks to Fabien
7168 2006-07-04 [colin] 2.3.1cvs56
7173 Allow parts to be selected via their text label
7176 2006-07-04 [colin] 2.3.1cvs55
7179 Feedback when closing (for big folders)
7180 * src/prefs_actions.c
7181 * src/prefs_filtering.c
7182 * src/prefs_matcher.c
7183 * src/prefs_template.c
7184 Fix default button when closing without
7187 2006-07-04 [colin] 2.3.1cvs54
7190 Delete local file on deletion
7192 2006-07-03 [colin] 2.3.1cvs53
7196 Don't freeze when rescanning after crash
7198 2006-07-03 [wwp] 2.3.1cvs52
7203 * src/plugins/pgpinline/pgpinline.c
7204 * src/plugins/pgpmime/pgpmime.c
7205 don't report an error when the user cancels the passphrase dialog.
7207 2006-07-02 [colin] 2.3.1cvs51
7210 Open message when crossing folders with Space,
7211 goto next unread and friends
7213 2006-07-01 [colin] 2.3.1cvs50
7215 * src/prefs_account.c
7216 Typographic rules varying from language
7217 to language (in french "Protocole :"),
7218 we have to do that :)
7220 2006-07-01 [ticho] 2.3.1cvs49
7222 * src/prefs_account.c
7223 Only use one temporary gchar* variable in
7224 prefs_account_protocol_set_optmenu().
7226 2006-07-01 [ticho] 2.3.1cvs48
7228 * src/prefs_account.c
7229 * src/prefs_account.h
7230 Use GtkLabel for existing account protocol name.
7231 Created an array for protocol names and populate the
7232 combobox from it in a for() cycle.
7234 2006-06-30 [colin] 2.3.1cvs47
7237 Block undo when changing signature (by changing
7240 2006-06-30 [paul] 2.3.1cvs46
7242 * src/send_message.c
7243 when editing From in the Compose window, use that address
7244 in the Return-Path: header
7247 2006-06-30 [colin] 2.3.1cvs45
7250 Fix signature replacement:
7251 - when no newline before separator
7254 2006-06-29 [colin] 2.3.1cvs44
7260 Let 'View/Go to/Next marked' work like
7261 Next new & Next unread: across folders
7262 Change the select_on_entry pref to do
7263 what we want when changing folder
7264 * src/common/utils.c
7265 Fix single-quoted links
7267 2006-06-29 [colin] 2.3.1cvs43
7269 * src/gtk/gtkaspell.c
7270 "Sylpheed" and "Sylpheed-Claws" do exist !
7272 2006-06-29 [colin] 2.3.1cvs42
7275 Forgot to remove debug
7277 2006-06-29 [colin] 2.3.1cvs41
7282 Disconnect from IMAP servers when going
7283 offline. Fixes bug #978 (going to offline-mode
7284 won't close connections)
7286 2006-06-29 [colin] 2.3.1cvs40
7289 Fix transient setting on failing plugins
7291 * src/plugins/pgpcore/sgpgme.c
7292 Only warn for OpenPGP. Most people don't
7295 2006-06-29 [colin] 2.3.1cvs39
7298 Fix Spelling menu (discrepancy between context menu
7299 and top menu when folder's dictionary isn't the
7301 * src/plugins/pgpcore/sgpgme.c
7302 More error reporting about why gpgme can fail
7304 2006-06-29 [wwp] 2.3.1cvs38
7307 honor the display-header-pane setting even when the message view
7308 is a separate window.
7310 2006-06-29 [wwp] 2.3.1cvs37
7312 * src/prefs_actions.c
7313 forgot to commit that one (use of GTK_STOCK_INFO).
7315 2006-06-29 [colin] 2.3.1cvs36
7318 Better handling of login errors (ask the password
7319 again once), alert in case of error. Fix three
7320 signedness warnings.
7322 2006-06-28 [wwp] 2.3.1cvs35
7324 * src/prefs_template.c
7325 * src/prefs_matcher.c
7326 * src/prefs_filtering_action.c
7328 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7329 patch by Fabien Vantard, slightly modified.
7335 2006-06-28 [colin] 2.3.1cvs34
7337 * src/prefs_account.c
7338 Fix bug #977 (Can't add or edit imap accounts)
7340 2006-06-28 [colin] 2.3.1cvs33
7345 2006-06-28 [colin] 2.3.1cvs32
7348 Save named inlined attachments with "Save all"
7351 * src/common/plugin.c
7352 * src/common/plugin.h
7353 * src/common/sylpheed.c
7354 * src/common/utils.c
7355 * src/plugins/pgpcore/sylpheed.def
7356 * src/plugins/pgpinline/sylpheed.def
7357 * src/plugins/pgpmime/sylpheed.def
7358 Win32 compatibility patch, by
7361 2006-06-28 [wwp] 2.3.1cvs31
7364 * src/prefs_folder_item.c
7365 less compilation warnings (thanks to Fabien Vantard), less typos.
7367 2006-06-28 [paul] 2.3.1cvs30
7369 * src/gtk/gtkutils.c
7370 gtk_combo_box_set_focus_on_click() is only
7371 available since gtk 2.6.0
7373 2006-06-28 [paul] 2.3.1cvs29
7375 * src/prefs_ext_prog.c
7376 fix engrish and add a tooltip for the
7377 'command for 'Display as text' option
7383 2006-06-28 [paul] 2.3.1cvs28
7387 include textviewer.pl in releases
7389 2006-06-28 [paul] 2.3.1cvs27
7391 * src/prefs_ext_prog.c
7392 hide Print command option if libgnomeprint
7395 2006-06-27 [colin] 2.3.1cvs26
7398 Fix Esc handling in insert/attach dialog
7399 Don't show this dialog if dragging something
7400 else than text/uri-list
7401 Thanks to Fabien Vantard
7402 * tools/textviewer.pl
7403 Filter script to display stuff as text
7406 2006-06-27 [wwp] 2.3.1cvs25
7409 use the exact product name (message view title), patch
7412 2006-06-27 [ticho] 2.3.1cvs24
7414 * src/prefs_account.c
7415 * src/prefs_common.c
7416 * src/prefs_common.h
7417 * src/prefs_ext_prog.c
7419 Add a preference (Preferences/External programs)
7420 to allow "Display as text" to be done via a script
7421 (patch by H.Merijn Brand).
7422 Use GtkComboBox for protocol selection in account
7424 Only include current choice for existing accounts, and
7425 insensitivize the combobox.
7427 2006-06-27 [paul] 2.3.1cvs23
7430 fix crasher introduced in cvs21.
7433 2006-06-26 [colin] 2.3.1cvs22
7436 Fix double-frees when leaving folders
7437 after exporting to mbox
7439 2006-06-26 [colin] 2.3.1cvs21
7442 More feedback (and optimisation)
7444 * src/common/utils.c
7445 Fix case when looking for mail addresses
7446 * src/gtk/gtkutils.c
7447 Extra check for (X-)Face
7449 2006-06-25 [ticho] 2.3.1cvs20
7453 * src/gtk/gtkutils.c
7454 * src/gtk/gtkutils.h
7455 Added second argument to gtkut_sc_combobox_create() to
7456 control focus-on-click for the widget.
7457 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7459 2006-06-25 [ticho] 2.3.1cvs19
7462 * src/gtk/Makefile.am
7463 * src/gtk/combobox.c
7464 * src/gtk/combobox.h
7465 * src/gtk/gtkutils.c
7466 * src/gtk/gtkutils.h
7467 Use GtkComboBox instead of deprecated GtkOptionMenu
7468 for account selector in compose window and for encoding
7469 selector in attachment properties.
7470 Also factorise working with the new GtkComboBox somewhat.
7472 2006-06-24 [paul] 2.3.1cvs18
7474 * src/prefs_common.c
7475 use the correct default value
7477 2006-06-24 [paul] 2.3.1cvs17
7480 * src/prefs_common.c
7481 * src/prefs_common.h
7482 * src/prefs_compose_writing.c
7483 enable setting of default action when
7484 dnd'ing files in the compose window.
7485 (Collaborative effort with wwp)
7487 2006-06-23 [wwp] 2.3.1cvs16
7490 i18n fix (thanks to Fabien Vantard)
7492 2006-06-22 [colin] 2.3.1cvs15
7494 * src/prefs_customheader.c
7495 Don't use filters in custom headers' file
7496 selector. Remember, extensions mean nothing :)
7498 2006-06-22 [paul] 2.3.1cvs14
7501 allow setting of man directory location
7503 2006-06-22 [colin] 2.3.1cvs13
7506 Add 'View/Go to/Next unread folder'.
7509 2006-06-22 [colin] 2.3.1cvs12
7511 * src/common/utils.c
7512 Add some subject prefixes
7513 Patch by Bjorn T Johansen <btj@havleik.no>
7515 2006-06-22 [colin] 2.3.1cvs11
7517 * manual/advanced.xml
7518 Forgotten hidden pref
7520 2006-06-21 [paul] 2.3.1cvs10
7522 * src/prefs_account.c
7523 complete the removal of 'Add date header' option
7525 2006-06-21 [paul] 2.3.1cvs9
7529 * src/prefs_account.c
7530 * src/prefs_account.h
7531 remove option to add date header - always
7533 * src/etpan/imap-thread.c
7534 fix warnings (Thanks to Colin)
7536 2006-06-21 [wwp] 2.3.1cvs8
7539 set the attachment flag when inline text part are (file)named. This is more convenient
7540 when receiving (for instance) inline source files or patches sent using thunderbird.
7542 2006-06-21 [paul] 2.3.1cvs7
7545 fix off-by-one count of current msg in
7546 statusbar filtering progressbar
7548 2006-06-21 [paul] 2.3.1cvs6
7551 Show attachment icon even if the part is 'inline'
7552 if the following conditions are met:
7553 - content-type != 'text/plain'
7554 - content-type != '*/pgp-signature'
7555 - either 'name' or 'filename' parameter is not NULL
7559 2006-06-21 [paul] 2.3.1cvs5
7562 * src/prefs_common.c
7563 * src/prefs_common.h
7565 add an option to 'Never send Return
7569 2006-06-20 [mones] 2.3.1cvs4
7574 typo fixed (space after comma)
7575 * tools/make.themes.project
7576 remove exec mode from tarball files
7578 2006-06-20 [colin] 2.3.1cvs3
7583 Better fix for \n's in headers (don't
7584 break Received: and others)
7586 2006-06-20 [paul] 2.3.1cvs2
7590 improve legibility of phishing attempt
7593 2006-06-20 [paul] 2.3.1cvs1
7598 Update version number following
7601 2006-06-20 [colin] 2.3.0cvs26
7604 When dragging a file to the text of the compose
7605 window, ask whether we want to insert or attach
7606 (I know lots of people who do that to attach)
7608 2006-06-20 [colin] 2.3.0cvs25
7610 * src/etpan/imap-thread.c
7611 Fix threshold (the append command is often > 32 bytes)
7613 2006-06-19 [colin] 2.3.0cvs24
7616 * src/etpan/imap-thread.c
7617 Workaround Rockliffe IMAP server bug: replace
7618 "x UID SEARCH (ANSWERED UID 1:*)" with
7619 "x UID SEARCH ANSWERED"
7620 (Rockliffe doesn't handle the parenthesis)
7622 2006-06-19 [colin] 2.3.0cvs23
7626 * src/etpan/imap-thread.c
7627 Probably fix bug #972 (Freezes when adding
7628 an attachment to the message)
7630 Modernize Firefox cmd
7633 2006-06-18 [colin] 2.3.0cvs22
7635 * src/prefs_customheader.c
7636 Only allow correct filenames for various
7639 2006-06-18 [colin] 2.3.0cvs21
7641 * src/prefs_customheader.c
7642 Add a 'From File...' button in custom headers prefs, which
7643 try to do the right thing:
7644 for normal headers, use file as plaintext,
7645 for X-Face, calls compface,
7646 for Face, encode to b64.
7648 2006-06-17 [colin] 2.3.0cvs20
7653 2006-06-16 [colin] 2.3.0cvs19
7656 Recursive quicksearch: show message list
7657 in current folder, *then* search children
7660 2006-06-16 [colin] 2.3.0cvs18
7663 Instead of ignoring SIGPIPE, save caches
7664 when getting one. Will fix the fact that
7665 hot caches are out-of-date when logging
7668 * src/prefs_compose_writing.c
7669 Only save text (not attachments) when
7670 auto-saving to drafts
7672 Always replace \n, \r and \t with spaces
7674 * manual/dist/html/Makefile.am
7675 * manual/dist/pdf/Makefile.am
7676 * manual/dist/ps/Makefile.am
7677 * manual/dist/txt/Makefile.am
7678 * manual/fr/dist/html/Makefile.am
7679 * manual/fr/dist/pdf/Makefile.am
7680 * manual/fr/dist/ps/Makefile.am
7681 * manual/fr/dist/txt/Makefile.am
7682 * manual/pl/dist/html/Makefile.am
7683 * manual/pl/dist/pdf/Makefile.am
7684 * manual/pl/dist/ps/Makefile.am
7685 * manual/pl/dist/txt/Makefile.am
7686 Fix make clean removing pregenerated manuals
7689 2006-06-16 [colin] 2.3.0cvs17
7691 * src/plugins/pgpcore/sgpgme.c
7692 * src/plugins/pgpmime/pgpmime.c
7693 * src/plugins/pgpinline/pgpinline.c
7694 Better error reporting in setup_signers.
7695 Don't fallback to default key if specified
7697 Don't allow signing if more than one secret
7698 key matches the one specified in prefs.
7700 2006-06-15 [colin] 2.3.0cvs16
7703 Add "Send queue" in the folder's contextual
7711 * src/plugins/pgpcore/passphrase.c
7712 * src/plugins/pgpcore/sgpgme.c
7713 * src/plugins/pgpinline/pgpinline.c
7714 * src/plugins/pgpmime/pgpmime.c
7715 Better error reporting
7717 Probably fix bug #971 (2.2.3 cannot read mail
7721 2006-06-15 [mones] 2.3.0cvs15
7723 * tools/make.themes.project
7724 creates the themes project from the web page
7726 2006-06-15 [colin] 2.3.0cvs14
7729 Better fix (avoid losing the folder if scan_tree
7732 2006-06-15 [cleroy] 2.3.0cvs13
7735 Probably fix Bug #969 (crash on rebuilding
7738 2006-06-14 [colin] 2.3.0cvs12
7740 * manual/dtd/manual.xsl
7741 * manual/sylpheed-claws-manual.xml
7742 * manual/fr/sylpheed-claws-manual.xml
7743 * manual/pl/sylpheed-claws-manual.xml
7744 Insert pagebreaks between sections
7746 2006-06-14 [paul] 2.3.0cvs11
7749 better fix than 2.3.0cvs10
7751 2006-06-14 [paul] 2.3.0cvs10
7754 fix setting of PACKAGE_DATA_DIR with newer autoconf
7755 (backwards compatible)
7757 2006-06-13 [colin] 2.3.0cvs9
7760 Fix sending of return receipt with the new queue folders
7762 2006-06-13 [wwp] 2.3.0cvs8
7764 * src/quote_fmt_lex.l
7765 fix wrong tokens returned in quote_fmt lexer, query not().
7767 2006-06-13 [wwp] 2.3.0cvs7
7770 * src/prefs_folder_item.c
7771 allow changing folder type even when folder is not a top-level one,
7774 2006-06-12 [colin] 2.3.0cvs6
7777 Fix double-ask of "Do you want to mark all
7780 2006-06-12 [colin] 2.3.0cvs5
7791 * src/prefs_folder_item.c
7796 * src/send_message.c
7799 Apply bug #964's patch (Queue and drafts aren't normal)
7800 The Drafts and Queue folder now contain RFC-822 files,
7801 allowing to move and copy mails from and to these
7802 folders. Moving from Drafts to Queue will prepare the
7803 mail for sending (PGP signature, encryption, etc).
7804 This patch also rework sending errors handling to try
7806 Also, allow redefining folder types via the GUI
7807 (Folder type in its Properties)
7809 2006-06-12 [colin] 2.3.0cvs4
7812 * src/prefs_common.c
7813 * src/prefs_common.h
7815 Allow to define a specific print font - patch
7816 by Bernhard Walle <bernhard.walle@gmx.de>
7818 * manual/advanced.xml
7819 * manual/fr/advanced.xml
7820 Add a hidden pref to allow deletion without
7823 2006-06-12 [wwp] 2.3.0cvs3
7826 more files to ignore.
7828 2006-06-12 [wwp] 2.3.0cvs2
7831 * src/quote_fmt_lex.l
7832 * src/quote_fmt_parse.y
7833 extend the quote_fmt parser (templates and quotes):
7834 - allow limited sub-expressions in |p{} and |f{} expressions,
7835 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7836 - implemented/fixed missing implementation of query_references and show_references,
7837 - completed, fixed contents and format of the symbols help dialog,
7838 - fix some compilation warnings.
7840 2006-06-12 [wwp] 2.3.0cvs1
7842 * manual/advanced.xml
7843 * manual/fr/advanced.xml
7844 updates in the "templates" section of the manual (eng/fr):
7845 - be more precise (both versions)
7846 - completed to match the english reference (fr version)
7847 - touchups (both versions)
7849 2006-06-12 [paul] 2.3.0
7853 2006-06-12 [paul] 2.2.3cvs14
7864 updated by Miquel Oliete, Tim, Stephan Sachse,
7865 Stavros Giannouris, Fabien Vantard, Andrea
7866 Spadaccini, Frederico Goncalves Guimaraes,
7867 Aleksandar Urosevic, and Ralgh Young
7869 2006-06-12 [colin] 2.2.3cvs13
7874 2006-06-11 [colin] 2.2.3cvs12
7877 Verify that g_malloc() succeeded
7879 2006-06-11 [colin] 2.2.3cvs11
7882 Add Face header to welcome mail
7884 2006-06-10 [colin] 2.2.3cvs10
7887 Revert previous (Forgot it changes the
7888 margin on the whole mail)
7890 2006-06-10 [colin] 2.2.3cvs9
7893 Don't overlap long headers under (X-)Face
7895 2006-06-10 [mones] 2.2.3cvs8
7898 allow generation of manual on systems lacking saxon binary
7899 but with java and the saxon library installed
7904 2006-06-09 [colin] 2.2.3cvs7
7907 Fix leak when using Display Sender using Addressbook
7909 2006-06-09 [colin] 2.2.3cvs6
7918 2006-06-09 [paul] 2.2.3cvs5
7922 * tools/claws.i18n.status.pl
7923 updated with new info
7925 2006-06-09 [paul] 2.2.3cvs4
7930 add wwp to authors list
7932 update mine and Colin's addresses
7934 2006-06-08 [colin] 2.2.3cvs3
7936 * src/etpan/imap-thread.c
7937 Fix leak on SSL cert check
7939 2006-06-08 [colin] 2.2.3cvs2
7941 * src/common/utils.c
7944 2006-06-08 [paul] 2.2.3cvs1
7947 Update version number following
7950 2006-06-07 [colin] 2.2.2cvs3
7953 Fix catching cache read errors (guint instead of gint)
7954 Prevent malloc'ing more than 8MB (means cache corruption)
7956 2006-06-07 [paul] 2.2.2cvs2
7963 * src/common/utils.c
7964 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7966 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7969 2006-06-06 [paul] 2.2.2cvs1
7972 Update version number following
7975 2006-06-06 [paul] 2.2.1cvs6
7978 fix implicit declaration of
7980 Patch by Fabien Vantard
7982 2006-06-06 [paul] 2.2.1cvs5
7985 fix age_greater and age_lower so that they
7986 mean what say and not '...or equal to'
7989 2006-06-06 [paul] 2.2.1cvs4
7992 * src/common/utils.c
7996 2006-06-05 [wwp] 2.2.1cvs3
7998 * manual/fr/account.xml
7999 minor language fixes (thanks to Fabien Vantard).
8001 2006-06-05 [colin] 2.2.1cvs2
8003 * src/prefs_folder_item.c
8005 Allow recursive setting of properties
8008 Don't freeze on 'test' filtering rule
8010 2006-06-05 [colin] 2.2.1cvs1
8013 Update version number following
8016 2006-06-04 [wwp] 2.2.0cvs82
8018 * manual/glossary.xml
8019 * manual/account.xml
8020 * manual/fr/glossary.xml
8021 * manual/fr/account.xml
8022 added glossary section and references/links related to the Face custom header.
8024 2006-06-04 [colin] 2.2.0cvs81
8027 Skip to next message on move with no
8030 2006-06-04 [wwp] 2.2.0cvs80
8033 added sanity checks, exit when needed.
8035 2006-06-03 [paul] 2.2.0cvs79
8037 * src/prefs_receive.c
8038 page name is now 'Receiving'
8040 page name is now 'Sending'
8042 2006-06-03 [colin] 2.2.0cvs78
8044 * src/plugins/spamassassin/spamassassin_gtk.c
8045 Autoswitch to Localhost if transport was previously
8046 disabled. Else people had to check [] Enable, then
8047 *reselect* transport.
8049 2006-06-03 [colin] 2.2.0cvs77
8051 * src/plugins/pgpinline/pgpinline.c
8052 * src/plugins/pgpmime/pgpmime.c
8053 Check that gpg_data_release_and_get_mem
8054 didn't fail (now, why this happens...)
8056 2006-06-03 [colin] 2.2.0cvs76
8059 Fix bug #962 (Manual and/or UI should
8060 warn about incompatible locking
8063 2006-06-02 [cleroy] 2.2.0cvs75
8071 2006-06-02 [colin] 2.2.0cvs74
8074 On exit, free caches after writing them
8075 Shuts up some valgrind false positives
8077 * src/send_message.c
8078 Fix races when reusing existing SMTP connections
8079 Fix inexistant session timeout
8081 Display alertpanel after all queues have
8082 been processed, not after each
8084 2006-06-02 [wwp] 2.2.0cvs73
8086 * manual/fr/glossary.xml
8089 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8091 2006-06-02 [wwp] 2.2.0cvs72
8094 * manual/dist/pdf/Makefile.am
8095 * manual/dtd/manual.xsl
8096 * manual/fr/dist/pdf/Makefile.am
8097 * manual/pl/dist/pdf/Makefile.am
8098 we changed the procedure to generate the .pdf version of the manual.
8099 The procedure is more modern and the .pdf we get now has a valid index.
8100 Here are the new pre-requisites:
8102 - JRE 1.x (1.4 here): there must be one from your distro
8103 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8104 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8105 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8107 See my posts for further info about the installation of this toolchain:
8109 Date: Fri, 19 May 2006 19:40:06 +0200
8110 From: wwp <subscript@free.fr>
8111 To: sylpheed-claws-devel@lists.sourceforge.net
8112 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8116 Date: Wed, 24 May 2006 12:58:49 +0200
8117 From: wwp <subscript@free.fr>
8118 To: sylpheed-claws-devel@lists.sourceforge.net
8119 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8121 2006-06-01 [colin] 2.2.0cvs71
8124 Better guards against IMAP races
8126 * src/prefs_common.c
8127 * src/prefs_common.h
8128 * src/common/ssl_certificate.c
8129 * src/etpan/imap-thread.c
8130 * src/etpan/imap-thread.h
8131 * src/gtk/sslcertwindow.c
8132 New hidden option ssl_skip_cert_check to
8133 avoid dups of bug #959 (libetpan linked
8134 against gnutls and gnutls buggy on 64bit)
8135 Present expired warning only once per
8137 * manual/advanced.xml
8138 * manual/fr/advanced.xml
8141 2006-06-01 [wwp] 2.2.0cvs70
8144 fix for bug #961 (return receipt dialog
8145 complains incorrectly about return-path
8146 email adress being different), thanks
8149 2006-05-31 [cleroy] 2.2.0cvs69
8152 Guard against NULLs, although this
8153 should never be an issue
8155 2006-05-31 [colin] 2.2.0cvs68
8160 Don't remove caches when destroying folder, it
8161 could (should) be done at exit
8163 free processing cache after incorporation
8164 * src/etpan/imap-thread.c
8165 Maybe fix bug #959 (Crash on moving to emails
8166 to a imap account per ssl with a expired
8169 2006-05-30 [colin] 2.2.0cvs67
8172 Put back event flush when displaying message
8173 It avoids reading a bunch of messages just
8174 by hitting shift-n for too long ;)
8176 2006-05-29 [colin] 2.2.0cvs66
8179 Remove useless g_warnings
8181 2006-05-29 [colin] 2.2.0cvs65
8184 Fix g_slist_append()s for performance
8186 2006-05-29 [colin] 2.2.0cvs64
8189 * src/common/utils.c
8190 Fix extraneous tab at start of addresses
8192 Fix warnings (thanks to Fabien)
8193 Fix crash at exit when composing messages
8196 Fix progress bar when deleting expired mails
8199 * src/gtk/gtksctree.c
8200 Fix re-sorting slowness
8202 2006-05-29 [paul] 2.2.0cvs63
8205 fetch full message when moving mails
8206 from another mailbox, (fixed data loss
8207 when filtering from IMAP to MH, introduced
8211 2006-05-29 [mones] 2.2.0cvs62
8213 * src/gtk/gtksctree.c
8214 Unselect faster (patch by Colin)
8216 2006-05-26 [colin] 2.2.0cvs61
8219 Unplug MSGINFO_UPDATE callback on delete too.
8221 2006-05-26 [colin] 2.2.0cvs60
8224 Fix bold in folder selection window with glib2.10
8227 2006-05-26 [colin] 2.2.0cvs59
8230 Convert date only if necessary (and don't
8231 try to convert from utf8 to utf8, too)
8233 Only set column's text if the column's
8236 2006-05-26 [colin] 2.2.0cvs58
8239 * src/gtk/gtkutils.c
8242 2006-05-26 [colin] 2.2.0cvs57
8245 Make summaryview selectable as long as
8246 no message has focus
8248 Faster deletion (by implementing mh_remove_msgs)
8249 Faster copy (avoid using mh_fetch_msg just to get
8251 Faster move (using move_file instead of copy_file
8253 No progressbar if total number of mails to cp/mv
8256 Fix removal from subject_table when mail gets moved
8257 Faster deletion (g_slist_prepend instead of append)
8258 * src/gtk/gtksctree.c
8261 2006-05-25 [colin] 2.2.0cvs56
8263 * src/common/ssl_certificate.c
8264 Fix leak in expired cert check
8266 2006-05-25 [colin] 2.2.0cvs55
8269 Disable flags syncing on .mh_sequences - it
8270 is buggy and marks mails read under unknown
8275 * 2.3.0-rc4 released
8277 2006-05-24 [colin] 2.2.0cvs54
8279 attention cvs users: if you manage to crash
8280 Sylpheed-Claws while moving, copying or deleting
8281 mails, we *are* interested in stack traces and
8282 valgrind logs. It looks stable, but one never
8286 Add progressbar for cache updates
8288 Optimize Mark all read in the current
8291 Add progressbar for copy/move
8293 Optimize O(n^2) in copy/move
8295 * src/gtk/gtksctree.c
8296 Optimize O(n^2) algos
8297 * src/common/timing.h
8298 Display ms instead of us
8300 2006-05-24 [wwp] 2.2.0cvs53
8302 * manual/fr/advanced.xml
8303 updates to the French manual.
8305 2006-05-24 [wwp] 2.2.0cvs52
8307 * src/common/utils.c
8308 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8310 2006-05-24 [wwp] 2.2.0cvs51
8313 fixed "mark all read" in MH folders (thanks to Colin).
8315 2006-05-24 [paul] 2.2.0cvs50
8317 * doc/man/sylpheed-claws.1
8318 updated the man page
8320 2006-05-23 [colin] 2.2.0cvs49
8328 * src/send_message.c
8330 * src/gtk/sslcertwindow.c
8331 alertpanel fixes, by Fabien
8333 2006-05-23 [colin] 2.2.0cvs48
8339 * src/gtk/gtksctree.c
8340 * src/gtk/gtksctree.h
8342 Fix slow loading problem, which was caused by the
8343 use of some gtk_ctree funcs and their use of
8344 g_list_position while gtk_ctree_(un)link'ing.
8345 Reap more functions from gtkctree.c to be sure we
8346 use our (fast) version instead of theirs.
8348 Fix copy of unread mails
8351 2006-05-22 [wwp] 2.2.0cvs47
8353 * manual/fr/advanced.xml
8356 2006-05-22 [colin] 2.2.0cvs46
8359 Fix possible infinite loop. 'copy' is not a
8360 final action, so when encountering a 'copy',
8361 we have to check if a previous one was set
8362 and do it. In the same way, if we encounter
8363 a 'move' we have to perform a possibly
8364 pending 'copy'. This will slow down filtering
8365 on IMAP if move+copy or multiple copy actions
8366 are to be done, but handling it via the batch
8367 would be really too convoluted.
8369 2006-05-22 [wwp] 2.2.0cvs45
8371 * manual/fr/advanced.xml
8373 * manual/fr/glossary.xml
8374 * manual/fr/handling.xml
8375 * manual/fr/intro.xml
8376 * manual/fr/plugins.xml
8377 * manual/fr/sylpheed-claws-manual.xml
8378 sync w/ the english manual: updates URIs, documented mailing-list
8379 support, better explanation about the enabled/disabled feature
8380 in filtering/processing rules by Paul.
8382 2006-05-21 [colin] 2.2.0cvs44
8385 Don't expand after building threads, but during
8387 2006-05-21 [colin] 2.2.0cvs43
8391 More timing possibilities... For next time I have
8392 to find out how the hell some 3GHz computer takes
8393 one minute to open a 30k folder...
8395 2006-05-21 [colin] 2.2.0cvs42
8397 * manual/pl/advanced.xml
8399 * manual/pl/glossary.xml
8400 * manual/pl/handling.xml
8401 * manual/pl/intro.xml
8402 * manual/pl/plugins.xml
8403 * manual/pl/sylpheed-claws-manual.xml
8404 Polish manual updated by Pawel
8408 * 2.3.0-rc3 released
8410 2006-05-20 [colin] 2.2.0cvs41
8414 - remove cache of moved messages from original folder
8415 - apply new flags to messages even if they aren't appliable
8420 * 2.3.0-rc2 released
8422 2006-05-19 [colin] 2.2.0cvs40
8425 Don't issue SELECT in imap_change_flags
8426 before having checked that we indeed have
8427 some flags to change. MSG_POSTFILTERED for
8428 example can't be used on IMAP.
8429 Fixes bug #955 (copying messages between
8430 imap folders is extremely slow), which was
8433 2006-05-19 [colin] 2.2.0cvs39
8438 Try to fix bug #830 (Some unread messages
8439 get marked read in IMAP inbox):
8440 - Prevent scanning a folder if it's being
8442 - Postpone opening via the GUI of a folder
8446 2006-05-19 [wwp] 2.2.0cvs38
8448 * manual/advanced.xml
8449 fix English+typo (thanks to Paul).
8451 2006-05-19 [wwp] 2.2.0cvs37
8453 * manual/advanced.xml
8454 * manual/fr/advanced.xml
8455 * src/gtk/logwindow.c
8456 * src/prefs_common.c
8457 * src/prefs_common.h
8458 added hidden prefs to allow customization of colors used in
8459 protocol log window (useful for dark gtk+ themes).
8461 2006-05-19 [wwp] 2.2.0cvs36
8464 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8466 2006-05-19 [paul] 2.2.0cvs35
8469 make Reply-To fully clickable
8470 * src/gtk/logwindow.c
8471 more colouring (SMTP ESMTP)
8472 Both patches by Pawel Pekala
8474 2006-05-19 [cleroy] 2.2.0cvs34
8477 Don't update flags from current folder
8478 Probably fixes bug #935 (Read Messages
8479 Revert to Being Marked as Unread)
8481 2006-05-18 [colin] 2.2.0cvs33
8489 Allow replying to multiple emails
8492 * src/etpan/imap-thread.c
8495 2006-05-18 [paul] 2.2.0cvs32
8498 keep Mailing-List menu refreshed
8501 2006-05-18 [paul] 2.2.0cvs31
8503 * manual/advanced.xml
8505 * manual/glossary.xml
8506 * manual/handling.xml
8508 * manual/plugins.xml
8509 * manual/sylpheed-claws-manual.xml
8511 add info about mailing-list support
8516 * src/plugins/dillo_viewer/README
8519 2006-05-17 [wwp] 2.2.0cvs30
8521 * manual/handling.xml
8522 * manual/fr/handling.xml
8523 documented the ability to enabled/disable filtering/processing rules.
8525 2006-05-17 [colin] 2.2.0cvs29
8528 Don't initialize g_thread subsystem if it's
8529 already done (thanks to Hiro)
8531 Fix saving of parts when there name can't be
8532 converted from UTF-8.
8534 2006-05-17 [paul] 2.2.0cvs28
8537 fix config.status warning with autoconf 2.60
8539 2006-05-17 [paul] 2.2.0cvs27
8544 2006-05-17 [wwp] 2.2.0cvs26
8547 fix useless and potentially dangerous buffer walking (thanks to Colin).
8549 2006-05-17 [wwp] 2.2.0cvs25
8551 * src/plugins/demo/demo.c
8552 updated product name in plugin demo (many plugins need to be
8553 sync'ed w/ that change).
8555 2006-05-17 [colin] 2.2.0cvs24
8560 2006-05-16 [colin] 2.2.0cvs23
8563 Stupid me hit again. Fix cvs22.
8565 2006-05-16 [colin] 2.2.0cvs22
8568 Fix bug #922 (sylpheed-claws crashed after
8569 pushing on Inbox folder)
8571 2006-05-16 [colin] 2.2.0cvs21
8574 Make From header be copy/paste/select-able
8576 2006-05-16 [wwp] 2.2.0cvs20
8581 * src/etpan/imap-thread.c
8582 fix some compiler warnings (thanks to Colin).
8584 2006-05-16 [wwp] 2.2.0cvs19
8592 * src/send_message.c
8594 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8596 2006-05-15 [colin] 2.2.0cvs18
8599 Fix automatic rule creation with List-Post
8601 2006-05-15 [paul] 2.2.0cvs17
8603 * tools/filter_conv_new.pl
8604 updated for rule enabling/disabling
8605 claws version >= 2.3.x required
8607 2006-05-15 [cleroy] 2.2.0cvs16
8612 2006-05-15 [cleroy] 2.2.0cvs15
8617 2006-05-15 [wwp] 2.2.0cvs14
8619 * manual/pl/.cvsignore
8620 ignore generated files.
8622 2006-05-14 [wwp] 2.3.0-rc1
8624 * 2.3.0-rc1 released
8626 2006-05-13 [wwp] 2.2.0cvs13
8631 * src/matcher_parser_lex.l
8632 * src/matcher_parser_parse.y
8633 * src/prefs_filtering.c
8634 new feature: provide the ability to disable filtering and processing
8635 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8638 2006-05-13 [colin] 2.2.0cvs12
8641 Remove useless if (a) b; else b;
8644 2006-05-13 [wwp] 2.2.0cvs11
8652 no more silent failures (or at least less ones) when importing
8653 or exporting from/to mbox. Also start importing/exporting if
8654 the necessary info is set.
8656 2006-05-13 [wwp] 2.2.0cvs10
8659 restored up-to-date release notes.
8661 2006-05-13 [paul] 2.2.0cvs9
8665 updated by Tim Dijkstra and Pavlo Bohmat
8667 2006-05-12 [colin] 2.2.0cvs8
8669 * src/gtk/quicksearch.c
8670 Add "k" as shortcut for "colorlabel". Patch
8671 by ath42@users.sf.net.
8673 2006-05-12 [paul] 2.2.0cvs7
8675 * src/prefs_common.h
8676 * src/prefs_summaries.c
8678 when entering a folder also allow
8679 going directly to first Marked message
8681 2006-05-12 [paul] 2.2.0cvs6
8684 always obey 'confirm before marking all
8687 2006-05-12 [paul] 2.2.0cvs5
8690 make Sender fully clickable
8692 2006-05-12 [colin] 2.2.0cvs4
8696 Let From be editable
8699 Full support of .mh_sequences' Unseen seq
8701 2006-05-12 [colin] 2.2.0cvs3
8707 * src/prefs_spelling.c
8714 Add contextual menu on Compose toolbar
8715 button. Fixes bug #944 (Automatic
8716 addresses not applied when changing account
8717 from compose window)
8718 add Mailing List support
8719 based on the old 0.6.5claws25 patch by
8720 Melvin Hadasht, with finishing touches
8722 Fix "ignore thread" when mails are threaded by
8723 subject (and weren't ignored although appearing
8726 Both patches by Pawel.
8728 2006-05-08 [paul] 2.2.0cvs2
8737 add Mailing List support
8738 based on the old 0.6.5claws25 patch by
8739 Melvin Hadasht, with finishing touches
8742 2006-05-08 [colin] 2.2.0cvs1
8747 Add contextual menu on Compose toolbar
8748 button. Fixes bug #944 (Automatic
8749 addresses not applied when changing account
8750 from compose window)
8752 2006-05-08 [paul] 2.2.0
8756 2006-05-08 [paul] 2.1.1cvs51
8766 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8767 Fabien Vantard, Frederico Goncalves Guimaraes,
8768 Aleksandar Urosevic, and Ralgh Young
8770 2006-05-12 [colin] 2.1.1cvs50
8781 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8782 Fabien Vantard, Frederico Goncalves Guimaraes,
8783 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8785 2006-05-05 [colin] 2.1.1cvs49
8787 * manual/Makefile.am
8788 * manual/pl/Makefile.am
8789 * manual/pl/account.xml
8791 * manual/pl/addrbook.xml
8792 * manual/pl/advanced.xml
8794 * manual/pl/glossary.xml
8796 * manual/pl/handling.xml
8797 * manual/pl/intro.xml
8798 * manual/pl/keyboard.xml
8799 * manual/pl/plugins.xml
8800 * manual/pl/starting.xml
8801 * manual/pl/sylpheed-claws-manual.xml
8802 * manual/pl/dist/.cvsignore
8803 * manual/pl/dist/Makefile.am
8804 * manual/pl/dist/html/.cvsignore
8805 * manual/pl/dist/html/Makefile.am
8806 * manual/pl/dist/pdf/.cvsignore
8807 * manual/pl/dist/pdf/Makefile.am
8808 * manual/pl/dist/ps/.cvsignore
8809 * manual/pl/dist/ps/Makefile.am
8810 * manual/pl/dist/txt/.cvsignore
8811 * manual/pl/dist/txt/Makefile.am
8812 Add the polish translation of the manual,
8813 Authored by Pawel Pekala.
8815 2006-05-05 [cleroy] 2.1.1cvs48
8818 Re-read matcherrc after loading plugins
8819 if some of them add folders.
8821 2006-05-03 [colin] 2.1.1cvs47
8826 2006-05-03 [colin] 2.1.1cvs46
8829 Be sure to have a session when
8832 2006-05-03 [colin] 2.1.1cvs45
8837 Fix preventing renaming with namespace
8840 2006-05-01 [colin] 2.1.1cvs44
8843 Don't reload messageview when result of
8846 2006-04-29 [colin] 2.1.1cvs43
8848 * src/prefs_receive.c
8849 * src/plugins/spamassassin/spamassassin_gtk.c
8850 * src/plugins/clamav/clamav_plugin_gtk.c
8853 2006-04-29 [colin] 2.1.1cvs42
8855 * src/prefs_compose_writing.c
8857 Cleanups. Patch by Pawel
8859 2006-04-28 [paul] 2.1.1cvs41
8862 fix returned quick search results when search
8863 term contains an underscore.
8866 2006-04-28 [paul] 2.1.1cvs40
8868 * src/prefs_message.c
8869 * src/prefs_receive.c
8871 Patches by Pawel Pekala
8873 2006-04-27 [colin] 2.1.1cvs39
8876 Differentiate subject Welcome from
8877 window's title Welcome
8883 2006-04-27 [paul] 2.1.1cvs38
8885 * manual/advanced.xml
8886 * manual/fr/advanced.xml
8887 add info about compose_no_markup hidden pref
8889 2006-04-27 [paul] 2.1.1cvs37
8891 * src/prefs_account.c
8892 improve privacy labels
8893 * src/prefs_msg_colors.c
8894 change some strings for translators' convenience
8895 * src/gtk/gtkutils.c
8896 don't underline the link button text
8898 2006-04-25 [colin] 2.1.1cvs36
8901 Complete 2.1.1cvs33 (once more ;)
8903 2006-04-25 [colin] 2.1.1cvs35
8908 2006-04-25 [cleroy] 2.1.1cvs34
8911 * src/gtk/gtkaspell.c
8912 Fix crash on redirect (related to the return
8913 of the aspell menu in compose's toolbar)
8914 * src/prefs_msg_colors.c
8915 Fix sensitivity widgets
8916 * src/image_viewer.c
8917 * src/gtk/pluginwindow.c
8918 * src/gtk/prefswindow.c
8919 Change released signals to clicked (Fabien)
8921 * src/common/socket.c
8922 * src/plugins/spamassassin/spamassassin.c
8923 Translate strings (Fabien)
8925 2006-04-25 [paul] 2.1.1cvs33
8930 complete the fix of bug #912
8933 2006-04-25 [colin] 2.1.1cvs32
8941 Patches by Pawel Pekala
8943 2006-04-24 [colin] 2.1.1cvs31
8946 Fix compilation warnings (Fabien)
8948 2006-04-24 [colin] 2.1.1cvs30
8952 * src/editldap_basedn.c
8953 * src/editldap_basedn.h
8959 Fix bug #901 (LDAPS support)
8961 2006-04-24 [colin] 2.1.1cvs29
8964 Fix logic on error with send dialog on
8966 Fix compilation without libetpan, thanks
8969 Fix 'context-menu' key
8971 2006-04-23 [colin] 2.1.1cvs28
8974 Never free current's cache to free up
8975 memory. Fixes bug #912 (new count
8976 randomly set to message count)
8978 2006-04-23 [colin] 2.1.1cvs27
8980 * src/gtk/quicksearch.c
8981 And remove printf...
8983 2006-04-23 [colin] 2.1.1cvs26
8985 * src/gtk/quicksearch.c
8986 Fix replacing in quicksearch, and fix inserting
8987 in the middle of the string. (introduced at 2.1.0cvs22)
8989 2006-04-23 [colin] 2.1.1cvs25
8992 Make sure uidnext is initialized in get_num_list
8993 (not for stable, related to 2.1.1cvs8 and friends)
8995 2006-04-23 [colin] 2.1.1cvs24
8998 Output something when login is successful
9001 2006-04-23 [colin] 2.1.1cvs23
9003 * src/etpan/imap-thread.c
9004 Better logging (line-per-line, hide data in fetch)
9006 * src/gtk/logwindow.c
9007 * src/gtk/logwindow.h
9008 Better logging (color for input/output)
9010 2006-04-21 [colin] 2.1.1cvs22
9012 * src/gtk/quicksearch.c
9013 On gtk+-2.8, use stock buttons in quicksearch
9014 Based on a patch by Fabien and a design by Paul
9016 2006-04-21 [colin] 2.1.1cvs21
9020 Fix occasional flicker in folderview
9021 * src/common/utils.c
9022 Fix bug #943 (Incorrectly parsed email address
9023 list in short headers on message view and in
9026 2006-04-20 [colin] 2.1.1cvs20
9030 * src/prefs_account.c
9031 Add ANONYMOUS auth for IMAP
9033 2006-04-20 [paul] 2.1.1cvs19
9036 proper fix for 2.1.1cvs18
9039 2006-04-20 [paul] 2.1.1cvs18
9044 2006-04-20 [paul] 2.1.1cvs17
9046 * src/gtk/quicksearch.c
9047 fix standard, non-extended Quick search,
9048 was broken in 2.1.1cvs15.
9051 2006-04-20 [colin] 2.1.1cvs16
9053 * src/prefs_matcher.c
9054 Fix values when reselecting a ~test
9057 2006-04-19 [colin] 2.1.1cvs15
9061 * src/gtk/gtkaspell.c
9062 * src/gtk/gtkaspell.h
9063 Put back Options menu in Spelling/
9064 * src/gtk/quicksearch.c
9065 Don't search, and show error, if the
9066 advanced search has a syntax error
9068 2006-04-18 [colin] 2.1.1cvs14
9071 Fix gdk warnings on set_cursor when textview
9074 2006-04-18 [colin] 2.1.1cvs13
9076 * src/gtk/gtksctree.c
9077 Remove seemingly useless refresh that causes
9078 flicker - watch this commit in case of
9079 problems before planned backport to stable
9081 2006-04-18 [colin] 2.1.1cvs12
9084 Factorize get/set_xml code
9086 * src/prefs_account.c
9087 * src/prefs_account.h
9089 Add Encrypt to self option
9091 2006-04-17 [colin] 2.1.1cvs11
9094 Fix search on encrpyt function on dragonfly
9095 Patch by Jonathan Buschmann <jonthn@agmact.com>
9097 2006-04-17 [colin] 2.1.1cvs10
9099 * src/prefs_account.c
9100 Be safe by default: remove mails from POP3
9101 after 7 days, not immediately
9103 2006-04-17 [colin] 2.1.1cvs9
9105 * src/etpan/imap-thread.c
9106 Fix build on DragonFly - patch by
9107 Jonathan Buschmann <jonthn@agmact.com>
9109 2006-04-17 [colin] 2.1.1cvs8
9112 Save uidnext between sessions
9114 2006-04-17 [colin] 2.1.1cvs7
9117 scan is required when uid validity changes
9119 2006-04-17 [colin] 2.1.1cvs6
9122 Don't scan if not necessary, apart in current
9123 folder and INBOX to fetch flags.
9125 Scan is necessary if unread count changes
9127 2006-04-17 [colin] 2.1.1cvs5
9130 ...But always fetch ANSWERED and DELETED flags for
9131 INBOX, as filtering can happen on these flags.
9133 2006-04-17 [colin] 2.1.1cvs4
9136 Don't fetch REPLIED and DELETED flags when synchronising
9137 flags with a closed folder. We only need UNSEEN and FLAGGED
9138 to update the folderview.
9140 2006-04-17 [colin] 2.1.1cvs3
9143 Faster flag search when there are new mails
9144 in a folder. We can do a full search if the
9145 folder contains less messages than the new
9148 2006-04-17 [colin] 2.1.1cvs2
9155 Update translations from stable branch
9157 2006-04-17 [colin] 2.1.1cvs1
9160 Bump version to follow stable release
9162 2006-04-16 [mones] 2.1.0cvs50
9167 2006-04-16 [colin] 2.1.0cvs49
9170 Fix bgcolor not unset on gtk 2.8, while preventing warnings
9171 with gtk < 2.8. Thanks to Fabien Vantard.
9173 2006-04-15 [colin] 2.1.0cvs48
9175 * src/etpan/imap-thread.c
9176 Fix bug #919 (libetpan: SEGV when connecting
9179 2006-04-14 [colin] 2.1.0cvs47
9182 Fix race on --select (should be done better)
9184 2006-04-14 [wwp] 2.1.0cvs46
9186 * src/send_message.c
9187 enforce a check for domain in account prefs (a sending
9188 error could be faced if domain was checked but no value set),
9191 2006-04-14 [colin] 2.1.0cvs45
9194 when converting from unknown to unknown, if the
9195 string is UTF8, don't convert it to the locale
9198 2006-04-14 [colin] 2.1.0cvs44
9201 Don't try to use ASCII for converting headers
9204 2006-04-14 [paul] 2.1.0cvs43
9207 add locale/charset info to crash report
9210 replace 'e-mail' with preferred 'email'
9212 ensure contributors list is in alphabetical
9215 2006-04-13 [colin] 2.1.0cvs42
9218 Prevent gdk warnings
9220 2006-04-13 [colin] 2.1.0cvs41
9222 * src/common/ssl_certificate.c
9223 * src/common/ssl_certificate.h
9224 * src/gtk/sslcertwindow.c
9225 Warn on expired certs, and display the expiration date
9227 2006-04-13 [colin] 2.1.0cvs40
9229 * src/plugins/spamassassin/spamassassin_gtk.c
9230 Fix missing set_text on unix socket
9232 2006-04-13 [wwp] 2.1.0cvs39
9234 * manual/fr/advanced.xml
9235 * manual/fr/glossary.xml
9236 applied new spam/ham/email lexicon (pourriel, courriel)
9238 2006-04-13 [paul] 2.1.0cvs38
9240 * src/plugins/pgpmime/plugin.c
9241 remove the mention of S/MIME from the
9242 description. This is now handled by the
9245 2006-04-13 [paul] 2.1.0cvs37
9247 * src/prefs_msg_colors.c
9249 * src/prefs_folder_item.c
9250 * src/prefs_spelling.c
9251 add a tooltip to the colour selector buttons
9253 2006-04-13 [wwp] 2.1.0cvs36
9255 * manual/advanced.xml
9256 * manual/glossary.xml
9257 * manual/handling.xml
9258 * manual/keyboard.xml
9259 * manual/plugins.xml
9260 * manual/starting.xml
9261 * manual/fr/account.xml
9263 * manual/fr/addrbook.xml
9264 * manual/fr/advanced.xml
9266 * manual/fr/glossary.xml
9268 * manual/fr/handling.xml
9269 * manual/fr/intro.xml
9270 * manual/fr/keyboard.xml
9271 * manual/fr/plugins.xml
9272 * manual/fr/starting.xml
9273 * manual/fr/sylpheed-claws-manual.xml
9274 fixes to the manuals:
9275 - summaryview -> Message List (same in French)
9276 - translate key names
9277 - fix French punctuation, use non-breakable spaces when
9278 necessary, don't use   which is not portable
9279 - tell what maildir and mbox formats we support
9281 2006-04-12 [wwp] 2.1.0cvs35
9283 * src/prefs_toolbar.c
9284 unified a replace button more,
9285 patch by Fabien Vantard <fzzzzz@gmail.com>.
9287 2006-04-12 [wwp] 2.1.0cvs34
9289 * src/prefs_common.c
9290 * src/prefs_msg_colors.c
9291 make default color labels translatable,
9292 patch from Fabien Vantard <fzzzzz@gmail.com>,
9293 thanks to Tim <timbrain@post.cz> for reporting.
9295 2006-04-12 [wwp] 2.1.0cvs33
9297 * manual/glossary.xml
9299 * manual/plugins.xml
9300 * manual/starting.xml
9301 * manual/sylpheed-claws-manual.xml
9302 * manual/fr/.cvsignore
9303 * manual/fr/account.xml
9305 * manual/fr/addrbook.xml
9306 * manual/fr/advanced.xml
9308 * manual/fr/glossary.xml
9309 * manual/fr/handling.xml
9310 * manual/fr/intro.xml
9311 * manual/fr/keyboard.xml
9312 * manual/fr/plugins.xml
9313 * manual/fr/starting.xml
9314 * manual/fr/sylpheed-claws-manual.xml
9315 various fixes: typos, missing .fr translations, punctuation,
9316 capitalization, links, accents and some bad French more.
9318 2006-04-12 [wwp] 2.1.0cvs32
9321 fix for bug #935: always store prefs files in UTF-8 (thanks
9324 2006-04-11 [colin] 2.1.0cvs31
9327 Fix inserting files not in utf8 when locale is utf8
9329 2006-04-11 [colin] 2.1.0cvs30
9332 Don't show error dialog when cancelling connection
9335 2006-04-11 [cleroy] 2.1.0cvs29
9338 Implement multiple quote levels
9339 * src/prefs_common.c
9340 Change a little bit the quote bgcolor for 2nd level
9342 2006-04-11 [colin] 2.1.0cvs28
9345 Add locale and charset in the label
9347 2006-04-10 [colin] 2.1.0cvs27
9350 * src/prefs_common.c
9351 * src/prefs_common.h
9352 * src/prefs_msg_colors.c
9354 Allow optional background color in quotes
9355 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9358 2006-04-10 [colin] 2.1.0cvs26
9365 2006-04-10 [colin] 2.1.0cvs25
9367 * manual/plugins.xml
9368 * manual/fr/plugins.xml
9369 Document libcurl's proxy variables
9371 2006-04-09 [colin] 2.1.0cvs24
9373 * src/prefs_common.c
9374 gettext() returns statically allocated stuff. We have
9375 to strdup it in order to be able to free it.
9377 2006-04-09 [colin] 2.1.0cvs23
9383 2006-04-09 [colin] 2.1.0cvs22
9386 * src/gtk/quicksearch.c
9387 Fix bug #859 (problems with cyrilic input in
9388 search panel) - Patch by Alexey Illarionov
9389 <littlesavage@rambler.ru>
9391 2006-04-09 [colin] 2.1.0cvs21
9393 * src/prefs_customheader.c
9394 I prefer removing then freeing rather than the contrary
9395 (even if it doesn't change anything ;-)
9396 * src/prefs_account.c
9397 Fix bug #933 (Crash re-entering the custom headers list
9398 dialog in accounts prefs)
9399 The problem happened when cancelling the Account
9400 Preferences' dialogs - in which case we didn't do
9401 anything to the PrefsAccount * struct. In case of applying,
9402 the old ac_prefs was replaced with the tmp_ac_prefs we were
9403 working with in this dialog. The problem is that
9404 prefs_customheader.c, working on this tmp_ac_prefs, always
9405 changes the ->customhdr_list pointer, even when cancelled.
9406 So in case of cancelling the prefs_account dialog, we still
9407 have to update ->customhdr_list in the real account.
9409 2006-04-08 [colin] 2.1.0cvs20
9411 * manual/fr/glossary.xml
9412 * manual/fr/keyboard.xml
9413 Forgot some headers :)
9415 2006-04-08 [colin] 2.1.0cvs19
9417 * manual/Makefile.am
9418 * manual/fr/Makefile.am
9419 * manual/fr/account.xml
9421 * manual/fr/addrbook.xml
9422 * manual/fr/advanced.xml
9424 * manual/fr/glossary.xml
9426 * manual/fr/handling.xml
9427 * manual/fr/intro.xml
9428 * manual/fr/keyboard.xml
9429 * manual/fr/plugins.xml
9430 * manual/fr/starting.xml
9431 * manual/fr/sylpheed-claws-manual.xml
9432 * manual/fr/dist/.cvsignore
9433 * manual/fr/dist/Makefile.am
9434 * manual/fr/dist/html/.cvsignore
9435 * manual/fr/dist/html/Makefile.am
9436 * manual/fr/dist/pdf/.cvsignore
9437 * manual/fr/dist/pdf/Makefile.am
9438 * manual/fr/dist/ps/.cvsignore
9439 * manual/fr/dist/ps/Makefile.am
9440 * manual/fr/dist/txt/.cvsignore
9441 * manual/fr/dist/txt/Makefile.am
9442 Add the french translation of the manual. Thanks to
9443 Olivier Delhomme <olivier.delhomme@free.fr> for
9444 account.xml, ack.xml, addrbook.xml and advanced.xml
9446 2006-04-08 [colin] 2.1.0cvs18
9448 * manual/plugins.xml
9449 * manual/starting.xml
9452 2006-04-07 [colin] 2.1.0cvs17
9456 * manual/keyboard.xml
9459 2006-04-07 [colin] 2.1.0cvs16
9463 * src/prefs_common.c
9464 * src/prefs_common.h
9465 Add hidden compose_no_markup pref
9467 2006-04-07 [wwp] 2.1.0cvs15
9469 * src/summary_search.c
9471 Bugfix: stop button was sticky when searching in an empty folder.
9472 Applied curly brackets code style to the whole file (summary_search.c).
9473 More files to ignore.
9475 2006-04-07 [wwp] 2.1.0cvs14
9477 * src/message_search.c
9478 * src/summary_search.c
9479 changed default button when search bumps at file/folder
9480 beginning or end, for convenience (thanks to Colin).
9482 2006-04-07 [paul] 2.1.0cvs13
9484 * src/plugins/dillo_viewer/dillo_prefs.c
9485 avoid future potential for namespace collision
9488 2006-04-06 [wwp] 2.1.0cvs12
9490 * src/summary_search.c
9491 Unify extended/advanced searches names (and thus factorize labels),
9492 patch by Fabien Vantard <fzzzzz@gmail.com>.
9494 2006-04-06 [wwp] 2.1.0cvs11
9497 * src/prefs_themes.c
9499 Fixed some compilation warnings.
9501 2006-04-06 [colin] 2.1.0cvs10
9503 * manual/advanced.xml
9504 Document the wizard template and how to deploy
9505 Sylpheed-Claws effectively
9507 2006-04-06 [colin] 2.1.0cvs9
9510 gettext patch to tell translators about _("#"),
9513 2006-04-06 [colin] 2.1.0cvs8
9516 Fix invalid GtkTextBIter after clicking "Display as text"
9518 2006-04-06 [mones] 2.1.0cvs7
9527 * src/folder_item_prefs.c
9532 * src/prefs_msg_colors.c
9533 * src/prefs_spelling.c
9534 * src/prefs_themes.c
9537 * src/stock_pixmap.c
9541 * src/common/mgutils.c
9542 * src/common/prefs.c
9543 * src/common/ssl_certificate.c
9544 * src/gtk/colorlabel.c
9545 * src/gtk/quicksearch.c
9546 * src/plugins/pgpmime/pgpmime.c
9547 * src/plugins/spamassassin/spamassassin.c
9548 Removed redundant NULL checks for g_free() calls.
9549 Patch by Pawel Pekala.
9551 2006-04-06 [mones] 2.1.0cvs6
9553 * src/prefs_actions.c
9554 * src/prefs_filtering.c
9555 * src/prefs_filtering_action.c
9556 * src/prefs_matcher.c
9557 * src/prefs_template.c
9558 * src/gtk/gtkutils.c
9559 * src/gtk/gtkutils.h
9560 Have a nice replace button. Patch by Pawel Pekala
9562 2006-04-06 [colin] 2.1.0cvs5
9565 Fix crash with empty columns
9567 2006-04-05 [colin] 2.1.0cvs4
9571 Allow wizard customization with pre-filled values
9573 2006-04-05 [colin] 2.1.0cvs3
9578 Nicer messages in mimeview
9580 2006-04-05 [colin] 2.1.0cvs2
9583 * src/prefs_summaries.c
9586 2006-04-05 [colin] 2.1.0cvs1
9588 * src/plugins/pgpcore/plugin.c
9589 * src/plugins/pgpcore/select-keys.c
9590 * src/plugins/pgpcore/select-keys.h
9591 * src/plugins/pgpcore/sgpgme.c
9592 * src/plugins/pgpcore/sgpgme.h
9593 * src/plugins/pgpinline/pgpinline.c
9594 * src/plugins/pgpinline/plugin.c
9595 * src/plugins/pgpmime/pgpmime.c
9596 * src/plugins/pgpmime/plugin.c
9597 Factorize and generalize a bit
9598 Drop S/MIME signature verification from PGP/MIME
9599 (adding it as another, more complete plugin)
9601 2006-04-05 [paul] 2.1.0
9605 2006-04-05 [paul] 2.0.0cvs186
9607 * manual/advanced.xml
9608 add info on colour labels
9610 2006-04-05 [paul] 2.0.0cvs185
9625 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
9626 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
9627 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
9628 Guimaraes, Aleksandar Urosevic, Ralgh Young
9630 * tools/claws.i18n.status.pl
9631 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9632 and new Czech translator, Tim <timbrain@post.cz>
9634 2006-04-05 [mones] 2.0.0cvs184
9639 2006-04-05 [colin] 2.0.0cvs183
9641 * src/gtk/quicksearch.c
9642 Fix bug #929 (unnecessary reload in quick search bar)
9644 2006-04-05 [colin] 2.0.0cvs182
9647 Fix crash on Reply with no From:
9648 Show signature and conversion error on queuing
9653 Factorize threading code and make sure msginfo
9654 is not null when it comes from a GtkCTreeRow's
9656 * src/gtk/gtkaspell.c
9657 Check for necessary things
9658 * src/gtk/gtksctree.c
9659 * src/gtk/gtksctree.h
9660 Reset anchor if necessary when removing node
9662 2006-03-29 [colin] 2.0.0cvs181
9665 Warn for disabled IMAP accounts (due to lack of
9666 libetpan). Breaks string-freeze - sorry - but it
9667 is kind of important ;)
9669 2006-03-28 [colin] 2.0.0cvs180
9671 * src/gtk/gtkutils.c
9672 * src/gtk/gtkutils.h
9673 Add a gtkut_get_link_btn() function that
9674 creates a button which acts like an URI
9675 * src/prefs_themes.c
9677 Use this function (factorizes codes)
9679 * src/gtk/pluginwindow.c
9680 Add a "Get more..." in the plugins window
9682 2006-03-28 [colin] 2.0.0cvs179
9685 * src/common/passcrypt.c
9687 Warning fixes. Patch by Pawel Pekala
9689 2006-03-27 [colin] 2.0.0cvs178
9692 Fix undoing by blocks with spaces
9694 2006-03-27 [colin] 2.0.0cvs177
9697 Set margin to 3px for headers
9703 2006-03-27 [wwp] 2.0.0cvs176
9706 don't reset quicksearch when updating the message list.
9709 2006-03-26 [wwp] 2.0.0cvs175
9712 use a unified border width ('other' tab in the compose window,
9713 patch by Pawel Pekala).
9716 2006-03-26 [wwp] 2.0.0cvs174
9718 * src/common/quoted-printable.c
9720 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9722 2006-03-26 [colin] 2.0.0cvs173
9724 * src/quote_fmt_parse.y
9725 Fix non-UTF8 date formats messing up the whole quote a
9728 2006-03-26 [colin] 2.0.0cvs172
9731 Make sure the date is UTF8 valid, or try to make it
9732 so. IncrediMail is really IncrediStupid.
9734 Fix possible conversions.
9737 2006-03-26 [colin] 2.0.0cvs171
9740 Fix corner cases in body search. This is still a
9741 hack... It seems impossible to make it good and
9742 reasonably fast at the same time.
9744 2006-03-26 [colin] 2.0.0cvs170
9747 I think I killed the twilight zone bug!
9748 summary_select_node() flushes GTK events in order
9749 to be able to center the view. But this also
9750 flushes keypresses like Ctrl-Alt-U, so this can
9751 call summary_show from summary_select_node (itself
9752 called from summary_show, etc.). And the summaryview
9753 has to be unlocked in this function. So just locking
9754 while processing GTK events, and bailing if locked,
9756 Fixes bug #927 (SIGSEGV during Update Summary)
9758 2006-03-25 [colin] 2.0.0cvs169
9761 Fix search in QP-encoded bodies
9762 Fix utf-8 searches in bodies encoded in the
9764 * src/common/quoted-printable.c
9765 * src/common/quoted-printable.h
9766 Add a decode function that doesn't overwrite
9767 the original pointer
9770 2006-03-24 [colin] 2.0.0cvs168
9775 Update message cache after action
9776 Patch by H. Merijn Brand
9777 * src/prefs_msg_colors.c
9779 Patch by Fabien Vantard
9780 * src/plugins/spamassassin/spamassassin_gtk.c
9781 Remove useless translation
9782 Patch by Fabien Vantard
9784 2006-03-23 [colin] 2.0.0cvs167
9787 Let 30 seconds to SSL_connect
9789 2006-03-23 [wwp] 2.0.0cvs166
9792 * src/gtk/description_window.c
9793 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9794 and headers are translated; adjust description windows' width to fit their
9795 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9797 2006-03-23 [paul] 2.0.0cvs165
9799 * src/common/utils.c
9800 fix highlighting of URIs containing "()"
9801 (2.0.0cvs164's reversal fixed)
9804 2006-03-23 [paul] 2.0.0cvs164
9806 * src/common/utils.c
9807 revert patch, (postponing a fix), at 2.0.0cvs120
9808 as it breaks more URIs than it fixes.
9809 Allow '-' to be a terminating character in a URI
9811 2006-03-22 [colin] 2.0.0cvs163
9814 Require libetpan 0.45
9815 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9817 2006-03-22 [paul] 2.0.0cvs162
9820 replace '<-' and '->' buttons with GTK_STOCK graphical
9822 * src/summary_search.c
9823 don't offer '...' for translation
9824 add a tooltip to advanced search '...' button
9825 * src/gtk/quicksearch.c
9826 don't offer '...' for translation
9828 2006-03-21 [colin] 2.0.0cvs161
9831 Fix middle-click pasting (insert at click
9832 position instead of cursor position, don't
9833 remove existing selection and allow pasting
9836 "LDAP Server" -> "LDAP servers"
9838 2006-03-21 [wwp] 2.0.0cvs160
9840 * src/etpan/imap-thread.c
9841 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9843 2006-03-20 [colin] 2.0.0cvs159
9846 Don't reload summaryview after an execute with no
9849 2006-03-19 [colin] 2.0.0cvs158
9852 and put groups at the top, always
9854 2006-03-19 [colin] 2.0.0cvs157
9857 Order groups before names, as previously
9859 2006-03-19 [colin] 2.0.0cvs156
9862 - Sort case-unsensitive
9863 - Put the sort arrow at opening too
9865 2006-03-19 [wwp] 2.0.0cvs155
9868 allow sorting by name/email/remarks, ensure that right-pane's contents
9869 matches the left-pane selection (cleared when appropriate).
9870 Patch by Pawel Pekala <c0rn@o2.pl>.
9872 2006-03-18 [colin] 2.0.0cvs154
9877 2006-03-18 [colin] 2.0.0cvs153
9880 Make sure we hide the preview if we didn't get
9883 2006-03-18 [colin] 2.0.0cvs152
9886 Set cursor to watch for execution (fixes lack
9887 of watch-cursor when dnd'ing hundreds of mails)
9889 Check that mime type is 'image/*' before updating
9890 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9892 2006-03-18 [colin] 2.0.0cvs151
9897 Put a watch cursor in textview too when the mainwindow's
9900 2006-03-18 [colin] 2.0.0cvs150
9903 Change wrong asserts to simple tests
9905 2006-03-17 [colin] 2.0.0cvs149
9909 * src/prefs_msg_colors.c
9912 * src/gtk/colorlabel.c
9913 * src/gtk/colorlabel.h
9914 Add a color label menu in the main menubar
9915 Add (fixed) accels Ctrl-{0-7} to change the color
9916 They have to be fixed because the menu's dynamic,
9917 the items are complex widgets, hence we can't use
9921 2006-03-17 [wwp] 2.0.0cvs148
9924 rollback few lines from my previous commit (those lines come from
9925 a pending patch, accidentally commited, even if neutral as they are
9928 2006-03-17 [wwp] 2.0.0cvs147
9931 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9932 applied code style/indentation to the modified function.
9934 2006-03-17 [wwp] 2.0.0cvs146
9938 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9944 2006-03-17 [paul] 2.0.0cvs145
9947 addressbook_read_file() was called twice
9949 X-Mailer highlighting
9951 2006-03-16 [colin] 2.0.0cvs144
9953 * src/sourcewindow.c
9954 * src/sourcewindow.h
9955 And the last one, in source window.
9957 2006-03-16 [colin] 2.0.0cvs143
9961 Fix the same stuff in compose
9963 2006-03-16 [colin] 2.0.0cvs142
9966 Complete the previous messageview crash fix
9968 2006-03-16 [colin] 2.0.0cvs141
9973 Fix POSTPROCESSING hook
9974 Patch by H. Merijn Brand
9978 Parse Content-Location
9983 Don't crash when a top-level MessageView has
9984 been closed on us. Same problematic than
9985 yesterday's quicksearch issue.
9987 2006-03-15 [colin] 2.0.0cvs140
9989 * src/gtk/quicksearch.c
9990 Fix a bitchy race we didn't think about when we
9991 added quicksearch cancellation:
9992 If the search is not on cached fields, for example
9993 body_part matchcase "stuff"
9994 the matcher code has to get the whole message. If
9995 we're on IMAP, that can be slow, and in order to
9996 be non-blocking, the IMAP code idle loop processes
9997 gtk events too. So it is possible to cancel a
9998 quicksearch while the matcher is getting the mail's
9999 body. After matcher got its body, it will start to
10000 iterate over the matcher list that the Quicksearch's
10001 clear_search_cb() just freed via prepare_matcher().
10003 The fix consists of guarding the matcherlist_match()
10004 call with a boolean 'matching'. If we reset the
10005 quicksearch while matching is TRUE, we don't free
10006 the matcherlist anymore like we did, but we set
10007 another new flag, deferred_free, to TRUE. Then,
10008 in quicksearch_match(), just after returning from
10009 matcherlist_match() and unsetting the matching flag,
10010 we check the deferred_free flag and do the
10011 prepare_matcher() (which does the matcherlist_free)
10012 for real, so we free the matcherlist once it's not
10014 As all of this runs via the glib main loop, we
10015 luckily don't need a mutex.
10016 * src/summaryview.c
10017 Also, show progress while searching.
10020 2006-03-14 [colin] 2.0.0cvs139
10023 Make alertpanel_is_open non-static
10025 2006-03-14 [colin] 2.0.0cvs138
10027 * src/prefs_spelling.c
10028 Cleanups - Fabien Vantard
10030 2006-03-14 [wwp] 2.0.0cvs137
10033 code style normalization (curly braces, indentation).
10035 2006-03-14 [wwp] 2.0.0cvs137
10038 code style (braces, indentation)
10040 2006-03-12 [paul] 2.0.0cvs136
10042 * src/prefs_common.c
10043 trans_hdr defaults to FALSE to be RFC-savvy
10044 * src/prefs_summaries.c
10045 add a tooltip to the trans_hdr option
10048 2006-03-12 [paul] 2.0.0cvs135
10050 * src/prefs_matcher.c
10051 give a little more width to the combos
10052 * src/prefs_display_header.c
10054 translate headers if prefs_common.trans_hdr
10057 Patches by Pawel Pekala
10059 2006-03-12 [paul] 2.0.0cvs134
10061 * src/plugins/clamav/clamav_plugin.c
10062 * src/plugins/dillo_viewer/dillo_viewer.c
10063 * src/plugins/pgpcore/plugin.c
10064 * src/plugins/pgpinline/plugin.c
10065 * src/plugins/pgpmime/plugin.c
10066 * src/plugins/spamassassin/spamassassin.c
10067 update/add to descriptions
10068 * src/plugins/spamassassin/spamassassin_gtk.c
10069 fixes to the english, remove superfluous
10070 tooltips, clean up a little
10072 2006-03-12 [paul] 2.0.0cvs133
10075 fix Bug 924, 'Account combo box shows up wrong
10076 if & is in account name'
10078 2006-03-11 [colin] 2.0.0cvs132
10080 * src/summaryview.c
10081 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10082 messed up shift-selection because is slows down
10083 moving around summaryview. thanks -users
10085 2006-03-10 [colin] 2.0.0cvs131
10087 * src/plugins/spamassassin/spamassassin_gtk.c
10088 Put back Paul's engrish fixes
10090 2006-03-10 [colin] 2.0.0cvs130
10092 * src/plugins/spamassassin/spamassassin.c
10093 * src/plugins/spamassassin/spamassassin.h
10094 * src/plugins/spamassassin/spamassassin_gtk.c
10095 Cleanup SA prefs page (more)
10096 Patch by Fabien Vantard
10098 2006-03-10 [paul] 2.0.0cvs129
10100 * src/prefs_msg_colors.c
10101 * src/prefs_spelling.c
10104 2006-03-09 [mones] 2.0.0cvs128
10109 2006-03-09 [wwp] 2.0.0cvs127
10112 revert accidental commit (requirement for libetpan 0.43), this time
10115 2006-03-09 [wwp] 2.0.0cvs125
10118 revert accidental commit (requirement for libetpan 0.43)
10120 2006-03-09 [paul] 2.0.0cvs126
10122 * src/prefs_receive.c
10123 remove useless frame
10124 replace 'incorporation' with 'receiving'
10125 * src/plugins/clamav/clamav_plugin_gtk.c
10126 * src/plugins/spamassassin/spamassassin_gtk.c
10127 improve widget sensitivity
10128 fix a bit his engrish
10130 2006-03-09 [wwp] 2.0.0cvs125
10134 * src/prefs_common.c
10135 * src/prefs_common.h
10136 remember some more windows' sizes (add to addressbook and
10139 2006-03-09 [paul] 2.0.0cvs124
10141 * src/plugins/pgpcore/prefs_gpg.c
10142 normalise construction of dialogue
10144 2006-03-09 [paul] 2.0.0cvs123
10146 * src/plugins/trayicon/Makefile.am
10149 2006-03-08 [colin] 2.0.0cvs122
10151 * src/plugins/trayicon/Makefile.am
10152 Fix build in separate dir
10153 Patch by Bamanzi <bamanzi@gmail.com>
10155 2006-03-08 [colin] 2.0.0cvs121
10158 Batch move and copies from summaryview with delayed execution
10161 2006-03-07 [paul] 2.0.0cvs120
10163 * src/common/utils.c
10164 fix highlighting of URIs containing "()"
10165 Patch by Pawel Pekala
10167 2006-03-07 [paul] 2.0.0cvs119
10172 immediately do alphabetical resort when
10173 changing a folder's name
10174 Patch by Pawel Pekala
10176 2006-03-07 [paul] 2.0.0cvs118
10180 when unsubscribing a newsgroup, remove the
10181 folder and msgs in .sylpheed-claws/newscache
10182 Patch by Pawel Pekala <c0rn@gazeta.pl>
10184 2006-03-07 [paul] 2.0.0cvs117
10187 fix wrong Fake URL Warning
10190 2006-03-07 [colin] 2.0.0cvs116
10193 Return immediately when password dialog was
10195 * src/gtk/inputdialog.c
10196 Allow empty strings for passwords
10199 2006-03-06 [colin] 2.0.0cvs115
10202 Prevent double-timeouts when connection fails
10208 2006-03-06 [colin] 2.0.0cvs114
10211 Refresh session during potentially long
10214 2006-03-06 [wwp] 2.0.0cvs113
10216 * src/prefs_msg_colors.h
10217 forgot that one (custom color labels).
10219 2006-03-06 [wwp] 2.0.0cvs112
10221 * src/prefs_common.c
10222 * src/prefs_common.h
10223 * src/prefs_msg_colors.c
10224 * src/summaryview.c
10225 * src/summaryview.h
10226 * src/gtk/colorlabel.c
10227 * src/gtk/colorlabel.h
10228 colors in messages list are now customizable. Color values and names can
10229 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10230 Thanks to Paul and Colin for their help with this longstanding patch!
10232 2006-03-06 [wwp] 2.0.0cvs111
10235 don't crash if (x)face is bad.
10237 2006-03-05 [paul] 2.0.0cvs110
10242 * src/common/Makefile.am
10243 * src/common/utils.h
10244 * src/etpan/imap-thread.c
10245 * src/gtk/authors.h
10246 * src/plugins/clamav/Makefile.am
10247 * src/plugins/demo/Makefile.am
10248 * src/plugins/dillo_viewer/Makefile.am
10249 * src/plugins/pgpcore/Makefile.am
10250 * src/plugins/pgpcore/passphrase.c
10251 * src/plugins/pgpinline/Makefile.am
10252 * src/plugins/pgpmime/Makefile.am
10253 * src/plugins/spamassassin/Makefile.am
10254 * src/plugins/trayicon/Makefile.am
10255 fix builiding on cygwin
10256 Patch by Ralgh Young <bamanzi@gmail.com>
10258 2006-03-04 [wwp] 2.0.0cvs109
10260 * manual/keyboard.xml
10261 fix mixed up/down keys.
10263 2006-03-04 [wwp] 2.0.0cvs108
10267 updated links to SpamAssassin.
10269 2006-03-04 [wwp] 2.0.0cvs107
10271 * manual/plugins.xml
10272 * src/plugins/spamassassin/README
10273 updated SpamAssassin plugin docs to reflect new functional additions
10274 (also fix/update/documents few technical stuff more, see the README).
10276 2006-03-04 [wwp] 2.0.0cvs106
10278 * src/prefs_message.c
10279 normalized capitalization of message-prefs paths.
10281 2006-03-04 [wwp] 2.0.0cvs105
10283 * manual/advanced.xml
10286 2006-03-03 [colin] 2.0.0cvs104
10288 * src/plugins/clamav/clamav_plugin_gtk.c
10289 Rework prefs page, patch by Fabien
10291 2006-03-03 [colin] 2.0.0cvs103
10293 * src/plugins/clamav/clamav_plugin.c
10294 Set error on all errors
10296 2006-03-03 [colin] 2.0.0cvs102
10298 * src/common/plugin.c
10299 Initialize error to avoid crashing when a plugin fails
10300 without setting error
10302 2006-03-02 [wwp] 2.0.0cvs101
10305 fixed linker flags for libetpan support on Cygwin
10306 (thanks to H.Merijn Brand).
10308 2006-03-02 [wwp] 2.0.0cvs100
10310 * src/addressbook.c
10311 fix some AB error messages: one for punctuation and
10312 one wrongly duplicate (thanks, maxbritov).
10314 2006-03-02 [wwp] 2.0.0cvs99
10316 * src/plugins/spamassassin/spamassassin.c
10317 make sync calls to sa-learn/spamc to prevent
10318 system (whatever local or client/server) overload.
10320 2006-03-02 [colin] 2.0.0cvs98
10322 * src/summaryview.c
10323 Put the spam icon in the status column instead of the
10326 2006-03-01 [colin] 2.0.0cvs97
10328 * src/plugins/spamassassin/spamassassin.c
10329 Fix segfault (g_file_set_contents fails for some
10330 reason and err==0x2f. Can't find out why with
10331 valgrind, using working function :-)
10333 2006-03-01 [colin] 2.0.0cvs96
10336 Offline overriding: let 'No' be cached only 3 seconds
10338 2006-03-01 [colin] 2.0.0cvs95
10342 * src/addressbook.c
10344 * src/folder_item_prefs.c
10352 * src/prefs_common.h
10353 * src/prefs_msg_colors.c
10359 * src/send_message.h
10360 * src/simple-gettext.c
10361 * src/summaryview.c
10362 * src/summaryview.h
10366 * src/common/ssl_certificate.c
10367 * src/common/utils.c
10368 * src/gtk/colorsel.c
10369 * src/gtk/gtksctree.c
10370 * src/gtk/gtkshruler.c
10371 * src/plugins/trayicon/trayicon.c
10372 #if 0 goes to /dev/null
10374 2006-03-01 [colin] 2.0.0cvs94
10380 * src/messageview.c
10382 * src/plugins/spamassassin/spamassassin.c
10383 Allow to add information in the "working offline"
10386 2006-03-01 [wwp] 2.0.0cvs93
10388 * src/plugins/spamassassin/spamassassin.c
10389 fixed spamc invocation: use a tricky temporary mini shell wrapper
10390 'cause it seems that calling `spamc ... < inputfile` with
10391 g_spawn_(a)sync simply.. erm doesn't work :-).
10393 2006-03-01 [wwp] 2.0.0cvs92
10397 simplify the adding of spam/ham button to the messageview toolbar
10398 (it gets more clear now that the same button will be "Mark as spam"
10399 or "Mark as ham" according to the current message status,
10402 2006-03-01 [wwp] 2.0.0cvs91
10404 * src/messageview.c
10407 * src/summaryview.c
10408 * src/plugins/spamassassin/spamassassin.c
10409 * src/plugins/spamassassin/spamassassin.h
10410 make learner callbacks return a status (0 for ok),
10411 handle it in main code to avoid setting flags when learning failed,
10412 don't learn on TCP if offline in spamassassin,
10417 2006-03-01 [wwp] 2.0.0cvs90
10420 some work around the compose window's account menu,
10421 patch by Fabien Vantard.
10423 2006-03-01 [wwp] 2.0.0cvs89
10425 * src/plugins/spamassassin/spamassassin.c
10426 fixed bad logics, was using spamc in local mode and sa-learn
10427 in remote mode (thanks, Colin).
10429 2006-03-01 [wwp] 2.0.0cvs88
10431 * src/plugins/spamassassin/spamassassin.c
10432 * src/plugins/spamassassin/spamassassin.h
10433 * src/plugins/spamassassin/spamassassin_gtk.c
10434 made processing of emails w/ sa-plugin an option (default is TRUE),
10435 fixed Engrish some tooltips, capitalization of some debug messages
10436 and warnings. The spamassassin plugin now provides two separate
10437 services: process emails upon incorporation and spamd training.
10438 Both services (un)register independently but use some common
10439 plugin settings (transport settings, spam storage location).
10441 2006-02-28 [wwp] 2.0.0cvs87
10443 * src/plugins/spamassassin/spamassassin.c
10444 fix async flag to spamc cmdline execution (batch exec should
10447 2006-02-27 [wwp] 2.0.0cvs86
10449 * src/plugins/spamassassin/spamassassin.c
10450 * src/plugins/spamassassin/spamassassin.h
10451 * src/plugins/spamassassin/spamassassin_gtk.c
10452 - added the ability to learn a remote spamassassin server (spamd),
10454 - added the spamassassin option 'username', that applies to all
10455 spamassassin operations (filtering, learning, local or remote).
10456 The default username is the current unix user (if left blank
10457 from gtk prefs or config file).
10458 - commented out some unused code (notebook widget), removed unused
10460 - make more widgets sensitive to the transport type.
10462 2006-02-27 [colin] 2.0.0cvs85
10464 * src/plugins/spamassassin/spamassassin.c
10465 Fix sa-learn call when offline
10467 2006-02-27 [colin] 2.0.0cvs84
10473 * src/messageview.c
10474 * src/messageview.h
10475 * src/prefs_toolbar.c
10477 * src/stock_pixmap.c
10478 * src/stock_pixmap.h
10479 * src/summaryview.c
10482 * src/pixmaps/ham_btn.xpm
10483 * src/pixmaps/spam.xpm
10484 * src/pixmaps/spam_btn.xpm
10485 * src/plugins/spamassassin/spamassassin.c
10486 Add button in toolbar for spam learning
10487 Fix a few bugs from the last related commit
10488 Revert 1.9.6cvs23 which messed up shift-selection
10490 2006-02-24 [colin] 2.0.0cvs83
10493 * src/summaryview.c
10494 * src/summaryview.h
10495 * src/plugins/spamassassin/spamassassin.c
10496 * src/plugins/spamassassin/spamassassin.h
10497 * src/plugins/spamassassin/spamassassin_gtk.c
10498 Unregister learner when spamassassin is either
10499 disabled or over tcp
10501 2006-02-24 [colin] 2.0.0cvs82
10508 * src/stock_pixmap.c
10509 * src/stock_pixmap.h
10510 * src/summaryview.c
10511 * src/summaryview.h
10512 * src/gtk/icon_legend.c
10513 * src/pixmaps/spam.xpm ** NEW FILE **
10514 * src/plugins/spamassassin/spamassassin.c
10515 * src/plugins/spamassassin/spamassassin_gtk.c
10516 Add spam learning interface (Mark/Mark as
10519 2006-02-24 [wwp] 2.0.0cvs81
10524 hide compose window when sending message in batch mode
10525 (filtering: forward and redirect). Also fixed a wrong
10526 value returned when sending failed, neutral anyway.
10529 2006-02-24 [wwp] 2.0.0cvs80
10532 use GTK+'s stock quit button. Patch by Fabien Vantard.
10534 2006-02-24 [paul] 2.0.0cvs79
10539 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10542 2006-02-23 [colin] 2.0.0cvs78
10545 Change OK to Close in alertpanel with View log
10546 button; add accel to View log. Patch by Fabien
10549 2006-02-23 [wwp] 2.0.0cvs77
10552 silly me, there were much more tests to perform, since toolbars can
10553 really have down to 1 element only.
10555 2006-02-23 [wwp] 2.0.0cvs76
10558 fixed indentation from my previous commit. Fallback to VISUAL if
10559 EDITOR is not set (and to vi, at last resort).
10561 2006-02-23 [wwp] 2.0.0cvs75
10564 improved error detection (Colin, me).
10566 2006-02-23 [wwp] 2.0.0cvs74
10568 * src/prefs_toolbar.c
10569 simplify and fix prefs/toolbars layouting. Combos' contents can
10570 now be really displayed.
10572 2006-02-23 [wwp] 2.0.0cvs73
10573 simplifies and fix prefs/toolbars layouting. Combos' contents can now
10574 be really displayed.
10576 2006-02-22 [wwp] 2.0.0cvs72
10579 fix a typo in my previous commit (sorry!).
10581 2006-02-22 [wwp] 2.0.0cvs71
10583 * src/prefs_toolbar.c
10584 fix a crash when adding separators to toolbars,
10585 also fix some separator item information.
10587 2006-02-22 [wwp] 2.0.0cvs70
10590 fix a crash when redirecting (for instance) when compose window's
10591 toolbar contents has been customized (when some buttons have been
10594 2006-02-21 [wwp] 2.0.0cvs69
10596 * src/summaryview.c
10597 * src/gtk/pluginwindow.c
10598 * src/plugins/pgpcore/prefs_gpg.c
10599 fix some compilation warnings (feat. remains of removed code).
10601 2006-02-21 [wwp] 2.0.0cvs68
10603 * src/gtk/gtkutils.c
10604 fix two compilation issues, thanks to Stephan Sachse.
10606 2006-02-20 [colin] 2.0.0cvs67
10609 Don't reselect displayed mail on refocus
10610 This fixes actions misbehaving
10612 2006-02-20 [wwp] 2.0.0cvs66
10614 * src/summaryview.c
10615 * src/gtk/gtksctree.c
10616 * src/gtk/gtkshruler.c
10617 changed more runtime typecast checks.
10619 2006-02-20 [wwp] 2.0.0cvs65
10621 * src/summary_search.c
10622 find all - summaryview refresh issue fixed, thanks to Colin.
10624 2006-02-20 [wwp] 2.0.0cvs64
10626 * src/gtk/gtkutils.c
10627 better runtime typecast checks.
10629 2006-02-20 [wwp] 2.0.0cvs63
10631 * src/summary_search.c
10632 enhancements to the summary search:
10633 - add the ability to stop the running search
10634 (upon ESC-key press, new Stop button or when Clear button is pressed)
10635 - don't search if no criteria (From/To/Subject/Body) is set
10636 - ensure that a busy mouse pointer is always shown when searching,
10637 show it even a bit earlier
10639 2006-02-19 [colin] 2.0.0cvs62
10643 * src/etpan/imap-thread.c
10644 * src/etpan/imap-thread.h
10645 (Future) IMAP speed improvement on sending
10646 Will require a libetpan update
10647 * src/summaryview.c
10648 * src/gtk/quicksearch.c
10649 Make quicksearch clearable while running.
10651 2006-02-17 [colin] 2.0.0cvs61
10654 * src/etpan/imap-thread.c
10655 * src/etpan/imap-thread.h
10656 Check for IMAP certificates
10657 ** Requires libetpan-0.42-cvs4
10658 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10660 2006-02-17 [colin] 2.0.0cvs60
10662 * src/messageview.c
10663 * src/prefs_common.c
10664 * src/prefs_common.h
10665 * src/prefs_message.c
10666 Add pref to display HTML-only mails with plugin,
10667 if possible (defaulting to FALSE of course).
10669 2006-02-16 [colin] 2.0.0cvs59
10672 * src/common/plugin.c
10673 * src/common/plugin.h
10674 * src/gtk/pluginwindow.c
10675 Keep track of requested (but unloaded) plugins
10676 in some error cases.
10678 2006-02-16 [wwp] 2.0.0cvs58
10680 * src/gtk/gtkaspell.c
10681 * src/gtk/gtkaspell.h
10682 * src/prefs_spelling.c
10684 * src/prefs_common.c
10685 * src/prefs_common.h
10686 implemented new optional spellchecker behaviour: re-check message when
10687 dictionary got changed (from compose-window/context-menu/Change dictionary).
10689 2006-02-16 [wwp] 2.0.0cvs57
10691 * src/quote_fmt_parse.y
10692 pclose popen'ed pipe.
10694 2006-02-15 [colin] 2.0.0cvs56
10698 Let MimeViewers know which MimeView they
10700 * src/summaryview.c
10701 Swap From/To columns in Sent/Queue/Drafts
10703 * src/etpan/imap-thread.c
10704 Use mailstream_low_tls_open() for STARTTLS
10705 instead of mailstream_low_ssl_open()
10706 ** REQUIRES libetpan 0.42cvs3 **
10708 2006-02-15 [wwp] 2.0.0cvs55
10712 * src/message_search.c
10713 * src/message_search.h
10715 * src/gtk/gtkutils.c
10716 * src/gtk/gtkutils.h
10717 added the ability to Find text in the compose window (and a bit
10718 of code factorization).
10720 2006-02-15 [wwp] 2.0.0cvs54
10723 yet another one file was missing (fix for some widgets' sensitivity).
10726 2006-02-15 [wwp] 2.0.0cvs53
10729 oops forgot that file (fix for some widgets' sensitivity).
10731 2006-02-15 [wwp] 2.0.0cvs52
10733 * src/summary_search.c
10734 implemented advanced summary search options (added the ability
10735 to use matcher conditions in an advanced search mode).
10737 2006-02-15 [wwp] 2.0.0cvs51
10739 * src/plugins/pgpcore/prefs_gpg.c
10740 * src/prefs_account.c
10741 fix some widget sensitivity, mostly around some labels in
10744 2006-02-15 [paul] 2.0.0cvs50
10746 * manual/advanced.xml
10747 improve Templates info
10750 2006-02-14 [colin] 2.0.0cvs49
10752 * src/pixmaps/address_book.xpm
10753 * src/pixmaps/preferences.xpm
10754 * src/pixmaps/properties.xpm
10755 Fix pixmap size - patch by Fabien Vantard
10757 2006-02-13 [colin] 2.0.0cvs48
10760 Add missing fclose()s on error
10763 * src/common/utils.c
10764 Fix temp files not being deleted on windows
10765 Patches by Thomas Gilgin
10767 2006-02-13 [colin] 2.0.0cvs47
10772 2006-02-13 [wwp] 2.0.0cvs46
10774 * src/plugins/pgpcore/prefs_gpg.c
10775 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10777 2006-02-12 [colin] 2.0.0cvs45
10782 Fix "stuff" when quitting
10784 2006-02-12 [wwp] 2.0.0cvs44
10786 * src/prefs_themes.c
10787 fix typos in debug messages.
10789 2006-02-11 [colin] 2.0.0cvs43
10791 * src/summaryview.c
10792 don't allow drag/drop from ourself
10794 2006-02-10 [wwp] 2.0.0cvs42
10801 renamed html_ prefixed functions and data structures to avoid
10802 namespace clashes w/ other software (gtkhtml2 for instance).
10806 2006-02-09 [colin] 2.0.0cvs41
10808 * src/summaryview.c
10809 Fix shitty logic messed up. Thanks Ticho for the hint!
10811 2006-02-09 [wwp] 2.0.0cvs40
10815 * src/prefs_account.c
10817 * src/editaddress.c
10818 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10819 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10820 Browse buttons in accounts prefs.
10822 2006-02-09 [colin] 2.0.0cvs39
10825 Check for pointer before using its members
10826 * src/gtk/gtksourceprintjob.c
10827 Fix a wrong warning
10829 2006-02-09 [wwp] 2.0.0cvs38
10831 * src/gtk/filesel.c
10832 fix few compiler warnings (type mismatch).
10834 2006-02-09 [paul] 2.0.0cvs37
10837 updated by Fabien Vantard
10839 2006-02-08 [colin] 2.0.0cvs36
10841 * src/prefs_common.c
10842 * src/common/defs.h
10843 * src/common/plugin.c
10844 allow windows and linux configurations to coexist
10845 patch by Thomas Gilgin
10847 2006-02-08 [colin] 2.0.0cvs35
10852 * src/matcher_parser_parse.y
10853 * src/prefs_filtering_action.c
10854 * src/prefs_matcher.c
10855 Add the "Ignore thread" filtering
10858 2006-02-08 [colin] 2.0.0cvs34
10863 Fix bug #905 (damaged attachment)
10864 text files with raw \0's aren't really text files
10867 2006-02-08 [colin] 2.0.0cvs33
10869 * src/summaryview.c
10870 Fix crasher introduced yesterday
10872 2006-02-08 [wwp] 2.0.0cvs32
10876 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10878 2006-02-08 [wwp] 2.0.0cvs31
10880 * src/prefs_template.c
10881 templates enhancement: allow address completion for Cc and Bcc fields
10882 (it was currently possible for the To field only)
10884 2006-02-08 [colin] 2.0.0cvs30
10887 Don't unblock if not blocked
10890 2006-02-07 [colin] 2.0.0cvs29
10893 Forgot to refresh summaryview
10895 2006-02-07 [colin] 2.0.0cvs28
10898 Freeze/thaw message list and folder list while
10899 processing %as{} actions
10901 Fix auto-wrap disabling after a middle-click
10904 2006-02-07 [paul] 2.0.0cvs27
10907 fix freeing of uninitialised pointers
10910 2006-02-06 [colin] 2.0.0cvs26
10913 Use g_slist_prepend in potentially big list
10915 2006-02-06 [colin] 2.0.0cvs25
10918 Completely skip processing if it doesn't
10921 2006-02-06 [colin] 2.0.0cvs24
10924 * src/summaryview.c
10925 Batch filtering in summaryview (from Tools menu)
10926 and pre/post//-processing too
10928 2006-02-06 [colin] 2.0.0cvs23
10932 Use a special field for batch filtering instead
10933 of stepping on deferred execution's toes
10935 2006-02-06 [colin] 2.0.0cvs22
10941 * src/summaryview.c
10942 Fix filtering via menus and actions
10944 2006-02-06 [colin] 2.0.0cvs21
10947 Put the added file directly to cache if possible (will work
10948 with next libetpan)
10955 Move and copy filtered messages by batches instead of one
10956 by one - faster on IMAP
10958 Add a function that'll possibly be useful later
10960 2006-02-06 [colin] 2.0.0cvs20
10962 * src/addressbook.c
10963 Use internal mime-type instead of text/plain for d'n'd
10965 Allow attaching files from mimeview's icon list via d'n'd
10968 Use internal mime-type instead of text/plain for d'n'd
10969 Don't try to selected opened folder if none is
10970 Factorize d'n'd from other apps code
10973 * src/gtk/gtkutils.c
10974 * src/gtk/gtkutils.h
10975 Factorize Face/X-Face stuff
10977 Fix d'n'd to other apps
10978 * src/prefs_message.c
10979 Let the XFace pref be usable without libcompface as it also
10981 * src/summaryview.c
10982 Fix d'n'd to other apps
10983 Factorize d'n'd from other apps code
10985 2006-02-06 [wwp] 2.0.0cvs19
10988 Italian translation fixes by Andrea Spadaccini (no more confusion
10989 between filtering and processing, and few changes in the About
10993 2006-02-06 [mones] 2.0.0cvs18
10995 * src/gtk/icon_legend.c
10996 Improved descriptions allowing better translations
10998 2006-02-05 [colin] 2.0.0cvs17
11001 Add the f*cking missing expunge that caused imap_fetch_env
11002 to fail after an add_msgs ! :-///
11003 * src/etpan/imap-thread.c
11007 2006-02-05 [colin] 2.0.0cvs16
11009 * src/common/utils.c
11010 Don't check for return-path (or we can't put
11011 back non-sent mails)
11013 2006-02-05 [colin] 2.0.0cvs15
11016 Don't try to display Face header in textview
11017 when teh headerview's active
11019 2006-02-05 [colin] 2.0.0cvs14
11021 * tools/tbird2syl.py
11022 * tools/Makefile.am
11023 Add script to import Thunderbird mails
11025 2006-02-05 [colin] 2.0.0cvs13
11032 Show Face headers - patch partially by Klaus Flittner
11034 2006-02-05 [colin] 2.0.0cvs12
11037 * src/summaryview.c
11038 * src/common/utils.c
11039 * src/common/utils.h
11040 Let dnd work from mime icons to summaryview
11041 and to folderview too
11042 Add a crude test to avoid trying to add files
11043 drag'n'dropped when they're not mails
11045 2006-02-04 [colin] 2.0.0cvs11
11047 * src/summaryview.c
11049 Fix utf8 conversion
11051 2006-02-04 [colin] 2.0.0cvs10
11056 * src/summaryview.c
11057 * src/summaryview.h
11058 Added various drag and drop capas:
11060 summaryview other apps
11061 mimeview icons other apps
11062 other apps summaryview
11063 other apps folderview
11065 This shouldn't have broken the existing:
11067 summaryview folderview
11068 folderview folderview
11069 summaryview compose's attachments
11073 2006-02-02 [paul] 2.0.0cvs9
11076 move global option 'Set displayed columns...' out
11077 of folder option grouping.
11078 fix sensitivity of 'harvest addresses'
11081 2006-02-01 [colin] 2.0.0cvs8
11084 Revert the alertpanel patch, it sucks (intrusive
11085 and gets in the way of "open")
11087 2006-02-01 [colin] 2.0.0cvs7
11090 * src/prefs_account.c
11091 * src/prefs_common.c
11092 * src/common/defs.h
11093 * src/common/utils.c
11094 * src/common/utils.h
11095 Add ability to edit the signature file
11096 from the account preferences, and use
11097 a default for the text editor.
11098 Patch by Fabien Vantard
11100 2006-02-01 [colin] 2.0.0cvs6
11103 Try to get mime type by extension if it is
11104 application/octet-stream
11105 Display a window with possible choices when
11106 encountering unknown mime types
11107 * src/gtk/filesel.c
11108 * src/gtk/filesel.h
11110 Allow multiple selection in filtered filesel
11111 (patch by Fabien Vantard)
11112 * src/gtk/pluginwindow.c
11113 Use it (patch by Fabien Vantard)
11115 2006-02-01 [paul] 2.0.0cvs5
11118 fix crash on creating jpilot address book
11119 Thanks to Colin - FOR_STABLE
11120 * src/prefs_summaries.c
11121 * src/prefs_wrapping.c
11122 * src/gtk/icon_legend.c
11123 * src/gtk/quicksearch.c
11124 string fixes and additions
11126 2006-02-01 [paul] 2.0.0cvs4
11130 * src/messageview.c
11132 add Arabic encoding option
11133 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
11135 2006-01-31 [colin] 2.0.0cvs3
11137 * src/plugins/pgpcore/passphrase.c
11138 Convert passphrase to locale encoding
11140 Fix drafting on IMAP. Crappy bug sneaked in
11144 2006-01-30 [paul] 2.0.0cvs2
11146 * src/gtk/icon_legend.c
11147 show the new entries
11149 2006-01-30 [colin] 2.0.0cvs1
11152 Check for the file to be present before
11153 enabling the menu - FOR_STABLE
11154 * src/gtk/icon_legend.c
11155 Add folders icons (not all of them, there
11156 are too much, but the most intriguing ones)
11158 2006-01-30 [paul] 2.0.0
11160 version 2.0.0 released
11162 [For previous entries, see ChangeLog.pre2.0.0]