1 2009-04-26 [paul] 3.7.1cvs48
5 fix bug 1904, 'build mechanism looks for
6 'enchant.h' in a wrong place'
8 2009-04-25 [paul] 3.7.1cvs47
11 gah! fix coding style!
13 2009-04-25 [paul] 3.7.1cvs46
17 if building with GTK+ >= 2.16 use
18 gtk_orientable_set_orientation() instead of now
19 deprecated gtk_toolbar_set_orientation()
21 2009-04-24 [colin] 3.7.1cvs45
24 Ask before sending if an attached file has
27 2009-04-19 [paul] 3.7.1cvs44
32 save About window size.
35 2009-04-12 [paul] 3.7.1cvs43
37 * tools/csv2addressbook.pl
38 add extra CSV fields that are now appended
39 by thunderbird (version 2.0.0.21)
41 2009-04-08 [colin] 3.7.1cvs42
44 fix saving (but not displaying) of UTF-16
47 2009-04-08 [colin] 3.7.1cvs41
49 * src/gtk/manage_window.c
50 Disable transient windows on win32 - seems to
51 fix most focusing issues
53 2009-04-05 [colin] 3.7.1cvs40
56 Don't ask whether we want to send deleted mails in queue
57 folders; also, don't send deleted mails when flushing
60 2009-04-04 [paul] 3.7.1cvs39
66 * tools/claws.i18n.status.pl
67 add new Indonesian translation, by
70 2009-04-03 [paul] 3.7.1cvs38
76 2009-04-03 [colin] 3.7.1cvs37
80 Fix bug 1891, 'Add support for gopher:// links'
81 Patch by Jacob Head <clawsmail at jacob-head.com>
82 Let's go back to the roots!
84 2009-04-03 [paul] 3.7.1cvs36
89 2009-04-03 [paul] 3.7.1cvs35
92 add AC_CONFIG_MACRO_DIR([m4])
93 remove CLAWS_ACLOCAL_INCLUDE(m4)
94 * m4/aclocal-include.m4
95 removed this now unneeded file
97 2009-04-02 [colin] 3.7.1cvs34
100 Fix previous (thanks to Marcus :)
102 2009-04-02 [colin] 3.7.1cvs33
105 * src/etpan/etpan-thread-manager.c
106 pipe() was a macro from GLib on win32 until
107 glib 2.13.2. It's undefined after that.
108 Thanks to Marcus Brinkmann for the heads-up!
110 2009-03-31 [colin] 3.7.1cvs32
112 * src/folder_item_prefs.c
113 Copy folder settings with prefs
115 2009-03-31 [colin] 3.7.1cvs31
117 * src/prefs_account.c
118 Don't use un-sensitive checkboxes in Privacy tab
119 when privacy system in None (makes unchecking
120 painful when no privacy plugin is loaded)
122 2009-03-30 [colin] 3.7.1cvs30
129 * src/prefs_account.c
130 * src/prefs_account.h
133 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
134 Add an option on the Receive page of IMAP account preferences:
135 "Move deleted mails to trash and expunge immediately". This
136 option defaults to TRUE to avoid changing the existing behaviour.
137 Setting it to FALSE prevents automatic expunging.
138 Also, add Tools/Expunge and View/Hide deleted messages menu items
139 (View/Hide deleted message being a per-folder setting, and behaving,
140 like View/Hide read messages).
142 2009-03-30 [colin] 3.7.1cvs29
145 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
146 ask for IMAP password when using GSSAPI auth
148 2009-03-27 [colin] 3.7.1cvs28
151 Fix cvs14, make sure we mark non-existent caches dirty
152 (or they never get written)
154 2009-03-27 [colin] 3.7.1cvs27
157 Fix tag update when all tags are removed
160 2009-03-25 [colin] 3.7.1cvs26
163 Fix configure.ac, thanks to Pawel
165 2009-03-25 [colin] 3.7.1cvs25
168 * src/etpan/nntp-thread.c
169 Fix header fetching (NG/To/Cc). Fixes
170 bug 1883, 'Message processing fails to
171 act on Newsgroups: field'
173 2009-03-23 [colin] 3.7.1cvs24
176 Fix internal headers visible in queue/sent
178 2009-03-23 [colin] 3.7.1cvs23
181 Fix check for RC (resource compiler) used
182 on win32 (AC_LIBTOOL_RC used to call it
183 implicitely but stopped)
185 2009-03-19 [colin] 3.7.1cvs22
188 Put spam button in default toolbar even if
189 bogofilter and spamassassin are not built.
190 Other anti-spam plugin could exist! :)
192 Fix exit status fetch on win32
194 2009-03-18 [paul] 3.7.1cvs21
196 * src/gtk/spell_entry.c
197 fix "[BUG] Wrong word replaced in 'Subject:'
198 when spell-checking correction used"
199 Patch by Pawel Pekala
201 2009-03-17 [colin] 3.7.1cvs20
204 Fix win32 build (from cvs12)
206 2009-03-17 [colin] 3.7.1cvs19
209 Fix bug 1735, 'Change To: and Newsgroups:
210 recipient field according account type'
213 2009-03-17 [colin] 3.7.1cvs18
220 Add preference for fsyncing metadata
222 2009-03-16 [paul] 3.7.1cvs17
224 * src/prefs_customheader.c
225 add forgotten #if HAVE_LIBCOMPFACE
227 2009-03-16 [paul] 3.7.1cvs16
229 * src/prefs_customheader.c
230 put the (X-)Face preview image below the up/down
231 buttons so they don't jump around.
232 make the list reorderable by drag'n'drop
234 2009-03-16 [colin] 3.7.1cvs15
236 * src/prefs_customheader.c
237 Add a (X-)Face preview. Patch by iwkse.
239 2009-03-16 [colin] 3.7.1cvs14
246 Add fsync calls to make sure we don't
247 lose data on system crashes. (to do:
248 add a pref to allow people choosing raw
251 2009-03-15 [colin] 3.7.1cvs13
253 * src/gtk/gtkaspell.c
254 Fix empty menu when there are no
255 suggestions (using the Spelling menu)
257 2009-03-14 [colin] 3.7.1cvs12
260 Win32: fix subject prefix length
262 2009-03-11 [mones] 3.7.1cvs11
265 fix encoding declared in header
266 update translation now we're at it
268 2009-03-10 [colin] 3.7.1cvs10
271 Fix "wrong mime" message printed out multiple
274 2009-03-10 [colin] 3.7.1cvs9
276 * src/prefs_folder_item.c
279 2009-03-09 [paul] 3.7.1cvs8
281 * src/prefs_folder_item.c
283 fixes to english text
285 2009-03-08 [paul] 3.7.1cvs7
288 correct errors in header
290 2009-03-08 [paul] 3.7.1cvs6
296 * tools/claws.i18n.status.pl
297 add Japanese translation, submitted by kazken3
299 2009-03-07 [colin] 3.7.1cvs5
302 Don't let the invalid MIME warning hide
303 other noticeview (Partial receive or
306 2009-03-07 [colin] 3.7.1cvs4
311 2009-03-07 [colin] 3.7.1cvs3
316 Handle mimeparts that lack an end boundary.
317 They're invalid but it's too annoying for
320 2009-03-06 [wwp] 3.7.1cvs2
323 * src/folder_item_prefs.c
324 * src/folder_item_prefs.h
325 * src/prefs_folder_item.c
326 Add per-folder default cc, bcc and reply-to.
328 2009-03-06 [colin] 3.7.1cvs1
331 * src/gtk/gtksourceprintjob.c
332 Fix build with old print interface
334 2009-03-06 [paul] 3.7.1
341 2009-03-06 [paul] 3.7.0cvs78
352 updated by David Vachulka, Stephan Sachse, Flammie
353 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
354 Frederico Goncalves Guimaraes, Lars Persson Fink,
357 2009-03-03 [colin] 3.7.0cvs77
359 * src/prefs_filtering.c
360 Win32: Fix bug 1865, 'IMAP account name changes
361 are not followed at filter actions'
363 2009-03-02 [colin] 3.7.0cvs76
366 Fix Launchpad bug 335571: 'claws-mail crashed
367 with SIGSEGV in strlen() while deleting
368 large amount of e-mails on IMAP account
370 2009-02-27 [mones] 3.7.0cvs75
372 * manual/es/account.xml
374 * manual/es/addrbook.xml
375 * manual/es/advanced.xml
376 * manual/es/claws-mail-manual.xml
378 * manual/es/glossary.xml
380 * manual/es/handling.xml
381 * manual/es/intro.xml
382 * manual/es/keyboard.xml
383 * manual/es/plugins.xml
384 * manual/es/starting.xml
385 Sync with English version, fix some typos
386 Changed encoding to UTF-8
388 Update for release, changed encoding to UTF-8
390 2009-02-24 [colin] 3.7.0cvs74
393 Don't print separation line if there
396 2009-02-23 [cleroy] 3.7.0cvs73
405 * src/addrduplicates.c
408 * src/addressbook_foldersel.c
418 * src/editaddress_other_attributes_ldap.c
456 * src/prefs_account.c
457 * src/prefs_actions.c
459 * src/prefs_filtering.c
460 * src/prefs_filtering_action.c
461 * src/prefs_folder_column.c
462 * src/prefs_folder_item.c
464 * src/prefs_matcher.c
467 * src/prefs_summaries.c
468 * src/prefs_summary_column.c
469 * src/prefs_template.c
471 * src/prefs_toolbar.c
483 * src/summary_search.c
490 * src/common/base64.c
493 * src/common/plugin.c
495 * src/common/session.c
497 * src/common/socket.c
498 * src/common/string_match.c
499 * src/common/stringtable.c
503 * src/common/xmlprops.c
504 * src/gtk/colorlabel.c
506 * src/gtk/foldersort.c
507 * src/gtk/gtkaspell.c
508 * src/gtk/gtkcmclist.c
509 * src/gtk/gtkcmctree.c
510 * src/gtk/gtkcmoptionmenu.c
511 * src/gtk/gtksctree.c
512 * src/gtk/gtkshruler.c
513 * src/gtk/gtksourceprintjob.c
515 * src/gtk/gtkvscrollbutton.c
516 * src/gtk/logwindow.c
518 * src/gtk/pluginwindow.c
519 * src/gtk/prefswindow.c
520 * src/gtk/quicksearch.c
521 * src/gtk/spell_entry.c
522 * src/plugins/pgpcore/select-keys.c
523 * src/plugins/pgpinline/pgpinline.c
524 * src/plugins/pgpmime/pgpmime.c
525 * src/plugins/smime/smime.c
526 * src/plugins/spamassassin/spamassassin_gtk.c
527 Mass commit changing g_return_* to cm_return_*
528 and making these more interesting
530 2009-02-23 [colin] 3.7.0cvs72
533 Always initialise error code to no error
535 2009-02-23 [colin] 3.7.0cvs71
538 Fix separator substitution
540 2009-02-23 [colin] 3.7.0cvs70
543 * src/gtk/colorlabel.c
544 don't use g_return on normal checks
546 2009-02-22 [colin] 3.7.0cvs69
552 2009-02-22 [colin] 3.7.0cvs68
554 * src/addrduplicates.c
571 * src/prefs_filtering.c
582 * src/common/socket.c
583 * src/common/template.c
584 * src/etpan/imap-thread.c
585 * src/gtk/gtkaspell.c
586 * src/gtk/gtkcmctree.c
587 * src/gtk/gtksctree.c
588 * src/gtk/inputdialog.c
589 * src/plugins/pgpcore/sgpgme.c
590 * src/plugins/pgpmime/pgpmime.c
591 * src/plugins/smime/smime.c
592 * src/plugins/spamassassin/spamassassin.c
593 Fix errors caught by Coverity: NULL checks, leaks, overruns,
594 uninitialised accesses
596 2009-02-17 [colin] 3.7.0cvs67
599 Disable controls during queuing
601 2009-02-15 [colin] 3.7.0cvs66
604 * src/plugins/pgpcore/select-keys.c
605 * src/plugins/pgpcore/sgpgme.c
606 Disable use of disabled keys
608 2009-02-15 [colin] 3.7.0cvs65
612 Fix font updating after changing
613 prefs_common.derive_from_normal_font
615 2009-02-12 [paul] 3.7.0cvs64
621 * src/common/version.h.in
625 more copyright header fixes
627 2009-02-12 [paul] 3.7.0cvs63
629 * src/gtk/progressdialog.c
630 * src/gtk/progressdialog.h
633 2009-02-12 [paul] 3.7.0cvs62
635 * src/gtk/spell_entry.c
636 * src/gtk/spell_entry.h
637 better, more standard copyright header
639 2009-02-12 [paul] 3.7.0cvs61
641 * src/gtk/spell_entry.c
642 * src/gtk/spell_entry.h
643 changes to copyright header
645 2009-02-12 [paul] 3.7.0cvs60
647 * src/gtk/spell_entry.c
648 * src/gtk/spell_entry.h
651 2009-02-11 [colin] 3.7.0cvs59
653 * src/gtk/spell_entry.c
654 * src/gtk/spell_entry.h
657 2009-02-11 [colin] 3.7.0cvs58
660 * src/gtk/Makefile.am
661 * src/gtk/gtkaspell.c
662 * src/gtk/gtkaspell.h
663 Add spellcheck to subject. Patch by
666 2009-02-10 [holger] 3.7.0cvs57
670 Move filename define for printing page setup cache to defs.h
672 2009-02-08 [mones] 3.7.0cvs56
675 Fix build for bison 2.4.1
677 2009-02-06 [holger] 3.7.0cvs55
682 Fix restoring of custom page setups for printing by
683 temporarily caching the settings.
684 This is a workaround for Gnome Bug #39018, and fixes
685 Claws Mail Bug #1840.
687 2009-02-06 [colin] 3.7.0cvs54
690 Fix hardcoded Shift-Q quits. Fixes
691 bug 1838, 'Claws-Mail sometimes quits
692 when attempting to type a capital Q'
694 2009-01-31 [paul] 3.7.0cvs53
697 revert 3.7.0cvs49, until there is time to find out
698 why it causes a nasty crash!
700 2009-01-31 [paul] 3.7.0cvs52
703 1 string that was forgotten for translation
705 2009-01-31 [paul] 3.7.0cvs51
708 2 strings that were forgotten for translation
710 2009-01-31 [paul] 3.7.0cvs50
712 * src/gtk/prefswindow.c
713 build prefs tree in a slightly smarter way -
714 fix bug where if path[0] had same name as
715 path[1], (like in the de translation), path[1]
716 was lost and not shown in the window
718 2009-01-31 [paul] 3.7.0cvs49
721 fix bug 1836, 'Quoted text still blue after
722 removal of quote-character'
723 comment out some debug_print's that needlessly
726 comment out a debug_print that needlessly slows
729 2009-01-31 [paul] 3.7.0cvs48
732 fix bug 1834, '"semi"-selection when collapsing thread'
734 2009-01-31 [paul] 3.7.0cvs47
736 * src/prefs_compose_writing.c
737 * src/prefs_message.c
738 move 'quote_chars' pref to where it should be
740 2009-01-30 [paul] 3.7.0cvs46
743 fix updating of popup menu sensitivity
745 2009-01-28 [paul] 3.7.0cvs45
747 * tools/filter_conv_new.pl
748 move 'move' and 'delete' to end of @actions
749 so that they are always final actions in the
750 generated filtering rule
752 2009-01-27 [paul] 3.7.0cvs44
755 always select text/calendar mimepart if suitable
756 plugin (i.e. vCalendar) is available
758 2009-01-27 [paul] 3.7.0cvs43
761 fix crash when right-clicking in summaryview when
764 2009-01-22 [colin] 3.7.0cvs42
769 When replying to signed/encrypted mail and the
770 preference to sign/encrypt in this case is set,
771 choose the original mail's privacy system (if
774 2009-01-21 [colin] 3.7.0cvs41
777 Fix warning (on-the-fly theming of
778 addressbook isn't complete yet)
780 2009-01-21 [colin] 3.7.0cvs40
784 Win32: Fix window placement
786 2009-01-21 [paul] 3.7.0cvs39
789 update timeout log msg
791 2009-01-17 [colin] 3.7.0cvs38
797 * src/etpan/imap-thread.c
798 Fix g_open calls (which don't ignore mode)
800 2009-01-17 [colin] 3.7.0cvs37
809 * src/common/ssl_certificate.c
812 * src/etpan/imap-thread.c
813 * src/plugins/bogofilter/bogofilter.c
814 * src/plugins/pgpinline/pgpinline.c
815 * src/plugins/smime/smime.c
816 Probably fix bug 1825, 'Unable to fetch messages from
817 IMAP folders named with non-ASCII string'
818 Change remaining occurences of fopen and open with
821 2009-01-17 [paul] 3.7.0cvs36
824 update an old, outdated piece of info
826 2009-01-17 [paul] 3.7.0cvs35
828 * src/prefs_folder_item.c
829 fix bug where saving Folder Properties of a
830 sub-folder of outbox, queue, draft or trash
831 would change its parent's folder type to normal
833 2009-01-12 [mones] 3.7.0cvs34
838 2009-01-12 [wwp] 3.7.0cvs33
841 * tools/popfile-link.sh
842 * tools/textviewer.sh
843 Fix bashisms and other portability glitches (thanks to
846 2009-01-11 [paul] 3.7.0cvs32
849 clean up some build warnings
851 2009-01-11 [colin] 3.7.0cvs31
854 Revert part of patch 3.7.0cvs29
855 This function is used when jpilot
858 2009-01-11 [colin] 3.7.0cvs30
861 folder_find_child_item_by_name():
862 actually use name, not path's basename
864 2009-01-11 [paul] 3.7.0cvs29
871 * src/prefs_folder_item.c
872 clean up some build warnings
874 2009-01-11 [paul] 3.7.0cvs28
877 don't even mention printing support, assume its
878 presence, unless building with GTK+ < 2.10.0
880 2009-01-10 [colin] 3.7.0cvs27
883 Fix bug 1811, '[mime] Crash when there's no
884 room for filename's start on the same line'
885 When the mimetype of the attachment is very
886 long, there's no room at all to start the
887 name=... parameter on the same line. This
888 caused an infinite loop as 0 characters of
889 the filename could be appended.
890 In such cases, insert linebreak before the
893 2009-01-09 [colin] 3.7.0cvs26
898 Win32: Fix bug 1815, 'Drag-n-Drop of files on
899 Compose Window does not attach'
901 2009-01-09 [colin] 3.7.0cvs25
904 Fix bug 1817, 'Changing Themes does not
905 update the pixmaps in "Select folder"
908 2009-01-09 [colin] 3.7.0cvs24
911 Win32: Fix bug 1816, 'Attaching files with
912 command-line generates error after attaching'
914 2009-01-09 [paul] 3.7.0cvs23
917 forgot this '2009' in last commit
919 2009-01-09 [paul] 3.7.0cvs22
923 update copyright headers
925 2009-01-09 [paul] 3.7.0cvs21
927 * doc/man/claws-mail.1
930 2009-01-09 [colin] 3.7.0cvs20
933 Fix bug 1814, 'Windows' WM badly places
936 2009-01-09 [colin] 3.7.0cvs19
943 Win32: Fix bug 1813, 'Installing Theme Creates Error'
945 2009-01-08 [colin] 3.7.0cvs18
948 Win32: Fix bug 1810, 'Pressing 'o' key
951 2009-01-07 [colin] 3.7.0cvs17
954 Fix bug 1432, '& not escaped in links (HTML
957 2009-01-06 [colin] 3.7.0cvs16
959 * src/plugins/pgpcore/select-keys.c
960 Warn translators the usual way about
963 2009-01-06 [colin] 3.7.0cvs15
966 Fix synchronisation dialog that shouldn't
967 appear when network goes down (Network
971 Fix save as when attach_save_dir isn't set
972 fixes bug 1804, 'attach_save_directory does
973 not default to $HOME'
974 * src/plugins/pgpcore/select-keys.c
975 Add mnemonics to buttons - warn translators!
977 2009-01-06 [wwp] 3.7.0cvs14
980 Fix cvs13, thanks to Colin.
982 2009-01-06 [wwp] 3.7.0cvs13
985 Better support for Spanish Outlook replies (RES).
987 2009-01-02 [colin] 3.7.0cvs12
990 Fix (+) sign after collapsed folder names that
991 have quicksearch-matching children.
992 Fixes bug 1506, 'Recursive search in collapsed
995 2009-01-02 [colin] 3.7.0cvs11
999 Remove now-unused stock_pixmap_gdk
1001 2009-01-02 [colin] 3.7.0cvs10
1003 * src/gtk/gtkutils.c
1004 * src/pixmaps/claws-mail_icon.xpm
1005 Use pixbuf for app icon, and make the app icon
1008 2009-01-02 [colin] 3.7.0cvs9
1011 Show both link title and URI if possible
1013 2009-01-02 [colin] 3.7.0cvs8
1017 * src/addressbook_foldersel.c
1020 * src/grouplistdialog.c
1024 * src/gtk/gtkcmclist.c
1025 * src/gtk/gtkcmclist.h
1026 * src/gtk/gtkcmctree.c
1027 * src/gtk/gtkcmctree.h
1028 * src/gtk/gtksctree.c
1029 * src/gtk/gtksctree.h
1030 Implement pixbuf rendering in tree widgets
1032 * src/plugins/trayicon/trayicon.c
1034 * src/prefs_themes.c
1035 Use pixbuf rendering here too
1037 2008-12-30 [paul] 3.7.0cvs7
1040 no need to prematurely trim the uri in the statusbar
1042 2008-12-29 [paul] 3.7.0cvs6
1045 prefer List-Id header to X-* headers when creating
1046 filter rule automatically
1048 2008-12-28 [colin] 3.7.0cvs5
1051 Set minimum height to 440 instead of 480
1053 2008-12-22 [colin] 3.7.0cvs4
1056 Fix bug 1799, '"Discard message" deletes manually
1057 saved draft'. Switch rmode to REEDIT after
1060 2008-12-21 [paul] 3.7.0cvs3
1062 * tools/claws.i18n.status.pl
1065 2008-12-21 [paul] 3.7.0cvs2
1071 2008-12-21 [paul] 3.7.0cvs1
1077 2008-12-19 [paul] 3.7.0
1084 2008-12-19 [paul] 3.6.1cvs80
1087 remove unmaintained sk and sr from ALL_LINGUAS
1088 add newly maintained cs to ALL_LINGUAS
1099 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1100 Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
1101 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1104 2008-12-16 [colin] 3.6.1cvs79
1106 * src/plugins/pgpcore/sgpgme.c
1109 2008-12-15 [colin] 3.6.1cvs78
1114 * src/plugins/pgpcore/sgpgme.c
1115 * src/plugins/pgpcore/sgpgme.h
1116 * src/plugins/pgpinline/pgpinline.c
1117 * src/plugins/pgpmime/pgpmime.c
1118 * src/plugins/smime/smime.c
1119 Fix bug 1796, 'PGP/MIME setting: "select key by your
1120 email address" doesn't work'. Use custom from address
1123 2008-12-15 [colin] 3.6.1cvs77
1125 * src/common/utils.c
1126 Fix bug 1746, 'Makes a mailto link from several
1129 2008-12-15 [paul] 3.6.1cvs76
1131 * m4/spamassassin.m4
1132 fix warnings thrown up by autoconf-2.63
1134 2008-12-13 [colin] 3.6.1cvs75
1139 * src/common/utils.c
1140 * src/common/utils.h
1142 Finish previous patch
1144 2008-12-13 [colin] 3.6.1cvs74
1147 Only install certs on windows
1149 2008-12-13 [colin] 3.6.1cvs73
1152 * tools/ca-certificates.crt
1153 * src/common/Makefile.am
1155 First try to ship SSL certificates in Windows
1158 2008-12-12 [colin] 3.6.1cvs72
1161 * src/plugins/pgpinline/claws.def
1164 2008-12-12 [paul] 3.6.1cvs71
1168 * src/partial_download.c
1170 * src/common/claws.c
1171 * src/common/prefs.c
1172 * src/common/utils.c
1173 win32: fix unlinking, renaming and bug with
1177 2008-12-11 [colin] 3.6.1cvs70
1180 * manual/fr/advanced.xml
1181 Update french translations
1183 2008-12-10 [colin] 3.6.1cvs69
1186 Correct bug submission guidelines
1188 2008-12-10 [colin] 3.6.1cvs68
1190 * src/plugins/pgpcore/pgp_viewer.c
1191 Fix bug 1736, 'Key import does not work'
1192 Kill the correct pid (and not the parent
1193 shell), and increase the timeout a bit.
1195 2008-12-09 [paul] 3.6.1cvs67
1198 ensure that any stray noticeview buttons are hidden,
1199 as clicking them causes segfaults!
1201 2008-12-09 [colin] 3.6.1cvs66
1205 * src/folder_item_prefs.h
1206 * src/prefs_common.c
1207 * src/prefs_common.h
1209 Fix bug 1792, '"Save Message to" should
1210 retain list of recently selected folders'
1211 Also, make Enchant-related prefs stick
1212 even if the build doesn't enable enchant
1214 2008-12-09 [paul] 3.6.1cvs65
1217 fix bug 1787, 'Prevent automatic PGP inline
1218 decryption attempts' use the noticeview to display
1219 decryption failure messages instead of the irritating
1222 2008-12-09 [colin] 3.6.1cvs64
1224 * src/prefs_filtering.c
1225 Fix bug 1789, 'filtering account selection
1226 (regression)'. Filtering on sending-only
1227 accounts can be a little useful when using
1228 filtering via Tools menu.
1230 2008-12-07 [paul] 3.6.1cvs63
1232 * src/prefs_actions.c
1233 don't auto-select first entry (same as other
1235 * src/gtk/pluginwindow.c
1236 these parents don't have children so don't look
1239 2008-12-07 [paul] 3.6.1cvs62
1241 * src/prefs_account.c
1242 * src/gtk/pluginwindow.c
1243 * src/gtk/prefswindow.c
1244 * src/gtk/prefswindow.h
1245 auto-select first page
1247 2008-12-05 [colin] 3.6.1cvs61
1251 Fix bug 1788, 'CM crashes re-encoding
1252 encoded parameters' (introduced in cvs40)
1254 2008-12-05 [paul] 3.6.1cvs60
1256 * src/prefs_common.h
1257 remove gpg prefs that are no longer needed here
1259 2008-12-03 [colin] 3.6.1cvs59
1262 Speed up cache reading (about 10% gain)
1264 * src/gtk/gtksctree.c
1265 Speed up expand/collapse all threads
1268 2008-12-03 [paul] 3.6.1cvs58
1271 eradicate gcc4's signedness warnings
1272 fix building with gnuTLS on (Open)Solaris
1274 2008-12-01 [colin] 3.6.1cvs57
1276 * src/gtk/gtkcmclist.c
1279 2008-12-01 [colin] 3.6.1cvs56
1281 * src/plugins/pgpinline/pgpinline.c
1282 Fix bug 1779, 'PGP Inline badly handles
1283 multipart'. Properly dump the current part
1284 instead of running around with scissors
1286 2008-11-30 [paul] 3.6.1cvs55
1288 * manual/advanced.xml
1289 * manual/plugins.xml
1290 * src/prefs_toolbar.c
1291 remove the verb from the page title and
1292 update references in the manual
1294 2008-11-30 [paul] 3.6.1cvs54
1297 move Other/ page to Other/Miscellaneous
1298 * src/gtk/prefswindow.c
1299 make parent page unselectable
1301 2008-11-29 [paul] 3.6.1cvs53
1304 add the new 'primary_paste_unselects' hidden
1305 option, add missing 'log_[...]_color' options,
1306 and reformat the text
1307 * manual/advanced.xml
1308 add the new 'primary_paste_unselects' hidden
1309 option, add missing 'log_[...]_color' options
1311 2008-11-28 [colin] 3.6.1cvs52
1316 2008-11-28 [colin] 3.6.1cvs51
1321 2008-11-28 [colin] 3.6.1cvs50
1324 Fix account selection in Mailing list
1327 2008-11-28 [paul] 3.6.1cvs49
1330 automatically remove obsolete strings
1332 2008-11-28 [colin] 3.6.1cvs48
1334 * src/plugins/pgpcore/sgpgme.c
1335 Fix error message when key isn't available.
1337 2008-11-27 [colin] 3.6.1cvs47
1343 2008-11-26 [colin] 3.6.1cvs46
1348 2008-11-26 [colin] 3.6.1cvs45
1350 * src/plugins/pgpcore/select-keys.c
1351 * src/plugins/pgpcore/sgpgme.c
1352 Fix bug 1591, 'S/MIME: better key
1353 handling/selection dialog'
1354 Really ignore revoked/expired keys
1356 2008-11-26 [colin] 3.6.1cvs44
1359 * src/common/claws.c
1361 Make sure libgcrypt's threading is initialised
1362 before gnutls. See also old bug 1539.
1364 2008-11-26 [colin] 3.6.1cvs43
1368 * src/etpan/imap-thread.c
1369 Fix possible crashes due to clist_begin()
1370 not checking for NULLs (it should!)
1372 2008-11-25 [colin] 3.6.1cvs42
1375 Fix line length in MIME parameters
1377 2008-11-22 [paul] 3.6.1cvs41
1380 grab Return key press in attachments Properties
1383 2008-11-21 [colin] 3.6.1cvs40
1387 Fix bug 1776, 'use encoded name parameters
1388 for attachments instead of ascii'.
1389 Break the RFC 2047 by using B-encoded
1390 filename parameter, like everyone does,
1391 following advice from the RFC author.
1393 2008-11-21 [colin] 3.6.1cvs39
1395 * src/common/socket.c
1396 Rehandshake if server asks to
1398 2008-11-21 [colin] 3.6.1cvs38
1402 * src/common/session.h
1404 Move conditional-compilation members to
1407 2008-11-19 [wwp] 3.6.1cvs37
1409 * src/prefs_actions.c
1410 Fixed wrong behaviour when pressing Escape (was not cancelling
1413 2008-11-19 [wwp] 3.6.1cvs36
1419 * src/prefs_actions.c
1420 * src/prefs_filtering_action.c
1424 * src/common/utils.c
1425 Replace occurrences of "command line" with "command-line" everywhere.
1426 Enforce code style (mostly indentation) in prefs_actions.c.
1428 2008-11-19 [colin] 3.6.1cvs35
1431 * src/prefs_common.c
1432 * src/prefs_common.h
1433 Add primary_paste_unselects hidden preference
1434 to change how middle-click pasting changes
1435 the selection and insert point; defaults to
1438 2008-11-19 [colin] 3.6.1cvs34
1441 Always give focus to summaryview, even if
1442 the folder is empty, in small screen layout.
1443 Allows to go back to folderlist using the
1446 2008-11-18 [colin] 3.6.1cvs33
1449 Put back conditional at the end of struct
1451 2008-11-18 [colin] 3.6.1cvs32
1454 * src/common/w32_reg.c
1455 Fix crash on win32 when browsing to a
1458 2008-11-15 [colin] 3.6.1cvs31
1461 After a mid-click paste, deselect selection
1462 and go to end of paste.
1464 2008-11-15 [colin] 3.6.1cvs30
1467 Auto-save draft after external editor quits
1469 2008-11-15 [colin] 3.6.1cvs29
1471 * src/plugins/pgpcore/sgpgme.c
1472 Fix wrong error display, thanks to
1475 2008-11-14 [colin] 3.6.1cvs28
1477 * src/prefs_actions.c
1478 Comment out bogus (IMO) warning
1480 2008-11-14 [colin] 3.6.1cvs27
1487 Share summaryview's context menu actions with
1488 the equivalent menu items of the main menu;
1489 this allows to share accelerators and de-
1492 2008-11-14 [colin] 3.6.1cvs26
1494 * src/plugins/pgpcore/sgpgme.c
1495 Fix bug 1768, 'claws-mail crashes while
1496 checking smime bad signature'
1498 2008-11-13 [colin] 3.6.1cvs25
1502 Fix redefinition of PREFSBUFSIZE
1504 2008-11-13 [wwp] 3.6.1cvs24
1506 * tools/popfile-link.sh
1507 Add support for reusing existing POPFile session ID.
1509 2008-11-12 [colin] 3.6.1cvs23
1512 Fix bug 1771, 'Folder template gets
1513 truncated when exiting the application'
1514 Use a 32k buffer for string preferences
1516 2008-11-11 [colin] 3.6.1cvs22
1519 Fix "display sender using addressbook" when
1520 prefs_common.swap_from is in use. Patch by
1523 2008-11-11 [colin] 3.6.1cvs21
1528 Make a few functions static
1530 2008-11-07 [colin] 3.6.1cvs20
1534 Fix crash when rebuilding colorlabel
1538 * src/prefs_account.c
1539 * src/prefs_compose_writing.c
1540 * src/prefs_logging.c
1541 * src/prefs_message.c
1543 * src/prefs_receive.c
1544 * src/prefs_summaries.c
1545 * src/prefs_wrapping.c
1546 * src/plugins/bogofilter/bogofilter_gtk.c
1547 * src/plugins/pgpcore/prefs_gpg.c
1548 * src/plugins/spamassassin/spamassassin_gtk.c
1549 Fix deprecated use of page_size in
1550 gtkspinbutton adjustments
1552 2008-11-06 [mones] 3.6.1cvs19
1555 Fix missing "About" in Help menu
1556 * tools/claws.i18n.status.pl
1559 2008-11-05 [colin] 3.6.1cvs18
1564 * src/common/socket.c
1565 * src/common/socket.h
1566 * src/gtk/gtkutils.c
1567 * src/gtk/gtkutils.h
1568 w32: Implement single launch (lock
1569 socket); always put debug log to
1570 the rc_dir; fix Start menu update
1571 after registering as default Mail
1574 2008-11-05 [colin] 3.6.1cvs17
1577 Setting the Mail start menu item in HKCU
1578 confuses the Internet Options dialog. Do
1579 it in HKLM as this dialog does.
1581 2008-11-04 [colin] 3.6.1cvs16
1583 * src/common/w32_reg.c
1586 2008-11-04 [colin] 3.6.1cvs15
1589 w32: Fix getting content-type
1591 * src/prefs_common.c
1592 * src/prefs_common.h
1593 * src/prefs_ext_prog.c
1595 w32: better integration (use the
1596 standard file associations instead
1597 of our platform-unadapted open
1600 * src/common/utils.c
1601 * src/common/w32_reg.c
1602 * src/common/w32lib.h
1603 w32: better integration (allow
1604 setting Claws as default MUA)
1606 2008-11-01 [colin] 3.6.1cvs14
1609 Fix wrongly converted non-ascii characters
1610 when locale's charset is US-ASCII (strict-mode
1611 was failing in this case)
1613 2008-10-30 [colin] 3.6.1cvs13
1619 Use one UI Manager per mimeview, instead of
1620 the global one -- else user_data pointer gets
1621 broken if opening and closing another message-
1622 view, then using right-click on a mimeview's
1623 mimepart. Probably fixes bug 1711, 'Save-as
1626 2008-10-24 [paul] 3.6.1cvs12
1629 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1630 * tools/kdeservicemenu/install.sh
1631 another, possibly the final?, attempt on getting this
1634 2008-10-24 [paul] 3.6.1cvs11
1636 * tools/kdeservicemenu/install.sh
1637 fix servicemenu installation directory on kde4
1639 2008-10-24 [paul] 3.6.1cvs10
1641 * tools/kdeservicemenu/README
1642 * tools/kdeservicemenu/install.sh
1643 add support for kde4 in addition to kde3.
1644 a rework involving checking for kde4-config, then
1645 kde-config, finally prompting the user for the
1646 location of either if they cannot be found
1649 2008-10-18 [paul] 3.6.1cvs9
1651 * tools/claws.i18n.status.pl
1652 updated with latest translator info.
1653 only print for languages defined in %langname
1655 2008-10-17 [paul] 3.6.1cvs8
1657 * src/plugins/pgpcore/sgpgme.c
1658 when listing the uid's, show the uid validity
1660 2008-10-16 [paul] 3.6.1cvs7
1665 2008-10-13 [wwp] 3.6.1cvs6
1668 Updated French translation.
1670 2008-10-11 [colin] 3.6.1cvs5
1673 Fix bug 1756, "Outdated translators list in About
1674 dialogue". Patch by Aleksei Miheev.
1676 2008-10-11 [colin] 3.6.1cvs4
1686 * src/prefs_account.c
1687 * src/send_message.c
1688 * src/send_message.h
1692 * src/common/claws.c
1694 * src/common/session.c
1695 * src/common/session.h
1698 * src/common/socket.c
1699 * src/common/socket.h
1702 * src/common/ssl_certificate.c
1703 * src/common/ssl_certificate.h
1705 * src/gtk/sslcertwindow.c
1706 * src/gtk/sslcertwindow.h
1709 2008-10-11 [colin] 3.6.1cvs3
1711 * src/common/ssl_certificate.c
1712 Make local function static
1714 2008-10-10 [colin] 3.6.1cvs2
1717 * src/common/ssl_certificate.c
1718 * src/gtk/sslcertwindow.c
1719 Add offline certificate verification,
1720 thanks to Nikos Mavrogiannopoulos for the
1723 2008-10-10 [colin] 3.6.1cvs1
1725 * src/common/ssl_certificate.c
1726 * src/gtk/sslcertwindow.c
1729 2008-10-10 [paul] 3.6.1
1731 * m4/spamassassin.m4
1732 remove openssl dross
1739 2008-10-10 [colin] 3.6.0cvs25
1742 Tell libetpan it doesn't need to init
1745 2008-10-10 [colin] 3.6.0cvs24
1748 Remove references to openssl
1750 2008-10-09 [colin] 3.6.0cvs23
1755 2008-10-09 [colin] 3.6.0cvs22
1758 Error out when building against openssl
1760 2008-10-09 [colin] 3.6.0cvs21
1767 Disable OpenSSL due to requirement of
1768 OpenSSL exception. Code not removed yet,
1769 just in case, but disabled.
1771 2008-10-09 [colin] 3.6.0cvs20
1781 * src/prefs_ext_prog.c
1783 * src/prefs_image_viewer.c
1787 * src/gtk/Makefile.am
1789 * src/gtk/gtksourceprintjob.c
1790 * src/gtk/gtksourceprintjob.h
1791 Revert previous patch. It'd be better to remove
1792 OpenSSL instead, as GnuTLS works as well.
1794 2008-10-09 [colin] 3.6.0cvs19
1804 * src/prefs_ext_prog.c
1806 * src/prefs_image_viewer.c
1810 * src/gtk/Makefile.am
1812 * src/gtk/gtksourceprintjob.c
1813 * src/gtk/gtksourceprintjob.h
1814 Remove the libgnomeprint interface (deprecated,
1815 and fixes Debian's #501570, 'Copyright confusion')
1817 2008-10-09 [colin] 3.6.0cvs18
1820 Require libetpan 0.57 (important fixes)
1822 2008-10-08 [paul] 3.6.0cvs17
1824 * src/prefs_filtering_action.c
1825 * src/prefs_matcher.c
1826 enable re-ordering of the filtering/processing
1827 condition and actions lists by drag'n'drop
1829 2008-10-08 [colin] 3.6.0cvs16
1832 Fix wrong menu title
1834 2008-10-07 [colin] 3.6.0cvs15
1837 After thinking, revert this. It's only a minor
1838 annoyance to GSSAPI users, and I can't test this
1839 right now. Postponed until after next good release.
1841 2008-10-07 [colin] 3.6.0cvs14
1844 Don't ask for a password when using GSSAPI
1846 2008-10-07 [colin] 3.6.0cvs13
1849 Fix build with GTK+ < 2.14
1851 2008-10-07 [colin] 3.6.0cvs12
1855 * src/prefs_common.c
1856 * src/prefs_common.h
1858 * src/gtk/colorlabel.c
1859 Fix bug 1749, 'Shortcut keys for color labels
1861 Make fullscreen a setting remembered between
1864 2008-10-07 [colin] 3.6.0cvs11
1867 Fix bug 1747, 'Wanderlust keybindings no longer
1868 working (regression)'
1870 2008-10-07 [colin] 3.6.0cvs10
1873 Make fullscreen a real menu item
1875 2008-10-07 [colin] 3.6.0cvs9
1878 Make sure we won't save size when
1881 2008-10-06 [colin] 3.6.0cvs8
1885 Handle fullscreen via F11. Patch by
1888 2008-10-06 [colin] 3.6.0cvs7
1891 Fix return value when setting client cert
1893 2008-10-04 [colin] 3.6.0cvs6
1896 Fix bug 1742, 'Attachment list contents not
1899 2008-10-04 [paul] 3.6.0cvs5
1902 fix failure of Hide toolbar option on restart
1904 2008-10-04 [colin] 3.6.0cvs4
1911 Maemo: Fix bug 1737, Crashes upon opening
1913 2008-10-04 [paul] 3.6.0cvs3
1916 submitted (just a little late) by Frederico
1919 2008-10-03 [wwp] 3.6.0cvs2
1922 Many fixes, mostly in menus and accelerators.
1924 2008-10-03 [colin] 3.6.0cvs1
1927 Allow network mounts with new GTKs: they're
1928 available via FUSE mounts and we don't need
1931 2008-10-03 [paul] 3.6.0
1938 2008-10-03 [paul] 3.5.0cvs145
1945 new translations. added by Yasen Pramatarov,
1946 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
1955 updated translations. submitted by Miquel Oliete,
1956 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
1957 Andrea Spadaccini, Emilian Nowak, and Ralph Young
1959 2008-10-02 [colin] 3.5.0cvs144
1961 * src/common/session.c
1962 Fix crash when connection fails on windows
1964 2008-10-01 [colin] 3.5.0cvs143
1967 Real fix for FS-unsafe chars on win32
1969 2008-10-01 [colin] 3.5.0cvs142
1972 Encode prohibited filenames on win32
1974 2008-09-30 [mones] 3.5.0cvs141
1978 * src/prefs_themes.c
1980 Fix output of some debug messages
1982 2008-09-30 [colin] 3.5.0cvs140
1989 * src/prefs_themes.c
1993 * src/common/utils.c
1994 * src/gtk/sslcertwindow.c
1995 Win32: Fix time usage; use g_stat
1997 2008-09-29 [colin] 3.5.0cvs139
1999 * src/common/utils.c
2000 Fix case-sensitive match of subject
2003 2008-09-29 [colin] 3.5.0cvs138
2005 * src/folder_item_prefs.c
2006 * src/folder_item_prefs.h
2008 * src/prefs_folder_item.c
2009 * src/prefs_matcher.c
2011 * src/common/string_match.c
2012 * src/common/utils.c
2013 Fix a huge leak (dozens of megs per folder
2014 change) on Windows: disable regexps
2016 2008-09-28 [paul] 3.5.0cvs137
2021 2008-09-27 [colin] 3.5.0cvs136
2025 Add accessor for cur_account
2027 2008-09-27 [colin] 3.5.0cvs135
2030 Fix crash when error happen on session establishment
2032 2008-09-26 [mones] 3.5.0cvs134
2037 2008-09-26 [colin] 3.5.0cvs133
2039 * src/plugins/pgpcore/claws.def
2042 2008-09-26 [colin] 3.5.0cvs132
2044 * src/prefs_common.c
2045 * src/prefs_common.h
2046 * src/plugins/pgpcore/pgp_viewer.c
2047 Add an accessor to prefs_common for plugins
2050 2008-09-25 [colin] 3.5.0cvs131
2053 Fix bug 1725, 'useless lines in clawsrc'
2054 * src/plugins/smime/mypgpcore.def
2055 Add a missing symbol
2057 2008-09-25 [paul] 3.5.0cvs130
2059 * src/plugins/smime/mypgpcore.def
2060 * src/plugins/smime/plugin.def
2061 * src/plugins/smime/version.rc
2062 add these windows-specific files
2065 2008-09-25 [colin] 3.5.0cvs129
2068 Load standard plugins only on first run
2070 2008-09-25 [colin] 3.5.0cvs128
2075 2008-09-24 [colin] 3.5.0cvs127
2078 Add nb_NO's charset (iso-8859-1)
2080 2008-09-24 [colin] 3.5.0cvs126
2082 * src/common/utils.c
2083 Fix get_mail_base_dir() on windows
2084 (was synced from main ages ago)
2086 2008-09-24 [colin] 3.5.0cvs125
2090 Integrate better with Windows' style
2092 2008-09-23 [paul] 3.5.0cvs124
2097 offer these strings to translators too
2099 2008-09-23 [colin] 3.5.0cvs123
2102 Add a --disable-dbus flag in case we want
2103 no DBUS even if headers are available (like
2104 for building gpg4win)
2107 * src/prefs_logging.c
2108 * src/common/utils.c
2109 * src/plugins/pgpcore/sgpgme.c
2110 * src/plugins/smime/claws.def
2112 - disable filtering log (it's crashy for
2114 - fix gmtime_r when time is -1 (before 01/01/70)
2115 - add symbols for smime
2117 2008-09-22 [colin] 3.5.0cvs122
2119 * src/common/utils.c
2123 Fix cursor position after changing account
2127 Fix absolute path detection
2129 2008-09-21 [colin] 3.5.0cvs121
2131 * src/gtk/gtkaspell.c
2132 Don't try to use empty dictionaries
2134 2008-09-20 [colin] 3.5.0cvs120
2137 Add the new files to the translations
2139 2008-09-20 [colin] 3.5.0cvs119
2142 * src/plugins/Makefile.am
2143 * src/plugins/smime/Makefile.am
2144 * src/plugins/smime/plugin.c
2145 * src/plugins/smime/smime.c
2146 * src/plugins/smime/smime.deps
2147 * src/plugins/smime/smime.h
2148 Include S/Mime plugin in the main plugins
2149 Will ease the Gpg4win team's work
2151 2008-09-20 [colin] 3.5.0cvs118
2158 * src/common/socket.c
2159 * src/gtk/gtkutils.c
2160 * src/plugins/pgpcore/claws.def
2161 Windows: more fixes, thanks to wwp and
2164 2008-09-20 [colin] 3.5.0cvs117
2167 Tell on which server errors happened
2169 2008-09-20 [colin] 3.5.0cvs116
2171 * src/etpan/etpan-thread-manager.c
2172 * src/etpan/imap-thread.c
2173 * src/etpan/nntp-thread.c
2174 Windows: Fix hang on IMAP/NNTP
2176 2008-09-20 [colin] 3.5.0cvs115
2178 * src/common/utils.c
2179 Fix bug 1723, "Buffer overflow crash caused by
2180 preview in 'Date format help' dialog box"
2181 Also, optimise fast_strftime a bit :)
2183 2008-09-18 [colin] 3.5.0cvs114
2187 Check for NULLs before str* functions
2189 2008-09-18 [colin] 3.5.0cvs113
2194 Handle html parts in multipart/related
2195 Decode ISO-8859-1 as Windows-1252 (the former
2196 is a subset of the latter) in order to
2197 workaround Outlook mails misencoding
2198 * src/gtk/logwindow.c
2199 * src/gtk/logwindow.h
2200 Clear mainwindow's error pixmap when the
2201 error scrolls out of the log
2203 2008-09-17 [colin] 3.5.0cvs112
2205 * src/image_viewer.c
2206 Fix image loading (multiple childs added to
2207 scrolledwindow, break of the resize functionality)
2209 * src/prefs_folder_item.c
2210 * src/prefs_spelling.c
2211 * src/gtk/gtkaspell.c
2212 Better fix problems with dictionaries updates
2214 2008-09-17 [colin] 3.5.0cvs111
2216 * src/common/utils.c
2217 Fix double-opening (fixes multiple signatures when
2220 2008-09-16 [colin] 3.5.0cvs110
2222 * src/prefs_account.c
2223 * src/prefs_folder_item.c
2224 * src/prefs_spelling.c
2225 * src/gtk/gtkaspell.c
2226 Better stripping of aspell dictionaries names
2230 * 3.6.0-rc1 released
2232 2008-09-16 [colin] 3.5.0cvs109
2237 * src/prefs_account.h
2239 * src/send_message.c
2240 * src/gtk/inputdialog.c
2241 Don't add a pref to allow remembering passwords
2242 (Just not checking the checkbox is enough)
2244 2008-09-16 [colin] 3.5.0cvs108
2247 Require libetpan 0.56 as 0.55 is crashy
2250 * src/gtk/inputdialog.c
2251 * src/gtk/inputdialog.h
2254 2008-09-16 [wwp] 3.5.0cvs107
2257 Complete 3.5.0cvs106 by removing a function that got
2258 moved to account.[ch].
2260 2008-09-16 [wwp] 3.5.0cvs106
2266 * src/quote_fmt_lex.l
2267 * src/quote_fmt_parse.y
2268 Add account signature (path and value string) manipulation
2269 keywords to the template processor. It's now possible in
2270 all templates to insert the account signature to an
2271 arbitrary location or to pass it to a external script for
2275 2008-09-16 [mones] 3.5.0cvs105
2282 * src/prefs_account.h
2283 * src/prefs_common.c
2284 * src/prefs_common.h
2286 * src/send_message.c
2287 * src/gtk/inputdialog.c
2288 * src/gtk/inputdialog.h
2289 Implement session passwords: unsaved passwords for receiving
2290 or sending of accounts can be remembered while running to
2291 avoid repetitive typing.
2292 As keeping passwords in memory is unsafe a new preference
2293 in Other page is added to activate or not such capability.
2295 2008-09-14 [colin] 3.5.0cvs104
2299 Make conv_iconv_strdup static
2301 2008-09-12 [colin] 3.5.0cvs103
2308 * src/folder_item_prefs.c
2309 * src/folder_item_prefs.h
2311 * src/prefs_account.c
2312 * src/prefs_common.c
2313 * src/prefs_common.h
2314 * src/prefs_folder_item.c
2315 * src/prefs_spelling.c
2316 * src/prefs_template.c
2318 * src/quote_fmt_parse.y
2321 * src/gtk/Makefile.am
2324 * src/gtk/gtkaspell.c
2325 * src/gtk/gtkaspell.h
2326 * src/plugins/bogofilter/Makefile.am
2327 * src/plugins/dillo_viewer/Makefile.am
2328 * src/plugins/spamassassin/Makefile.am
2329 * src/plugins/trayicon/Makefile.am
2330 Switch spellchecker to Enchant
2332 2008-09-12 [paul] 3.5.0cvs102
2335 * tools/csv2addressbook.pl
2336 add support for Fox Mail
2338 2008-09-12 [paul] 3.5.0cvs101
2341 * src/prefs_wrapping.c
2344 2008-09-12 [paul] 3.5.0cvs100
2347 revert cvs99's libenchant commit error
2349 2008-09-12 [colin] 3.5.0cvs99
2352 Only go to inbox if there are new mails
2353 (and fetch was manual)
2355 2008-09-10 [colin] 3.5.0cvs98
2359 * src/common/session.c
2360 Use g_timeout_add_seconds instead of g_timeout_add
2361 on glib >= 2.14 when we don't need precision on the
2362 delay. This helps reducing power consumption:
2363 http://mjg59.livejournal.com/74651.html
2365 2008-09-10 [colin] 3.5.0cvs97
2368 Don't save window size and position when
2369 compose is hidden (filtering action)
2371 2008-09-09 [colin] 3.5.0cvs96
2377 * src/addressbook_foldersel.c
2383 * src/editaddress_other_attributes_ldap.h
2387 * src/editldap_basedn.c
2396 * src/grouplistdialog.c
2399 * src/image_viewer.c
2410 * src/prefs_actions.c
2411 * src/prefs_filtering.c
2412 * src/prefs_folder_column.c
2414 * src/prefs_summary_column.c
2415 * src/prefs_toolbar.c
2416 * src/send_message.c
2418 * src/sourcewindow.c
2419 * src/sourcewindow.h
2423 * src/stock_pixmap.c
2424 * src/stock_pixmap.h
2433 * src/common/utils.c
2435 * src/gtk/colorlabel.c
2436 * src/gtk/colorlabel.h
2437 * src/gtk/combobox.h
2438 * src/gtk/description_window.c
2440 * src/gtk/gtkaspell.c
2441 * src/gtk/gtkaspell.h
2442 * src/gtk/gtkcmclist.c
2443 * src/gtk/gtkcmclist.h
2444 * src/gtk/gtkcmctree.c
2445 * src/gtk/gtkcmctree.h
2446 * src/gtk/gtkcmoptionmenu.h
2447 * src/gtk/gtksctree.c
2448 * src/gtk/gtksctree.h
2449 * src/gtk/gtkshruler.c
2450 * src/gtk/gtkshruler.h
2451 * src/gtk/gtksourceprintjob.c
2452 * src/gtk/gtksourceprintjob.h
2453 * src/gtk/gtkutils.c
2454 * src/gtk/gtkutils.h
2455 * src/gtk/gtkvscrollbutton.c
2456 * src/gtk/gtkvscrollbutton.h
2457 * src/gtk/icon_legend.c
2458 * src/gtk/inputdialog.c
2459 * src/gtk/logwindow.c
2460 * src/gtk/logwindow.h
2461 * src/gtk/manage_window.c
2462 * src/gtk/manage_window.h
2464 * src/gtk/prefswindow.c
2465 * src/gtk/progressdialog.c
2466 * src/gtk/progressdialog.h
2467 * src/plugins/bogofilter/bogofilter_gtk.c
2468 * src/plugins/pgpcore/passphrase.c
2469 * src/plugins/spamassassin/spamassassin_gtk.c
2470 * src/plugins/trayicon/trayicon.c
2471 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2472 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2473 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2474 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2475 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2476 Complete GTK+ 2.14 undeprecation
2477 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2479 2008-09-09 [colin] 3.5.0cvs95
2481 * src/gtk/gtkcmclist.h
2482 Fix build on GTK+ 2.14
2484 2008-09-08 [colin] 3.5.0cvs94
2488 Remove GtkSignalFunc
2490 2008-09-07 [colin] 3.5.0cvs93
2493 * src/addressbook_foldersel.c
2494 * src/gtk/gtkcmclist.c
2495 * src/gtk/gtkcmclist.h
2496 * src/gtk/gtkcmctree.c
2497 * src/gtk/gtkcmctree.h
2498 * src/gtk/gtksctree.c
2499 * src/gtk/prefswindow.c
2500 * src/gtk/prefswindow.h
2501 Use GDestroyNotify instead of GtkDestroyNotify
2502 (deprecated in GTK+ 2.14)
2504 2008-09-07 [colin] 3.5.0cvs92
2507 Fix bug 1712, 'invalid "Phishing attempt warning"
2508 when linked text ends with spaces'
2510 2008-09-05 [colin] 3.5.0cvs91
2513 Maybe fix bug 1711, 'Save-as attachment crashes'
2514 Possibly wrong free() due to pointer shifting
2516 2008-09-05 [colin] 3.5.0cvs90
2519 Fix bug 1710, 'User misreads "Discard Message"
2520 as "Discard Changes"'. Propose to save or discard
2521 only the latest changes when closing an existing
2522 draft. Autosave may still have saved parts of the
2525 2008-09-04 [colin] 3.5.0cvs89
2528 Fix bug 1707, 'Segfault when sorting on non-visible column'
2530 2008-09-01 [colin] 3.5.0cvs88
2535 * src/etpan/imap-thread.c
2536 * src/etpan/imap-thread.h
2537 Store spam flag on IMAP (Junk/NonJunk, as
2538 ThunderBird does - this is nonstandard)
2540 2008-08-31 [wwp] 3.5.0cvs87
2543 Fix globish edition^Wediting.
2545 2008-08-31 [wwp] 3.5.0cvs86
2548 Don't break nickname editing for non-LDAP books (nickname
2549 value was overwritten when editing existing contact, this
2550 came from 3.0.2cvs109).
2552 2008-08-30 [colin] 3.5.0cvs85
2556 Fix "Apply tags..." key shortcut
2558 2008-08-29 [iwkse] 3.5.0cvs84
2563 2008-08-29 [iwkse] 3.5.0cvs83
2566 Disable "Move to trash" action if
2567 we are in a trash-like folder.
2570 2008-08-29 [paul] 3.5.0cvs82
2573 bump up libetpan version requirement since
2574 0.55 is released now
2576 2008-08-28 [wwp] 3.5.0cvs81
2580 * src/prefs_account.c
2581 * src/prefs_account.h
2582 Add finer granularity to the POP3's remove-after delay (now in
2583 hours in addition to in days), patch by Paul Rolland.
2585 2008-08-28 [wwp] 3.5.0cvs80
2587 * src/gtk/combobox.c
2588 Fix a typo in a comment.
2590 2008-08-28 [iwkse] 3.5.0cvs79
2593 * src/prefs_actions.c
2594 * src/prefs_filtering.c
2595 * src/prefs_template.c
2596 Add search feature to the account,
2597 template and action dialog.
2598 It's turned on selecting one row
2599 of the list and typing some random
2600 letter. Thanks to wwp, colinl
2602 2008-08-28 [colin] 3.5.0cvs78
2607 * src/prefs_account.c
2608 * src/prefs_account.h
2612 * src/stock_pixmap.c
2613 * src/stock_pixmap.h
2615 * src/pixmaps/key_gpg_signed.xpm
2616 Fix bug 1412, "Sign reply, if mail was signed"
2617 Add an account preference to sign replies to signed mails
2619 2008-08-28 [iwkse] 3.5.0cvs77
2621 * src/prefs_filtering.c
2622 Making the search more useful,
2623 jumping directly to the relative rule.
2625 2008-08-27 [colin] 3.5.0cvs76
2630 2008-08-27 [colin] 3.5.0cvs75
2632 * src/gtk/gtkcmctree.c
2635 2008-08-26 [colin] 3.5.0cvs74
2637 * src/gtk/gtkcmctree.c
2638 Fix missing inits on old glib
2640 2008-08-26 [wwp] 3.5.0cvs73
2642 * src/common/utils.c
2643 Added 'Fwd' to the list of known common subject prefixes.
2645 2008-08-25 [iwkse] 3.5.0cvs72
2647 * src/image_viewer.c
2648 Add animated gif support to the
2651 2008-08-25 [colin] 3.5.0cvs71
2653 * src/gtk/gtkcmctree.c
2654 Make sure work isn't null
2656 2008-08-24 [colin] 3.5.0cvs70
2659 Fix typo on SSL_CERT_DIR
2661 2008-08-23 [holger] 3.5.0cvs69
2664 Fix bug 1699 'Separator line mis-placed when
2665 printing some e-mails'. The number of header lines
2666 was not correctly calculated when Pango inserts
2669 2008-08-23 [colin] 3.5.0cvs68
2672 Fix the account selector button; thanks
2675 2008-08-21 [colin] 3.5.0cvs67
2679 Add a compose preference for auto-indent
2682 Make colorlabel accels a bit less hacky
2684 2008-08-21 [colin] 3.5.0cvs66
2687 * src/prefs_common.c
2688 * src/prefs_common.h
2689 * src/prefs_wrapping.c
2690 Add a preference for autoindent; fix no_join tag
2691 being applied to whole lines instead of just \n when
2694 2008-08-21 [colin] 3.5.0cvs65
2697 Add support for auto-indentation
2699 2008-08-19 [colin] 3.5.0cvs64
2702 Save Autowrap status in drafts/queued mails
2704 2008-08-19 [colin] 3.5.0cvs63
2707 Fix a comment (in reality, test commit on
2710 2008-08-17 [colin] 3.5.0cvs62
2712 * src/prefs_actions.c
2715 * src/common/socket.h
2716 * src/gtk/gtkcmctree.c
2719 2008-08-16 [colin] 3.5.0cvs61
2721 * src/editaddress_other_attributes_ldap.h
2722 Add 'l' field (localityName)
2724 2008-08-16 [colin] 3.5.0cvs60
2727 * src/gtk/gtkcmclist.c
2728 * src/gtk/gtkcmclist.h
2729 * src/gtk/gtkcmctree.c
2730 * src/gtk/gtksctree.c
2731 * src/gtk/gtkutils.c
2732 * src/gtk/gtkvscrollbutton.c
2733 Fix Maemo build (OS2007)
2735 2008-08-14 [colin] 3.5.0cvs59
2738 Don't crash if parent is null when creating
2740 * src/gtk/pluginwindow.c
2741 Don't crash on race when closing window while
2742 a plugin is loading and does gtk_iterations
2744 2008-08-13 [colin] 3.5.0cvs58
2749 Fix bug 1696, 'Viewing binary attachements
2750 as text over 1 MB' (various buglets)
2752 2008-08-10 [colin] 3.5.0cvs57
2755 * src/gtk/gtkcmclist.c
2756 Continue fixing GTK < 2.12 build, thanks to
2759 2008-08-10 [colin] 3.5.0cvs56
2761 * src/gtk/gtksctree.c
2762 Fix build on GTK < 2.12
2764 2008-08-09 [colin] 3.5.0cvs55
2767 Fix untranslatable strings, thanks to
2770 2008-08-07 [colin] 3.5.0cvs54
2776 * src/message_search.c
2779 * src/prefs_account.c
2780 * src/prefs_common.c
2781 * src/prefs_customheader.c
2782 * src/prefs_ext_prog.c
2783 * src/prefs_filtering_action.c
2785 * src/prefs_logging.c
2786 * src/prefs_matcher.c
2787 * src/prefs_msg_colors.c
2789 * src/summary_search.c
2792 * src/gtk/colorsel.c
2793 * src/gtk/gtkaspell.c
2794 * src/gtk/gtkutils.c
2795 * src/gtk/gtkutils.h
2796 * src/gtk/inputdialog.c
2797 * src/gtk/pluginwindow.c
2798 * src/gtk/quicksearch.c
2799 * src/plugins/bogofilter/bogofilter_gtk.c
2800 * src/plugins/dillo_viewer/dillo_prefs.c
2801 * src/plugins/spamassassin/spamassassin_gtk.c
2802 - Fix Ctrl-Space shortcut
2803 - Fix mime-parsing bug in procmime (cvs52)
2804 - Fix double-free in procmime (cvs52)
2805 - Use gtk_bin_get_child instead of GTK_BIN()->child
2806 - Fix Goto menu in mainwindow
2808 2008-08-07 [mones] 3.5.0cvs53
2811 Updated translation (lots of changes!)
2813 Add missing accelerator key
2815 Restored 'v' key function (thanks Colin!)
2817 2008-08-06 [colin] 3.5.0cvs52
2821 * src/addrduplicates.c
2832 Fix my use of g_utf8_strdown (it returns
2833 a newly allocated string and doesn't
2834 change the parameter)
2836 2008-08-06 [colin] 3.5.0cvs51
2839 Fix bug 1690, 'Copy/Paste in edit window may
2840 break Undo'; middle-click pastes aren't
2841 REPLACE_INSERT but just INSERT.
2842 Also, fix privacy menu selection
2844 2008-08-05 [colin] 3.5.0cvs50
2850 * src/addrduplicates.c
2862 * src/common/socket.c
2863 * src/gtk/gtkutils.c
2864 * src/gtk/gtkutils.h
2866 * src/plugins/spamassassin/spamassassin.c
2867 More undeprecation (Glib)
2869 2008-08-05 [colin] 3.5.0cvs49
2871 * src/prefs_account.c
2872 * src/prefs_filtering_action.c
2873 * src/prefs_matcher.c
2874 * src/gtk/Makefile.am
2875 * src/gtk/claws-marshal.list
2876 * src/gtk/colorlabel.c
2877 * src/gtk/colorsel.c
2878 * src/gtk/foldersort.c
2879 * src/gtk/gtkaspell.c
2880 * src/gtk/gtkcmclist.c
2881 * src/gtk/gtkcmclist.h
2882 * src/gtk/gtkcmctree.c
2883 * src/gtk/gtkcmctree.h
2884 * src/gtk/gtkcmoptionmenu.c
2885 * src/gtk/gtkcmoptionmenu.h
2886 * src/gtk/gtksctree.c
2887 * src/gtk/gtksctree.h
2888 * src/gtk/gtkutils.c
2889 * src/gtk/gtkutils.h
2890 * src/gtk/gtkvscrollbutton.c
2893 * src/gtk/quicksearch.c
2894 * src/plugins/dillo_viewer/dillo_viewer.c
2895 * src/plugins/pgpcore/select-keys.c
2896 Try to finish yesterday's commit
2898 2008-08-04 [colin] 3.5.0cvs48
2902 * src/addressbook_foldersel.c
2909 * src/editaddress_other_attributes_ldap.c
2911 * src/editldap_basedn.c
2914 * src/grouplistdialog.c
2915 * src/image_viewer.c
2920 * src/message_search.c
2926 * src/prefs_account.c
2927 * src/prefs_filtering_action.c
2928 * src/prefs_matcher.c
2929 * src/prefs_msg_colors.c
2930 * src/prefs_summaries.c
2932 * src/stock_pixmap.c
2933 * src/summary_search.c
2938 * src/gtk/Makefile.am
2939 * src/gtk/claws-marshal.list
2940 * src/gtk/colorsel.c
2941 * src/gtk/foldersort.c
2942 * src/gtk/gtkaspell.c
2943 * src/gtk/gtkcmclist.c
2944 * src/gtk/gtkcmclist.h
2945 * src/gtk/gtkcmctree.c
2946 * src/gtk/gtkcmctree.h
2947 * src/gtk/gtksctree.c
2948 * src/gtk/gtksctree.h
2949 * src/gtk/gtkutils.c
2950 * src/gtk/gtkutils.h
2951 * src/gtk/gtkvscrollbutton.c
2954 * src/gtk/quicksearch.c
2955 * src/plugins/dillo_viewer/dillo_viewer.c
2956 * src/plugins/pgpcore/select-keys.c
2957 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
2958 Undeprecate their implementation (GtkArg, GtkType, ...)
2959 Undeprecate a few other things here and there
2960 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
2961 Add #undef GTK_DISABLE_DEPRECATED in the files where we
2962 still have work to do
2964 2008-08-04 [colin] 3.5.0cvs47
2970 * src/stock_pixmap.c
2975 * src/image_viewer.c
2976 * src/gtk/gtkaspell.c
2977 * src/gtk/gtkvscrollbutton.c
2978 * src/plugins/dillo_viewer/dillo_viewer.c
2979 Undeprecate more things
2981 2008-08-02 [colin] 3.5.0cvs46
2984 Fix toggle menu activation state
2987 2008-08-02 [paul] 3.5.0cvs45
2991 /View/Show or hide/Message View
2993 2008-08-01 [paul] 3.5.0cvs44
2995 * src/common/utils.c
2996 * src/plugins/pgpcore/claws.def
2997 * src/plugins/pgpinline/claws.def
2998 fix compilation problems on mingw32,
2999 (bug 1688) Patch by Marcus Brinkmann
3001 2008-08-01 [colin] 3.5.0cvs43
3003 * src/gtk/gtkutils.c
3004 * src/gtk/gtkvscrollbutton.c
3007 2008-08-01 [colin] 3.5.0cvs42
3012 * src/prefs_account.c
3013 * src/prefs_folder_item.c
3016 * src/gtk/gtkaspell.c
3017 * src/gtk/gtkutils.c
3018 * src/gtk/gtkvscrollbutton.c
3019 Replace a few deprecated function calls
3021 2008-08-01 [paul] 3.5.0cvs41
3024 fix crash that occurs because of recent GtkUIManager
3025 changes. Thanks to Colin
3027 2008-07-31 [colin] 3.5.0cvs40
3036 Remove deprecated helper funcs
3038 2008-07-30 [colin] 3.5.0cvs39
3045 Move the folderview popup menu to GtkUIManager
3047 2008-07-29 [colin] 3.5.0cvs38
3062 Switch the main menu to GtkUIManager
3065 2008-07-29 [colin] 3.5.0cvs37
3068 Fix bug 1684, 'view news messages with large
3069 attachements segfaults'
3071 2008-07-29 [colin] 3.5.0cvs36
3084 More switches to GtkUIManager
3086 2008-07-26 [colin] 3.5.0cvs35
3092 2008-07-25 [colin] 3.5.0cvs34
3094 * src/addrcustomattr.c
3098 * src/editaddress_other_attributes_ldap.h
3102 * src/prefs_actions.c
3103 * src/prefs_filtering.c
3104 * src/prefs_template.c
3112 * src/plugins/trayicon/trayicon.c
3113 More changes from GtkItemFactory to GtkUIManager
3115 2008-07-25 [colin] 3.5.0cvs33
3118 Add a macro to remove menu items
3119 Make the gui_manager variable useless
3121 2008-07-24 [colin] 3.5.0cvs32
3124 Fix a gtk warning on clear
3128 Switch the message list popup menu to
3131 2008-07-23 [colin] 3.5.0cvs31
3133 * src/plugins/pgpcore/pgp_viewer.c
3134 * src/plugins/pgpcore/sgpgme.c
3135 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3136 Patch by Thomas Wiegner <wiegner@gmx.de>
3138 2008-07-20 [paul] 3.5.0cvs30
3140 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3141 remove redundant GTK version check
3143 2008-07-20 [ticho] 3.5.0cvs29
3148 Moved sensitivity setting for "Download messages" for IMAP and
3149 news folders from folderview.c to imap_gtk.c and news_gtk.c
3150 respectively for better code readability.
3151 Fixed indentation in news' set_sensitivity().
3153 2008-07-20 [paul] 3.5.0cvs28
3156 remove more redundant code following cvs27
3158 2008-07-20 [paul] 3.5.0cvs27
3161 remove now redundant code
3164 fix bug 1673, 'Tools/Harvest adresses is
3165 grayed out if folder is empty'
3167 2008-07-19 [ticho] 3.5.0cvs26
3173 * src/gtk/gtkutils.c
3174 * src/gtk/gtkutils.h
3177 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3178 instead of deprecated GtkItemFactory.
3180 2008-07-19 [colin] 3.5.0cvs25
3192 * src/prefs_account.c
3193 * src/prefs_actions.c
3194 * src/prefs_ext_prog.c
3195 * src/prefs_filtering.c
3196 * src/prefs_folder_item.c
3197 * src/prefs_image_viewer.c
3198 * src/prefs_logging.c
3199 * src/prefs_msg_colors.c
3202 * src/prefs_spelling.c
3203 * src/prefs_summaries.c
3204 * src/prefs_template.c
3207 * src/summary_search.c
3211 * src/common/Makefile.am
3212 * src/gtk/gtksctree.c
3213 * src/gtk/gtkutils.h
3214 * src/gtk/pluginwindow.c
3215 * src/gtk/quicksearch.c
3216 * src/plugins/bogofilter/bogofilter_gtk.c
3217 * src/plugins/dillo_viewer/dillo_prefs.c
3218 * src/plugins/pgpcore/prefs_gpg.c
3219 * src/plugins/spamassassin/spamassassin_gtk.c
3220 * src/plugins/trayicon/trayicon.c
3221 * src/plugins/trayicon/trayicon_prefs.c
3222 Use the shiny new GTK tooltips API when possible (GTK+ 2.12
3223 or greater). Use the old deprecated one on GTK+ < 2.12.
3224 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3227 2008-07-16 [colin] 3.5.0cvs24
3230 Fix folderview's scrolbar when starting minimised
3231 to tray, and popping up the mainwindow by calling
3232 claws-mail from the command line
3234 2008-07-08 [colin] 3.5.0cvs23
3237 Possibly fix po-headers appearing on empty
3240 2008-07-08 [colin] 3.5.0cvs22
3244 Finish the always_open tristate patch, by Jonathan
3247 2008-07-07 [paul] 3.5.0cvs21
3250 fix typo (missing ")
3252 2008-07-07 [paul] 3.5.0cvs20
3255 fit the menu style a bit better
3257 2008-07-07 [colin] 3.5.0cvs19
3259 * src/prefs_themes.c
3260 Make upgrading themes easier
3262 2008-07-07 [colin] 3.5.0cvs18
3265 * src/prefs_toolbar.c
3266 * src/stock_pixmap.c
3267 Finish fixing bug 1609, 'Icon issues'
3269 2008-07-07 [colin] 3.5.0cvs17
3271 * src/prefs_common.c
3272 Fix the default value
3274 2008-07-07 [colin] 3.5.0cvs16
3276 * src/prefs_summaries.c
3277 Revert my fix to the string, the correct term
3278 is indeed Message View
3280 2008-07-07 [colin] 3.5.0cvs15
3284 * src/prefs_common.c
3285 * src/prefs_common.h
3286 * src/prefs_summaries.c
3289 Change "Always open message when selected" to
3290 a tristate (Never/Always/When preview is visible)
3291 Patch by Jonathan Corbet <corbet@lwn.net>.
3293 2008-07-06 [paul] 3.5.0cvs14
3296 improve the layout of the dialogue
3299 fix some of the nasty coding style
3302 add some missing mnemonics
3304 2008-07-05 [paul] 3.5.0cvs13
3308 fix bug 1398, '"Change current account" is
3309 available even when there's only one account'
3310 * src/plugins/pgpcore/prefs_gpg.c
3311 put back a needed include, removed in error
3313 2008-07-05 [colin] 3.5.0cvs12
3316 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3318 2008-07-05 [colin] 3.5.0cvs11
3322 Provide ability to rename newsgroups. Closes
3323 bug 1444, 'Add GUI option for renaming
3324 newsgroups'. Patch by Pawel Pekala
3326 2008-07-05 [colin] 3.5.0cvs10
3328 * src/plugins/pgpcore/passphrase.c
3329 * src/plugins/pgpcore/prefs_gpg.c
3330 * src/plugins/pgpcore/select-keys.c
3331 Simplify GTK includes (with the advantage
3332 of compiling against GTK+2.13); patch by
3335 2008-07-05 [colin] 3.5.0cvs9
3338 Add SSL client certificates
3340 2008-07-05 [colin] 3.5.0cvs8
3342 * src/prefs_account.c
3343 * src/common/session.h
3346 Add one path for certs
3348 2008-07-05 [colin] 3.5.0cvs7
3350 * src/prefs_account.c
3353 2008-07-04 [colin] 3.5.0cvs6
3357 * src/common/ssl_certificate.c
3358 Workaround distro bugs and fix certificate checking
3361 2008-07-04 [colin] 3.5.0cvs5
3364 * src/common/ssl_certificate.c
3365 * src/common/ssl_certificate.h
3366 * src/etpan/imap-thread.c
3367 * src/etpan/nntp-thread.c
3368 Fix some leaks, thanks to Martin Zwickel
3369 Rename gnutls functions that do the same
3370 as OpenSSL ones, to avoid symbol clashing
3371 when Claws is built against GnuTLS and
3372 libetpan against OpenSSL
3374 2008-07-04 [paul] 3.5.0cvs4
3376 * src/prefs_account.c
3377 remove 1 forgotten '.'
3379 2008-07-04 [paul] 3.5.0cvs3
3381 * src/prefs_account.c
3382 layout/engrish fixes to the 'Client
3385 2008-07-03 [colin] 3.5.0cvs2
3390 * src/prefs_account.c
3391 * src/prefs_account.h
3392 * src/prefs_common.c
3393 * src/send_message.c
3394 * src/common/session.c
3395 * src/common/session.h
3398 * src/common/socket.h
3401 * src/common/ssl_certificate.c
3402 * src/common/ssl_certificate.h
3403 * src/etpan/imap-thread.c
3404 * src/etpan/nntp-thread.c
3405 * src/gtk/inputdialog.c
3406 Add support for SSL client certificates (either PEM files
3407 with certificate and private key, either PKCS12 files)
3409 2008-06-28 [colin] 3.5.0cvs1
3412 Fix compilation with older GTKs
3414 2008-06-27 [paul] 3.5.0
3421 2008-06-27 [paul] 3.4.0cvs116
3426 2008-06-27 [paul] 3.4.0cvs115
3430 no longer build unmaintained translations
3432 2008-06-27 [paul] 3.4.0cvs114
3437 updated by Stephan Sachse, Flammie Pirinen, and
3438 Frederico Goncalves Guimaraes
3440 2008-06-26 [wwp] 3.4.0cvs113
3442 * manual/fr/advanced.xml
3443 Update French version of the manual (AutoFaces documentation).
3445 2008-06-26 [wwp] 3.4.0cvs112
3447 * manual/fr/advanced.xml
3448 * manual/fr/plugins.xml
3449 Updated French version of the manual (completed
3450 hidden options list, added note about Clawsker
3451 and new mail archiver plugin).
3453 2008-06-25 [colin] 3.4.0cvs111
3455 * src/gtk/gtkaspell.c
3456 Fix non-UTF8 in the replace with dialog
3457 * src/prefs_actions.c
3458 Fix possible crasher
3461 2008-06-24 [mones] 3.4.0cvs110
3464 Fix non-warning message, downgraded to debug info
3466 2008-06-24 [colin] 3.4.0cvs109
3469 Fix bug 1650, Message line too small after
3470 changing columns in "three columns" layout
3472 2008-06-24 [colin] 3.4.0cvs108
3475 Fix Spam button sensitivity in newsgroups
3477 2008-06-23 [wwp] 3.4.0cvs107
3480 Updated French translation.
3482 2008-06-23 [mones] 3.4.0cvs106
3485 Updated translation for release
3487 2008-06-22 [mones] 3.4.0cvs105
3489 * manual/es/plugins.xml
3490 Synced new entry for Mail Archiver plugin
3492 2008-06-22 [colin] 3.4.0cvs104
3495 Fix initial cursor position
3497 2008-06-21 [paul] 3.4.0cvs103
3499 * manual/plugins.xml
3500 add an entry for the new Mail Archiver plugin
3502 2008-06-21 [paul] 3.4.0cvs102
3505 we're in 'string freeze', put back the
3508 2008-06-21 [paul] 3.4.0cvs101
3510 * manual/advanced.xml
3511 * manual/es/advanced.xml
3512 fix build warning: <emphasis> cannot be contained
3515 fix non-clickable link on License page and drop
3516 the containing < > symbols to match other links
3518 2008-06-20 [mones] 3.4.0cvs100
3520 * manual/advanced.xml
3521 Added autofaces documentation, note about clawsker in hidden
3522 preferences, minor markup fix. Thanks Paul for proofreading
3523 * manual/es/advanced.xml
3524 Synchronised Spanish manual
3526 2008-06-16 [colin] 3.4.0cvs99
3529 Fix cursor placing on signature change
3531 2008-06-16 [paul] 3.4.0cvs98
3535 * src/gtk/inputdialog.c
3536 really fussy coding style fixes
3538 2008-06-16 [paul] 3.4.0cvs97
3541 keep the alphabetical order
3543 2008-06-13 [mones] 3.4.0cvs96
3547 * src/prefs_filtering_action.c
3548 Fixed cosmetic bug, processing also displays "Filtering"
3550 2008-06-13 [mones] 3.4.0cvs95
3553 * src/autofaces.c ** NEW FILE **
3554 * src/autofaces.h ** NEW FILE **
3556 Allow setting Faces and X-Faces globally and per-account
3557 from configuration files under ~/.claws-mail/autofaces
3559 2008-06-13 [holger] 3.4.0cvs94
3562 More files to ignore
3563 * src/gtk/inputdialog.c
3564 * src/gtk/inputdialog.h
3565 Make input dialog more generic so that a checkbox
3566 with custom text can be used in addition to the
3567 "remember this" checkbox
3570 * src/prefs_common.c
3571 * src/prefs_common.h
3572 Allow new folders to inherit the properties of the
3573 parent folder during folder creation
3575 2008-06-13 [wwp] 3.4.0cvs93
3578 a better fix for this string, won't break up translations,
3579 and is conform to other similar ones.
3581 2008-06-13 [wwp] 3.4.0cvs92
3583 * src/addrduplicates.c
3586 * src/addressbook_foldersel.c
3588 use tree decorations everywhere AB folders are used (AB tree pane,
3589 add address to AB, select AB folder, edit group, custom attr, find dup
3590 results), in order to match global style
3591 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
3592 double clicking on groups in tree pane does open the group edit dialog
3593 double clicking on other items in tree pane does expand/collapse
3594 fix a missing space in AB's delete-folder dialog
3595 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
3598 make foldersel dialog show dotted lines according to global (hidden) prefs
3600 2008-06-12 [colin] 3.4.0cvs91
3604 Fix bug 1635, 'Last character of message is truncated
3605 when changing accounts w/ sigs'
3607 Fix bug 1636, 'Can't select "properties" on "folders
3610 2008-06-11 [colin] 3.4.0cvs90
3613 Maybe fix bug 1623, 'exits with segfault when
3614 logging in to certain imap-servers'
3616 2008-06-10 [mones] 3.4.0cvs89
3621 * tools/convert_mbox.sh
3622 Undo cvs86 and cvs87, it really should be a patch to
3625 2008-06-10 [wwp] 3.4.0cvs88
3628 Updated French translation.
3630 2008-06-10 [mones] 3.4.0cvs87
3633 Oops, forgot to add previous script for distribution
3635 2008-06-10 [mones] 3.4.0cvs86
3639 * tools/convert_mbox.sh
3640 Added script to convert Evolution mail folders contributed
3641 by Daniel Dickinson <cshore@fionavar.ca>
3642 Fixes debian bug 461435
3644 2008-06-09 [colin] 3.4.0cvs85
3647 Integrate AWN information bubble if dbus is
3650 Fix crash when calling scan_required() on
3651 folder classes that don't implement them
3652 * src/common/session.c
3655 2008-06-09 [colin] 3.4.0cvs84
3658 Fix bug 1447, 'If user tries to close while starting
3659 up, it will not close ever.'
3661 2008-06-09 [colin] 3.4.0cvs83
3664 Fix bug 1628, 'Claws Mail crashes when
3665 filtering selected messages'
3667 2008-06-04 [colin] 3.4.0cvs82
3670 Complete handling of html parts in multipart/alternative
3673 2008-06-03 [paul] 3.4.0cvs81
3675 * src/prefs_message.c
3676 make always the english good
3678 2008-06-03 [colin] 3.4.0cvs80
3682 Fix bug 1624, '[PATCH] Quick search should be
3683 disabled for folder view'; based on a patch by
3686 2008-06-03 [iwkse] 3.4.0cvs79
3689 Fix little gui bug on button sensitivity
3691 * src/prefs_common.c
3692 * src/prefs_common.h
3693 * src/prefs_message.c
3694 Allow by default to show html in multipart/alternative
3696 2008-06-02 [colin] 3.4.0cvs78
3698 * src/prefs_actions.c
3699 GUI rework, patch by Pawel
3701 2008-06-02 [colin] 3.4.0cvs77
3704 Fix sensitivity/alignment, patch from
3707 2008-05-31 [colin] 3.4.0cvs76
3710 Fix login issue introduced in cvs75.
3712 2008-05-31 [colin] 3.4.0cvs75
3715 Fix more possible double-frees. Also, fix the root cause
3716 of these double-frees by just noting the Session is to
3717 be destroyed instead of destroying it in flight
3719 2008-05-29 [paul] 3.4.0cvs74
3721 * manual/keyboard.xml
3722 'Makes' these entries like the others
3724 2008-05-29 [colin] 3.4.0cvs73
3727 Include utils.h in case we
3728 need to pull goffset definition
3730 2008-05-29 [colin] 3.4.0cvs72
3732 * src/common/utils.h
3733 Workaround a stupid Glib issue, where
3734 goffset happens to be undefined.
3736 2008-05-28 [colin] 3.4.0cvs71
3740 * src/grouplistdialog.c
3741 * src/image_viewer.c
3748 * src/prefs_themes.c
3754 * src/common/utils.c
3755 * src/common/utils.h
3756 Use goffset instead of off_t for MsgInfo's size
3757 Allows using MsgInfo structure from plugins
3758 compiled with largefile support
3760 2008-05-26 [colin] 3.4.0cvs70
3764 Define THEME_CHANGED_HOOKLIST and invoke
3766 * src/plugins/trayicon/trayicon.c
3767 Listen to THEME_CHANGED_HOOKLIST and
3770 2008-05-26 [paul] 3.4.0cvs69
3773 plug a leak in mimeview_save_all()
3775 2008-05-24 [colin] 3.4.0cvs68
3777 * src/common/utils.h
3778 Fix wrong define on old glibs
3780 2008-05-24 [paul] 3.4.0cvs67
3783 * src/stock_pixmap.c
3784 * src/stock_pixmap.h
3786 * src/pixmaps/cancel.xpm
3787 * src/pixmaps/close.xpm
3788 add a specific icon for A_CANCEL_INC (addresses
3789 point 1 of bug 1609 'Icon issues')
3790 replace close.xpm with an icon of the standard
3793 2008-05-24 [paul] 3.4.0cvs66
3795 * src/pixmaps/insert_file.xpm
3798 2008-05-23 [paul] 3.4.0cvs65
3802 add the possibility to check md5 on binary files,
3805 2008-05-23 [colin] 3.4.0cvs64
3809 Fix bug 1610, 'claws crash after opening/closing
3810 preferences and window update'
3812 2008-05-22 [colin] 3.4.0cvs63
3814 * src/prefs_filtering_action.c
3815 * src/gtk/combobox.c
3816 * src/gtk/combobox.h
3817 Fix reselecting of Tags actions in
3818 filtering actions dialog
3820 2008-05-22 [colin] 3.4.0cvs62
3823 * src/prefs_toolbar.c
3824 * src/stock_pixmap.c
3825 * src/stock_pixmap.h
3827 * src/pixmaps/delete_btn.xpm
3828 * src/pixmaps/insert_file.xpm
3829 * src/pixmaps/mail_reply_to_list.xpm
3830 Fix more of bug 1609:
3831 - Add a Delete button icon
3832 - Add a Reply to list button icon
3833 - Fix Insert file button icon
3834 Artwork by Ciprian Popovici.
3836 2008-05-21 [colin] 3.4.0cvs61
3838 * src/common/utils.c
3841 2008-05-21 [wwp] 3.4.0cvs60
3843 * src/prefs_filtering.c
3844 Don't show SMTP-only accounts in accounts list, as they are
3845 irrelevant for filtering incoming messages.
3847 2008-05-21 [colin] 3.4.0cvs59
3850 Don't put SMTP-only accounts in receive menus
3852 2008-05-21 [colin] 3.4.0cvs58
3855 Fix cvs56 (brain fart)
3857 2008-05-21 [colin] 3.4.0cvs57
3859 * src/common/utils.c
3860 Fix bug 1615, 'hang on FIFO when the other end's not
3863 2008-05-21 [colin] 3.4.0cvs56
3868 2008-05-19 [colin] 3.4.0cvs55
3870 * src/plugins/pgpcore/sgpgme.c
3871 Maybe fix debian bug 481856, 'Segmentation fault
3872 when verifying a GPG signature'. Although it
3873 looks like a race condition...