2011-04-10 [colin] 3.7.9cvs8 * src/compose.c * src/prefs_filtering_action.c * src/gtk/combobox.c * src/gtk/gtkshruler.c * src/gtk/gtkshruler.h More undeprecation. GTKSHRuler is #if'ed out. We can still decide to maintain the old GtkRuler widget in-tree if the lack of ruler in Compose window is too annoying. 2011-04-10 [colin] 3.7.9cvs7 * src/addr_compl.c * src/addressbook.c * src/compose.c * src/editaddress_other_attributes_ldap.c * src/message_search.c * src/prefs_display_header.c * src/prefs_filtering_action.c * src/prefs_other.c * src/prefs_toolbar.c * src/summary_search.c * src/gtk/colorlabel.c * src/gtk/combobox.c * src/gtk/gtkcmoptionmenu.c * src/gtk/gtkutils.h More comboboxtext undeprecation 2011-04-10 [colin] 3.7.9cvs6 * src/messageview.c Fix it better. 2011-04-10 [colin] 3.7.9cvs5 * src/messageview.c Fix age-old typo. 2011-04-10 [colin] 3.7.9cvs4 * src/compose.c * src/editaddress_other_attributes_ldap.c * src/message_search.c * src/prefs_display_header.c * src/prefs_filtering_action.c * src/prefs_other.c * src/prefs_toolbar.c * src/summary_search.c * src/gtk/combobox.c * src/gtk/gtkutils.h gtk_combo_box_*_text() is deprecated, and gtk_combo_box_text_*() is the new hotness. 2011-04-10 [colin] 3.7.9cvs3 * src/addr_compl.c * src/addressbook.c * src/browseldap.c * src/compose.c * src/folder.c * src/folderview.c * src/gtk/gtkvscrollbutton.c * src/gtk/gtkvscrollbutton.h s/GtkFunction/GSourceFunc 2011-04-10 [colin] 3.7.9cvs2 * src/mainwindow.c Use gtkut_window_popup() to work around a bug in Gnome Shell. This is the patch from bug #2396, it should be innocuous even if that's useless to do deiconify + present window... 2011-04-09 [paul] 3.7.9cvs1 * src/prefs_summaries.c fix typo in string. (thanks, Brad!) 2011-04-09 [paul] 3.7.9 * NEWS * README * RELEASE_NOTES 3.7.9 unleashed! 2011-04-09 [paul] 3.7.8cvs78 * po/cs.po * po/es.po * po/fi.po * po/fr.po * po/lt.po * po/pt_BR.po * po/sk.po * po/uk.po updated by David Vachulka, Ricardo Mones, Flammie Pirinen, wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes, Slavko, and Yarema 2011-04-09 [colin] 3.7.8cvs77 * src/gtk/filesel.c Revert part of yesterday's patch. While gtk_file_chooser_set_current_name() wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib- encoding filename. Hooray for stupid. 2011-04-08 [colin] 3.7.8cvs76 * src/action.c Fix action Stop: if child does not react to SIGTERM, it'll probably start behaving when it'll get a SIGKILL on the user's second press on Stop. Fixes bug #2237, "User action makes Claws unresponsive". 2011-04-08 [colin] 3.7.8cvs75 * src/account.c * src/folder.c * src/folder.h * src/folder_item_prefs.c * src/folder_item_prefs.h * src/prefs_account.c Fix bug #2382, "folderitemrc not updated when account name is changed". Indeed, this wasn't done. 2011-04-08 [wwp] 3.7.8cvs74 * src/procmime.c Add support for quoted values (*="value"). This commonly fixes a trailing quote appearing to filenames sent by iphone Mail (not sure if it's culprit at all, though). 2011-04-08 [colin] 3.7.8cvs73 * src/gtk/filesel.c Fix bug #2393, "Crashes and rendering problems in the "Save as" menu caused by attachments with extended chars in the file name". Patch derived from a patch bt Fabien Keil 2011-04-05 [wwp] 3.7.8cvs72 * src/compose.c A debug string not to translate. 2011-04-03 [colin] 3.7.8cvs71 * src/common/utils.h Fix bug #2394, "backtrace() crashes on FreeBSD" That's not the first bug-report where internal debug-only backtrace() crashes on FreeBSD. 2011-04-03 [colin] 3.7.8cvs70 * src/compose.c Fix bug #2365 again, "Crash when auto-scrolling headers in compose window". Batch-mode compose windows (from filtering actions) shouldn't try to access stuff after flushing events... 2011-03-31 [paul] 3.7.8cvs69 * INSTALL update as gtk >= 2.10 now required (because I'll never remember to do this later) 2011-03-26 [paul] 3.7.8cvs68 * src/messageview.c fix separators in Go To menu 2011-03-20 [colin] 3.7.8cvs67 * configure.ac Drop the *_DISABLE_DEPRECATED. We'll put them back when we'll have time to handle them 2011-03-18 [paul] 3.7.8cvs66 * src/textview.c make user-facing message more accurate - 'Network Log' not 'View Log' 2011-03-17 [wwp] 3.7.8cvs65 * po/fr.po Fix a typo around plural form, as reported by Yannick Palanque. 2011-03-15 [colin] 3.7.8cvs64 * AUTHORS * src/gtk/authors.h * src/main.c Fix bug #2381, "Support for NetworkManager 0.9". Patch by Mikhail Efremov 2011-03-04 [colin] 3.7.8cvs63 * src/mimeview.c * src/mimeview.h Fix segfault on Windows * src/exporthtml.c * src/common/utils.c * src/common/w32_unistd.c * src/common/w32lib.h Rationalize use of time_r() funcs (pthread do define them) 2011-03-02 [pawel] 3.7.8cvs62 * src/wizard.c Re-implement widgets aligning, switch from GtkSizeGroup to GtkTable - this should fix disappearing labels 2011-03-01 [pawel] 3.7.8cvs61 * src/wizard.c Wizard GUI cleanups. Make it look and behave more like account preferences. 2011-02-23 [colin] 3.7.8cvs60 * src/common/Makefile.am Fix make dist 2011-02-23 [colin] 3.7.8cvs59 * src/Makefile.am * src/main.c * src/common/Makefile.am * src/common/plugin.c * src/common/valgrind.h Fix bug #2369, "valgrind.h should NOT be part of claws-mail" Use valgrind's own header. 2011-02-22 [colin] 3.7.8cvs58 * src/prefs_account.c Fix bug #2367 (Win32): Disable "Always sign messages when replying to a signed message" upon new installation. This is disturbing when PGP plugins are loaded by default. 2011-02-16 [paul] 3.7.8cvs57 * src/* update copyright headers throughout 2011-02-16 [paul] 3.7.8cvs56 * src/summaryview.c use gettext plural form for "item selected"/"items selected" 2011-02-13 [colin] 3.7.8cvs55 * src/mimeview.c * src/mimeview.h Fix bug #2361, "Claws crashes after PGP Check in separate msg view". Don't let the cancel thread lie around after the verification ended. 2011-02-13 [paul] 3.7.8cvs54 * po/lt.po updated by Mindaugas Baranauskas 2011-02-11 [mones] 3.7.8cvs53 * manual/es/advanced.xml Sync with English manual * src/imap.c Fix remaining mismatched alloc/free from cppcheck 2011-02-10 [pawel] 3.7.8cvs52 * src/ldapupdate.c Fix memleaks 2011-02-10 [pawel] 3.7.8cvs51 * src/prefs_toolbar.c - set menus sensitivity in item type combo depending on availability of actions / plugin hooks - style fixes, spaces instead of tabs mostly 2011-02-10 [paul] 3.7.8cvs50 * src/prefs_account.c move the 'send acc mail addr in msg-id" option to the send page 2011-02-10 [paul] 3.7.8cvs49 * src/prefs_account.c move the 'expunge immediately' option to a more suitable page 2011-02-05 [pawel] 3.7.8cvs48 * manual/advanced.xml Document new hidden pref * src/folder.c Dont treat mimeparts referenced by others as real attachments * src/mimeview.c * src/prefs_common.c * src/prefs_common.h Add ability to hide inline attachments referenced by other mimeparts in MimeView. To enable this feature set show_inline_attachments=0 in your clawsrc 2011-01-25 [colin] 3.7.8cvs47 * src/matcher.c Fix matcher body parsing: decode mails with our MIME parser. This speeds up body search a bit as binary attachments are not searched anymore, slows down a bit full message searches, but not awfully. * src/summary_search.c Use matcher API to search, in all cases (advanced search or not). Also, fix little logic bugs related to combos history * src/common/utils.c * src/common/utils.h * src/procmime.c * src/procmime.h Remove dead code, export functions needed by matcher.c 2011-01-25 [colin] 3.7.8cvs46 * src/compose.c * src/prefs_common.c * src/common/md5.c * src/common/ssl_certificate.c Fix mismatched alloc/free (thanks to cppcheck) 2011-01-25 [colin] 3.7.8cvs45 * src/pop.c Fix leak on error path 2011-01-23 [mones] 3.7.8cvs44 * manual/es/advanced.xml Sync with English manual 2011-01-23 [paul] 3.7.8cvs43 * src/gtk/about.c it's 2011, update copyright line 2011-01-23 [paul] 3.7.8cvs42 * manual/advanced.xml * src/prefs_common.c * src/prefs_common.h * src/textview.c fix bug #2350, 'Make displaying localized date/time in message view optional'. This introduces a new hidden option (why do more?), 'msgview_date_format', which defaults to OFF, maintaining the current and expected behaviour. 2011-01-21 [colin] 3.7.8cvs41 * src/procmime.c Fix bug #2050, Clawsmail sends return receipt every seconds We forgot to close the file when parsing disposition-notification fields, which made unlinking of the corresponding emails in tempfolder/processing impossible in Windows. Causing them to be re-fetched every time. 2011-01-21 [colin] 3.7.8cvs40 * claws-mail.desktop Fix again bug #2346: We should have a %u parameter. 2011-01-21 [colin] 3.7.8cvs39 * src/plugins/spamassassin/spamassassin.c Fix sa-learn when offline (its command line parsing is space-dependant). Patch by Wolfgang Lorenz 2011-01-19 [pawel] 3.7.8cvs38 * claws-mail.desktop Fix Bug 2346 'Please register x-handler-scheme in .desktop file' patch by Laurent Bigonville While I'm here update things to current standards, fix desktop-file-validate warnings/errors 2011-01-18 [colin] 3.7.8cvs37 * src/common/smtp.c Fix logic on SMTP AUTH: If the selected method isn't available, say so instead of supposing it'll work. Fixes bug #2039, 'SMTP AUTHENTICATION' 2011-01-15 [pawel] 3.7.8cvs36 * src/prefs_folder_item.c Rework subject regexp simplify gui a bit, this give us better options page layout (window with min width was too short to show all contents and thigs were unwieldy) and better preview of regexp working/not working 2011-01-14 [pawel] 3.7.8cvs35 * src/textview.c strncpy2() NULLify strings just fine, no need to be extra "clever" 2011-01-14 [pawel] 3.7.8cvs34 * src/textview.c Fix Bug #2165 'The date not localized in the message view' Display Date header in messageview in the same way as in summaryview by respecting date format set in preferences. 2011-01-06 [pawel] 3.7.8cvs33 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_quote.c * src/quote_fmt.c Make quote templates widgets more compact 2011-01-06 [pawel] 3.7.8cvs32 * src/plugins/trayicon/trayicon.c - fix logic bug which caused icon to be always set no-mail status on plugin load - force icon hide on plugin_done(), without it empty space(?!) is left in tray under KDE3 and KDE4 2011-01-06 [colin] 3.7.8cvs31 * src/addrharvest.c * src/codeconv.c * src/codeconv.h * src/compose.c * src/news.c * src/procheader.c * src/procmime.c * src/unmime.c * src/unmime.h Unmime headers differently whether they're addresses or not: It's useless to quote things containing commas if it's in subject, for example. (introduced in 3.7.8cvs26) 2011-01-06 [colin] 3.7.8cvs30 * src/gtk/gtkaspell.c Complete previous patch * src/messageview.c * src/plugins/pgpinline/pgpinline.c Coding style 2011-01-06 [paul] 3.7.8cvs29 * AUTHORS * configure.ac * po/lt.po * src/gtk/authors.h add Lithuanian translation (approx. 65% complete) submitted by Mindaugas Baranauskas 2011-01-06 [pawel] 3.7.8cvs28 * src/export.c * src/import.c * src/messageview.c * src/prefs_actions.c * src/procmime.c * src/gtk/gtkaspell.c * src/plugins/pgpinline/pgpinline.c * src/plugins/pgpmime/pgpmime.c * src/plugins/smime/smime.c Fix memory/file descriptors leaks 2011-01-06 [paul] 3.7.8cvs27 * src/plugins/pgpcore/sgpgme.c fix bug #2322, 'GPG Full info: showing subkey ID instead of primary key fingerprint' Patch by Sébastien Bigaret. 2011-01-03 [colin] 3.7.8cvs26 * src/unmime.c Better quote-checking when unmim-ing headers that may have comas. 2011-01-03 [colin] 3.7.8cvs25 * src/unmime.c Fix bug #2299, "Incorrect handling of quoted printable coma in headers". As this is really painful to fix by switching the whole stuff to a list of headers tokens, we workaround the problem by adding quotes around the encoded-word (making it a quoted-string which continuity is already handled). 2011-01-03 [colin] 3.7.8cvs24 * src/procheader.c Remove dead code 2010-12-23 [colin] 3.7.8cvs23 * src/compose.c Finish fixing bug #2203: When forwarding (inline) and there are some text/* parts with no name, set them a name and set their disposition to attachment, so that recipients with MUAs preferring HTML parts don't show them by default. 2010-12-22 [paul] 3.7.8cvs22 * src/compose.h fix missing file in 3.7.8cvs20 2010-12-22 [colin] 3.7.8cvs21 * src/folderview.c * src/folderview.h Implement a nicer scroll when drag and dropping 2010-12-22 [colin] 3.7.8cvs20 * src/compose.c Store charset if available when attaching text/* parts Fixes bug #2203, 'Problems in forwarding multipart/ alternative messages with HTML part' 2010-12-22 [colin] 3.7.8cvs19 * src/textview.c Fix wrong free 2010-12-21 [colin] 3.7.8cvs18 * src/inc.c * src/send_message.c * src/common/session.c * src/common/session.h Differentiate between running sessions and connected sessions. Fixes bug #2332, "Crash when hitting cancel on the SMTP status window" 2010-12-21 [colin] 3.7.8cvs17 * src/etpan/etpan-thread-manager.c Dead code removal 2010-12-21 [colin] 3.7.8cvs16 * src/textview.c Check whether we should continue loading the current textview after inserting a possibly big image. 2010-12-20 [colin] 3.7.8cvs15 * src/addrcindex.c * src/addrcindex.h Removed. Dead code since ages! * src/addr_compl.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmctree.c * src/gtk/gtksctree.c undefine *_DISABLE_DEPRECATED in the files that use deprecated interfaces. Implicit declarations can lead to crashes as prototypes are unknown, as evidenced by bug #2315. 2010-12-20 [colin] 3.7.8cvs14 * src/compose.c Don't flush events when adding an header entry. This can mess up the keypresses in the previous header. Instead, make the scroll happen later (doing it on the spot without flushing events doesn't work as the new requisitions aren't set yet). 2010-12-20 [colin] 3.7.8cvs13 * src/mainwindow.c Don't iconify at start on w32. This un-iconifies in the background. 2010-12-20 [colin] 3.7.8cvs12 * src/common/base64.c Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8" Patch by pochini at shiny.it 2010-12-19 [colin] 3.7.8cvs11 * src/ldapserver.c Better debug. 2010-12-18 [colin] 3.7.8cvs10 * src/compose.c Fix bug #2148, "Attachment content-transfer-encoding incorrectly set when signing emails". The RFC 2045 states that message/* and multipart/* encoding must be either 7-bit, 8-bit or binary. 2010-12-18 [mones] 3.7.8cvs9 * src/ldaputil.c Fix crash when searching or adding a LDAP server 2010-12-17 [colin] 3.7.8cvs8 * configure.ac * src/editldap.c * src/ldapquery.c * src/ldapserver.c * src/ldapupdate.c * src/ldaputil.c * src/ldaputil.h Better error logging. Disable LDAP SSL/TLS on Windows, it's crashy/non-worky. 2010-12-17 [colin] 3.7.8cvs7 * src/folder.c Fix bug #2325, "messages remains in folder cache after moving from MH to IMAP boxes". Bug introduced in 3.7.6cvs53. 2010-12-17 [colin] 3.7.8cvs6 * src/addressadd.c * src/addressbook.c * src/addrindex.c * src/ldapquery.c * src/ldapquery.h * src/ldapserver.c * src/ldapserver.h * src/ldapupdate.c * src/ldaputil.c * src/ldaputil.h Windows build fixes (w32 LDAP completely untested!) 2010-12-16 [colin] 3.7.8cvs5 * src/addrindex.c * src/editldap.c * src/ldapctrl.c * src/ldapquery.c * src/ldapserver.c * src/ldapserver.h * src/ldapupdate.c * src/ldaputil.c Try to rationalize a bit LDAP connections 2010-12-16 [colin] 3.7.8cvs4 * src/prefs_spelling.c * src/common/defs.h Add a button to get dictionaries (win32) 2010-12-16 [colin] 3.7.8cvs3 * src/prefs_matcher.c Fix bug #2279, "crash when clicking 'define' in filter configuring". Thanks to Theodor Ciobanu for the hint at the problem. 2010-12-14 [colin] 3.7.8cvs2 * src/gtk/gtkaspell.c Add missing guard for sys/wait.h 2010-12-05 [colin] 3.7.8cvs1 * tools/make.themes.project Seems wget has changed naming of targets downloaded. Fix it by always providing our own name. [Pushing mones' patch again after messing with CVSROOT] 2010-12-04 [paul] 3.7.8 * NEWS * README * RELEASE_NOTES 3.7.8 unleashed! 2010-12-03 [paul] 3.7.7cvs11 * configure.ac * manual/xml2pdf ** REMOVED ** * manual/dist/pdf/Makefile.am * manual/es/dist/pdf/Makefile.am * manual/fr/dist/pdf/Makefile.am * manual/pl/dist/pdf/Makefile.am simplify check for tools needed for manual building, remove xml2pdf and use docbook2pdf instead 2010-12-03 [mir] 3.7.7cvs10 * configure.ac Fix bug so that configure option --disable-manual actually disable building the manuals 2010-12-01 [pawel] 3.7.7cvs9 * src/crash.c One more GTK+ 2.22 build fix 2010-11-30 [colin] 3.7.7cvs8 * src/action.c Fix bug #2317, 'Action results in "Bad file descriptor"' Introduced in 3.7.6cvs57. In fact the error has been there since ages, and only new thing is the verification of the various functions return code. Let the stuff work as it does, as it seems to do the right thing since ages. 2010-11-28 [colin] 3.7.7cvs7 * src/gtk/quicksearch.c Fix bug #2313, 'CLI quicksearch sometimes returns the same messages twice'. Patch by Sebastien Bigaret 2010-11-25 [paul] 3.7.7cvs6 * src/prefs_common.c make "gtk_can_change_accels" FALSE by default. fixes bug #2309, 'Shortcuts should not be modifiable by default' (RFE) 2010-11-24 [mones] 3.7.7cvs5 * src/mainwindow.c Add missing shortcuts for marking as spam and ham Fixes Debian bug #599547 2010-11-22 [colin] 3.7.7cvs4 * src/compose.c Revert 3.7.6cvs{39,38,37,35,34}. The fact that five patches were needed to fix a corner case is a good indicator that is was bound to break something. 2010-11-21 [colin] 3.7.7cvs3 * src/plugins/pgpcore/claws.def Win32 build fix 2010-11-20 [wwp] 3.7.7cvs2 * src/main.c Fix either a typo or an irrelevant iff word there. IMO type and recursive possible values should be changed to smth simple and neat here, and help strings be really translatable. 2010-11-20 [colin] 3.7.7cvs1 * AUTHORS Damn, forgot to commit this file twice. 2010-11-19 [paul] 3.7.7 * NEWS * README * RELEASE_NOTES 3.7.7 unleashed! 2010-11-19 [paul] 3.7.6cvs66 * po/ca.po * po/cs.po * po/de.po * po/es.po * po/fi.po * po/fr.po * po/hu.po * po/id.po * po/pt_BR.po * po/sk.po * po/uk.po updated by Miquel Oliete, David Vachulka, Stephan Sachse, Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema 2010-11-17 [colin] 3.7.6cvs65 * src/common/utils.c Separate email address from timestamp with a dot. Fix coding style. 2010-11-17 [colin] 3.7.6cvs64 * src/common/utils.c Fix multiple @ in generated message-ids. That's not allowed in RFC 2822. 2010-11-16 [mones] 3.7.6cvs63 * manual/es/advanced.xml Synchronise with English version 2010-11-04 [wwp] 3.7.6cvs62 * src/filtering.c Fix bug 2293, "filtering: simplify expression", as simplifying this expression doesn't make it less easy to understand and we gain few cycles by making the logical expression more simple by applying. Patch by Nicolas Kaiser. 2010-11-03 [colin] 3.7.6cvs61 * src/addrindex.c Fix bug 2294, "addrindex.c: address index conversion always fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser. 2010-11-02 [wwp] 3.7.6cvs60 * src/action.c * src/statusbar.c * src/toolbar.c Enlarge the progress bar (main window) a bit when compiling for UMPCs like maemo: this solves truncated text that might appear in the progress bar while processing messages. Also use a more compact string format when displaying progress like 'number/total', still for UMPCs, this fixes a previous inconsistency with these format strings where no space around the / were used sometimes. 2010-10-26 [ticho] 3.7.6cvs59 * src/news.c Recreate NNTP session if server port setting has changed. Fixes bug #2092. 2010-10-26 [colin] 3.7.6cvs58 * src/imap_gtk.c * src/mh_gtk.c Fix copy-paste error, thanks to David Relson for spotting it. 2010-10-18 [colin] 3.7.6cvs57 * src/action.c * src/addrharvest.c * src/alertpanel.c * src/filtering.c * src/jpilot.c * src/prefs_themes.c * src/procmime.c * src/textview.c * src/gtk/gtkutils.c * src/gtk/quicksearch.c * src/gtk/quicksearch.h * src/plugins/pgpcore/passphrase.c * src/plugins/spamassassin/libspamc.c Fix warnings 2010-10-17 [colin] 3.7.6cvs56 * src/prefs_themes.c * src/gtk/gtkaspell.c * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/inputdialog.c * src/gtk/progressdialog.c Undeprecate a few things 2010-10-17 [colin] 3.7.6cvs55 * src/main.c * src/gtk/authors.h * src/gtk/quicksearch.c * src/gtk/quicksearch.h Add ability to search from the command-line. Closes bug 2249, ' Making QuickSearch independent from the GUI' Patch by Sebastien Bigarret. 2010-10-04 [mones] 3.7.6cvs54 * manual/dist/pdf/Makefile.am Fix build of English PDF manual (sh: Can't open ../../../xml2pdf) 2010-10-03 [colin] 3.7.6cvs53 * src/folder.c * src/folder.h * src/imap.c * src/mh.c * src/procmsg.c Get rid of GRelation which were, mostly, used as GHashTables. Probably fixes bug #2277, 'Segfault when loading inbox for the first time' 2010-10-03 [mir] 3.7.6cvs52 * manual/de/dist/html/Makefile.am * manual/de/dist/pdf/Makefile.am * manual/de/dist/ps/Makefile.am * manual/de/dist/txt/Makefile.am * manual/dist/html/Makefile.am * manual/dist/pdf/Makefile.am * manual/dist/ps/Makefile.am * manual/dist/txt/Makefile.am * manual/es/dist/html/Makefile.am * manual/es/dist/pdf/Makefile.am * manual/es/dist/ps/Makefile.am * manual/es/dist/txt/Makefile.am * manual/fr/dist/html/Makefile.am * manual/fr/dist/pdf/Makefile.am * manual/fr/dist/ps/Makefile.am * manual/fr/dist/txt/Makefile.am * manual/pl/dist/html/Makefile.am * manual/pl/dist/pdf/Makefile.am * manual/pl/dist/ps/Makefile.am * manual/pl/dist/txt/Makefile.am Missing Makefile.am's for 3.7.6cvs49 2010-10-03 [colin] 3.7.6cvs51 * po/POTFILES.in Fix build 2010-10-02 [mir] 3.7.6cvs50 * manual/de/dist/html/Makefile.am * manual/de/dist/pdf/Makefile.am * manual/de/dist/ps/Makefile.am * manual/de/dist/txt/Makefile.am * manual/dist/html/Makefile.am * manual/dist/pdf/Makefile.am * manual/dist/ps/Makefile.am * manual/dist/txt/Makefile.am * manual/es/dist/html/Makefile.am * manual/es/dist/pdf/Makefile.am * manual/es/dist/ps/Makefile.am * manual/es/dist/txt/Makefile.am * manual/fr/dist/html/Makefile.am * manual/fr/dist/pdf/Makefile.am * manual/fr/dist/ps/Makefile.am * manual/fr/dist/txt/Makefile.am * manual/pl/dist/html/Makefile.am * manual/pl/dist/pdf/Makefile.am * manual/pl/dist/ps/Makefile.am * manual/pl/dist/txt/Makefile.am Part 2 of last commit which broke due to a permission error Avoid claws trying to build manuals if the required tools are not present. 2010-10-02 [mir] 3.7.6cvs49 * configure.ac * manual/de/dist/html/Makefile.am * manual/de/dist/pdf/Makefile.am * manual/de/dist/ps/Makefile.am * manual/de/dist/txt/Makefile.am * manual/dist/html/Makefile.am * manual/dist/pdf/Makefile.am * manual/dist/ps/Makefile.am * manual/dist/txt/Makefile.am * manual/es/dist/html/Makefile.am * manual/es/dist/pdf/Makefile.am * manual/es/dist/ps/Makefile.am * manual/es/dist/txt/Makefile.am * manual/fr/dist/html/Makefile.am * manual/fr/dist/pdf/Makefile.am * manual/fr/dist/ps/Makefile.am * manual/fr/dist/txt/Makefile.am * manual/pl/dist/html/Makefile.am * manual/pl/dist/pdf/Makefile.am * manual/pl/dist/ps/Makefile.am * manual/pl/dist/txt/Makefile.am 1) Downgrade autoconf requirements to 2.59 to allow building on oldest supported Linux distributions. 2) Only try to build manuals if the needed software is present. 2010-10-02 [colin] 3.7.6cvs48 * src/plugins/trayicon/trayicon.c And fix theme updating. 2010-10-02 [colin] 3.7.6cvs47 * src/plugins/trayicon/trayicon.c Got burnt by wrong indentation! 2010-10-02 [colin] 3.7.6cvs46 * configure.ac Forgot to remove the directory from top-level 2010-10-02 [colin] 3.7.6cvs45 * src/plugins/trayicon/Makefile.am * src/plugins/trayicon/trayicon.c * src/plugins/trayicon/libeggtrayicon/.cvsignore * src/plugins/trayicon/libeggtrayicon/Makefile.am * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h * src/plugins/trayicon/libeggtrayicon/xembed.h Finally get rid of Eggtrayicon, use GtkStatusIcon instead (which can be done safely now that we require GTK+ 2.10). 2010-10-02 [colin] 3.7.6cvs44 * src/action.c * src/addr_compl.c * src/addressbook.c * src/addrgather.c * src/alertpanel.c * src/editaddress.c * src/editaddress_other_attributes_ldap.c * src/editgroup.c * src/folderview.c * src/grouplistdialog.c * src/headerview.c * src/image_viewer.c * src/importldif.c * src/main.c * src/mainwindow.c * src/message_search.c * src/mimeview.c * src/prefs_themes.c * src/summary_search.c * src/summaryview.c * src/toolbar.c * src/etpan/imap-thread.c * src/gtk/authors.h * src/gtk/gtkcmclist.c * src/gtk/gtkcmoptionmenu.c * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/gtkvscrollbutton.c * src/plugins/pgpcore/select-keys.c * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c Undeprecate for GTK+2.22. Patch by Reed Loden. Fixes bug #2276, 'Compile in maintainer mode fails on GTK+ 2.22'. 2010-10-02 [colin] 3.7.6cvs43 * configure.ac It's now time to remove the temporary enable-openssl option that was used when we removed OpenSSL. See bug #2276 comment #14. 2010-09-30 [wwp] 3.7.6cvs42 * src/prefs_account.c * src/prefs_filtering_action.c * src/prefs_matcher.c Fix bug #2274, wrong color label index range used w/ gtk_cmoption_menu (behaviour change has been introduced w/ 3.5.0cvs49 apparently), now it must be 1..N so let's use colorlabel value (0..N) + 1. 2010-09-20 [pawel] 3.7.6cvs41 * src/compose.c * src/mainwindow.c * src/summaryview.c revert last patch 2010-09-19 [pawel] 3.7.6cvs40 * src/compose.c * src/mainwindow.c * src/summaryview.c Set ML menus sensitivity accordingly to possibility of reply to ML 2010-09-19 [colin] 3.7.6cvs39 * src/compose.c Fix cvs34 and cvs35. NNTP accounts are mandatory to post to newsgroups, and NNTP accounts *can* send email. We should not force an email account when replying to_ml or anything... 2010-09-19 [colin] 3.7.6cvs38 * src/compose.c Revert previous commit (which breaks Reply to newsgroups) 2010-09-17 [pawel] 3.7.6cvs37 * src/compose.c Respect reply_account_autosel when changing compose account to email one while replying to NNTP post 2010-09-17 [wwp] 3.7.6cvs36 * doc/man/claws-mail.1 Update --compose documentation in `man claws-mail`. 2010-09-12 [pawel] 3.7.6cvs35 * src/compose.c Add forgotten bit to previous commit, select email account when replying to ML 2010-09-12 [pawel] 3.7.6cvs34 * src/compose.c Fix bug #2247 "nntp reply-to-all broken?" Make reply-to-all and reply-to-ml work as expected in mailing list through NNTP case 2010-09-11 [pawel] 3.7.6cvs33 * src/mainwindow.c * src/summaryview.c * src/toolbar.c gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS() fixes build with GTK+ < 2.18 2010-09-10 [pawel] 3.7.6cvs32 * src/mainwindow.c * src/summaryview.c * src/toolbar.c Make Tab key switch between FolderView, MsgView and SummaryView only, other widgets have/can have their own keybindings anyway 2010-08-25 [colin] 3.7.6cvs31 * src/procmime.c * AUTHORS * src/gtk/authors.h * src/common/base64.c * src/common/base64.h Fix bug #2245, "base64 decoding fails with line breaks" Patch by Yotam Medini 2010-08-25 [colin] 3.7.6cvs30 * src/main.c Fix bug #2241, "Empty trash on exit fails on scripted exit" 2010-08-23 [pawel] 3.7.6cvs29 * src/inc.c * src/send_message.c * src/statusbar.c * src/toolbar.c Hide progressbar on statusbar when not needed 2010-08-17 [colin] 3.7.6cvs28 * src/main.c Fix previous patch (our own tmp dir is inside our rc dir) 2010-08-16 [colin] 3.7.6cvs27 * src/main.c Use temp dir to store logs in Windows. Avoids doing get_rc_dir() early, which prevents set_rc_dir() working correctly. 2010-07-31 [holger] 3.7.6cvs26 * src/gtk/gtkshruler.c Yet more GdkGC to Cairo porting 2010-07-30 [holger] 3.7.6cvs25 * src/stock_pixmap.c More GdkGC to Cairo porting 2010-07-30 [holger] 3.7.6cvs24 * src/gtk/colorlabel.c One GdkGC usage less 2010-07-29 [holger] 3.7.6cvs23 * src/printing.c Replace some gdk drawing with cairo, as the former is going towards deprecation. 2010-07-25 [colin] 3.7.6cvs22 * src/common/utils.c And now for a real fix. g_list_remove() doesn't, of course, free the data. But we have to have a solid pointer to it in order to free it ourselves instead of relying on the old freed list pointer. Maybe that's the last patch on the subject now ? :) 2010-07-25 [colin] 3.7.6cvs21 * src/common/utils.c Remove stupid and extraneous g_free() of elements which have just been freed by g_list_remove(). (see GList documentation). I don't know how it worked before 2010-07-25 [colin] 3.7.6cvs20 * src/common/utils.c Reverse free/use with more logical and safe use/free. Thanks to Michael Rasmussen ! 2010-07-24 [colin] 3.7.6cvs19 * src/gtk/quicksearch.c Finish 3.7.5cvs42 patch. Probably fixes bug 2232, 'freeze when using quick search' 2010-07-11 [iwkse] 3.7.6cvs18 * src/gtk/quicksearch.c Add SMALL_LAYOUT to quicksearch_relayout 2010-07-10 [iwkse] 3.7.6cvs17 * src/mainwindow.h Remove forgotten variable from the last bugfix #2224 2010-07-10 [colin] 3.7.6cvs16 * src/mainwindow.c * src/gtk/quicksearch.c Clean fix for bug #2224: don't mess with GTK settings when handling the layout ourselves is enough 2010-07-09 [iwkse] 3.7.6cvs15 * src/mainwindow.h * src/mainwindow.c Better fix for Bug #2224 2010-07-09 [iwkse] 3.7.6cvs14 * src/mainwindow.c Bug #2224 Always use stock icons on buttons 2010-07-08 [colin] 3.7.6cvs13 * src/gtk/filesel.c Fix bug 2223, 'Compilation fails with GTK+ 2.21.3'. Thanks to Jan Psota ! 2010-06-29 [pawel] 3.7.6cvs12 * src/compose.c Revert 3.7.5cvs41, it breaks templates that use %X 2010-06-23 [wwp] 3.7.6cvs11 * src/gtk/colorlabel.c Silent up a warning by avoiding possible confusion in logical expression evaluation, thanks to TuxCM. 2010-06-21 [iwkse] 3.7.6cvs10 * src/gtk/quicksearch.c Do not add into quicksearch history matching rules with bad syntax 2010-05-26 [holger] 3.7.6cvs9 * src/summaryview.c * src/summaryview.h Add function to select rows given a list of messages, complementary to summary_get_selected_msg_list() 2010-05-22 [mir] 3.7.6cvs8 * src/ldapctrl.c Fix bug 2208. Encode encrypted password to qouted printable to avoid making invalid XML. Encoding will be activated the first time the password is changed. 2010-05-22 [paul] 3.7.6cvs7 * manual/advanced.xml * src/compose.c * src/prefs_common.c * src/prefs_common.h after using the compose margin for several days I wanted the old style back - add a new hidden pref 'show_compose_margin' to restore the old behaviour (defaults to FALSE) 2010-05-14 [paul] 3.7.6cvs6 * src/compose.c add a margin to the compose window text that matches the margin in textview 2010-05-14 [colin] 3.7.6cvs5 * src/gtk/sslcertwindow.c Fix dangling pointer. Thanks to Michael R! 2010-05-14 [colin] 3.7.6cvs4 * src/gtk/sslcertwindow.c Fix bug 1993, 'Cannot send mail when SSL certificate is expired but certificate check is skipped' and maybe bug 2200, 'SSL is not working with POP3' 2010-05-14 [colin] 3.7.6cvs3 * src/plugins/pgpinline/pgpinline.c Fix bug 2205, 'PGPInline: segfault on malformed mails' 2010-05-04 [iwkse] 3.7.6cvs2 * src/prefs_message.c Get a generic name as 'Quotation' for the frame 2010-05-04 [iwkse] 3.7.6cvs1 * src/prefs_message.c * src/prefs_common.h * src/prefs_common.c * src/textview.c Fix #2188 Option for collapsing via double-click 2010-05-01 [paul] 3.7.6 * NEWS * README * RELEASE_NOTES 3.7.6 unleashed! 2010-05-01 [paul] 3.7.5cvs55 * tools/claws.i18n.status.pl add Ukrainian stat 2010-05-01 [paul] 3.7.5cvs54 * src/gtk/authors.h add YUP, new Ukrainian translator 2010-04-30 [paul] 3.7.5cvs53 * configure.ac * po/uk.po add Ukrainian translation, submitted by YUP * po/cs.po * po/de.po * po/fi.po * po/hu.po * po/nl.po * po/pt_BR.po * po/pt_PT.po * po/sk.po updated by David Vachulka, Stephan Sachse, Flammie Pirinen, Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes, Tiago Faria, and Slavko 2010-04-26 [wwp] 3.7.5cvs52 * po/fr.po Fix capitalization. 2010-04-26 [mones] 3.7.5cvs51 * po/es.po Updated for release 2010-04-22 [pawel] 3.7.5cvs50 * src/addressbook.c fix compile warning * src/vcard.c first NULL check pointer, then use it 2010-04-22 [colin] 3.7.5cvs49 * src/imap.c Fix error message when session isn't established * po/fr.po Update translation and fix a typo in it 2010-04-15 [pawel] 3.7.5cvs48 * src/prefs_account.c Fix Bug 2144 'When creating an account with IMAP4+SSL, the port isn't configured properly' When using SSL/TLS tunneling automatically use default ports for encrypted connections: smtps, pop3s, imaps, nntps 2010-04-15 [pawel] 3.7.5cvs47 * src/action.c Fix crasher in actions using '%f' argument on multiple files with external scripts which don't return any output. 2010-04-14 [colin] 3.7.5cvs46 * src/mainwindow.c Fix hand cursor after error symbol appears 2010-04-12 [colin] 3.7.5cvs45 * configure.ac Fix bug 2162, 'configure check for libetpan fails with libetpan 1.0' 2010-04-09 [mones] 3.7.5cvs44 * manual/de/glossary.xml Fix encoding to match main document's Also fixes make dist with Debian's openjade 2010-03-29 [pawel] 3.7.5cvs43 * src/matcher_parser.h * src/matcher_parser_parse.y * src/gtk/quicksearch.c Disable matcher warnings when populating quicksearch completion lists on startup 2010-03-27 [colin] 3.7.5cvs42 * src/gtk/quicksearch.c Fix double-free later in code. Optimize list creation 2010-03-27 [pawel] 3.7.5cvs41 * src/compose.c Make sure that quote ends with new line char 2010-03-26 [pawel] 3.7.5cvs40 * src/compose.c * src/compose.h * src/textview.c Fix Bug 1928 Add "reply to this address" pop menu on Message View - Set composing account to email one when creating/replying from NNTP folder by clicking link or choosing option from popup menu - Factorize code 2010-03-25 [paul] 3.7.5cvs39 * src/gtk/gtkcmclist.c Fix build with GTK+ 2.20 2010-03-24 [pawel] 3.7.5cvs38 * src/addr_compl.c * src/compose.c * src/folderview.c * src/grouplistdialog.c * src/headerview.c * src/mainwindow.c * src/mimeview.c * src/prefs_account.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmctree.c * src/gtk/gtkcmoptionmenu.c * src/gtk/gtksctree.c * src/gtk/gtkshruler.c * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/gtkvscrollbutton.c * src/gtk/inputdialog.c * src/gtk/spell_entry.c * src/plugins/trayicon/trayicon.c * src/plugins/trayicon/libeggtrayicon/Makefile.am * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c Fix build with GTK+ 2.19 2010-03-23 [pawel] 3.7.5cvs37 * src/mainwindow.c * src/mimeview.c Respect view->show_col_headers option * src/gtk/gtkcmctree.c Fix GtkCmcTree column width calculation when it has auto_resize set and new node is added 2010-03-22 [pawel] 3.7.5cvs36 * src/grouplistdialog.c * src/prefs_common.c * src/prefs_common.h - remember newsgroups list dialog size - respect use_dotted_lines hidden pref - respect use_stripes_everywhere hidden pref 2010-03-21 [pawel] 3.7.5cvs35 * src/addrgather.c Remove superfluous gtk_widget_show_all() * src/mimeview.c Add forgotten colon * src/common/utils.c Return correct type 2010-03-21 [pawel] 3.7.5cvs34 * src/main.c * src/gtk/quicksearch.c * src/gtk/quicksearch.h Implement separate search phrase completion for normal/extended quicksearch 2010-03-11 [paul] 3.7.5cvs33 * po/zh_CN.po fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK' submitted by Yuwei Yu 2010-03-09 [colin] 3.7.5cvs32 * manual/de/glossary.xml Fix build 2010-03-02 [colin] 3.7.5cvs31 * manual/de/glossary.xml Sort alphabetically. Done by Volker Ribbert. 2010-03-02 [mones] 3.7.5cvs30 * README Fix mailing list archives location Remove currently unavailable CVS webview 2010-03-01 [iwkse] 3.7.5cvs29 * src/common/plugin.c Other indentation issues 2010-03-01 [iwkse] 3.7.5cvs28 * src/common/plugin.c Fix indentation of the previous commit 2010-03-01 [iwkse] 3.7.5cvs27 * src/common/plugin.h * src/common/plugin.c Add API for getting a loaded Plugin from the plugin's name, plugin_get_loaded_by_name (const gchar *name) Thanks to Colin, Michael 2010-02-27 [colin] 3.7.5cvs26 * configure.ac * AUTHORS * src/gtk/authors.h * manual/Makefile.am * manual/de/Makefile.am * manual/de/account.xml * manual/de/ack.xml * manual/de/addrbook.xml * manual/de/advanced.xml * manual/de/claws-mail-manual.xml * manual/de/faq.xml * manual/de/glossary.xml * manual/de/gpl.xml * manual/de/handling.xml * manual/de/intro.xml * manual/de/keyboard.xml * manual/de/plugins.xml * manual/de/starting.xml * manual/de/dist/.cvsignore * manual/de/dist/Makefile.am * manual/de/dist/html/.cvsignore * manual/de/dist/html/Makefile.am * manual/de/dist/pdf/.cvsignore * manual/de/dist/pdf/Makefile.am * manual/de/dist/ps/.cvsignore * manual/de/dist/ps/Makefile.am * manual/de/dist/txt/.cvsignore * manual/de/dist/txt/Makefile.am Add the german translation of the manual, done by Volker Ribbert . 2010-02-27 [holger] 3.7.5cvs25 * src/prefs_toolbar.c Don't make toolbar item description for plugin registered items editable 2010-02-26 [colin] 3.7.5cvs24 * src/toolbar.c Don't translate empty description 2010-02-22 [colin] 3.7.5cvs23 * src/compose.c Don't make In-Reply-To visible when reediting a draft or sent mail. 2010-02-20 [colin] 3.7.5cvs22 * src/imap.c * src/imap.h * src/main.c * src/mainwindow.c * src/etpan/imap-thread.c * src/etpan/imap-thread.h * src/etpan/nntp-thread.c * src/etpan/nntp-thread.h When going offline from NetworkManager, just delete IMAP connections. That'll avoid timeouts when coming back online in certain cases when the TCP socket will have timed out. 2010-02-20 [holger] 3.7.5cvs21 * .cvsignore More files to ignore 2010-02-17 [ticho] 3.7.5cvs20 * src/summaryview.c * src/summaryview.h * src/toolbar.c Revert 3.7.5cvs19. 2010-02-16 [ticho] 3.7.5cvs19 * src/summaryview.c * src/summaryview.h * src/toolbar.c Removed unused argument from summary_open_row(). 2010-02-10 [pawel] 3.7.5cvs18 * src/compose.c - fix headers filtering when prefs_common.trans_hdr is on - fix headers setting when changing composing account - plug memleak * src/prefs_template.c Re-add template's name for translation 2010-02-10 [colin] 3.7.5cvs17 * src/prefs_matcher.c Fix bug 2099, 'add List-Id in Configuration>Filtering> Condition>Define>Header>Name combo box'. Patch by Francois Cami 2010-02-10 [colin] 3.7.5cvs16 * src/codeconv.c * src/codeconv.h * src/compose.c * src/mainwindow.c * src/messageview.c * src/prefs_send.c * src/procmime.c * src/textview.c Add the GB18030 Chinese charset, which is a superset of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu. 2010-02-09 [holger] 3.7.5cvs15 * configure.ac GTK+ 2.10 related cleanup 2010-02-09 [pawel] 3.7.5cvs14 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_template.c * src/quote_fmt.c Respect prefs_common.trans_hdr in couple more places to avoid confusion with translated/non-translated header names 2010-02-09 [colin] 3.7.5cvs13 * po/POTFILES.in Fix make dist 2010-02-09 [colin] 3.7.5cvs12 * src/mimeview.c And fix 2.10 build :) 2010-02-09 [colin] 3.7.5cvs11 * configure.ac Bump up GTK+ requirement to 2.10 * src/Makefile.am * src/compose.c * src/crash.c * src/foldersel.c * src/main.c * src/mainwindow.c * src/messageview.c * src/messageview.h * src/prefs_actions.c * src/prefs_common.c * src/prefs_common.h * src/prefs_ext_prog.c * src/prefs_filtering_action.c * src/prefs_fonts.c * src/prefs_image_viewer.c * src/prefs_matcher.c * src/prefs_msg_colors.c * src/prefs_summaries.c * src/prefs_template.c * src/printing.c * src/printing.h * src/quote_fmt.c * src/summaryview.c * src/textview.c * src/gtk/Makefile.am * src/gtk/about.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmctree.c * src/gtk/gtkutils.c * src/gtk/quicksearch.c Remove all compile-time conditionals depending on GTK+ < 2.10 * src/gedit-print.c * src/gedit-print.h * src/gtk/gtksourceprintjob.c * src/gtk/gtksourceprintjob.h Remove libgnomeprint-based printing system (and command-line-based printing system) as GTK+ 2.10 ships with print support. 2010-02-08 [mir] 3.7.5cvs10 * src/compose.c Avoid displaying Bcc headers in message sent to NNTP servers. Thanks to Henning Mersch. 2010-02-08 [pawel] 3.7.5cvs9 * src/mimeview.c Make tooltips less cryptic * src/gtk/description_window.c Improve window size calculation 2010-02-08 [pawel] 3.7.5cvs8 * src/compose.c * src/compose.h * src/common/utils.c * src/common/utils.h * src/gtk/authors.h Fix Bug 2058 "use in-reply-to info passed in mailto: links" Patch by Laurent Bigonville with slight modifications 2010-02-03 [pawel] 3.7.5cvs7 * m4/.cvsignore Add some libtool files to ignore 2010-02-03 [pawel] 3.7.5cvs6 * src/plugins/trayicon/trayicon.c Save and then restore focus when closing/minimizing to tray 2010-02-03 [mir] 3.7.5cvs5 * src/addrindex.c * src/editldap.c * src/ldapctrl.c * src/ldapctrl.h * src/ldapquery.c * src/ldapupdate.c Save LDAP password encrypted. See bug 2113. 2010-02-03 [colin] 3.7.5cvs4 * src/privacy.c Fix again decoding of encrypted parts. The reverting of the patch was wrong, as the double-decoding was fixed in smime itself. Thanks to Matthias Drochner again... 2010-02-02 [colin] 3.7.5cvs3 * src/plugins/smime/smime.c * src/privacy.c Revert 3.7.4cvs2 and make a better patch for bug 2059 and 2076. Patch by Matthias Drochner 2010-01-31 [pawel] 3.7.5cvs2 * src/gtk/authors.h Fix hungarian translator's name 2010-01-31 [pawel] 3.7.5cvs1 * src/messageview.c * src/mimeview.c Fix Bug 2107 - Arrow keys don't work in message view window 2010-01-31 [paul] 3.7.5 * NEWS * README * RELEASE_NOTES 3.7.5 released! 2010-01-23 [pawel] 3.7.4cvs10 * src/addressbook.c Fix button sensitivity in compose mode 2010-01-23 [pawel] 3.7.4cvs9 * commitHelper * tools/kdeservicemenu/install.sh * tools/make.themes.project * tools/nautilus2claws-mail.sh * tools/popfile-link.sh * tools/textviewer.sh Not all systems have bash installed in /bin, use env(1) to find it`s location 2010-01-22 [pawel] 3.7.4cvs8 * src/prefs_account.c * src/prefs_filtering.c * src/prefs_send.c * src/gtk/colorlabel.c Add some separators in combos 2010-01-22 [pawel] 3.7.4cvs7 * autogen.sh --disable-aspell -> --disable-enchant * configure.ac Fix options spacing in configure --help * src/wizard.c Make wizard's window centered on the screen 2010-01-19 [holger] 3.7.4cvs6 * src/folder.c * src/folder.h Introduce folder_get_item_from_identifier(). In contrast to folder_find_item_from_identifier(), this function recursively creates the FolderItems in the id path. Useful for programmatically creating folders (e.g. by plugins) 2010-01-17 [pawel] 3.7.4cvs5 * src/gtk/authors.h Fix my lastname 2010-01-16 [colin] 3.7.4cvs4 * src/plugins/pgpcore/sgpgme.c Probably fix bug 2098, 'claws-mails crashes frequently with pgpcore'. Fix double-free. 2010-01-16 [holger] 3.7.4cvs3 * src/prefs_toolbar.h Forgotten header 2010-01-15 [colin] 3.7.4cvs2 * src/privacy.c Decode mimeinfo before decrypting it. Probably fixes bug 2059 'gpgme >=1.1.8 not compatible with S/MIME encryption' and bug 2076 'having worked 2 times properly CLAWS ceased to decrypt incoming PGP mails -displays base64 instead - sucks completely' Let's hope complete suckage ends here! Thanks to Matthias Drochner. 2010-01-08 [paul] 3.7.4cvs1 * tools/claws.i18n.status.pl fix typos 2010-01-08 [paul] 3.7.4 * NEWS * README * RELEASE_NOTES 3.7.4 released! 2010-01-08 [paul] 3.7.3cvs57 * po/ca.po * po/cs.po * po/de.po * po/fi.po * po/hu.po * po/id.po * po/ja.po * po/nl.po * po/pt_BR.po * po/pt_PT.po * po/ru.po * po/sk.po updated translations by Miquel Oliete, David Vachulka, Stephan Sachse, Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol, Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and Slavko 2010-01-08 [paul] 3.7.3cvs56 * src/common/utils.c fix bug 2089, 'URLs ending with an underscore ('_') are not correctly parsed'. thanks to Johan 2010-01-05 [colin] 3.7.3cvs55 * po/fr.po Update french translation 2010-01-04 [mones] 3.7.3cvs54 * po/es.po Update Spanish translation 2010-01-04 [mones] 3.7.3cvs53 * manual/plugins.xml Some format * manual/es/claws-mail-manual.xml * manual/es/intro.xml * manual/es/plugins.xml Synchronise with English version 2010-01-03 [paul] 3.7.3cvs52 * ChangeLog fix format * src/gtk/authors.h update TEAM_LIST, fix encoding 2010-01-03 [mir] 3.7.3cvs51 * src/compose.c When composing to a NNTP list TO: will always be preset to the NNTP list unless user has chosen some other default in which case we will handle this the normal way. Therefore mfield will be set to TO_FIELD_PRESENT if mailto is NULL. 2010-01-01 [paul] 3.7.3cvs50 * src/gtk/about.c bump copyright year whilst it's in mind 2009-12-31 [paul] 3.7.3cvs49 * manual/claws-mail-manual.xml * manual/intro.xml * manual/plugins.xml fix links so that they make sense in the context of the text version of the manual 2009-12-31 [paul] 3.7.3cvs48 * manual/intro.xml * manual/plugins.xml updates, improvements, corrections, additions 2009-12-29 [pawel] 3.7.3cvs47 * src/prefs_filtering_action.c Fix Bug 2082 'Wrong color rectangle position when replacing "color" processing rule' 2009-12-29 [colin] 3.7.3cvs46 * src/compose.c Fix bug 2074, 'Remember sending account for sent messages' 2009-12-20 [holger] 3.7.3cvs45 * src/compose.c Delay CREATED_HOOKLIST invokation until after the modifications to the compose window are done, to allow hooks to further modify the window without getting overridden again 2009-12-20 [holger] 3.7.3cvs44 * src/prefs_toolbar.h Fix last commit 2009-12-20 [holger] 3.7.3cvs43 * src/prefs_toolbar.c * src/prefs_toolbar.h * src/toolbar.c Pass window struct to caller 2009-12-20 [holger] 3.7.3cvs42 * src/compose.c * src/compose.h Add hooklist after creation of a compose window 2009-12-19 [holger] 3.7.3cvs41 * src/prefs_toolbar.c * src/prefs_toolbar.h * src/toolbar.c Allow plugins to choose to which toolbar they want to add actions (main window, compose window, or message view) 2009-12-19 [paul] 3.7.3cvs40 * src/statusbar.c fix statusbar in GTK+ 2.19.1 2009-12-10 [pawel] 3.7.3cvs39 * src/compose.c Better fix for cvs28 regression 2009-12-10 [iwkse] 3.7.3cvs38 * src/compose.c Fix some indentation 2009-12-10 [iwkse] 3.7.3cvs37 * src/compose.c Add missing checks for gtkaspell: avoid crashing in some cases when Enchant is enabled but the spell checker is disabled in preferences. 2009-12-09 [colin] 3.7.3cvs36 * src/compose.c Fix leak and unchecked accesses. 2009-12-09 [mir] 3.7.3cvs35 * src/compose.c Fix Bug 2072 "template at folder properties is not working" introduced in cvs24. 2009-12-08 [pawel] 3.7.3cvs34 * src/compose.c When 'Reply All' remove current compose address from Cc/Bcc list - fix for regression introduced in cvs28 2009-12-05 [pawel] 3.7.3cvs33 * src/messageview.c Fix memory management, duh! 2009-12-04 [pawel] 3.7.3cvs32 * src/messageview.c Use case insensitive comparison in search for duplicate urls * src/uri_opener.c Refresh scrollbars on every window open 2009-12-04 [pawel] 3.7.3cvs31 * src/compose.c Highlight misspelled words when applying template and check_while_typing option is on 2009-12-03 [pawel] 3.7.3cvs30 * src/compose.c Highlight misspelled words in text inserted from file(s) or pasted to message body when check_while_typing options is on 2009-12-02 [pawel] 3.7.3cvs29 * src/compose.c Revert first part of previous commit 2009-12-02 [pawel] 3.7.3cvs28 * src/compose.c Fix Bug 2055 "duplicate mailing list reply if List-Post + Reply-To present" - Ignore Reply-To if answering to ML - Improve parsing of List-Post header 2009-12-02 [pawel] 3.7.3cvs27 * src/compose.c * src/compose.h Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original email had user in "From" and "CC" Don't allow duplicate addresses in compose window headers 2009-12-02 [mones] 3.7.3cvs26 * manual/intro.xml * manual/es/intro.xml * manual/fr/intro.xml * manual/it/intro.xml * manual/pl/intro.xml Make URL to point current site 2009-12-01 [holger] 3.7.3cvs25 * src/summaryview.c * src/summaryview.h Introduce new drag type "claws-mail/msg-path-list" for drag'n'drop of a message selection from the summaryview into other applications. The drag data gets set to the folder-item-id followed by message ids, separated by newlines. This enables other applications to back-link to Claws Mail via a "claws-mail --select" call after they received a drop. 2009-11-30 [mir] 3.7.3cvs24 * src/compose.c Place cursor in compose window according to provided input If to: is present place cursor in subject field and if both to: and subject: is present place cursor in body. If body: is present insert a new line after text and place cursor there. 2009-11-27 [mones] 3.7.3cvs23 * src/gtk/quicksearch.c Allow viewing longer expressions if there's space 2009-11-25 [holger] 3.7.3cvs22 * Makefile.am * src/common/Makefile.am * src/common/utils.c * src/common/utils.h Add a function to query the filepath of the .desktop file 2009-11-25 [colin] 3.7.3cvs21 * src/imap.c Fix bug 2063, 'glib assertion in GRelation use in imap.c' 2009-11-24 [pawel] 3.7.3cvs20 * src/common/utils.c Fix Bug 2053 'Inconsistent application of Coloration of Message text' Don't allow '<' character between quotation marks 2009-11-21 [holger] 3.7.3cvs19 * src/printing.c Modify cairo clip handling in preview windows, to prevent print preview windows from being blank with GTK+ 2.18. Follow recommendation of the GTK+ documentation (section "Migrating to client side windows") and create a new cairo context for each expose event. 2009-11-19 [pawel] 3.7.3cvs18 * Makefile.am complete 3.7.3cvs15 so install is DESTDIR safe remove icons with changed names on uninstall 2009-11-18 [pawel] 3.7.3cvs17 * src/news_gtk.c remove unneeded and code-duplicating function 2009-11-18 [pawel] 3.7.3cvs16 * src/news_gtk.c Fix Bug 2057 'Claws mail does not keep renamed names of nntp-subscribed groups' Check for already subscribed group using item->path for group comparision as folders item->path != item->name may be truth since we allowed renaming of newsgroups folders -> 3.5.0cvs11 2009-11-17 [pawel] 3.7.3cvs15 * Makefile.am Fix Bug 2049 'some icons not copied?' Install additional 64x64 and 128x128 icons 2009-11-17 [holger] 3.7.3cvs14 * src/prefs_toolbar.c * src/prefs_toolbar.h * src/toolbar.c * src/toolbar.h Allow plugins to register toolbar items 2009-11-11 [pawel] 3.7.3cvs13 * src/addressbook.c * src/compose.c * src/compose.h * src/filtering.c Fix Bug 1867 Changing account does not change BCC address Set account specific headers when changing account in compose window. 2009-11-07 [colin] 3.7.3cvs12 * src/gtk/prefswindow.c Fix bug 2041, "add autonomical scrolled windows to prefs pages" Patch by Pawel 2009-11-07 [colin] 3.7.3cvs11 * src/gtk/spell_entry.c Fix bug 2040, 'numbers in subject entry marked as misspelled' Patch by Pawel Pekala 2009-10-27 [colin] 3.7.3cvs10 * src/folder.c Fix bug 2028, 'Attempts to connect to all accounts on exit' Don't try to check whether the folder is up-to-date if the folder class doesn't implement set_mtime, as we don't care in this case. This code exists since a long time, but the bug was triggered by more scanning of queue folders since recently (when we added \Deleted handling). 2009-10-27 [colin] 3.7.3cvs9 * src/mainwindow.c Try to fix registering as default client on windows 7 2009-10-21 [wwp] 3.7.3cvs8 * src/common/utils.c Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo). 2009-10-21 [wwp] 3.7.3cvs7 * src/common/utils.c Don't core dump when attempting to insert a non-existing file using a mailto: uri (g_error does core dump). 2009-10-20 [colin] 3.7.3cvs6 * src/common/utils.c Don't g_error on normal warnings... 2009-10-20 [colin] 3.7.3cvs5 * src/plugins/pgpcore/sgpgme.c Fix bug 1996, 'S/MIME key not selected' Check for S/MIME certs too 2009-10-20 [colin] 3.7.3cvs4 * src/common/w32lib.h Fix win32 build on latest mingw32 2009-10-20 [colin] 3.7.3cvs3 * src/exportldif.c * src/ldif.c * src/ldif.h Fix LDIF export. Patch by Michael Rasmussen 2009-10-18 [paul] 3.7.3cvs2 * tools/claws.i18n.status.pl increase the value of $transolddays since we're relasing less often now. rework the en_GB.po hack so that en_GB is always 100% translated and recently updated 2009-10-17 [paul] 3.7.3cvs1 * src/prefs_account.c * src/prefs_compose_writing.c * src/prefs_receive.c * src/prefs_summaries.c * src/prefs_wrapping.c reword a few labels. (this incorporates everything that seemed worthwhile from bug 2020) * src/prefs_customheader.c use a 'Browse' button instead of button with label 'From file...' 2009-10-12 [colin] * CVS repository change 2009-10-09 [paul[ 3.7.3 version 3.7.3 unleashed!! 2009-10-07 [paul] 3.7.2cvs49 * src/folderview.c * src/folderview.h * src/mainwindow.c fix Bug 1994 - Changing colors required restart. in the process rename folderview_reflect_prefs_pixmap_theme() to the more accurate folderview_reinit_fonts() 2009-10-07 [paul] 3.7.2cvs48 * src/addrgather.c * src/prefs_common.c * src/prefs_common.h fix Bug 2003 - Address gathering dialog minor bugs/annoyances, patch by Pawel Pekala 2009-10-07 [paul] 3.7.2cvs47 * po/cs.po * po/de.po * po/hu.po * po/id.po * po/ja.po * po/pt_BR.po updated by David Vachulka, Stephan Sachse and Marc Arens, Pader Rezso, MSulchan Darmawan, kazken3, and Frederico Goncalves Guimaraes 2009-10-06 [colin] 3.7.2cvs46 * po/fr.po French translation update 2009-10-05 [paul] 3.7.2cvs45 * src/printing.c enable Page Size and Orientation in the print dialog, GTK+ >= 2.18.x only. Patch by Mark__T 2009-10-05 [paul] 3.7.2cvs44 * src/prefs_summaries.c fix label, startup --> start-up, to match other uses of the term 2009-10-05 [paul] 3.7.2cvs43 * po/pl.po updated by Emilian Nowak 2009-10-03 [colin] 3.7.2cvs42 * src/mimeview.c * src/noticeview.c * src/gtk/gtkcmclist.c * src/gtk/gtkvscrollbutton.c * src/gtk/logwindow.c GTK+ 2.18 fixes: Fix bug 2008, 'Claws-Mail doesn't refresh after deletion' Fix bug 2009, 'Incorrect pointer representation with GTK+2.18' Fix warning at start 2009-09-28 [colin] 3.7.2cvs41 * src/matcher.c * src/mimeview.c * src/prefs_folder_item.c Fix bug 2007, 'Small memory leaks'. Patch by Pawel 2009-09-28 [colin] 3.7.2cvs40 * src/prefs_summaries.c * src/gtk/sslcertwindow.c Fix bug 2006, 'Non-utf8 strftime(3) date strings shows up garbled in GUI'. Patch by Pawel Pekala 2009-09-24 [iwkse] 3.7.2cvs39 * configure.ac That's only for statistics, of course :) 2009-09-24 [iwkse] 3.7.2cvs38 * configure.ac ... 2009-09-24 [iwkse] 3.7.2cvs37 * configure.ac Revert unwanted change 2009-09-24 [iwkse] 3.7.2cvs36 * src/action.c Fix issue with filtering actions and parsed parameters 2009-09-20 [mones] 3.7.2cvs35 * tools/convert_mbox.pl Add -R flag to support recursive conversions of arbitrary Evolution mail folders, based on bash script by Daniel Dickinson (fixes debian bug #461435) * tools/popfile-link.sh Set required shell for script (fixes debian bug #530057) 2009-09-16 [colin] 3.7.2cvs34 * src/main.c Go grab files in /etc/skel if they exist at first startup 2009-09-15 [colin] 3.7.2cvs33 * src/procmime.c Complete 3.7.1cvs42: only output directly to final file if we get NULL byes at the start. Still fixes saving UTF16 files, but also fixes displaying Base64 parts with decoding errors (parts without errors get displayed) 2009-09-14 [colin] 3.7.2cvs32 * src/matcher.c * src/matcher.h * src/matcher_parser_parse.y * src/prefs_matcher.c Add 'has_attachment' and 'signed' matcher expressions. Patch by Aleksei Miheev, fixes bug 1997. 2009-09-14 [colin] 3.7.2cvs31 * src/common/utils.c Add "Re :" prefix from french Yahoo mail. Patch by Didier Barvaux, fixes bug 1999 2009-09-10 [mones] 3.7.2cvs30 * manual/plugins.xml Fix sites supported by SpamReport * manual/es/plugins.xml Synchronise Spanish manual 2009-09-07 [holger] 3.7.2cvs29 * Makefile.am Also update the icon cache on uninstall. This prevents possible problems when Claws Mail was uninstalled and installed again into a different location, see http://bugzilla.gnome.org/show_bug.cgi?id=362604 and the blog post linked therein 2009-09-07 [paul] 3.7.2cvs28 * src/prefs_toolbar.c when updating the main toolbar icons just update the main toolbar (and consequently fix a bug where folderview icons would disappear) 2009-08-30 [holger] 3.7.2cvs27 * src/compose.c Do case-insensitive comparison against header names when extracting recipients from composed mails 2009-08-23 [colin] 3.7.2cvs26 * src/mbox.c Probably fix RH bug 512024, " folder.c:3543 Condition msglist != NULL failed" 2009-08-23 [colin] 3.7.2cvs25 * src/prefs_compose_writing.c Make the maximum size warning bigger. Patch by Didier Barvaux on bug 1986. 2009-08-21 [colin] 3.7.2cvs24 * src/compose.c Previous commit: move the function into compose_insert_file so that it's also used on drag-n-drop 2009-08-21 [colin] 3.7.2cvs23 * src/compose.c Fix scrolling when adding an header 2009-08-21 [colin] 3.7.2cvs22 * src/compose.c * src/prefs_common.c * src/prefs_common.h * src/prefs_compose_writing.c * src/common/utils.c Fix bug 1986, "New feature: warn user when inserting a large file in the message body". Patch by Didier Barvaux 2009-08-21 [colin] 3.7.2cvs21 * AUTHORS * src/gtk/authors.h * src/common/utils.c Fix bug 1984: Add R�f. : reply prefix (french Lotus Notes); patch by Didier Barvaux 2009-08-21 [colin] 3.7.2cvs20 * src/codeconv.c * src/codeconv.h Fix bug 1969, 'Bad guess for outgoing encoding' Make sure the specific converters (japanese in this case) can return success/error in strict mode, instead of silently failing back to strncpy 2009-08-20 [holger] 3.7.2cvs19 * src/compose.c * src/compose.h Make it possible for code outside compose (e.g. plugins) to attach files 2009-08-20 [colin] 3.7.2cvs18 * src/main.c Fix crash when accessing IMAP soon 2009-08-18 [colin] 3.7.2cvs17 * src/ldapquery.c Maybe fix crash on non-existent LDAP server 2009-08-04 [colin] 3.7.2cvs16 * src/toolbar.c Fix toolbar's spacing that breaks dark themes (patch from http://blogs.igalia.com/aperez/ 2009/07/making-claws-mail-look-better/) 2009-07-28 [colin] 3.7.2cvs15 * src/account.c * src/addrcustomattr.c * src/addressadd.c * src/addressbook_foldersel.c * src/addrgather.c * src/browseldap.c * src/compose.c * src/editbook.c * src/editgroup.c * src/editjpilot.c * src/editldap.c * src/editldap_basedn.c * src/edittags.c * src/editvcard.c * src/exphtmldlg.c * src/expldifdlg.c * src/export.c * src/foldersel.c * src/import.c * src/importldif.c * src/importmutt.c * src/importpine.c * src/prefs_actions.c * src/prefs_customheader.c * src/prefs_display_header.c * src/prefs_filtering.c * src/prefs_folder_column.c * src/prefs_matcher.c * src/prefs_summary_column.c * src/prefs_summary_open.c * src/prefs_template.c * src/textview.c * src/uri_opener.c Fix bug 1950, 'Program freeze up during folder selection' Don't leave hidden windows modal 2009-07-28 [colin] 3.7.2cvs14 * src/ldapquery.c Fix bug 1957, 'LDAP errs out after searching too many search bases' 2009-07-28 [colin] 3.7.2cvs13 * src/summaryview.c Fix bug 1966, '"Collapse all threads" slower than "Expand all threads"' 2009-07-28 [colin] 3.7.2cvs12 * src/common/session.c Fix bug 1967, 'Claws gets stuck after accepting a certificate warning dialog' 2009-07-19 [paul] 3.7.2cvs11 * manual/plugins.xml a few small changes to the English 2009-07-18 [mones] 3.7.2cvs10 * manual/plugins.xml Add new bsfilter and fancy plugins to the docs and a note about dealing with plugins of the same class * src/prefs_account.c Fix extra space at the end typo 2009-07-16 [colin] 3.7.2cvs9 * src/summaryview.c Fix wrong return without unlocking; thanks to mupuf_ 2009-07-14 [colin] 3.7.2cvs8 * src/imap.c Fix bug 1954, 'Segfault on reading wrong STATUS' 2009-07-10 [colin] 3.7.2cvs7 * src/plugins/pgpcore/plugin.def * src/common/utils.h Fix windows port 2009-07-10 [colin] 3.7.2cvs6 * src/prefs_display_header.c Fix bug 1951, 'C-Mail dumps core when editing displayed headers'. Patch by Alexey Rusakov 2009-07-10 [colin] 3.7.2cvs5 * src/folderview.c Fix bug 1952, 'Deleted mails in Queue folder highlight it'. 2009-07-09 [colin] 3.7.2cvs4 * src/gtk/spell_entry.c Fix bug 1949, 'Spell checker doesn't recognise certain word in Subject header, but does in message body'. Patch by Pawel Pekala. 2009-07-09 [paul] 3.7.2cvs3 * configure.ac use pkgconfig to check for the minimum required version of GnuTLS 2009-07-06 [colin] 3.7.2cvs2 * src/prefs_customheader.c Fix build failure 2009-07-04 [paul] 3.7.2cvs1 * tools/claws.i18n.status.pl updated 2009-07-03 [paul] 3.7.2 * NEWS * README * RELEASE_NOTES 3.7.2 released! 2009-07-03 [paul] 3.7.1cvs85 * AUTHORS * configure.ac * po/pt_PT.po * po/sk.po * src/gtk/authors.h added new translations by Tiago Faria and Slavko * po/bg.po * po/cs.po * po/de.po * po/es.po * po/fi.po * po/fr.po * po/hu.po * po/id.po * po/it.po * po/ja.po * po/pt_BR.po * po/ru.po updated by Yasen Pramatarov, David Vachulka, Stephan Sachse, Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso, MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico Goncalves Guimaraes, Aleksei Miheev 2009-07-01 [colin] 3.7.1cvs84 * src/prefs_common.c Fix bug 1940, 'Doesn't open links in user's default browser'. Turn the preference to TRUE by default; that will only change the behaviour for new users. 2009-06-29 [colin] 3.7.1cvs83 * src/filtering.c * src/filtering.h * src/prefs_filtering_action.c Fix bug 1935, 'problems with very long filtering actions': Use a dynamic buffer in action to string, and a bigger buffer in string to action 2009-06-29 [colin] 3.7.1cvs82 * src/matcher_parser_lex.l Fix bug 1878, 'Processing rules for folders with brackets aren't saved' 2009-06-29 [colin] 3.7.1cvs81 * src/addressbook.c Fix warnings * src/editgroup.c Fix crash (out-of-bounds tree column) * src/gtk/gtkcmctree.c * src/gtk/gtksctree.c Prevent using an out-of-bounds tree column 2009-06-29 [colin] 3.7.1cvs80 * src/ldapupdate.c * src/ldif.c Leak fixes; patch by Pawel Pekala. 2009-06-26 [colin] 3.7.1cvs79 * src/summaryview.c Sort by msgnum if dates are equal 2009-06-24 [paul] 3.7.1cvs78 * src/summaryview.c make some (forgotten) strings translatable 2009-06-19 [colin] 3.7.1cvs77 * src/summaryview.c Fix menu sensitiveness 2009-06-18 [colin] 3.7.1cvs76 * configure.ac * src/plugins/pgpcore/sgpgme.c * src/plugins/pgpcore/sgpgme.h * src/plugins/pgpmime/mypgpcore.def * src/plugins/pgpmime/pgpmime.c * src/plugins/smime/mypgpcore.def * src/plugins/smime/smime.c Use largefile support (and stop using our old GPGME hack on gpgme_data_seek/rewind) (See 1.9.12cvs44 to 46 - if this breaks things we should soon know :) 2009-06-13 [colin] 3.7.1cvs75 * src/gtk/spell_entry.c Fix assertion. We can put a NULL gtkaspell to an entry; it just means it won't be spell-checked. 2009-06-12 [mones] 3.7.1cvs74 * src/compose.c * src/messageview.c * src/prefs_account.c * src/prefs_account.h * src/common/utils.c * src/common/utils.h Added preference to use account address in generated Message-Id. Fixes Debian bug #531052 2009-06-12 [colin] 3.7.1cvs73 * src/common/ssl.c Better fix, API-compatible with libgnutls13 2009-06-12 [colin] 3.7.1cvs72 * src/common/ssl.c Use compatibility mode in GnuTLS, and avoid problems with servers that don't comply 100% with the spec, but still exist. 2009-06-06 [iwkse] 3.7.1cvs71 * src/compose.c Ops..revert a mix with another patch 2009-06-06 [iwkse] 3.7.1cvs70 * src/compose.c A better fix for the previous commit's issue 2009-06-06 [iwkse] 3.7.1cvs69 * src/compose.c Fix shutting down of Claws Mail while a GTK_Return keypress event is sent to the Attach property window 2009-06-05 [colin] 3.7.1cvs68 * src/compose.c Fix build on GTK+ 2.6 2009-06-03 [mones] 3.7.1cvs67 * tools/make.themes.project Oops! fix header, sorry Paul ;-) 2009-06-03 [mones] 3.7.1cvs66 * tools/make.themes.project Add support for PNG themes and other fixes i don't remember now... :) 2009-06-02 [colin] 3.7.1cvs65 * src/compose.c * src/prefs_template.c * src/quote_fmt.c Fix error messages in templates, and fix their checking 2009-05-22 [colin] 3.7.1cvs64 * src/compose.c And remove hbox too 2009-05-22 [colin] 3.7.1cvs63 * src/compose.c Fix phantom button behind entry when changing fields via Tools/Reply mode. 2009-05-22 [colin] 3.7.1cvs62 * src/compose.c Fix icon size 2009-05-21 [mones] 3.7.1cvs61 * src/compose.c * src/compose.h Add button to empty header lines with one click 2009-05-21 [paul] 3.7.1cvs60 * src/mainwindow.c * src/mainwindow.h * src/plugins/trayicon/trayicon.c when quitting from the trayicon, honour prefs_common.clean_on_exit 2009-05-21 [paul] 3.7.1cvs59 * src/gtk/Makefile.am remove duplicate entry thanks to Charles A Edwards 2009-05-19 [paul] 3.7.1cvs58 * src/send_message.c clear progressbar in the statusbar on 'Cancel' 2009-05-16 [colin] 3.7.1cvs57 * AUTHORS * src/gtk/authors.h Add Fabian 2009-05-16 [colin] 3.7.1cvs56 * src/msgcache.c Remove msgnum>0 condition for removing messages from caches. There's no such condition on add. Fixes bug 1913, 'Allow to remove phantom messages from the cache'; patch by Fabian Keil 2009-05-12 [holger] 3.7.1cvs55 * src/messageview.c * src/messageview.h Introduce hook after showing of the message view 2009-05-11 [colin] 3.7.1cvs54 * src/compose.c Fix bug 1872, 'A: Cc: CCi: selector should default on same as preceding contact' 2009-05-10 [holger] 3.7.1cvs53 * src/addr_compl.c * src/addr_compl.h Add a hook to make it possible for plugins to modify the address completion list 2009-05-06 [paul] 3.7.1cvs52 * src/folder.c * src/mimeview.c fix bug 1915, 'Mails signed with smime.p7s display both signed and attachment icon.' 2009-05-05 [colin] 3.7.1cvs51 * src/common/utils.c Fix patch :) 2009-05-05 [colin] 3.7.1cvs50 * src/common/utils.c Fix bug 1895, '(imap) cache issues when cache dir is on a different mountpoint than tempdir' 2009-05-04 [colin] 3.7.1cvs49 * src/msgcache.c Probably fix bug 1914, 'Crash reading corrupted tags file' 2009-04-26 [paul] 3.7.1cvs48 * configure.ac * src/gtk/gtkaspell.h fix bug 1904, 'build mechanism looks for 'enchant.h' in a wrong place' 2009-04-25 [paul] 3.7.1cvs47 * src/printing.c gah! fix coding style! 2009-04-25 [paul] 3.7.1cvs46 * src/printing.c * src/toolbar.c if building with GTK+ >= 2.16 use gtk_orientable_set_orientation() instead of now deprecated gtk_toolbar_set_orientation() 2009-04-24 [colin] 3.7.1cvs45 * src/compose.c Ask before sending if an attached file has disappeared. 2009-04-19 [paul] 3.7.1cvs44 * src/prefs_common.c * src/prefs_common.h * src/gtk/about.c save About window size. patch by Pawel Pekala 2009-04-12 [paul] 3.7.1cvs43 * tools/csv2addressbook.pl add extra CSV fields that are now appended by thunderbird (version 2.0.0.21) 2009-04-08 [colin] 3.7.1cvs42 * src/procmime.c fix saving (but not displaying) of UTF-16 files 2009-04-08 [colin] 3.7.1cvs41 * src/gtk/manage_window.c Disable transient windows on win32 - seems to fix most focusing issues 2009-04-05 [colin] 3.7.1cvs40 * src/procmsg.c Don't ask whether we want to send deleted mails in queue folders; also, don't send deleted mails when flushing queues 2009-04-04 [paul] 3.7.1cvs39 * AUTHORS * configure.ac * po/id.po * src/gtk/authors.h * tools/claws.i18n.status.pl add new Indonesian translation, by MSulchan Darmawan 2009-04-03 [paul] 3.7.1cvs38 * AUTHORS * src/gtk/authors.h credit due 2009-04-03 [colin] 3.7.1cvs37 * src/compose.c * src/textview.c Fix bug 1891, 'Add support for gopher:// links' Patch by Jacob Head Let's go back to the roots! 2009-04-03 [paul] 3.7.1cvs36 * m4/Makefile.am complete cvs35 2009-04-03 [paul] 3.7.1cvs35 * configure.ac add AC_CONFIG_MACRO_DIR([m4]) remove CLAWS_ACLOCAL_INCLUDE(m4) * m4/aclocal-include.m4 removed this now unneeded file 2009-04-02 [colin] 3.7.1cvs34 * src/common/utils.h Fix previous (thanks to Marcus :) 2009-04-02 [colin] 3.7.1cvs33 * src/common/utils.h * src/etpan/etpan-thread-manager.c pipe() was a macro from GLib on win32 until glib 2.13.2. It's undefined after that. Thanks to Marcus Brinkmann for the heads-up! 2009-03-31 [colin] 3.7.1cvs32 * src/folder_item_prefs.c Copy folder settings with prefs 2009-03-31 [colin] 3.7.1cvs31 * src/prefs_account.c Don't use un-sensitive checkboxes in Privacy tab when privacy system in None (makes unchecking painful when no privacy plugin is loaded) 2009-03-30 [colin] 3.7.1cvs30 * src/folder.c * src/folder.h * src/imap.c * src/mainwindow.c * src/mainwindow.h * src/prefs_account.c * src/prefs_account.h * src/summaryview.c * src/summaryview.h Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag' Add an option on the Receive page of IMAP account preferences: "Move deleted mails to trash and expunge immediately". This option defaults to TRUE to avoid changing the existing behaviour. Setting it to FALSE prevents automatic expunging. Also, add Tools/Expunge and View/Hide deleted messages menu items (View/Hide deleted message being a per-folder setting, and behaving, like View/Hide read messages). 2009-03-30 [colin] 3.7.1cvs29 * src/imap.c Fix Redhat bug 486422, Ubuntu bug 486422: Don't ask for IMAP password when using GSSAPI auth 2009-03-27 [colin] 3.7.1cvs28 * src/folder.c Fix cvs14, make sure we mark non-existent caches dirty (or they never get written) 2009-03-27 [colin] 3.7.1cvs27 * src/imap.c Fix tag update when all tags are removed from another client 2009-03-25 [colin] 3.7.1cvs26 * configure.ac Fix configure.ac, thanks to Pawel 2009-03-25 [colin] 3.7.1cvs25 * src/news.c * src/etpan/nntp-thread.c Fix header fetching (NG/To/Cc). Fixes bug 1883, 'Message processing fails to act on Newsgroups: field' 2009-03-23 [colin] 3.7.1cvs24 * src/textview.c Fix internal headers visible in queue/sent 2009-03-23 [colin] 3.7.1cvs23 * configure.ac Fix check for RC (resource compiler) used on win32 (AC_LIBTOOL_RC used to call it implicitely but stopped) 2009-03-19 [colin] 3.7.1cvs22 * src/toolbar.c Put spam button in default toolbar even if bogofilter and spamassassin are not built. Other anti-spam plugin could exist! :) * src/common/utils.c Fix exit status fetch on win32 2009-03-18 [paul] 3.7.1cvs21 * src/gtk/spell_entry.c fix "[BUG] Wrong word replaced in 'Subject:' when spell-checking correction used" Patch by Pawel Pekala 2009-03-17 [colin] 3.7.1cvs20 * src/common/utils.c Fix win32 build (from cvs12) 2009-03-17 [colin] 3.7.1cvs19 * src/compose.c Fix bug 1735, 'Change To: and Newsgroups: recipient field according account type' Patch by Pawel 2009-03-17 [colin] 3.7.1cvs18 * src/msgcache.c * src/prefs_common.c * src/prefs_common.h * src/prefs_other.c * src/common/prefs.c Add preference for fsyncing metadata 2009-03-16 [paul] 3.7.1cvs17 * src/prefs_customheader.c add forgotten #if HAVE_LIBCOMPFACE 2009-03-16 [paul] 3.7.1cvs16 * src/prefs_customheader.c put the (X-)Face preview image below the up/down buttons so they don't jump around. make the list reorderable by drag'n'drop 2009-03-16 [colin] 3.7.1cvs15 * src/prefs_customheader.c Add a (X-)Face preview. Patch by iwkse. 2009-03-16 [colin] 3.7.1cvs14 * src/compose.c * src/folder.c * src/folder.h * src/msgcache.c * src/common/prefs.c Add fsync calls to make sure we don't lose data on system crashes. (to do: add a pref to allow people choosing raw speed) 2009-03-15 [colin] 3.7.1cvs13 * src/gtk/gtkaspell.c Fix empty menu when there are no suggestions (using the Spelling menu) 2009-03-14 [colin] 3.7.1cvs12 * src/common/utils.c Win32: fix subject prefix length 2009-03-11 [mones] 3.7.1cvs11 * po/es.po fix encoding declared in header update translation now we're at it 2009-03-10 [colin] 3.7.1cvs10 * src/messageview.c Fix "wrong mime" message printed out multiple times 2009-03-10 [colin] 3.7.1cvs9 * src/prefs_folder_item.c Fix build 2009-03-09 [paul] 3.7.1cvs8 * src/prefs_folder_item.c * src/send_message.c fixes to english text 2009-03-08 [paul] 3.7.1cvs7 * po/ja.po correct errors in header 2009-03-08 [paul] 3.7.1cvs6 * AUTHORS * configure.ac * po/ja.po * src/gtk/authors.h * tools/claws.i18n.status.pl add Japanese translation, submitted by kazken3 2009-03-07 [colin] 3.7.1cvs5 * src/messageview.c Don't let the invalid MIME warning hide other noticeview (Partial receive or return receipt). 2009-03-07 [colin] 3.7.1cvs4 * src/procmime.c Fix build 2009-03-07 [colin] 3.7.1cvs3 * src/messageview.c * src/procmime.c * src/procmime.h Handle mimeparts that lack an end boundary. They're invalid but it's too annoying for normal users to fix. 2009-03-06 [wwp] 3.7.1cvs2 * src/compose.c * src/folder_item_prefs.c * src/folder_item_prefs.h * src/prefs_folder_item.c Add per-folder default cc, bcc and reply-to. 2009-03-06 [colin] 3.7.1cvs1 * src/gedit-print.c * src/gtk/gtksourceprintjob.c Fix build with old print interface 2009-03-06 [paul] 3.7.1 * NEWS * README * RELEASE_NOTES 3.7.1 released! 2009-03-06 [paul] 3.7.0cvs78 * po/cs.po * po/de.po * po/fi.po * po/fr.po * po/hu.po * po/nl.po * po/pt_BR.po * po/sv.po * po/zh_CN.po updated by David Vachulka, Stephan Sachse, Flammie Pirinen, Colin Leroy, Pader Rezso, Marcel Pol, Frederico Goncalves Guimaraes, Lars Persson Fink, and Ralph Young 2009-03-03 [colin] 3.7.0cvs77 * src/prefs_filtering.c Win32: Fix bug 1865, 'IMAP account name changes are not followed at filter actions' 2009-03-02 [colin] 3.7.0cvs76 * src/imap.c Fix Launchpad bug 335571: 'claws-mail crashed with SIGSEGV in strlen() while deleting large amount of e-mails on IMAP account 2009-02-27 [mones] 3.7.0cvs75 * manual/es/account.xml * manual/es/ack.xml * manual/es/addrbook.xml * manual/es/advanced.xml * manual/es/claws-mail-manual.xml * manual/es/faq.xml * manual/es/glossary.xml * manual/es/gpl.xml * manual/es/handling.xml * manual/es/intro.xml * manual/es/keyboard.xml * manual/es/plugins.xml * manual/es/starting.xml Sync with English version, fix some typos Changed encoding to UTF-8 * po/es.po Update for release, changed encoding to UTF-8 2009-02-24 [colin] 3.7.0cvs74 * src/printing.c Don't print separation line if there are no headers 2009-02-23 [cleroy] 3.7.0cvs73 * src/account.c * src/action.c * src/addr_compl.c * src/addrbook.c * src/addrcache.c * src/addrcindex.c * src/addrclip.c * src/addrduplicates.c * src/addressadd.c * src/addressbook.c * src/addressbook_foldersel.c * src/addrharvest.c * src/addrindex.c * src/addritem.c * src/addrquery.c * src/addrselect.c * src/codeconv.c * src/compose.c * src/customheader.c * src/editaddress.c * src/editaddress_other_attributes_ldap.c * src/editgroup.c * src/editldap.c * src/enriched.c * src/exporthtml.c * src/exportldif.c * src/filtering.c * src/folder.c * src/foldersel.c * src/folderutils.c * src/folderview.c * src/gedit-print.c * src/html.c * src/imap.c * src/imap_gtk.c * src/inc.c * src/jpilot.c * src/ldapctrl.c * src/ldapquery.c * src/ldapserver.c * src/ldapupdate.c * src/ldif.c * src/localfolder.c * src/main.c * src/mainwindow.c * src/matcher.c * src/mbox.c * src/messageview.c * src/mh.c * src/mh_gtk.c * src/mimeview.c * src/msgcache.c * src/mutt.c * src/news.c * src/news_gtk.c * src/noticeview.c * src/pine.c * src/pop.c * src/prefs_account.c * src/prefs_actions.c * src/prefs_common.c * src/prefs_filtering.c * src/prefs_filtering_action.c * src/prefs_folder_column.c * src/prefs_folder_item.c * src/prefs_gtk.c * src/prefs_matcher.c * src/prefs_quote.c * src/prefs_send.c * src/prefs_summaries.c * src/prefs_summary_column.c * src/prefs_template.c * src/prefs_themes.c * src/prefs_toolbar.c * src/printing.c * src/privacy.c * src/procheader.c * src/procmime.c * src/procmsg.c * src/quote_fmt.c * src/remotefolder.c * src/send_message.c * src/sourcewindow.c * src/statusbar.c * src/stock_pixmap.c * src/summary_search.c * src/summaryview.c * src/textview.c * src/toolbar.c * src/undo.c * src/uri_opener.c * src/vcard.c * src/common/base64.c * src/common/claws.c * src/common/hooks.c * src/common/plugin.c * src/common/prefs.c * src/common/session.c * src/common/smtp.c * src/common/socket.c * src/common/string_match.c * src/common/stringtable.c * src/common/utils.c * src/common/utils.h * src/common/xml.c * src/common/xmlprops.c * src/gtk/colorlabel.c * src/gtk/combobox.c * src/gtk/foldersort.c * src/gtk/gtkaspell.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmctree.c * src/gtk/gtkcmoptionmenu.c * src/gtk/gtksctree.c * src/gtk/gtkshruler.c * src/gtk/gtksourceprintjob.c * src/gtk/gtkutils.c * src/gtk/gtkvscrollbutton.c * src/gtk/logwindow.c * src/gtk/menu.c * src/gtk/pluginwindow.c * src/gtk/prefswindow.c * src/gtk/quicksearch.c * src/gtk/spell_entry.c * src/plugins/pgpcore/select-keys.c * src/plugins/pgpinline/pgpinline.c * src/plugins/pgpmime/pgpmime.c * src/plugins/smime/smime.c * src/plugins/spamassassin/spamassassin_gtk.c Mass commit changing g_return_* to cm_return_* and making these more interesting 2009-02-23 [colin] 3.7.0cvs72 * src/imap.c Always initialise error code to no error 2009-02-23 [colin] 3.7.0cvs71 * src/imap.c Fix separator substitution 2009-02-23 [colin] 3.7.0cvs70 * src/stock_pixmap.c * src/gtk/colorlabel.c don't use g_return on normal checks 2009-02-22 [colin] 3.7.0cvs69 * src/addressbook.c * src/procmime.c More fixes 2009-02-22 [colin] 3.7.0cvs68 * src/addrduplicates.c * src/addressbook.c * src/addrharvest.c * src/codeconv.c * src/compose.c * src/filtering.c * src/folder.c * src/imap.c * src/imap_gtk.c * src/importldif.c * src/jpilot.c * src/mainwindow.c * src/matcher.c * src/mbox.c * src/messageview.c * src/mh_gtk.c * src/prefs_common.c * src/prefs_filtering.c * src/prefs_gtk.c * src/printing.c * src/privacy.c * src/procmime.c * src/procmsg.c * src/summaryview.c * src/textview.c * src/undo.c * src/wizard.c * src/common/md5.c * src/common/socket.c * src/common/template.c * src/etpan/imap-thread.c * src/gtk/gtkaspell.c * src/gtk/gtkcmctree.c * src/gtk/gtksctree.c * src/gtk/inputdialog.c * src/plugins/pgpcore/sgpgme.c * src/plugins/pgpmime/pgpmime.c * src/plugins/smime/smime.c * src/plugins/spamassassin/spamassassin.c Fix errors caught by Coverity: NULL checks, leaks, overruns, uninitialised accesses 2009-02-17 [colin] 3.7.0cvs67 * src/compose.c Disable controls during queuing 2009-02-15 [colin] 3.7.0cvs66 * src/privacy.c * src/plugins/pgpcore/select-keys.c * src/plugins/pgpcore/sgpgme.c Disable use of disabled keys 2009-02-15 [colin] 3.7.0cvs65 * src/folderview.c * src/summaryview.c Fix font updating after changing prefs_common.derive_from_normal_font 2009-02-12 [paul] 3.7.0cvs64 * src/addressitem.h * src/export.h * src/headerview.c * src/headerview.h * src/common/version.h.in * src/gtk/about.h * src/gtk/menu.c * src/gtk/menu.h more copyright header fixes 2009-02-12 [paul] 3.7.0cvs63 * src/gtk/progressdialog.c * src/gtk/progressdialog.h fix copyright header 2009-02-12 [paul] 3.7.0cvs62 * src/gtk/spell_entry.c * src/gtk/spell_entry.h better, more standard copyright header 2009-02-12 [paul] 3.7.0cvs61 * src/gtk/spell_entry.c * src/gtk/spell_entry.h changes to copyright header 2009-02-12 [paul] 3.7.0cvs60 * src/gtk/spell_entry.c * src/gtk/spell_entry.h fix broken build 2009-02-11 [colin] 3.7.0cvs59 * src/gtk/spell_entry.c * src/gtk/spell_entry.h Forgot to add files 2009-02-11 [colin] 3.7.0cvs58 * src/compose.c * src/gtk/Makefile.am * src/gtk/gtkaspell.c * src/gtk/gtkaspell.h Add spellcheck to subject. Patch by Pawel. 2009-02-10 [holger] 3.7.0cvs57 * src/printing.c * src/common/defs.h Move filename define for printing page setup cache to defs.h 2009-02-08 [mones] 3.7.0cvs56 * src/matcher.h Fix build for bison 2.4.1 2009-02-06 [holger] 3.7.0cvs55 * src/prefs_common.c * src/prefs_common.h * src/printing.c Fix restoring of custom page setups for printing by temporarily caching the settings. This is a workaround for Gnome Bug #39018, and fixes Claws Mail Bug #1840. 2009-02-06 [colin] 3.7.0cvs54 * src/mainwindow.c Fix hardcoded Shift-Q quits. Fixes bug 1838, 'Claws-Mail sometimes quits when attempting to type a capital Q' 2009-01-31 [paul] 3.7.0cvs53 * src/compose.c revert 3.7.0cvs49, until there is time to find out why it causes a nasty crash! 2009-01-31 [paul] 3.7.0cvs52 * src/mainwindow.c 1 string that was forgotten for translation 2009-01-31 [paul] 3.7.0cvs51 * src/messageview.c 2 strings that were forgotten for translation 2009-01-31 [paul] 3.7.0cvs50 * src/gtk/prefswindow.c build prefs tree in a slightly smarter way - fix bug where if path[0] had same name as path[1], (like in the de translation), path[1] was lost and not shown in the window 2009-01-31 [paul] 3.7.0cvs49 * src/compose.c fix bug 1836, 'Quoted text still blue after removal of quote-character' comment out some debug_print's that needlessly slow things down * src/undo.c comment out a debug_print that needlessly slows things down 2009-01-31 [paul] 3.7.0cvs48 * src/summaryview.c fix bug 1834, '"semi"-selection when collapsing thread' 2009-01-31 [paul] 3.7.0cvs47 * src/prefs_compose_writing.c * src/prefs_message.c move 'quote_chars' pref to where it should be 2009-01-30 [paul] 3.7.0cvs46 * src/summaryview.c fix updating of popup menu sensitivity 2009-01-28 [paul] 3.7.0cvs45 * tools/filter_conv_new.pl move 'move' and 'delete' to end of @actions so that they are always final actions in the generated filtering rule 2009-01-27 [paul] 3.7.0cvs44 * src/messageview.c always select text/calendar mimepart if suitable plugin (i.e. vCalendar) is available 2009-01-27 [paul] 3.7.0cvs43 * src/folder.c fix crash when right-clicking in summaryview when processing is active 2009-01-22 [colin] 3.7.0cvs42 * src/compose.c * src/privacy.c * src/privacy.h When replying to signed/encrypted mail and the preference to sign/encrypt in this case is set, choose the original mail's privacy system (if available). 2009-01-21 [colin] 3.7.0cvs41 * src/addressbook.h Fix warning (on-the-fly theming of addressbook isn't complete yet) 2009-01-21 [colin] 3.7.0cvs40 * src/account.c * src/addressbook.c Win32: Fix window placement 2009-01-21 [paul] 3.7.0cvs39 * src/inc.c update timeout log msg 2009-01-17 [colin] 3.7.0cvs38 * src/main.c * src/mbox.c * src/common/md5.c * src/common/utils.c * src/etpan/imap-thread.c Fix g_open calls (which don't ignore mode) 2009-01-17 [colin] 3.7.0cvs37 * src/addressbook.c * src/compose.c * src/foldersel.c * src/main.c * src/mainwindow.c * src/mbox.c * src/common/md5.c * src/common/ssl_certificate.c * src/common/tags.c * src/common/utils.c * src/etpan/imap-thread.c * src/plugins/bogofilter/bogofilter.c * src/plugins/pgpinline/pgpinline.c * src/plugins/smime/smime.c Probably fix bug 1825, 'Unable to fetch messages from IMAP folders named with non-ASCII string' Change remaining occurences of fopen and open with g_fopen and g_open 2009-01-17 [paul] 3.7.0cvs36 * manual/faq.xml update an old, outdated piece of info 2009-01-17 [paul] 3.7.0cvs35 * src/prefs_folder_item.c fix bug where saving Folder Properties of a sub-folder of outbox, queue, draft or trash would change its parent's folder type to normal 2009-01-12 [mones] 3.7.0cvs34 * po/es.po Updated translation 2009-01-12 [wwp] 3.7.0cvs33 * tools/fix_date.sh * tools/popfile-link.sh * tools/textviewer.sh Fix bashisms and other portability glitches (thanks to Steven M. Bellovin). 2009-01-11 [paul] 3.7.0cvs32 * src/addrindex.c clean up some build warnings 2009-01-11 [colin] 3.7.0cvs31 * src/addrindex.c Revert part of patch 3.7.0cvs29 This function is used when jpilot support is disabled 2009-01-11 [colin] 3.7.0cvs30 * src/folder.c folder_find_child_item_by_name(): actually use name, not path's basename 2009-01-11 [paul] 3.7.0cvs29 * src/addrclip.c * src/addrindex.c * src/addritem.c * src/foldersel.h * src/folderview.c * src/prefs_folder_item.c clean up some build warnings 2009-01-11 [paul] 3.7.0cvs28 * src/gtk/about.c don't even mention printing support, assume its presence, unless building with GTK+ < 2.10.0 2009-01-10 [colin] 3.7.0cvs27 * src/codeconv.c Fix bug 1811, '[mime] Crash when there's no room for filename's start on the same line' When the mimetype of the attachment is very long, there's no room at all to start the name=... parameter on the same line. This caused an infinite loop as 0 characters of the filename could be appended. In such cases, insert linebreak before the name parameter. 2009-01-09 [colin] 3.7.0cvs26 * src/compose.c * src/mainwindow.c * src/common/utils.c Win32: Fix bug 1815, 'Drag-n-Drop of files on Compose Window does not attach' 2009-01-09 [colin] 3.7.0cvs25 * src/foldersel.c Fix bug 1817, 'Changing Themes does not update the pixmaps in "Select folder" dialog box' 2009-01-09 [colin] 3.7.0cvs24 * src/main.c Win32: Fix bug 1816, 'Attaching files with command-line generates error after attaching' 2009-01-09 [paul] 3.7.0cvs23 * src/gtk/about.c forgot this '2009' in last commit 2009-01-09 [paul] 3.7.0cvs22 * src/*/*.[c,h] it's 2009! update copyright headers 2009-01-09 [paul] 3.7.0cvs21 * doc/man/claws-mail.1 update Team list 2009-01-09 [colin] 3.7.0cvs20 * src/messageview.c Fix bug 1814, 'Windows' WM badly places message view' 2009-01-09 [colin] 3.7.0cvs19 * src/prefs_themes.c * src/stock_pixmap.c * src/stock_pixmap.h * src/common/utils.c * src/common/utils.h Win32: Fix bug 1813, 'Installing Theme Creates Error' 2009-01-08 [colin] 3.7.0cvs18 * src/mimeview.c Win32: Fix bug 1810, 'Pressing 'o' key crashes CM' 2009-01-07 [colin] 3.7.0cvs17 * src/html.c Fix bug 1432, '& not escaped in links (HTML rendered as text)' 2009-01-06 [colin] 3.7.0cvs16 * src/plugins/pgpcore/select-keys.c Warn translators the usual way about accels 2009-01-06 [colin] 3.7.0cvs15 * src/mainwindow.c Fix synchronisation dialog that shouldn't appear when network goes down (Network Manager) * src/mimeview.c * src/textview.c Fix save as when attach_save_dir isn't set fixes bug 1804, 'attach_save_directory does not default to $HOME' * src/plugins/pgpcore/select-keys.c Add mnemonics to buttons - warn translators! 2009-01-06 [wwp] 3.7.0cvs14 * src/common/utils.c Fix cvs13, thanks to Colin. 2009-01-06 [wwp] 3.7.0cvs13 * src/common/utils.c Better support for Spanish Outlook replies (RES). 2009-01-02 [colin] 3.7.0cvs12 * src/folderview.c Fix (+) sign after collapsed folder names that have quicksearch-matching children. Fixes bug 1506, 'Recursive search in collapsed folders' 2009-01-02 [colin] 3.7.0cvs11 * src/stock_pixmap.c * src/stock_pixmap.h Remove now-unused stock_pixmap_gdk 2009-01-02 [colin] 3.7.0cvs10 * src/gtk/gtkutils.c * src/pixmaps/claws-mail_icon.xpm Use pixbuf for app icon, and make the app icon a bit nicer 2009-01-02 [colin] 3.7.0cvs9 * src/uri_opener.c Show both link title and URI if possible 2009-01-02 [colin] 3.7.0cvs8 * src/addressadd.c * src/addressbook.c * src/addressbook_foldersel.c * src/addressitem.h * src/folderview.c * src/grouplistdialog.c * src/importldif.c * src/mimeview.c * src/summaryview.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtkcmctree.h * src/gtk/gtksctree.c * src/gtk/gtksctree.h Implement pixbuf rendering in tree widgets instead of pixmaps * src/plugins/trayicon/trayicon.c * src/noticeview.c * src/prefs_themes.c Use pixbuf rendering here too 2008-12-30 [paul] 3.7.0cvs7 * src/textview.c no need to prematurely trim the uri in the statusbar 2008-12-29 [paul] 3.7.0cvs6 * src/procmsg.c prefer List-Id header to X-* headers when creating filter rule automatically 2008-12-28 [colin] 3.7.0cvs5 * src/compose.c Set minimum height to 440 instead of 480 2008-12-22 [colin] 3.7.0cvs4 * src/compose.c Fix bug 1799, '"Discard message" deletes manually saved draft'. Switch rmode to REEDIT after manually saving. 2008-12-21 [paul] 3.7.0cvs3 * tools/claws.i18n.status.pl updates 2008-12-21 [paul] 3.7.0cvs2 * AUTHORS * src/gtk/authors.h (more) updates 2008-12-21 [paul] 3.7.0cvs1 * AUTHORS * src/gtk/authors.h updates 2008-12-19 [paul] 3.7.0 * NEWS * README * RELEASE_NOTES 3.7.0 released! 2008-12-19 [paul] 3.6.1cvs80 * configure.ac remove unmaintained sk and sr from ALL_LINGUAS add newly maintained cs to ALL_LINGUAS * po/bg.po * po/ca.po * po/cs.po * po/de.po * po/fi.po * po/hu.po * po/nl.po * po/pt_BR.po * po/ru.po * po/sv.po updated by Yasen Pramatarov, Miquel Oliete, David Vachulka, Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol, Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars Persson Fink 2008-12-16 [colin] 3.6.1cvs79 * src/plugins/pgpcore/sgpgme.c Fix warning 2008-12-15 [colin] 3.6.1cvs78 * src/compose.c * src/privacy.c * src/privacy.h * src/plugins/pgpcore/sgpgme.c * src/plugins/pgpcore/sgpgme.h * src/plugins/pgpinline/pgpinline.c * src/plugins/pgpmime/pgpmime.c * src/plugins/smime/smime.c Fix bug 1796, 'PGP/MIME setting: "select key by your email address" doesn't work'. Use custom from address if set 2008-12-15 [colin] 3.6.1cvs77 * src/common/utils.c Fix bug 1746, 'Makes a mailto link from several paragraphs' 2008-12-15 [paul] 3.6.1cvs76 * m4/spamassassin.m4 fix warnings thrown up by autoconf-2.63 2008-12-13 [colin] 3.6.1cvs75 * Makefile.am * src/Makefile.am * src/common/ssl.c * src/common/utils.c * src/common/utils.h * tools/Makefile.am Finish previous patch 2008-12-13 [colin] 3.6.1cvs74 * tools/Makefile.am Only install certs on windows 2008-12-13 [colin] 3.6.1cvs73 * tools/Makefile.am * tools/ca-certificates.crt * src/common/Makefile.am * src/common/ssl.c First try to ship SSL certificates in Windows build 2008-12-12 [colin] 3.6.1cvs72 * configure.ac * src/plugins/pgpinline/claws.def Windows build fixes 2008-12-12 [paul] 3.6.1cvs71 * src/imap.c * src/mh.c * src/partial_download.c * src/textview.c * src/common/claws.c * src/common/prefs.c * src/common/utils.c win32: fix unlinking, renaming and bug with non-ascii username Patch by Colin 2008-12-11 [colin] 3.6.1cvs70 * po/fr.po * manual/fr/advanced.xml Update french translations 2008-12-10 [colin] 3.6.1cvs69 * manual/faq.xml Correct bug submission guidelines 2008-12-10 [colin] 3.6.1cvs68 * src/plugins/pgpcore/pgp_viewer.c Fix bug 1736, 'Key import does not work' Kill the correct pid (and not the parent shell), and increase the timeout a bit. 2008-12-09 [paul] 3.6.1cvs67 * src/messageview.c ensure that any stray noticeview buttons are hidden, as clicking them causes segfaults! 2008-12-09 [colin] 3.6.1cvs66 * src/compose.c * src/compose.h * src/folder_item_prefs.h * src/prefs_common.c * src/prefs_common.h * src/common/defs.h Fix bug 1792, '"Save Message to" should retain list of recently selected folders' Also, make Enchant-related prefs stick even if the build doesn't enable enchant 2008-12-09 [paul] 3.6.1cvs65 * src/messageview.c fix bug 1787, 'Prevent automatic PGP inline decryption attempts' use the noticeview to display decryption failure messages instead of the irritating popup dialog 2008-12-09 [colin] 3.6.1cvs64 * src/prefs_filtering.c Fix bug 1789, 'filtering account selection (regression)'. Filtering on sending-only accounts can be a little useful when using filtering via Tools menu. 2008-12-07 [paul] 3.6.1cvs63 * src/prefs_actions.c don't auto-select first entry (same as other similar dialogs) * src/gtk/pluginwindow.c these parents don't have children so don't look for them 2008-12-07 [paul] 3.6.1cvs62 * src/prefs_account.c * src/gtk/pluginwindow.c * src/gtk/prefswindow.c * src/gtk/prefswindow.h auto-select first page 2008-12-05 [colin] 3.6.1cvs61 * src/codeconv.c * src/procmime.c Fix bug 1788, 'CM crashes re-encoding encoded parameters' (introduced in cvs40) 2008-12-05 [paul] 3.6.1cvs60 * src/prefs_common.h remove gpg prefs that are no longer needed here 2008-12-03 [colin] 3.6.1cvs59 * src/msgcache.c Speed up cache reading (about 10% gain) * src/summaryview.c * src/gtk/gtksctree.c Speed up expand/collapse all threads (about 95% gain) 2008-12-03 [paul] 3.6.1cvs58 * configure.ac eradicate gcc4's signedness warnings fix building with gnuTLS on (Open)Solaris 2008-12-01 [colin] 3.6.1cvs57 * src/gtk/gtkcmclist.c Fix column headers 2008-12-01 [colin] 3.6.1cvs56 * src/plugins/pgpinline/pgpinline.c Fix bug 1779, 'PGP Inline badly handles multipart'. Properly dump the current part instead of running around with scissors 2008-11-30 [paul] 3.6.1cvs55 * manual/advanced.xml * manual/plugins.xml * src/prefs_toolbar.c remove the verb from the page title and update references in the manual 2008-11-30 [paul] 3.6.1cvs54 * src/prefs_other.c move Other/ page to Other/Miscellaneous * src/gtk/prefswindow.c make parent page unselectable 2008-11-29 [paul] 3.6.1cvs53 * README add the new 'primary_paste_unselects' hidden option, add missing 'log_[...]_color' options, and reformat the text * manual/advanced.xml add the new 'primary_paste_unselects' hidden option, add missing 'log_[...]_color' options 2008-11-28 [colin] 3.6.1cvs52 * src/mimeview.c Fix leak 2008-11-28 [colin] 3.6.1cvs51 * po/fr.po Update translation 2008-11-28 [colin] 3.6.1cvs50 * src/mainwindow.c Fix account selection in Mailing list menu 2008-11-28 [paul] 3.6.1cvs49 * po/Makefile.in.in automatically remove obsolete strings 2008-11-28 [colin] 3.6.1cvs48 * src/plugins/pgpcore/sgpgme.c Fix error message when key isn't available. 2008-11-27 [colin] 3.6.1cvs47 * src/filtering.c * src/matcher.c Fix a little leak 2008-11-26 [colin] 3.6.1cvs46 * src/common/ssl.c Fix new warning 2008-11-26 [colin] 3.6.1cvs45 * src/plugins/pgpcore/select-keys.c * src/plugins/pgpcore/sgpgme.c Fix bug 1591, 'S/MIME: better key handling/selection dialog' Really ignore revoked/expired keys 2008-11-26 [colin] 3.6.1cvs44 * src/main.c * src/common/claws.c * src/common/ssl.c Make sure libgcrypt's threading is initialised before gnutls. See also old bug 1539. 2008-11-26 [colin] 3.6.1cvs43 * src/imap.c * src/news.c * src/etpan/imap-thread.c Fix possible crashes due to clist_begin() not checking for NULLs (it should!) 2008-11-25 [colin] 3.6.1cvs42 * src/procmime.c Fix line length in MIME parameters 2008-11-22 [paul] 3.6.1cvs41 * src/compose.c grab Return key press in attachments Properties dialog 2008-11-21 [colin] 3.6.1cvs40 * src/compose.c * src/procmime.c Fix bug 1776, 'use encoded name parameters for attachments instead of ascii'. Break the RFC 2047 by using B-encoded filename parameter, like everyone does, following advice from the RFC author. 2008-11-21 [colin] 3.6.1cvs39 * src/common/socket.c Rehandshake if server asks to 2008-11-21 [colin] 3.6.1cvs38 * src/mimeview.h * src/toolbar.h * src/common/session.h * src/common/smtp.h Move conditional-compilation members to end of structs 2008-11-19 [wwp] 3.6.1cvs37 * src/prefs_actions.c Fixed wrong behaviour when pressing Escape (was not cancelling the action). 2008-11-19 [wwp] 3.6.1cvs36 * src/compose.c * src/matcher.c * src/messageview.c * src/mimeview.c * src/prefs_actions.c * src/prefs_filtering_action.c * src/procmsg.c * src/summaryview.c * src/textview.c * src/common/utils.c Replace occurrences of "command line" with "command-line" everywhere. Enforce code style (mostly indentation) in prefs_actions.c. 2008-11-19 [colin] 3.6.1cvs35 * src/compose.c * src/prefs_common.c * src/prefs_common.h Add primary_paste_unselects hidden preference to change how middle-click pasting changes the selection and insert point; defaults to pre-3.6.1cvs31 2008-11-19 [colin] 3.6.1cvs34 * src/folderview.c Always give focus to summaryview, even if the folder is empty, in small screen layout. Allows to go back to folderlist using the keyboard. 2008-11-18 [colin] 3.6.1cvs33 * src/mainwindow.h Put back conditional at the end of struct 2008-11-18 [colin] 3.6.1cvs32 * src/procmime.c * src/common/w32_reg.c Fix crash on win32 when browsing to a directory 2008-11-15 [colin] 3.6.1cvs31 * src/compose.c After a mid-click paste, deselect selection and go to end of paste. 2008-11-15 [colin] 3.6.1cvs30 * src/compose.c Auto-save draft after external editor quits 2008-11-15 [colin] 3.6.1cvs29 * src/plugins/pgpcore/sgpgme.c Fix wrong error display, thanks to Charles A. Edwards 2008-11-14 [colin] 3.6.1cvs28 * src/prefs_actions.c Comment out bogus (IMO) warning 2008-11-14 [colin] 3.6.1cvs27 * src/mainwindow.c * src/summaryview.c * src/summaryview.h * src/gtk/menu.c * src/gtk/menu.h Share summaryview's context menu actions with the equivalent menu items of the main menu; this allows to share accelerators and de- duplicate code. 2008-11-14 [colin] 3.6.1cvs26 * src/plugins/pgpcore/sgpgme.c Fix bug 1768, 'claws-mail crashes while checking smime bad signature' 2008-11-13 [colin] 3.6.1cvs25 * src/account.c * src/filtering.c Fix redefinition of PREFSBUFSIZE 2008-11-13 [wwp] 3.6.1cvs24 * tools/popfile-link.sh Add support for reusing existing POPFile session ID. 2008-11-12 [colin] 3.6.1cvs23 * src/prefs_gtk.h Fix bug 1771, 'Folder template gets truncated when exiting the application' Use a 32k buffer for string preferences 2008-11-11 [colin] 3.6.1cvs22 * src/summaryview.c Fix "display sender using addressbook" when prefs_common.swap_from is in use. Patch by H. Merijn Brand 2008-11-11 [colin] 3.6.1cvs21 * src/autofaces.c * src/common/md5.c * src/common/md5.h Make a few functions static 2008-11-07 [colin] 3.6.1cvs20 * src/mainwindow.c * src/summaryview.c Fix crash when rebuilding colorlabel menu * src/addrgather.c * src/editldap.c * src/prefs_account.c * src/prefs_compose_writing.c * src/prefs_logging.c * src/prefs_message.c * src/prefs_other.c * src/prefs_receive.c * src/prefs_summaries.c * src/prefs_wrapping.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/pgpcore/prefs_gpg.c * src/plugins/spamassassin/spamassassin_gtk.c Fix deprecated use of page_size in gtkspinbutton adjustments 2008-11-06 [mones] 3.6.1cvs19 * src/mainwindow.c Fix missing "About" in Help menu * tools/claws.i18n.status.pl Fix header 2008-11-05 [colin] 3.6.1cvs18 * src/action.c * src/main.c * src/mainwindow.c * src/common/socket.c * src/common/socket.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h w32: Implement single launch (lock socket); always put debug log to the rc_dir; fix Start menu update after registering as default Mail app 2008-11-05 [colin] 3.6.1cvs17 * src/mainwindow.c Setting the Mail start menu item in HKCU confuses the Internet Options dialog. Do it in HKLM as this dialog does. 2008-11-04 [colin] 3.6.1cvs16 * src/common/w32_reg.c Fix off-by-one 2008-11-04 [colin] 3.6.1cvs15 * src/procmime.c w32: Fix getting content-type * src/mimeview.c * src/prefs_common.c * src/prefs_common.h * src/prefs_ext_prog.c * src/textview.c w32: better integration (use the standard file associations instead of our platform-unadapted open dialog) * src/mainwindow.c * src/common/utils.c * src/common/w32_reg.c * src/common/w32lib.h w32: better integration (allow setting Claws as default MUA) 2008-11-01 [colin] 3.6.1cvs14 * src/codeconv.c Fix wrongly converted non-ascii characters when locale's charset is US-ASCII (strict-mode was failing in this case) 2008-10-30 [colin] 3.6.1cvs13 * src/mimeview.c * src/mimeview.h * src/textview.c * src/textview.h Use one UI Manager per mimeview, instead of the global one -- else user_data pointer gets broken if opening and closing another message- view, then using right-click on a mimeview's mimepart. Probably fixes bug 1711, 'Save-as attachment crashes' 2008-10-24 [paul] 3.6.1cvs12 * tools/Makefile.am * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template * tools/kdeservicemenu/install.sh another, possibly the final?, attempt on getting this sorted for kde4 2008-10-24 [paul] 3.6.1cvs11 * tools/kdeservicemenu/install.sh fix servicemenu installation directory on kde4 2008-10-24 [paul] 3.6.1cvs10 * tools/kdeservicemenu/README * tools/kdeservicemenu/install.sh add support for kde4 in addition to kde3. a rework involving checking for kde4-config, then kde-config, finally prompting the user for the location of either if they cannot be found 2008-10-18 [paul] 3.6.1cvs9 * tools/claws.i18n.status.pl updated with latest translator info. only print for languages defined in %langname 2008-10-17 [paul] 3.6.1cvs8 * src/plugins/pgpcore/sgpgme.c when listing the uid's, show the uid validity 2008-10-16 [paul] 3.6.1cvs7 * INSTALL updated 2008-10-13 [wwp] 3.6.1cvs6 * po/fr.po Updated French translation. 2008-10-11 [colin] 3.6.1cvs5 * src/gtk/authors.h Fix bug 1756, "Outdated translators list in About dialogue". Patch by Aleksei Miheev. 2008-10-11 [colin] 3.6.1cvs4 * src/account.c * src/imap.c * src/inc.c * src/main.c * src/mainwindow.c * src/news.c * src/pop.c * src/pop.h * src/prefs_account.c * src/send_message.c * src/send_message.h * src/ssl_manager.c * src/ssl_manager.h * src/wizard.c * src/common/claws.c * src/common/defs.h * src/common/session.c * src/common/session.h * src/common/smtp.c * src/common/smtp.h * src/common/socket.c * src/common/socket.h * src/common/ssl.c * src/common/ssl.h * src/common/ssl_certificate.c * src/common/ssl_certificate.h * src/gtk/about.c * src/gtk/sslcertwindow.c * src/gtk/sslcertwindow.h Remove OpenSSL code 2008-10-11 [colin] 3.6.1cvs3 * src/common/ssl_certificate.c Make local function static 2008-10-10 [colin] 3.6.1cvs2 * src/common/ssl.h * src/common/ssl_certificate.c * src/gtk/sslcertwindow.c Add offline certificate verification, thanks to Nikos Mavrogiannopoulos for the hints 2008-10-10 [colin] 3.6.1cvs1 * src/common/ssl_certificate.c * src/gtk/sslcertwindow.c Fix warnings 2008-10-10 [paul] 3.6.1 * m4/spamassassin.m4 remove openssl dross * NEWS * README * RELEASE_NOTES 3.6.1 released! 2008-10-10 [colin] 3.6.0cvs25 * src/common/ssl.c Tell libetpan it doesn't need to init GnuTLS 2008-10-10 [colin] 3.6.0cvs24 * claws-mail.pc.in Remove references to openssl 2008-10-09 [colin] 3.6.0cvs23 * configure.ac Fix message 2008-10-09 [colin] 3.6.0cvs22 * configure.ac Error out when building against openssl 2008-10-09 [colin] 3.6.0cvs21 * configure.ac * COPYING * src/crash.c * src/main.c * src/gtk/about.c Disable OpenSSL due to requirement of OpenSSL exception. Code not removed yet, just in case, but disabled. 2008-10-09 [colin] 3.6.0cvs20 * configure.ac * src/Makefile.am * src/crash.c * src/gedit-print.c * src/gedit-print.h * src/main.c * src/mainwindow.c * src/messageview.c * src/prefs_ext_prog.c * src/prefs_fonts.c * src/prefs_image_viewer.c * src/printing.c * src/printing.h * src/summaryview.c * src/gtk/Makefile.am * src/gtk/about.c * src/gtk/gtksourceprintjob.c * src/gtk/gtksourceprintjob.h Revert previous patch. It'd be better to remove OpenSSL instead, as GnuTLS works as well. 2008-10-09 [colin] 3.6.0cvs19 * configure.ac * src/Makefile.am * src/crash.c * src/gedit-print.c * src/gedit-print.h * src/main.c * src/mainwindow.c * src/messageview.c * src/prefs_ext_prog.c * src/prefs_fonts.c * src/prefs_image_viewer.c * src/printing.c * src/printing.h * src/summaryview.c * src/gtk/Makefile.am * src/gtk/about.c * src/gtk/gtksourceprintjob.c * src/gtk/gtksourceprintjob.h Remove the libgnomeprint interface (deprecated, and fixes Debian's #501570, 'Copyright confusion') 2008-10-09 [colin] 3.6.0cvs18 * configure.ac Require libetpan 0.57 (important fixes) 2008-10-08 [paul] 3.6.0cvs17 * src/prefs_filtering_action.c * src/prefs_matcher.c enable re-ordering of the filtering/processing condition and actions lists by drag'n'drop 2008-10-08 [colin] 3.6.0cvs16 * src/addressbook.c Fix wrong menu title 2008-10-07 [colin] 3.6.0cvs15 * src/imap.c After thinking, revert this. It's only a minor annoyance to GSSAPI users, and I can't test this right now. Postponed until after next good release. 2008-10-07 [colin] 3.6.0cvs14 * src/imap.c Don't ask for a password when using GSSAPI 2008-10-07 [colin] 3.6.0cvs13 * src/mainwindow.c Fix build with GTK+ < 2.14 2008-10-07 [colin] 3.6.0cvs12 * src/mainwindow.c * src/mainwindow.h * src/prefs_common.c * src/prefs_common.h * src/summaryview.c * src/gtk/colorlabel.c Fix bug 1749, 'Shortcut keys for color labels not changeable' Make fullscreen a setting remembered between sessions 2008-10-07 [colin] 3.6.0cvs11 * src/prefs_other.c Fix bug 1747, 'Wanderlust keybindings no longer working (regression)' 2008-10-07 [colin] 3.6.0cvs10 * src/mainwindow.c Make fullscreen a real menu item 2008-10-07 [colin] 3.6.0cvs9 * src/mainwindow.c Make sure we won't save size when fullscreening 2008-10-06 [colin] 3.6.0cvs8 * src/mainwindow.c * src/mainwindow.h Handle fullscreen via F11. Patch by Michael Rasmussen 2008-10-06 [colin] 3.6.0cvs7 * src/common/ssl.c Fix return value when setting client cert 2008-10-04 [colin] 3.6.0cvs6 * src/mimeview.c Fix bug 1742, 'Attachment list contents not visible/scrollable' 2008-10-04 [paul] 3.6.0cvs5 * src/mainwindow.c fix failure of Hide toolbar option on restart 2008-10-04 [colin] 3.6.0cvs4 * src/addressbook.c * src/compose.c * src/mainwindow.c * src/messageview.c * src/summaryview.c Maemo: Fix bug 1737, Crashes upon opening 2008-10-04 [paul] 3.6.0cvs3 * po/pt_BR.po submitted (just a little late) by Frederico Goncalves Guimaraes 2008-10-03 [wwp] 3.6.0cvs2 * po/fr.po Many fixes, mostly in menus and accelerators. 2008-10-03 [colin] 3.6.0cvs1 * src/gtk/filesel.c Allow network mounts with new GTKs: they're available via FUSE mounts and we don't need GVFS. 2008-10-03 [paul] 3.6.0 * NEWS * README * RELEASE_NOTES 3.6.0 released! 2008-10-03 [paul] 3.5.0cvs145 * configure.ac * po/bg.po * po/nl.po * po/ru.po * po/sv.po new translations. added by Yasen Pramatarov, Marcel Pol, Aleksei Miheev, and Lars Persson Fink * po/ca.po * po/de.po * po/fi.po * po/fr.po * po/hu.po * po/it.po * po/pl.po * po/zh_CN.po updated translations. submitted by Miquel Oliete, Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo, Andrea Spadaccini, Emilian Nowak, and Ralph Young 2008-10-02 [colin] 3.5.0cvs144 * src/common/session.c Fix crash when connection fails on windows 2008-10-01 [colin] 3.5.0cvs143 * src/imap.c Real fix for FS-unsafe chars on win32 2008-10-01 [colin] 3.5.0cvs142 * src/imap.c Encode prohibited filenames on win32 2008-09-30 [mones] 3.5.0cvs141 * src/ldapctrl.c * src/main.c * src/prefs_themes.c * src/printing.c Fix output of some debug messages 2008-09-30 [colin] 3.5.0cvs140 * src/addrbook.c * src/addrharvest.c * src/compose.c * src/jpilot.c * src/mh.c * src/prefs_themes.c * src/procheader.c * src/procmime.c * src/summaryview.c * src/common/utils.c * src/gtk/sslcertwindow.c Win32: Fix time usage; use g_stat 2008-09-29 [colin] 3.5.0cvs139 * src/common/utils.c Fix case-sensitive match of subject prefixes on win32 2008-09-29 [colin] 3.5.0cvs138 * src/folder_item_prefs.c * src/folder_item_prefs.h * src/matcher.c * src/prefs_folder_item.c * src/prefs_matcher.c * src/summaryview.c * src/common/string_match.c * src/common/utils.c Fix a huge leak (dozens of megs per folder change) on Windows: disable regexps 2008-09-28 [paul] 3.5.0cvs137 * po/en_GB.po updated 2008-09-27 [colin] 3.5.0cvs136 * src/account.c * src/account.h Add accessor for cur_account 2008-09-27 [colin] 3.5.0cvs135 * src/imap.c Fix crash when error happen on session establishment 2008-09-26 [mones] 3.5.0cvs134 * po/es.po Updated for release 2008-09-26 [colin] 3.5.0cvs133 * src/plugins/pgpcore/claws.def Fix symbol 2008-09-26 [colin] 3.5.0cvs132 * src/prefs_common.c * src/prefs_common.h * src/plugins/pgpcore/pgp_viewer.c Add an accessor to prefs_common for plugins (Win32 fix) 2008-09-25 [colin] 3.5.0cvs131 * src/main.c Fix bug 1725, 'useless lines in clawsrc' * src/plugins/smime/mypgpcore.def Add a missing symbol 2008-09-25 [paul] 3.5.0cvs130 * src/plugins/smime/mypgpcore.def * src/plugins/smime/plugin.def * src/plugins/smime/version.rc add these windows-specific files (Thanks to Colin) 2008-09-25 [colin] 3.5.0cvs129 * src/main.c Load standard plugins only on first run 2008-09-25 [colin] 3.5.0cvs128 * src/codeconv.c Fix build... 2008-09-24 [colin] 3.5.0cvs127 * src/codeconv.c Add nb_NO's charset (iso-8859-1) 2008-09-24 [colin] 3.5.0cvs126 * src/common/utils.c Fix get_mail_base_dir() on windows (was synced from main ages ago) 2008-09-24 [colin] 3.5.0cvs125 * src/main.c * src/wizard.c Integrate better with Windows' style 2008-09-23 [paul] 3.5.0cvs124 * src/compose.c * src/mainwindow.c * src/messageview.c offer these strings to translators too 2008-09-23 [colin] 3.5.0cvs123 * configure.ac Add a --disable-dbus flag in case we want no DBUS even if headers are available (like for building gpg4win) * src/filtering.c * src/mainwindow.c * src/prefs_logging.c * src/common/utils.c * src/plugins/pgpcore/sgpgme.c * src/plugins/smime/claws.def Windows fixes: - disable filtering log (it's crashy for some reason) - fix gmtime_r when time is -1 (before 01/01/70) - add symbols for smime 2008-09-22 [colin] 3.5.0cvs122 * src/common/utils.c * src/account.c Remove raw printf * src/compose.c Fix cursor position after changing account * src/imap.c * src/mimeview.c * src/news.c Fix absolute path detection 2008-09-21 [colin] 3.5.0cvs121 * src/gtk/gtkaspell.c Don't try to use empty dictionaries 2008-09-20 [colin] 3.5.0cvs120 * po/POTFILES.in Add the new files to the translations 2008-09-20 [colin] 3.5.0cvs119 * configure.ac * src/plugins/Makefile.am * src/plugins/smime/Makefile.am * src/plugins/smime/plugin.c * src/plugins/smime/smime.c * src/plugins/smime/smime.deps * src/plugins/smime/smime.h Include S/Mime plugin in the main plugins Will ease the Gpg4win team's work 2008-09-20 [colin] 3.5.0cvs118 * src/autofaces.c * src/compose.c * src/ldapquery.c * src/main.c * src/news.c * src/common/socket.c * src/gtk/gtkutils.c * src/plugins/pgpcore/claws.def Windows: more fixes, thanks to wwp and Marcus Brinkmann 2008-09-20 [colin] 3.5.0cvs117 * src/imap.c Tell on which server errors happened 2008-09-20 [colin] 3.5.0cvs116 * src/etpan/etpan-thread-manager.c * src/etpan/imap-thread.c * src/etpan/nntp-thread.c Windows: Fix hang on IMAP/NNTP 2008-09-20 [colin] 3.5.0cvs115 * src/common/utils.c Fix bug 1723, "Buffer overflow crash caused by preview in 'Date format help' dialog box" Also, optimise fast_strftime a bit :) 2008-09-18 [colin] 3.5.0cvs114 * src/procmime.c * src/textview.c Check for NULLs before str* functions 2008-09-18 [colin] 3.5.0cvs113 * src/messageview.c * src/procmime.c * src/textview.c Handle html parts in multipart/related Decode ISO-8859-1 as Windows-1252 (the former is a subset of the latter) in order to workaround Outlook mails misencoding * src/gtk/logwindow.c * src/gtk/logwindow.h Clear mainwindow's error pixmap when the error scrolls out of the log 2008-09-17 [colin] 3.5.0cvs112 * src/image_viewer.c Fix image loading (multiple childs added to scrolledwindow, break of the resize functionality) * src/account.c * src/prefs_folder_item.c * src/prefs_spelling.c * src/gtk/gtkaspell.c Better fix problems with dictionaries updates 2008-09-17 [colin] 3.5.0cvs111 * src/common/utils.c Fix double-opening (fixes multiple signatures when using signify) 2008-09-16 [colin] 3.5.0cvs110 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_spelling.c * src/gtk/gtkaspell.c Better stripping of aspell dictionaries names 2008-09-16 [colin] * 3.6.0-rc1 released 2008-09-16 [colin] 3.5.0cvs109 * src/account.c * src/inc.c * src/mainwindow.c * src/prefs_account.h * src/prefs_other.c * src/send_message.c * src/gtk/inputdialog.c Don't add a pref to allow remembering passwords (Just not checking the checkbox is enough) 2008-09-16 [colin] 3.5.0cvs108 * configure.ac Require libetpan 0.56 as 0.55 is crashy * src/messageview.c Fix english * src/gtk/inputdialog.c * src/gtk/inputdialog.h Fix warnings 2008-09-16 [wwp] 3.5.0cvs107 * src/compose.c Complete 3.5.0cvs106 by removing a function that got moved to account.[ch]. 2008-09-16 [wwp] 3.5.0cvs106 * src/account.c * src/account.h * src/compose.c * src/quote_fmt.c * src/quote_fmt_lex.l * src/quote_fmt_parse.y Add account signature (path and value string) manipulation keywords to the template processor. It's now possible in all templates to insert the account signature to an arbitrary location or to pass it to a external script for further editing. 2008-09-16 [mones] 3.5.0cvs105 * src/imap.c * src/inc.c * src/mainwindow.c * src/mainwindow.h * src/news.c * src/prefs_account.h * src/prefs_common.c * src/prefs_common.h * src/prefs_other.c * src/send_message.c * src/gtk/inputdialog.c * src/gtk/inputdialog.h Implement session passwords: unsaved passwords for receiving or sending of accounts can be remembered while running to avoid repetitive typing. As keeping passwords in memory is unsafe a new preference in Other page is added to activate or not such capability. 2008-09-14 [colin] 3.5.0cvs104 * src/codeconv.c * src/codeconv.h Make conv_iconv_strdup static 2008-09-12 [colin] 3.5.0cvs103 * claws-mail.pc.in * src/Makefile.am * src/compose.c * src/compose.h * src/crash.c * src/folder_item_prefs.c * src/folder_item_prefs.h * src/main.c * src/prefs_account.c * src/prefs_common.c * src/prefs_common.h * src/prefs_folder_item.c * src/prefs_spelling.c * src/prefs_template.c * src/quote_fmt.h * src/quote_fmt_parse.y * src/toolbar.c * src/toolbar.h * src/gtk/Makefile.am * src/gtk/about.c * src/gtk/filesel.c * src/gtk/gtkaspell.c * src/gtk/gtkaspell.h * src/plugins/bogofilter/Makefile.am * src/plugins/dillo_viewer/Makefile.am * src/plugins/spamassassin/Makefile.am * src/plugins/trayicon/Makefile.am Switch spellchecker to Enchant 2008-09-12 [paul] 3.5.0cvs102 * tools/README * tools/csv2addressbook.pl add support for Fox Mail 2008-09-12 [paul] 3.5.0cvs101 * src/compose.c * src/prefs_wrapping.c changes to English 2008-09-12 [paul] 3.5.0cvs100 * configure.ac revert cvs99's libenchant commit error 2008-09-12 [colin] 3.5.0cvs99 * src/inc.c Only go to inbox if there are new mails (and fetch was manual) 2008-09-10 [colin] 3.5.0cvs98 * src/inc.c * src/summaryview.c * src/common/session.c Use g_timeout_add_seconds instead of g_timeout_add on glib >= 2.14 when we don't need precision on the delay. This helps reducing power consumption: http://mjg59.livejournal.com/74651.html 2008-09-10 [colin] 3.5.0cvs97 * src/compose.c Don't save window size and position when compose is hidden (filtering action) 2008-09-09 [colin] 3.5.0cvs96 * src/action.h * src/addr_compl.c * src/addressadd.c * src/addressbook.h * src/addressbook_foldersel.c * src/addressitem.h * src/addrgather.c * src/alertpanel.c * src/browseldap.c * src/editaddress.c * src/editaddress_other_attributes_ldap.h * src/editbook.c * src/editjpilot.c * src/editldap.c * src/editldap_basedn.c * src/editvcard.c * src/exphtmldlg.c * src/expldifdlg.c * src/export.c * src/foldersel.c * src/foldersel.h * src/gedit-print.c * src/gedit-print.h * src/grouplistdialog.c * src/headerview.c * src/headerview.h * src/image_viewer.c * src/import.c * src/importldif.c * src/importmutt.c * src/importpine.c * src/inc.c * src/main.c * src/main.h * src/messageview.c * src/messageview.h * src/noticeview.c * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_folder_column.c * src/prefs_gtk.h * src/prefs_summary_column.c * src/prefs_toolbar.c * src/send_message.c * src/setup.c * src/sourcewindow.c * src/sourcewindow.h * src/ssl_manager.c * src/statusbar.c * src/statusbar.h * src/stock_pixmap.c * src/stock_pixmap.h * src/summaryview.c * src/textview.c * src/textview.h * src/undo.h * src/uri_opener.c * src/wizard.c * src/wizard.h * src/common/ssl.h * src/common/utils.c * src/gtk/about.c * src/gtk/colorlabel.c * src/gtk/colorlabel.h * src/gtk/combobox.h * src/gtk/description_window.c * src/gtk/filesel.c * src/gtk/gtkaspell.c * src/gtk/gtkaspell.h * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtkcmctree.h * src/gtk/gtkcmoptionmenu.h * src/gtk/gtksctree.c * src/gtk/gtksctree.h * src/gtk/gtkshruler.c * src/gtk/gtkshruler.h * src/gtk/gtksourceprintjob.c * src/gtk/gtksourceprintjob.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/gtkvscrollbutton.c * src/gtk/gtkvscrollbutton.h * src/gtk/icon_legend.c * src/gtk/inputdialog.c * src/gtk/logwindow.c * src/gtk/logwindow.h * src/gtk/manage_window.c * src/gtk/manage_window.h * src/gtk/menu.c * src/gtk/prefswindow.c * src/gtk/progressdialog.c * src/gtk/progressdialog.h * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/pgpcore/passphrase.c * src/plugins/spamassassin/spamassassin_gtk.c * src/plugins/trayicon/trayicon.c * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h Complete GTK+ 2.14 undeprecation (thanks to "J.A. Magallon" ) 2008-09-09 [colin] 3.5.0cvs95 * src/gtk/gtkcmclist.h Fix build on GTK+ 2.14 2008-09-08 [colin] 3.5.0cvs94 * src/noticeview.c * src/noticeview.h Remove GtkSignalFunc 2008-09-07 [colin] 3.5.0cvs93 * src/addressadd.c * src/addressbook_foldersel.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtkcmctree.h * src/gtk/gtksctree.c * src/gtk/prefswindow.c * src/gtk/prefswindow.h Use GDestroyNotify instead of GtkDestroyNotify (deprecated in GTK+ 2.14) 2008-09-07 [colin] 3.5.0cvs92 * src/textview.c Fix bug 1712, 'invalid "Phishing attempt warning" when linked text ends with spaces' 2008-09-05 [colin] 3.5.0cvs91 * src/procmime.c Maybe fix bug 1711, 'Save-as attachment crashes' Possibly wrong free() due to pointer shifting 2008-09-05 [colin] 3.5.0cvs90 * src/compose.c Fix bug 1710, 'User misreads "Discard Message" as "Discard Changes"'. Propose to save or discard only the latest changes when closing an existing draft. Autosave may still have saved parts of the edit session. 2008-09-04 [colin] 3.5.0cvs89 * src/summaryview.c Fix bug 1707, 'Segfault when sorting on non-visible column' 2008-09-01 [colin] 3.5.0cvs88 * src/imap.c * src/summaryview.c * src/common/tags.c * src/etpan/imap-thread.c * src/etpan/imap-thread.h Store spam flag on IMAP (Junk/NonJunk, as ThunderBird does - this is nonstandard) 2008-08-31 [wwp] 3.5.0cvs87 * ChangeLog Fix globish edition^Wediting. 2008-08-31 [wwp] 3.5.0cvs86 * src/addressbook.c Don't break nickname editing for non-LDAP books (nickname value was overwritten when editing existing contact, this came from 3.0.2cvs109). 2008-08-30 [colin] 3.5.0cvs85 * src/mainwindow.c * src/summaryview.c Fix "Apply tags..." key shortcut 2008-08-29 [iwkse] 3.5.0cvs84 * src/summaryview.c Bit of clean:) 2008-08-29 [iwkse] 3.5.0cvs83 * src/summaryview.c Disable "Move to trash" action if we are in a trash-like folder. Thanks to colinl 2008-08-29 [paul] 3.5.0cvs82 * configure.ac bump up libetpan version requirement since 0.55 is released now 2008-08-28 [wwp] 3.5.0cvs81 * src/account.c * src/pop.c * src/prefs_account.c * src/prefs_account.h Add finer granularity to the POP3's remove-after delay (now in hours in addition to in days), patch by Paul Rolland. 2008-08-28 [wwp] 3.5.0cvs80 * src/gtk/combobox.c Fix a typo in a comment. 2008-08-28 [iwkse] 3.5.0cvs79 * src/account.c * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_template.c Add search feature to the account, template and action dialog. It's turned on selecting one row of the list and typing some random letter. Thanks to wwp, colinl 2008-08-28 [colin] 3.5.0cvs78 * src/Makefile.am * src/account.c * src/compose.c * src/prefs_account.c * src/prefs_account.h * src/privacy.c * src/privacy.h * src/procmime.c * src/stock_pixmap.c * src/stock_pixmap.h * src/summaryview.c * src/pixmaps/key_gpg_signed.xpm Fix bug 1412, "Sign reply, if mail was signed" Add an account preference to sign replies to signed mails 2008-08-28 [iwkse] 3.5.0cvs77 * src/prefs_filtering.c Making the search more useful, jumping directly to the relative rule. 2008-08-27 [colin] 3.5.0cvs76 * src/main.c Add a bit of info 2008-08-27 [colin] 3.5.0cvs75 * src/gtk/gtkcmctree.c Fix a few ifdefs 2008-08-26 [colin] 3.5.0cvs74 * src/gtk/gtkcmctree.c Fix missing inits on old glib 2008-08-26 [wwp] 3.5.0cvs73 * src/common/utils.c Added 'Fwd' to the list of known common subject prefixes. 2008-08-25 [iwkse] 3.5.0cvs72 * src/image_viewer.c Add animated gif support to the message preview. 2008-08-25 [colin] 3.5.0cvs71 * src/gtk/gtkcmctree.c Make sure work isn't null 2008-08-24 [colin] 3.5.0cvs70 * src/common/ssl.c Fix typo on SSL_CERT_DIR 2008-08-23 [holger] 3.5.0cvs69 * src/printing.c Fix bug 1699 'Separator line mis-placed when printing some e-mails'. The number of header lines was not correctly calculated when Pango inserts linebreaks 2008-08-23 [colin] 3.5.0cvs68 * src/mainwindow.c Fix the account selector button; thanks to wwp 2008-08-21 [colin] 3.5.0cvs67 * src/compose.c * src/compose.h Add a compose preference for auto-indent * src/mainwindow.c * src/summaryview.c Make colorlabel accels a bit less hacky 2008-08-21 [colin] 3.5.0cvs66 * src/compose.c * src/prefs_common.c * src/prefs_common.h * src/prefs_wrapping.c Add a preference for autoindent; fix no_join tag being applied to whole lines instead of just \n when creating a line 2008-08-21 [colin] 3.5.0cvs65 * src/compose.c Add support for auto-indentation 2008-08-19 [colin] 3.5.0cvs64 * src/compose.c Save Autowrap status in drafts/queued mails 2008-08-19 [colin] 3.5.0cvs63 * src/mainwindow.c Fix a comment (in reality, test commit on the new CVS server) 2008-08-17 [colin] 3.5.0cvs62 * src/prefs_actions.c * src/procmime.c * src/wizard.c * src/common/socket.h * src/gtk/gtkcmctree.c Fix warnings 2008-08-16 [colin] 3.5.0cvs61 * src/editaddress_other_attributes_ldap.h Add 'l' field (localityName) 2008-08-16 [colin] 3.5.0cvs60 * src/mainwindow.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtksctree.c * src/gtk/gtkutils.c * src/gtk/gtkvscrollbutton.c Fix Maemo build (OS2007) 2008-08-14 [colin] 3.5.0cvs59 * src/folder.c Don't crash if parent is null when creating a folder * src/gtk/pluginwindow.c Don't crash on race when closing window while a plugin is loading and does gtk_iterations 2008-08-13 [colin] 3.5.0cvs58 * src/messageview.c * src/messageview.h * src/mimeview.c Fix bug 1696, 'Viewing binary attachements as text over 1 MB' (various buglets) 2008-08-10 [colin] 3.5.0cvs57 * src/summaryview.c * src/gtk/gtkcmclist.c Continue fixing GTK < 2.12 build, thanks to Michael Hugues 2008-08-10 [colin] 3.5.0cvs56 * src/gtk/gtksctree.c Fix build on GTK < 2.12 2008-08-09 [colin] 3.5.0cvs55 * src/mainwindow.c Fix untranslatable strings, thanks to Stephan Sachse 2008-08-07 [colin] 3.5.0cvs54 * src/compose.c * src/editaddress.c * src/folderview.c * src/mainwindow.c * src/message_search.c * src/mimeview.c * src/noticeview.c * src/prefs_account.c * src/prefs_common.c * src/prefs_customheader.c * src/prefs_ext_prog.c * src/prefs_filtering_action.c * src/prefs_gtk.c * src/prefs_logging.c * src/prefs_matcher.c * src/prefs_msg_colors.c * src/procmime.c * src/summary_search.c * src/summaryview.c * src/toolbar.c * src/gtk/colorsel.c * src/gtk/gtkaspell.c * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/inputdialog.c * src/gtk/pluginwindow.c * src/gtk/quicksearch.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/spamassassin/spamassassin_gtk.c - Fix Ctrl-Space shortcut - Fix mime-parsing bug in procmime (cvs52) - Fix double-free in procmime (cvs52) - Use gtk_bin_get_child instead of GTK_BIN()->child - Fix Goto menu in mainwindow 2008-08-07 [mones] 3.5.0cvs53 * po/es.po Updated translation (lots of changes!) * src/compose.c Add missing accelerator key * src/mainwindow.c Restored 'v' key function (thanks Colin!) 2008-08-06 [colin] 3.5.0cvs52 * src/addrbook.c * src/addrcindex.c * src/addrduplicates.c * src/addrharvest.c * src/enriched.c * src/html.c * src/ldif.c * src/mimeview.c * src/mutt.c * src/pine.c * src/procmime.c * src/vcard.c * src/wizard.c Fix my use of g_utf8_strdown (it returns a newly allocated string and doesn't change the parameter) 2008-08-06 [colin] 3.5.0cvs51 * src/compose.c Fix bug 1690, 'Copy/Paste in edit window may break Undo'; middle-click pastes aren't REPLACE_INSERT but just INSERT. Also, fix privacy menu selection 2008-08-05 [colin] 3.5.0cvs50 * src/action.c * src/addr_compl.c * src/addrbook.c * src/addrcindex.c * src/addrduplicates.c * src/addrharvest.c * src/enriched.c * src/html.c * src/ldif.c * src/main.c * src/mimeview.c * src/mutt.c * src/pine.c * src/procmime.c * src/vcard.c * src/wizard.c * src/common/socket.c * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/menu.c * src/plugins/spamassassin/spamassassin.c More undeprecation (Glib) 2008-08-05 [colin] 3.5.0cvs49 * src/prefs_account.c * src/prefs_filtering_action.c * src/prefs_matcher.c * src/gtk/Makefile.am * src/gtk/claws-marshal.list * src/gtk/colorlabel.c * src/gtk/colorsel.c * src/gtk/foldersort.c * src/gtk/gtkaspell.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtkcmctree.h * src/gtk/gtkcmoptionmenu.c * src/gtk/gtkcmoptionmenu.h * src/gtk/gtksctree.c * src/gtk/gtksctree.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/gtkvscrollbutton.c * src/gtk/menu.c * src/gtk/menu.h * src/gtk/quicksearch.c * src/plugins/dillo_viewer/dillo_viewer.c * src/plugins/pgpcore/select-keys.c Try to finish yesterday's commit 2008-08-04 [colin] 3.5.0cvs48 * src/addressadd.c * src/addressbook.c * src/addressbook_foldersel.c * src/addressitem.h * src/addrgather.c * src/browseldap.c * src/compose.c * src/compose.h * src/editaddress.c * src/editaddress_other_attributes_ldap.c * src/editgroup.c * src/editldap_basedn.c * src/folderview.c * src/folderview.h * src/grouplistdialog.c * src/image_viewer.c * src/imap_gtk.c * src/importldif.c * src/main.c * src/mainwindow.c * src/message_search.c * src/mh_gtk.c * src/mimeview.c * src/mimeview.h * src/news_gtk.c * src/noticeview.h * src/prefs_account.c * src/prefs_filtering_action.c * src/prefs_matcher.c * src/prefs_msg_colors.c * src/prefs_summaries.c * src/statusbar.c * src/stock_pixmap.c * src/summary_search.c * src/summaryview.c * src/summaryview.h * src/textview.c * src/toolbar.h * src/gtk/Makefile.am * src/gtk/claws-marshal.list * src/gtk/colorsel.c * src/gtk/foldersort.c * src/gtk/gtkaspell.c * src/gtk/gtkcmclist.c * src/gtk/gtkcmclist.h * src/gtk/gtkcmctree.c * src/gtk/gtkcmctree.h * src/gtk/gtksctree.c * src/gtk/gtksctree.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/gtkvscrollbutton.c * src/gtk/menu.c * src/gtk/menu.h * src/gtk/quicksearch.c * src/plugins/dillo_viewer/dillo_viewer.c * src/plugins/pgpcore/select-keys.c Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree) Undeprecate their implementation (GtkArg, GtkType, ...) Undeprecate a few other things here and there Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode Add #undef GTK_DISABLE_DEPRECATED in the files where we still have work to do 2008-08-04 [colin] 3.5.0cvs47 * src/compose.c * src/compose.h * src/toolbar.h * src/textview.c * src/stock_pixmap.c * src/statusbar.c * src/noticeview.h * src/mimeview.h * src/mainwindow.c * src/image_viewer.c * src/gtk/gtkaspell.c * src/gtk/gtkvscrollbutton.c * src/plugins/dillo_viewer/dillo_viewer.c Undeprecate more things 2008-08-02 [colin] 3.5.0cvs46 * src/mainwindow.c Fix toggle menu activation state (thanks to cvs45 ;) 2008-08-02 [paul] 3.5.0cvs45 * src/mainwindow.c fix sensitivity of /View/Show or hide/Message View 2008-08-01 [paul] 3.5.0cvs44 * src/common/utils.c * src/plugins/pgpcore/claws.def * src/plugins/pgpinline/claws.def fix compilation problems on mingw32, (bug 1688) Patch by Marcus Brinkmann 2008-08-01 [colin] 3.5.0cvs43 * src/gtk/gtkutils.c * src/gtk/gtkvscrollbutton.c Oups, fix build 2008-08-01 [colin] 3.5.0cvs42 * src/compose.c * src/foldersel.c * src/mainwindow.c * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_quote.c * src/summaryview.c * src/gtk/gtkaspell.c * src/gtk/gtkutils.c * src/gtk/gtkvscrollbutton.c Replace a few deprecated function calls 2008-08-01 [paul] 3.5.0cvs41 * src/action.c fix crash that occurs because of recent GtkUIManager changes. Thanks to Colin 2008-07-31 [colin] 3.5.0cvs40 * src/addressbook.c * src/compose.c * src/mainwindow.c * src/messageview.c Some Maemo fixes * src/gtk/menu.c * src/gtk/menu.h Remove deprecated helper funcs 2008-07-30 [colin] 3.5.0cvs39 * src/folderview.c * src/folderview.h * src/imap_gtk.c * src/mh_gtk.c * src/news_gtk.c Move the folderview popup menu to GtkUIManager 2008-07-29 [colin] 3.5.0cvs38 * src/account.c * src/account.h * src/action.c * src/action.h * src/addressitem.h * src/compose.c * src/edittags.c * src/mainwindow.c * src/mainwindow.h * src/mimeview.c * src/summaryview.c * src/gtk/menu.c * src/gtk/menu.h Switch the main menu to GtkUIManager Warning fixes 2008-07-29 [colin] 3.5.0cvs37 * src/news.c Fix bug 1684, 'view news messages with large attachements segfaults' 2008-07-29 [colin] 3.5.0cvs36 * src/action.c * src/action.h * src/addressbook.c * src/addressitem.h * src/compose.c * src/compose.h * src/messageview.c * src/messageview.h * src/summaryview.c * src/gtk/menu.c * src/gtk/menu.h More switches to GtkUIManager 2008-07-26 [colin] 3.5.0cvs35 * src/gtk/menu.c * src/gtk/menu.h Fix prototype 2008-07-25 [colin] 3.5.0cvs34 * src/addrcustomattr.c * src/addressbook.c * src/compose.c * src/editaddress.c * src/editaddress_other_attributes_ldap.h * src/edittags.c * src/mainwindow.c * src/mimeview.c * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_template.c * src/summaryview.c * src/textview.c * src/textview.h * src/toolbar.c * src/gtk/about.c * src/gtk/menu.c * src/gtk/menu.h * src/plugins/trayicon/trayicon.c More changes from GtkItemFactory to GtkUIManager 2008-07-25 [colin] 3.5.0cvs33 * src/gtk/menu.h Add a macro to remove menu items Make the gui_manager variable useless 2008-07-24 [colin] 3.5.0cvs32 * src/mimeview.c Fix a gtk warning on clear * src/mainwindow.c * src/summaryview.c * src/summaryview.h Switch the message list popup menu to GtkUIManager 2008-07-23 [colin] 3.5.0cvs31 * src/plugins/pgpcore/pgp_viewer.c * src/plugins/pgpcore/sgpgme.c Fix bug 1681, 'GnuPG Plugin does not compile on solaris' Patch by Thomas Wiegner 2008-07-20 [paul] 3.5.0cvs30 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c remove redundant GTK version check 2008-07-20 [ticho] 3.5.0cvs29 * src/folderview.c * src/imap_gtk.c * src/news_gtk.c Moved sensitivity setting for "Download messages" for IMAP and news folders from folderview.c to imap_gtk.c and news_gtk.c respectively for better code readability. Fixed indentation in news' set_sensitivity(). 2008-07-20 [paul] 3.5.0cvs28 * src/addrgather.c remove more redundant code following cvs27 2008-07-20 [paul] 3.5.0cvs27 * src/addrgather.c remove now redundant code * src/mainwindow.c * src/mainwindow.h fix bug 1673, 'Tools/Harvest adresses is grayed out if folder is empty' 2008-07-19 [ticho] 3.5.0cvs26 * src/edittags.c * src/main.c * src/mimeview.c * src/mimeview.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/gtk/menu.c * src/gtk/menu.h Use GtkUIManager for mimeview and tag edit dialog popup menus, instead of deprecated GtkItemFactory. 2008-07-19 [colin] 3.5.0cvs25 * src/account.c * src/addrgather.c * src/compose.c * src/editldap.c * src/expldifdlg.c * src/importldif.c * src/main.c * src/mainwindow.c * src/mimeview.c * src/noticeview.c * src/prefs_account.c * src/prefs_actions.c * src/prefs_ext_prog.c * src/prefs_filtering.c * src/prefs_folder_item.c * src/prefs_image_viewer.c * src/prefs_logging.c * src/prefs_msg_colors.c * src/prefs_other.c * src/prefs_send.c * src/prefs_spelling.c * src/prefs_summaries.c * src/prefs_template.c * src/printing.c * src/quote_fmt.c * src/summary_search.c * src/summaryview.c * src/toolbar.c * src/wizard.c * src/common/Makefile.am * src/gtk/gtksctree.c * src/gtk/gtkutils.h * src/gtk/pluginwindow.c * src/gtk/quicksearch.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/pgpcore/prefs_gpg.c * src/plugins/spamassassin/spamassassin_gtk.c * src/plugins/trayicon/trayicon.c * src/plugins/trayicon/trayicon_prefs.c Use the shiny new GTK tooltips API when possible (GTK+ 2.12 or greater). Use the old deprecated one on GTK+ < 2.12. Easy! Straightforward! I'm not annoyed at all! It's not a loss of time! 2008-07-16 [colin] 3.5.0cvs24 * src/mainwindow.c Fix folderview's scrolbar when starting minimised to tray, and popping up the mainwindow by calling claws-mail from the command line 2008-07-08 [colin] 3.5.0cvs23 * src/compose.c Possibly fix po-headers appearing on empty templates 2008-07-08 [colin] 3.5.0cvs22 * src/folderview.c * src/summaryview.c Finish the always_open tristate patch, by Jonathan Corbet. 2008-07-07 [paul] 3.5.0cvs21 * src/mainwindow.c fix typo (missing ") 2008-07-07 [paul] 3.5.0cvs20 * src/mainwindow.c fit the menu style a bit better 2008-07-07 [colin] 3.5.0cvs19 * src/prefs_themes.c Make upgrading themes easier 2008-07-07 [colin] 3.5.0cvs18 * src/mainwindow.c * src/prefs_toolbar.c * src/stock_pixmap.c Finish fixing bug 1609, 'Icon issues' 2008-07-07 [colin] 3.5.0cvs17 * src/prefs_common.c Fix the default value 2008-07-07 [colin] 3.5.0cvs16 * src/prefs_summaries.c Revert my fix to the string, the correct term is indeed Message View 2008-07-07 [colin] 3.5.0cvs15 * AUTHORS * src/gtk/authors.h * src/prefs_common.c * src/prefs_common.h * src/prefs_summaries.c * src/summaryview.c * src/gtk/authors.h Change "Always open message when selected" to a tristate (Never/Always/When preview is visible) Patch by Jonathan Corbet . 2008-07-06 [paul] 3.5.0cvs14 * src/addrgather.c improve the layout of the dialogue improve the English add tooltips fix some of the nasty coding style * src/mainwindow.c improve the English add some missing mnemonics 2008-07-05 [paul] 3.5.0cvs13 * src/mainwindow.c * src/mainwindow.h fix bug 1398, '"Change current account" is available even when there's only one account' * src/plugins/pgpcore/prefs_gpg.c put back a needed include, removed in error 2008-07-05 [colin] 3.5.0cvs12 * src/mainwindow.c MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons' 2008-07-05 [colin] 3.5.0cvs11 * src/news.c * src/news_gtk.c Provide ability to rename newsgroups. Closes bug 1444, 'Add GUI option for renaming newsgroups'. Patch by Pawel Pekala 2008-07-05 [colin] 3.5.0cvs10 * src/plugins/pgpcore/passphrase.c * src/plugins/pgpcore/prefs_gpg.c * src/plugins/pgpcore/select-keys.c Simplify GTK includes (with the advantage of compiling against GTK+2.13); patch by Charles A Edwards 2008-07-05 [colin] 3.5.0cvs9 * src/wizard.c Add SSL client certificates 2008-07-05 [colin] 3.5.0cvs8 * src/prefs_account.c * src/common/session.h Fix warnings * src/common/ssl.c Add one path for certs 2008-07-05 [colin] 3.5.0cvs7 * src/prefs_account.c Fix no-ssl build 2008-07-04 [colin] 3.5.0cvs6 * src/common/ssl.c * src/common/ssl.h * src/common/ssl_certificate.c Workaround distro bugs and fix certificate checking with OpenSSL 2008-07-04 [colin] 3.5.0cvs5 * src/filtering.c * src/common/ssl_certificate.c * src/common/ssl_certificate.h * src/etpan/imap-thread.c * src/etpan/nntp-thread.c Fix some leaks, thanks to Martin Zwickel Rename gnutls functions that do the same as OpenSSL ones, to avoid symbol clashing when Claws is built against GnuTLS and libetpan against OpenSSL 2008-07-04 [paul] 3.5.0cvs4 * src/prefs_account.c remove 1 forgotten '.' 2008-07-04 [paul] 3.5.0cvs3 * src/prefs_account.c layout/engrish fixes to the 'Client certificates' frame 2008-07-03 [colin] 3.5.0cvs2 * src/imap.c * src/news.c * src/pop.c * src/prefs_account.c * src/prefs_account.h * src/prefs_common.c * src/send_message.c * src/common/session.c * src/common/session.h * src/common/smtp.c * src/common/smtp.h * src/common/socket.h * src/common/ssl.c * src/common/ssl.h * src/common/ssl_certificate.c * src/common/ssl_certificate.h * src/etpan/imap-thread.c * src/etpan/nntp-thread.c * src/gtk/inputdialog.c Add support for SSL client certificates (either PEM files with certificate and private key, either PKCS12 files) 2008-06-28 [colin] 3.5.0cvs1 * src/foldersel.c Fix compilation with older GTKs 2008-06-27 [paul] 3.5.0 * NEWS * README * RELEASE_NOTES 3.5.0 released 2008-06-27 [paul] 3.4.0cvs116 * src/gtk/authors.h complete cvs115 2008-06-27 [paul] 3.4.0cvs115 * configure.ac * src/gtk/authors.h no longer build unmaintained translations 2008-06-27 [paul] 3.4.0cvs114 * po/de.po * po/fi.po * po/pt_BR.po updated by Stephan Sachse, Flammie Pirinen, and Frederico Goncalves Guimaraes 2008-06-26 [wwp] 3.4.0cvs113 * manual/fr/advanced.xml Update French version of the manual (AutoFaces documentation). 2008-06-26 [wwp] 3.4.0cvs112 * manual/fr/advanced.xml * manual/fr/plugins.xml Updated French version of the manual (completed hidden options list, added note about Clawsker and new mail archiver plugin). 2008-06-25 [colin] 3.4.0cvs111 * src/gtk/gtkaspell.c Fix non-UTF8 in the replace with dialog * src/prefs_actions.c Fix possible crasher Patches by Pawel 2008-06-24 [mones] 3.4.0cvs110 * src/autofaces.c Fix non-warning message, downgraded to debug info 2008-06-24 [colin] 3.4.0cvs109 * src/summaryview.c Fix bug 1650, Message line too small after changing columns in "three columns" layout 2008-06-24 [colin] 3.4.0cvs108 * src/messageview.c Fix Spam button sensitivity in newsgroups 2008-06-23 [wwp] 3.4.0cvs107 * po/fr.po Updated French translation. 2008-06-23 [mones] 3.4.0cvs106 * po/es.po Updated translation for release 2008-06-22 [mones] 3.4.0cvs105 * manual/es/plugins.xml Synced new entry for Mail Archiver plugin 2008-06-22 [colin] 3.4.0cvs104 * src/compose.c Fix initial cursor position 2008-06-21 [paul] 3.4.0cvs103 * manual/plugins.xml add an entry for the new Mail Archiver plugin 2008-06-21 [paul] 3.4.0cvs102 * src/gtk/about.c we're in 'string freeze', put back the < > symbols for now 2008-06-21 [paul] 3.4.0cvs101 * manual/advanced.xml * manual/es/advanced.xml fix build warning: cannot be contained within * src/gtk/about.c fix non-clickable link on License page and drop the containing < > symbols to match other links 2008-06-20 [mones] 3.4.0cvs100 * manual/advanced.xml Added autofaces documentation, note about clawsker in hidden preferences, minor markup fix. Thanks Paul for proofreading * manual/es/advanced.xml Synchronised Spanish manual 2008-06-16 [colin] 3.4.0cvs99 * src/compose.c Fix cursor placing on signature change 2008-06-16 [paul] 3.4.0cvs98 * src/imap_gtk.c * src/mh_gtk.c * src/gtk/inputdialog.c really fussy coding style fixes 2008-06-16 [paul] 3.4.0cvs97 * src/Makefile.am keep the alphabetical order 2008-06-13 [mones] 3.4.0cvs96 * src/autofaces.c Fix crasher ;-) * src/prefs_filtering_action.c Fixed cosmetic bug, processing also displays "Filtering" 2008-06-13 [mones] 3.4.0cvs95 * src/Makefile.am * src/autofaces.c ** NEW FILE ** * src/autofaces.h ** NEW FILE ** * src/compose.c Allow setting Faces and X-Faces globally and per-account from configuration files under ~/.claws-mail/autofaces 2008-06-13 [holger] 3.4.0cvs94 * .cvsignore More files to ignore * src/gtk/inputdialog.c * src/gtk/inputdialog.h Make input dialog more generic so that a checkbox with custom text can be used in addition to the "remember this" checkbox * src/imap_gtk.c * src/mh_gtk.c * src/prefs_common.c * src/prefs_common.h Allow new folders to inherit the properties of the parent folder during folder creation 2008-06-13 [wwp] 3.4.0cvs93 * src/addressbook.c a better fix for this string, won't break up translations, and is conform to other similar ones. 2008-06-13 [wwp] 3.4.0cvs92 * src/addrduplicates.c * src/addressadd.c * src/addressbook.c * src/addressbook_foldersel.c * src/editgroup.c use tree decorations everywhere AB folders are used (AB tree pane, add address to AB, select AB folder, edit group, custom attr, find dup results), in order to match global style make double-clicks in AB's tree pane behave like in MW's folder tree pane: double clicking on groups in tree pane does open the group edit dialog double clicking on other items in tree pane does expand/collapse fix a missing space in AB's delete-folder dialog fix again edit button sensitivity (thanks to iwkse, this reworks cvs79) * src/foldersel.c make foldersel dialog show dotted lines according to global (hidden) prefs 2008-06-12 [colin] 3.4.0cvs91 * src/compose.c * src/compose.h Fix bug 1635, 'Last character of message is truncated when changing accounts w/ sigs' * src/folderview.c Fix bug 1636, 'Can't select "properties" on "folders only" folders' 2008-06-11 [colin] 3.4.0cvs90 * src/folder.c Maybe fix bug 1623, 'exits with segfault when logging in to certain imap-servers' 2008-06-10 [mones] 3.4.0cvs89 * AUTHORS * tools/Makefile.am * tools/README * tools/convert_mbox.sh Undo cvs86 and cvs87, it really should be a patch to convert_mbox.pl 2008-06-10 [wwp] 3.4.0cvs88 * po/fr.po Updated French translation. 2008-06-10 [mones] 3.4.0cvs87 * tools/Makefile.am Oops, forgot to add previous script for distribution 2008-06-10 [mones] 3.4.0cvs86 * AUTHORS * tools/README * tools/convert_mbox.sh Added script to convert Evolution mail folders contributed by Daniel Dickinson Fixes debian bug 461435 2008-06-09 [colin] 3.4.0cvs85 * src/main.c Integrate AWN information bubble if dbus is available * src/folder.c Fix crash when calling scan_required() on folder classes that don't implement them * src/common/session.c Fix a little typo 2008-06-09 [colin] 3.4.0cvs84 * src/main.c Fix bug 1447, 'If user tries to close while starting up, it will not close ever.' 2008-06-09 [colin] 3.4.0cvs83 * src/filtering.c Fix bug 1628, 'Claws Mail crashes when filtering selected messages' 2008-06-04 [colin] 3.4.0cvs82 * src/messageview.c Complete handling of html parts in multipart/alternative mails 2008-06-03 [paul] 3.4.0cvs81 * src/prefs_message.c make always the english good 2008-06-03 [colin] 3.4.0cvs80 * src/mainwindow.c * src/mainwindow.h Fix bug 1624, '[PATCH] Quick search should be disabled for folder view'; based on a patch by Michael Terry 2008-06-03 [iwkse] 3.4.0cvs79 * src/addressbook.c Fix little gui bug on button sensitivity * src/messageview.c * src/prefs_common.c * src/prefs_common.h * src/prefs_message.c Allow by default to show html in multipart/alternative 2008-06-02 [colin] 3.4.0cvs78 * src/prefs_actions.c GUI rework, patch by Pawel 2008-06-02 [colin] 3.4.0cvs77 * src/quote_fmt.c Fix sensitivity/alignment, patch from Pawel 2008-05-31 [colin] 3.4.0cvs76 * src/imap.c Fix login issue introduced in cvs75. 2008-05-31 [colin] 3.4.0cvs75 * src/imap.c Fix more possible double-frees. Also, fix the root cause of these double-frees by just noting the Session is to be destroyed instead of destroying it in flight 2008-05-29 [paul] 3.4.0cvs74 * manual/keyboard.xml 'Makes' these entries like the others 2008-05-29 [colin] 3.4.0cvs73 * src/procmsg.h Include utils.h in case we need to pull goffset definition 2008-05-29 [colin] 3.4.0cvs72 * src/common/utils.h Workaround a stupid Glib issue, where goffset happens to be undefined. 2008-05-28 [colin] 3.4.0cvs71 * src/compose.c * src/compose.h * src/grouplistdialog.c * src/image_viewer.c * src/imap.c * src/inc.c * src/main.c * src/matcher.c * src/messageview.c * src/mimeview.c * src/prefs_themes.c * src/procmsg.h * src/summaryview.c * src/summaryview.h * src/textview.c * src/common/smtp.c * src/common/utils.c * src/common/utils.h Use goffset instead of off_t for MsgInfo's size Allows using MsgInfo structure from plugins compiled with largefile support 2008-05-26 [colin] 3.4.0cvs70 * src/mainwindow.c * src/mainwindow.h Define THEME_CHANGED_HOOKLIST and invoke it on theme change * src/plugins/trayicon/trayicon.c Listen to THEME_CHANGED_HOOKLIST and update accordingly 2008-05-26 [paul] 3.4.0cvs69 * src/mimeview.c plug a leak in mimeview_save_all() 2008-05-24 [colin] 3.4.0cvs68 * src/common/utils.h Fix wrong define on old glibs 2008-05-24 [paul] 3.4.0cvs67 * src/Makefile.am * src/stock_pixmap.c * src/stock_pixmap.h * src/toolbar.c * src/pixmaps/cancel.xpm * src/pixmaps/close.xpm add a specific icon for A_CANCEL_INC (addresses point 1 of bug 1609 'Icon issues') replace close.xpm with an icon of the standard 24x24 size 2008-05-24 [paul] 3.4.0cvs66 * src/pixmaps/insert_file.xpm replaced 2008-05-23 [paul] 3.4.0cvs65 * src/common/md5.c * src/common/md5.h add the possibility to check md5 on binary files, thanks to Colin 2008-05-23 [colin] 3.4.0cvs64 * src/mainwindow.c * src/summaryview.c Fix bug 1610, 'claws crash after opening/closing preferences and window update' 2008-05-22 [colin] 3.4.0cvs63 * src/prefs_filtering_action.c * src/gtk/combobox.c * src/gtk/combobox.h Fix reselecting of Tags actions in filtering actions dialog 2008-05-22 [colin] 3.4.0cvs62 * src/Makefile.am * src/prefs_toolbar.c * src/stock_pixmap.c * src/stock_pixmap.h * src/toolbar.c * src/pixmaps/delete_btn.xpm * src/pixmaps/insert_file.xpm * src/pixmaps/mail_reply_to_list.xpm Fix more of bug 1609: - Add a Delete button icon - Add a Reply to list button icon - Fix Insert file button icon Artwork by Ciprian Popovici. 2008-05-21 [colin] 3.4.0cvs61 * src/common/utils.c Fix a little leak 2008-05-21 [wwp] 3.4.0cvs60 * src/prefs_filtering.c Don't show SMTP-only accounts in accounts list, as they are irrelevant for filtering incoming messages. 2008-05-21 [colin] 3.4.0cvs59 * src/mainwindow.c Don't put SMTP-only accounts in receive menus 2008-05-21 [colin] 3.4.0cvs58 * src/imap.c Fix cvs56 (brain fart) 2008-05-21 [colin] 3.4.0cvs57 * src/common/utils.c Fix bug 1615, 'hang on FIFO when the other end's not opened' 2008-05-21 [colin] 3.4.0cvs56 * src/imap.c Fix a warning 2008-05-19 [colin] 3.4.0cvs55 * src/plugins/pgpcore/sgpgme.c Maybe fix debian bug 481856, 'Segmentation fault when verifying a GPG signature'. Although it looks like a race condition... 2008-05-19 [colin] 3.4.0cvs54 * src/prefs_filtering_action.c * src/prefs_matcher.c * src/common/tags.c * src/common/tags.h * src/gtk/combobox.c * src/gtk/combobox.h Patch by Pawel: disabled Tags menus in filtering dialogs 2008-05-19 [colin] 3.4.0cvs53 * src/prefs_account.c GUI patch by Pawel: align ports entries 2008-05-19 [colin] 3.4.0cvs52 * src/mainwindow.c Fix bug 1616, 'strange question while emptying trash' 2008-05-18 [colin] 3.4.0cvs51 * src/common/plugin.c * src/etpan/imap-thread.c * src/etpan/nntp-thread.c * src/gtk/gtksctree.c Fix bug 1613, 'Various memory leaks'; based on a patch by Didier Barvaux. 2008-05-18 [colin] 3.4.0cvs50 * src/mimeview.c * src/privacy.h * src/toolbar.c * src/toolbar.h * src/plugins/pgpcore/sgpgme.c Fix more parts of bug 1609: - Make use of specific Expired privacy icon - Use CLOSE instead of NOTICE_ERROR for cancel receiving - Allow a Preferences button in the main toolbar 2008-05-18 [colin] 3.4.0cvs49 * src/stock_pixmap.c Fix bug with non-updating icons after theme change: If fetching pixbuf for a given icon after a theme change, the next pixmap fetch would return the old cached one, as the theme change was forgotten at this time. (and vice-versa). This was mostly visible on open folder icons 2008-05-17 [colin] 3.4.0cvs48 * src/prefs_summaries.c * src/summaryview.c Fix bug 1608, 'Inconsistent behaviour of mark as read options'. Patch by Pawel 2008-05-16 [colin] 3.4.0cvs47 * src/imap.c Fix another possible crash (on fatal errors at login, like stream error). 2008-05-16 [paul] 3.4.0cvs46 * tools/thunderbird-filters-convertor.pl fix a typo fix reading a tb rule that contains something like that: \"Sender\" 2008-05-16 [paul] 3.4.0cvs45 * tools/README * tools/csv2addressbook.pl add support for gmail exported csv address book 2008-05-16 [colin] 3.4.0cvs44 * configure.ac * src/ldapupdate.c Fix ldap deprecated calls. Patch by Michael Rasmussen 2008-05-16 [paul] 3.4.0cvs43 * manual/de/account.xml * manual/it/account.xml * manual/it/ack.xml * manual/it/addrbook.xml * manual/it/claws-mail-manual.xml * manual/it/gpl.xml * manual/it/intro.xml * manual/it/starting.xml add pages towards German and Italian manuals. (just for storage, they are not built yet, due to being incomplete.) submitted by Speckmade and Salvatore De Paolis 2008-05-16 [colin] 3.4.0cvs42 * src/gtk/sslcertwindow.c Fix SHA1 fingerprint with GnuTLS 2008-05-15 [colin] 3.4.0cvs41 * src/gtk/sslcertwindow.c Print SHA1 fingerprint too 2008-05-15 [colin] 3.4.0cvs40 * src/imap.c Fix certificate port on TLS. It was previously always 0. **IMPORTANT INFORMATION**: this will trigger one wrong "New certificate" warning at the first connection with this fix, if using STARTTLS on IMAP. * src/gtk/sslcertwindow.c Make labels selectable 2008-05-15 [colin] 3.4.0cvs39 * src/imap.c Fix double free when STARTTLS fails (for example due to refusing the certificate) 2008-05-15 [paul] 3.4.0cvs38 * manual/advanced.xml fix typo 2008-05-15 [paul] 3.4.0cvs37 * manual/advanced.xml * src/prefs_send.c make outgoing_fallback_to_ascii a hidden pref 2008-05-14 [colin] 3.4.0cvs36 * src/main.c * src/mainwindow.c * src/mainwindow.h Make it possible to cancel quit when Claws ask whether to empty trash. 2008-05-14 [colin] 3.4.0cvs35 * src/compose.c * src/prefs_common.c * src/prefs_common.h * src/prefs_send.c Add a preference to be able to specify an outgoing charset/encoding but still fallback to 7bit US-ASCII when possible (default TRUE, same behavior as pre-cvs34) 2008-05-14 [colin] 3.4.0cvs34 * src/compose.c Always use the specified encoding and charset if it is specified, even if the mail is ASCII. 2008-05-13 [paul] 3.4.0cvs33 * src/ldapupdate.c fix the build warnings the easy way for now 2008-05-13 [colin] 3.4.0cvs32 * src/prefs_themes.c Count .png files as icons too (fixes part of bug 1609, 'Icon issues') 2008-05-13 [wwp] 3.4.0cvs31 * src/addressbook_foldersel.c Fix wrong check (completes 3.4.0.cvs30). 2008-05-12 [wwp] 3.4.0cvs30 * src/addressbook.c * src/addressbook_foldersel.c * src/filtering.c * src/matcher.c * src/prefs_matcher.c * src/plugins/bogofilter/bogofilter.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/spamassassin/spamassassin.c * src/plugins/spamassassin/spamassassin_gtk.c Fix for bug 1604 "found_in_addressbook in Any in non English local", based on a patch submitted by Paul CtrlAltBs. Also fix storing of translated string "Any" in plugins (whitelisting) and UTF8 comparisons. 2008-05-07 [colin] 3.4.0cvs29 * configure.ac Fix --enable-maemo (assume --enable-generic-umpc) 2008-05-07 [colin] 3.4.0cvs28 * configure.ac * src/account.c * src/addr_compl.c * src/compose.c * src/editaddress.c * src/folderview.c * src/mainwindow.c * src/messageview.c * src/mimeview.c * src/prefs_account.c * src/prefs_common.c * src/prefs_display_header.c * src/prefs_filtering.c * src/prefs_summaries.c * src/prefs_template.c * src/prefs_toolbar.c * src/stock_pixmap.c * src/summaryview.c * src/summaryview.h * src/textview.c * src/toolbar.c * src/gtk/about.c * src/gtk/gtksctree.c * src/gtk/menu.c * src/gtk/prefswindow.c * src/gtk/sslcertwindow.c Separate generic UMPC code (layouts, ...) from MAEMO code (Hildon, ...) 2008-05-06 [paul] 3.4.0cvs27 * tools/claws.i18n.status.pl add he.po 2008-05-06 [colin] 3.4.0cvs26 * src/common/utils.c Maybe fix crash on FreeBSD 2008-05-05 [colin] 3.4.0cvs25 * src/messageview.c Fix bug 1602, 'Crash when sending return receipt for messages with no subject' 2008-05-05 [colin] 3.4.0cvs24 * src/mimeview.c Don't overwrite temporary files with same name when drag and dropping. Fixes bug 1599, 'attach multiple files with the same name from one mail to another' 2008-05-04 [paul] 3.4.0cvs23 * src/compose.c * src/prefs_common.c fix bug 1587 'can not replay with quote' 2008-05-03 [colin] 3.4.0cvs22 * po/de.po Fix bug 1598, 'Leading slash while translating "Unsubscribe"' 2008-05-03 [colin] 3.4.0cvs21 * src/toolbar.c Fix bug 1597, 'In news folders, "Move Message to Wastebin" icon isn't grayed although ineffective' 2008-05-02 [wwp] 3.4.0cvs20 * po/fr.po Fix translation. * src/prefs_folder_item.c Add missing notice in folder properties (templates) when folder is a root node. 2008-04-30 [colin] 3.4.0cvs19 * src/prefs_toolbar.c Add Trash and Delete icons to the icon chooser 2008-04-30 [colin] 3.4.0cvs18 * src/compose.c Remove "Delete entire line" which was a noop and should be the same as "Delete line" :) 2008-04-30 [colin] 3.4.0cvs17 * src/compose.c Fix 'Delete line' and 'Delete to end of line' on the last line. Patch by 2008-04-28 [colin] 3.4.0cvs16 * src/folder.c Fix bug 1589, 'tagsdb file not removed when folder deleted'. * src/common/utils.c Make sure claws_unlink accepts NULL arg. 2008-04-25 [colin] 3.4.0cvs15 * src/common/ssl.c Fix/simplify previous commit 2008-04-25 [colin] 3.4.0cvs14 * src/addrindex.h * src/common/ssl_certificate.c Patch by Marcus: Fix Win32 build * src/common/ssl.c Fix build with GnuTLS/no pthread, thanks to Marcus 2008-04-25 [colin] 3.4.0cvs13 * src/summaryview.c Fix bug 1586, '3-pane vertical layout now and then still shows sender column' 2008-04-25 [colin] 3.4.0cvs12 * src/Makefile.am * src/w32-logo.ico * src/w32-resource.rc Patch from Marcus Brinkmann to set an icon on w32. 2008-04-24 [colin] 3.4.0cvs11 * src/inc.c * src/inc.h Trace inc locks * src/ldif.c * src/ldif.h Fix bug 1581, 'Bad File Format during Import LDIF': Use dynamically allocated buffers; also, allow importing contacts with no email address 2008-04-24 [colin] 3.4.0cvs10 * src/prefs_common.c Increment the timeout a bit on OpenBSD, 75 isn't enough 2008-04-23 [colin] 3.4.0cvs9 * src/compose.c * src/prefs_folder_item.c * src/prefs_template.c * src/quote_fmt.c Fix bug 1576: Fix unescaping of templates when testing them I think it breaks nothing. (wwp, you're welcome to double-check) 2008-04-23 [paul] 3.4.0cvs8 * manual/advanced.xml add info about the "two_line_vertical" hidden pref 2008-04-22 [paul] 3.4.0cvs7 * src/prefs_common.c * src/prefs_common.h * src/summaryview.c make the 2-line view in summaryview when in three columns mode configurable. hidden pref: "two_line_vertical" 2008-04-22 [colin] 3.4.0cvs6 * src/inc.c Fix missing inc_unlock() * src/prefs_matcher.c * src/send_message.c Fix my last commit 2008-04-22 [colin] 3.4.0cvs5 * src/etpan/imap-thread.c Use g_(un)setenv instead of (un)setenv which doesn't exist on IRIX 6.5 2008-04-22 [colin] 3.4.0cvs4 * src/inc.c * src/prefs_common.c * src/send_message.c Fix bug 1566, 'too short I/O timeout on OpenBSD' Set the default timeout to 75 seconds 2008-04-20 [colin] 3.4.0cvs3 * src/pixmaps/tray_newmail.offline.xpm * src/pixmaps/tray_newmail.xpm * src/pixmaps/tray_newmarkedmail.offline.xpm * src/pixmaps/tray_newmarkedmail.xpm * src/pixmaps/tray_nomail.offline.xpm * src/pixmaps/tray_nomail.xpm * src/pixmaps/tray_unreadmail.offline.xpm * src/pixmaps/tray_unreadmail.xpm * src/pixmaps/tray_unreadmarkedmail.offline.xpm * src/pixmaps/tray_unreadmarkedmail.xpm Make the tray icons a bit nicer. Would be nice to get really nice icons from someone who's good at Gimp :) 2008-04-18 [colin] 3.4.0cvs2 * src/common/log.c Forgot one g_unlink lease complete the changelog entry below 2008-04-18 [colin] 3.4.0cvs1 * src/addrduplicates.c * src/addressbook.c * src/compose.c * src/crash.c * src/editaddress.c * src/folder.c * src/image_viewer.c * src/imap.c * src/inc.c * src/main.c * src/mbox.c * src/messageview.c * src/mh.c * src/msgcache.c * src/news.c * src/partial_download.c * src/pop.c * src/prefs_common.c * src/prefs_common.h * src/prefs_other.c * src/prefs_themes.c * src/procheader.c * src/procmime.c * src/procmsg.c * src/textview.c * src/wizard.c * src/common/prefs.c * src/common/ssl_certificate.c * src/common/template.c * src/common/utils.c * src/common/utils.h * src/etpan/imap-thread.c * src/plugins/dillo_viewer/dillo_viewer.c * src/plugins/pgpcore/sgpgme.c * src/plugins/pgpinline/pgpinline.c Add an option to shred temporary files and messages instead of just removing them. Slows deletions down! 2008-04-18 [paul] 3.4.0 * NEWS * README * RELEASE_NOTES 3.4.0 released 2008-04-18 [paul] 3.3.1cvs61 * po/de.po * po/fi.po * po/it.po * po/pt_BR.po updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini, and Frederico Goncalves Guimaraes * po/es.po updated on the last minute by a lazy Ricardo Mones 2008-04-18 [colin] 3.3.1cvs60 * po/fr.po Update translation (Fabien Vantard) 2008-04-17 [colin] 3.3.1cvs59 * src/imap.c Fix debian bug 474712, 'claws seg faults when IMAP connection breaks after an IMAP protocol error (BAD UID SEARCH Invalid parameter: $Forwarded)]' * src/summaryview.c Fix a little leak 2008-04-17 [colin] 3.3.1cvs58 * src/common/log.c Fix log size getting out of control (claws-mail getting SIGXFSZ): rotate if every 10MB 2008-04-10 [paul] 3.3.1cvs57 * src/prefs_other.c improvements to english usage 2008-04-10 [paul] 3.3.1cvs56 * src/prefs_receive.c add an accurate description 2008-04-08 [colin] 3.3.1cvs55 * src/undo.c Probably fix corruption, introduced in cvs53 2008-04-04 [iwkse] 3.3.1cvs54 * src/undo.c undo should works properly again 2008-04-04 [iwkse] 3.3.1cvs53 * src/undo.c Fix a segfault but breaks undo on a specific case (eg. double paste with middle-mouse button) 2008-04-04 [iwkse] 3.3.1cvs52 * src/prefs_filtering.c Fix previous Tab mess 2008-04-03 [iwkse] 3.3.1cvs51 * src/prefs_filtering.c Add search in filtering rules list 2008-04-02 [colin] 3.3.1cvs50 * src/main.c Revert part of the previous patch: we do want to parse ~/.claws-mail/gtkrc-2.0 if it exists 2008-04-02 [colin] 3.3.1cvs49 * src/main.c Fix bug 1562, 'Claws-Mail does not completely respect settings in GTK2_RC_FILES environment' Remove manual parsing of .gtkrc-2.0 and .gtk/gtkrc-2.0. GTK does it itself these days. 2008-04-01 [colin] 3.3.1cvs48 * src/imap_gtk.c Fix bug 1561, 'Crashes leaving unsubscribed folder after ticking "Show only subscribed"' 2008-03-31 [colin] 3.3.1cvs47 * src/folder.c Fix bug 1553, 'File lock not respected' Regression due to the implementation of deletion batching 2008-03-31 [colin] 3.3.1cvs46 * src/mainwindow.c Fix tags menu update, thanks to Paul 2008-03-29 [wwp] 3.3.1cvs45 * src/prefs_account.c * src/prefs_common.c * src/prefs_folder_item.c * src/prefs_quote.c * src/quote_fmt.c * src/quote_fmt.h Fix compose template formats (in global preferences) being translated under specific conditions. Add a button to restore factory defaults for current language. 2008-03-27 [colin] 3.3.1cvs44 * src/common/prefs.c * src/common/xmlprops.c Fix RedHat bug 431735, 'segfault if /home is full' (when starting): Fix double fclose() in prefs.c and potentially xmlprops.c 2008-03-27 [colin] 3.3.1cvs43 * src/addressbook.c Fix bug 1559, 'Claws Mail crashed deleting all common contacts' 2008-03-27 [wwp] 3.3.1cvs42 * src/addressbook.c Fix 3.3.0cvs41. 2008-03-27 [wwp] 3.3.1cvs41 * src/addressbook.c Prevent list flickering when deleting addresses. 2008-03-26 [colin] 3.3.1cvs40 * src/imap.c Clean up session disconnection. Possibly fix Ubuntu bug #204290 2008-03-26 [colin] 3.3.1cvs39 * src/textview.c Fix bug 1555: current folder wasn't used when right-clicking on an email address 2008-03-25 [colin] 3.3.1cvs38 * src/plugins/bogofilter/bogofilter.c * src/plugins/bogofilter/bogofilter.h * src/plugins/bogofilter/bogofilter_gtk.c Add a "learn from whitelist" preference Whitelist Unsure mails too. 2008-03-24 [paul] 3.3.1cvs37 * src/prefs_account.c If no MH mailbox and no account exists, when creating a POP/Local account, just create and use the default one instead of bailing with a "Mailbox doesn't exist" error 2008-03-21 [colin] 3.3.1cvs36 * src/procmime.c strstrip mime subtype 2008-03-21 [paul] 3.3.1cvs35 * manual/advanced.xml correct and update the info about Actions 2008-03-20 [colin] 3.3.1cvs34 * src/messageview.c * src/messageview.h * src/textview.c Show at max 1MB of text, add a noticeview to show everything optionally. 2008-03-20 [colin] 3.3.1cvs33 * src/stock_pixmap.c Add support for png themes 2008-03-19 [wwp] 3.3.1cvs32 * src/procheader.c Sanity check. 2008-03-18 [colin] 3.3.1cvs31 * src/common/utils.c * src/common/utils.h Handle size_t instead of off_t in to_human_readable 2008-03-18 [colin] 3.3.1cvs30 * src/imap.c Remove raw printf 2008-03-16 [colin] 3.3.1cvs29 * src/summaryview.c Fix build on GTK < 2.12 2008-03-16 [colin] 3.3.1cvs28 * src/mainwindow.c Refresh non-list widget when switching messageview 2008-03-16 [colin] 3.3.1cvs27 * manual/faq.xml Revert cvs25: This wasn't a typo :) : jade:.../faq.xml:49:16:E: there is no attribute "linkend" 2008-03-16 [colin] 3.3.1cvs26 * src/summaryview.c * src/gtk/gtksctree.c * src/gtk/gtksctree.h Implement 2-lines items in Summaryview when in three columns mode 2008-03-16 [paul] 3.3.1cvs25 * manual/faq.xml fix typo 2008-03-14 [colin] 3.3.1cvs24 * src/prefs_filtering_action.c Fix buglet on setting recipient when reediting forward rules. 2008-03-12 [colin] 3.3.1cvs23 * src/summaryview.c Fix a new unused variable warning * src/plugins/trayicon/trayicon.c Fix folderview's scrollbar at startup if starting hidden 2008-03-12 [colin] 3.3.1cvs22 * src/folderview.c * src/summaryview.c Use item_opened at the beginning of showing a folder instead of the end. Fixes flicker. 2008-03-12 [paul] 3.3.1cvs21 * src/folder.c * src/folder.h * src/mainwindow.c * src/procmsg.c * src/summaryview.c * src/plugins/trayicon/trayicon.c add tooltip with extended folder stats 2008-03-10 [colin] 3.3.1cvs20 * src/common/xml.c Handle comments 2008-03-07 [colin] 3.3.1cvs19 * src/mainwindow.c Fix blinking of the taskbar entry 2008-03-07 [colin] 3.3.1cvs18 * src/mainwindow.c MAEMO: Fix bug 1494, 'Trayicon plugin breaks UI...' 2008-03-07 [paul] 3.3.1cvs17 * src/gtk/authors.h reflect reality a bit more closely 2008-03-06 [colin] 3.3.1cvs16 * src/mainwindow.c * src/mainwindow.h * src/summaryview.c * src/summaryview.h * src/toolbar.c Integrate things better wrt the new summaryview extensibility. 2008-03-06 [wwp] 3.3.1cvs15 * src/quote_fmt.c Fix some gcc warnings. 2008-03-06 [wwp] 3.3.1cvs14 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_gtk.c * src/prefs_template.c * src/gtk/prefswindow.c * src/gtk/prefswindow.h prefs_templates: fix missing unregistering of addr_completion widgets and and ending of addr_completion service. prefs_folder_item: fix missing registering/unregistering of widgets, and rework the way add_completion service is started and stopped. Plus few prefswindow API changes (opening). 2008-03-06 [wwp] 3.3.1cvs13 * src/folder_item_prefs.c * src/prefs_template.c * src/prefs_template.h * src/quote_fmt.c * src/common/template.c Complete 3.3.1cvs12, thanks to Colin. 2008-03-06 [wwp] 3.3.1cvs12 * src/compose.c * src/folder_item_prefs.c * src/folder_item_prefs.h * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_quote.c * src/prefs_template.c * src/quote_fmt.c * src/quote_fmt.h * src/common/template.c * src/common/template.h Global and per-folder templates can now override the from name (this doesn't change the account being used). Examples: "My other name" <%account_email> (just changes the name) my.faked.email@address.org (overrides the address too) 2008-03-05 [colin] 3.3.1cvs11 * src/summaryview.c * src/summaryview.h Replace that hbox with a notebook 2008-03-05 [colin] 3.3.1cvs10 * src/folder.h * src/folderview.c Add klass functions for notification of folder opening/closing via the GUI * src/summaryview.c * src/summaryview.h Add a specific container for the scrolledwin 2008-03-05 [colin] 3.3.1cvs9 * src/folder.h * src/folderview.c Add klass functions for notification of folder opening/closing via the GUI * src/summaryview.c * src/summaryview.h Add a specific container for the scrolledwin 2008-03-02 [colin] 3.3.1cvs8 * src/messageview.c MAEMO: Fix bug 1541, 'Deleting message from within read window displays next message then closes.' 2008-03-02 [colin] 3.3.1cvs7 * src/main.c Probably fix bug 1539, 'Program crashes': Setup Gcrypt's thread functions when built with GnuTLS 2008-03-01 [colin] 3.3.1cvs6 * src/folder.c * src/imap_gtk.c Get rid of stale folders with no account 2008-02-28 [colin] 3.3.1cvs5 * src/compose.c Fix bug 1534, 'Segmentation fault when doing some draft saving and then throwing away' * src/imap.c Fix bug 1533, 'Claws is unable to mark messages as "read" in IMAP shared folders' * src/etpan/imap-thread.c Fix bug 1515, 'large messages crash claws when syncing for offline mode'. This is rather a workaround, and mails > 64MB will still be problematic if there's less than 64MB available on the dataroot volume. * src/messageview.c MAEMO: Add information when fetching big messages 2008-02-26 [colin] 3.3.1cvs4 * src/imap.c fix bug 1532, '"login refused" message insufficiently detailed' 2008-02-26 [paul] 3.3.1cvs3 * INSTALL * README remove mentions of ClamAV and a few other old bits of information 2008-02-23 [colin] 3.3.1cvs2 * src/main.c Fix log output (missing \n) 2008-02-23 [colin] 3.3.1cvs1 * configure.ac Bump version number for stable release 2008-02-23 [paul] 3.3.0cvs21 * po/he.po updated by Ofer 2008-02-21 [colin] 3.3.0cvs20 * src/matcher.c Fix bug 1527, 'filtering is case sensitive when it shouldn't be' 2008-02-20 [colin] 3.3.0cvs19 * src/main.c Fix file attachments from older Thunar 2008-02-19 [colin] 3.3.0cvs18 * manual/plugins.xml * manual/es/plugins.xml * manual/fr/plugins.xml * manual/pl/plugins.xml Remove Clamav 2008-02-19 [paul] 3.3.0cvs17 * tools/README * tools/csv2addressbook.pl add support for Kmail/Kaddressbook 2008-02-18 [colin] 3.3.0cvs16 * src/imap.c Unset folder's session before creating a new one * src/main.c * src/prefs_common.c * src/prefs_common.h * manual/advanced.xml Add an hidden use_networkmanager pref, to disable NetworkManager handling. Also, consider UNKNOWN state to be CONNECTED. 2008-02-18 [wwp] 3.3.0cvs15 * src/matcher.c Fix Engrish and make 'not' more visible in filtering debug logs. 2008-02-15 [colin] 3.3.0cvs14 * src/matcher.c Revert cvs10 for now, it breaks the feature 2008-02-15 [colin] 3.3.0cvs13 * src/main.c Always focus folder tree at startup * src/compose.c Fix bug 1521, 'Cannot close compose window after replying to a non-existent news message' 2008-02-13 [colin] 3.3.0cvs12 * src/folderview.c Fix important warnings 2008-02-12 [colin] 3.3.0cvs11 * src/imap.c * src/etpan/imap-thread.c * src/etpan/imap-thread.h Fix handling of $Forwarded flag on Exchange: check for the existence or creatability of a flag before using it. 2008-02-12 [colin] 3.3.0cvs10 * src/matcher.c Optimise matching on Found in addressbook if the matched header is in cache (From, etc) 2008-02-12 [colin] 3.3.0cvs9 * src/folderview.c Fix crashy stuff when changing displayed columns 2008-02-12 [wwp] 3.3.0cvs8 * src/folder.h Remove duplicate func declaration and restore the one a missing one. 2008-02-12 [wwp] 3.3.0cvs7 * src/compose.c * src/export.c * src/folder.c * src/folder.h * src/foldersel.c * src/foldersel.h * src/imap_gtk.c * src/import.c * src/mainwindow.c * src/messageview.c * src/mh_gtk.c * src/prefs_account.c * src/prefs_filtering_action.c * src/summaryview.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/spamassassin/spamassassin_gtk.c Allow moving/copying folders to root folders when using the folder selection dialog (it was not possible to maemo users to reparent a subfolder to a root folder at all). 2008-02-12 [fabien] 3.3.0cvs6 * po/fr.po a few days late for i18n fr update. Sorry. 2008-02-11 [colin] 3.3.0cvs5 * src/main.c Implement support for future /dev/mem_notify. This Linux kernel feature will allow applications to be notified that memory has to be freed before getting OOM-killed. For more information: http://lwn.net/Articles/267013/ 2008-02-10 [paul] 3.3.0cvs4 * src/Makefile.am * src/mimeview.c * src/prefs_toolbar.c * src/stock_pixmap.c * src/stock_pixmap.h * src/pixmaps/mime_text_patch.xpm add an icon for attached patches 2008-02-09 [paul] 3.3.0cvs3 * src/gtk/about.c bump the (c) year 2008-02-09 [wwp] 3.3.0cvs2 * src/main.c Fix compiling issue w/ non-gcc/C99 compilers (suncc). 2008-02-08 [colin] 3.3.0cvs1 * src/common/utils.c Forbid attaching anything containing "../" or ".ssh/" from mailto: URI 2008-02-08 [paul] 3.3.0 * NEWS * README * RELEASE_NOTES 3.3.0 released 2008-02-08 [paul] 3.2.0cvs77 * AUTHORS updated with new translators * configure.ac added he to ALL_LINGUAS * po/cs.po * po/de.po * po/es.po * po/fi.po * po/hu.po * po/it.po * po/pt_BR.po * po/zh_CN.po updated by Tim Brain and Petr Vanek, Stephan Sachse, Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso, Andrea Spadaccini, Frederico Goncalves Guimaraes, and Ralph Young * po/he.po new Hebrew translation by Ofer * src/gtk/about.c updated with new translators and bumped (c) year * src/gtk/authors.h updated with new translators 2008-02-05 [colin] 3.2.0cvs76 * src/messageview.c * src/mimeview.c * src/mimeview.h Special case text/calendar parts: if there's one in the mail, and a plugin handling text/calendar is loaded, show that part. That'll avoid rendering meetings as plain text, which just looks broken to many users. 2008-02-04 [colin] 3.2.0cvs75 * src/mainwindow.c Maemo: Fix LED handling on OS 2008 2008-02-01 [colin] 3.2.0cvs74 * src/compose.c Possibly fix the annoying and hard-to reproduce bug where lines are rewrapped like that. 2008-02-01 [paul] 3.2.0cvs73 * src/common/utils.c fix bug 1502, 'Plus signs are stripped from email addresses when calling from command line' Thanks to Colin 2008-01-31 [colin] 3.2.0cvs72 * src/exphtmldlg.c * src/mimeview.c * src/summaryview.c Fix building of URIs from filenames 2008-01-31 [wwp] 3.2.0cvs71 * src/main.c Fixes debug output of compiled-in features list (completes 3.2.0cvs60). 2008-01-31 [colin] 3.2.0cvs70 * configure.ac * po/POTFILES.in * src/compose.c * src/plugins/Makefile.am * src/plugins/clamav/.cvsignore * src/plugins/clamav/Makefile.am * src/plugins/clamav/README * src/plugins/clamav/clamav_plugin.c * src/plugins/clamav/clamav_plugin.h * src/plugins/clamav/clamav_plugin_gtk.c * src/plugins/clamav/clamav_plugin_gtk.deps Remove the Clamav plugin from the core 2008-01-28 [wwp] 3.2.0cvs69 * src/compose.c * src/prefs_template.c * src/prefs_template.h * src/quote_fmt.c * src/quote_fmt.h * src/quote_fmt_lex.l * src/quote_fmt_parse.y Fix for bug #1493: count lines (\n chars) according to the way format body is passed (i.e. \-escaped or not). 2008-01-27 [paul] 3.2.0cvs68 * po/en_GB.po updated * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_folder_item.c * src/prefs_template.c * src/gtk/about.c some minor changes to the English 2008-01-24 [colin] 3.2.0cvs67 * src/etpan/imap-thread.c * src/etpan/nntp-thread.c Fix bug 1348, 'Hang ups at exit time with pgp plugin since 3.0.2' 2008-01-23 [colin] 3.2.0cvs66 * src/toolbar.c Fix translation of something that shouldn't be 2008-01-23 [colin] 3.2.0cvs65 * src/procmime.c Fix bug 1486, 'Re: Incorrect content when replying' Revert to full scan if short scan found only 0-length text parts 2008-01-23 [paul] 3.2.0cvs64 * src/prefs_folder_item.c fix bug 1485, 'selecting a folder's default account if name contains '&'' 2008-01-23 [colin] 3.2.0cvs63 * src/folder.c * src/folder.h * src/main.c * src/mainwindow.c Fix bug 1480, 'should be able to display mail file from command line'. Let 'claws-mail --select' accept absolute paths in addition to folder identifiers. 2008-01-22 [wwp] 3.2.0cvs62 * src/account.c * src/account.h * src/compose.c * src/messageview.c * src/summaryview.c * src/common/utils.c * src/common/utils.h Allow from=address in mailto sequence: --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body' The 'from' will try to select the first account matching in accounts list, otherwise will use the usual account selection mechanism but override with this 'from' address. Allow mailto with NNTP accounts mailto is now possible w/ NNTP account - if mailto is used when a NNTP account is the default one or if a NNTP account address is used with 'from'. This is more or less a bugfix as it was possible to use mailto with a NNTP default account but the complete mailto sequence was put in To. 2008-01-22 [wwp] 3.2.0cvs61 * doc/man/claws-mail.1 Updated the man page: status of few features, command-line usage (--version-full) and completed list of config files and dirs. 2008-01-22 [wwp] 3.2.0cvs60 * src/main.c Added --version-full to display version and compiled-in features list (for later use by Clawsker for instance). 2008-01-22 [holger] 3.2.0cvs59 * src/addrduplicates.c Fix scrolling in addressbook duplicate finder result dialog 2008-01-21 [colin] 3.2.0cvs58 * src/summaryview.c Fix bug 1457, 'sorting messages on, say, from, should subsort on previous sort choice'. Subsort by date when sort is Subject, From, To, Tags. 2008-01-21 [colin] 3.2.0cvs57 * AUTHORS * src/matcher.c * src/mimeview.c * src/common/ssl.c * src/gtk/authors.h Fix bug 1478, 'Wrong pthread_create calls all over the place'. Patch by Christian Cornelssen 2008-01-20 [colin] 3.2.0cvs56 * src/imap.c * src/etpan/imap-thread.c * src/etpan/imap-thread.h Fix bug 1468, 'Use IMAP keyword to store "forwarded" flag' 2008-01-20 [colin] 3.2.0cvs55 * src/folderutils.c Make list operations faster 2008-01-20 [colin] 3.2.0cvs54 * src/mainwindow.c Fix bug 1353, 'on startup with small screen layout, keyboard input gets lost' 2008-01-20 [colin] 3.2.0cvs53 * src/textview.c Complete 3.2.0cvs49, and fixes bug 1477, 'Claws Mail crashes when view PGP-encrypted message' 2008-01-20 [colin] 3.2.0cvs52 * src/compose.c Fix privacy menu update when replying to encrypted mail and no default privacy system is set 2008-01-19 [colin] 3.2.0cvs51 * src/filtering.c * src/procmsg.h * src/plugins/bogofilter/bogofilter.c * src/plugins/clamav/clamav_plugin.c * src/plugins/spamassassin/spamassassin.c Batch filtering deletions too (and save 4 bytes per MsgInfo in the process :) 2008-01-19 [colin] 3.2.0cvs50 * src/folder.c Make cache update after copies much faster on IMAP 2008-01-19 [colin] 3.2.0cvs49 * src/textview.c Check g_fopen() success 2008-01-17 [wwp] 3.2.0cvs48 * manual/faq.xml * manual/es/faq.xml * manual/fr/faq.xml * manual/pl/faq.xml Sylpheed? No idea what this means. 2008-01-17 [colin] 3.2.0cvs47 * src/gtk/gtksctree.c Make dnd threshold higher on Maemo 2008-01-16 [colin] 3.2.0cvs46 * src/common/passcrypt.c Fix build on FreeBSD, thanks to Pawel 2008-01-15 [colin] 3.2.0cvs45 * src/compose.c Fix bug 1472, 'Keyboard "Menu" key doesn't call spell check of actuall word' * src/summaryview.c Temporarily disable immediate execution when learning spam *only* if the summaryview isn't locked 2008-01-15 [wwp] 3.2.0cvs44 * src/prefs_filtering.c Fix filtering prefs layout (Maemo port), moving page up/down from buttons to context menu. 2008-01-15 [colin] 3.2.0cvs43 * src/compose.c Fix bug 1465, 'First line in new message does not mark URLs' 2008-01-15 [colin] 3.2.0cvs42 * src/common/passcrypt.c Fix bug 1461, 'several components #define _XOPEN_SOURCE improperly' 2008-01-15 [colin] 3.2.0cvs41 * src/summaryview.c Fix bug 1469, 'Column width adjustments on message lists do not save' 2008-01-14 [holger] 3.2.0cvs40 * configure.ac Add tests for dbus, dbus glib bindings, and NetworkManager. All is optional. Add new --(en|dis)able-networkmanager-support switch. * src/Makefile.am * src/imap.c * src/inc.c * src/main.c * src/main.h * src/mainwindow.c * src/gtk/about.c Add optional NetworkManager support, so Claws Mail can try to do the right thing when the network connection status changes. NetworkManager support is active by default if above requirements were met. 2008-01-12 [colin] 3.2.0cvs39 * src/summaryview.c Advertise the click-on-reply feature in the tooltip 2008-01-12 [colin] 3.2.0cvs38 * src/Makefile.am * src/stock_pixmap.c * src/stock_pixmap.h * src/pixmaps/tray_newmail.offline.xpm * src/pixmaps/tray_newmail.xpm * src/pixmaps/tray_newmarkedmail.offline.xpm * src/pixmaps/tray_newmarkedmail.xpm * src/pixmaps/tray_nomail.offline.xpm * src/pixmaps/tray_nomail.xpm * src/pixmaps/tray_unreadmail.offline.xpm * src/pixmaps/tray_unreadmail.xpm * src/pixmaps/tray_unreadmarkedmail.offline.xpm * src/pixmaps/tray_unreadmarkedmail.xpm * src/plugins/trayicon/Makefile.am * src/plugins/trayicon/newmail.offline.xpm * src/plugins/trayicon/newmail.xpm * src/plugins/trayicon/newmarkedmail.offline.xpm * src/plugins/trayicon/newmarkedmail.xpm * src/plugins/trayicon/nomail.offline.xpm * src/plugins/trayicon/nomail.xpm * src/plugins/trayicon/trayicon.c * src/plugins/trayicon/unreadmail.offline.xpm * src/plugins/trayicon/unreadmail.xpm * src/plugins/trayicon/unreadmarkedmail.offline.xpm * src/plugins/trayicon/unreadmarkedmail.xpm Make the Trayicon plugin icons themable 2008-01-12 [wwp] 3.2.0cvs37 * src/prefs_display_header.c Fix extra leading hyphen visible in the display header configuration combo list (maemo). 2008-01-11 [colin] 3.2.0cvs36 * src/imap.c Set timeout to 1 before disconnecting all - for when one switches to offline and has no network anymore * src/messageview.c Fix bug 1454, 'error message shows parts and signature of previous messages' * src/prefs_common.c Maemo: Hide Send dialog by default 2008-01-10 [colin] 3.2.0cvs35 * src/action.c * src/editldap.c * src/prefs_account.c * src/wizard.c * src/gtk/inputdialog.c * src/plugins/pgpcore/passphrase.c Maemo: Fix bug 1455, 'Password enters leading letter incorrectly as uppercase' 2008-01-09 [colin] 3.2.0cvs34 * po/pl.po Fix bug 1446, 'SC crashes frequently when staying in background'. Format string error in Polish translation * src/gtk/description_window.c * src/prefs_template.c Complete 3.2.0cvs9 (fix bug with gtk_main loop); patch by Pawel * src/wizard.c Maemo: Fix build 2008-01-08 [colin] 3.2.0cvs33 * src/main.c Maemo: connect HW status change signal for shutdown * src/mainwindow.c Maemo: Fix hardware space key * src/wizard.c Maemo: name mmc1 and 2 a better name 2008-01-08 [wwp] 3.2.0cvs32 * src/folder.c * src/folder_item_prefs.c * src/folder_item_prefs.h * src/prefs_folder_item.c It's now possible to disable processing rules when entering a folder (this adds a new option to the folder properties dialog). 2008-01-08 [wwp] 3.2.0cvs31 * src/common/utils.c Mailto: now supports 'insert' (stands for 'insert file'), this adds the ability to create a new message from the command-line, with body set from an existing file contents. 2008-01-08 [colin] 3.2.0cvs30 * src/summaryview.c Maybe fix bug 1452, 'crash while drag'n'droping emails to an IMAP folder' 2008-01-07 [wwp] 3.2.0cvs29 * src/prefs_filtering.c Static-alize a function, thanks to Colin. 2008-01-07 [colin] 3.2.0cvs28 * src/folderview.c Fix scrolling to bottom when drag and dropping * src/summaryview.c Fix bug 1445, 'Display sender using addressbook: fails when From: isn't an email address' 2008-01-07 [wwp] 3.2.0cvs27 * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_template.c Add tooltips to most buttons in the templates, actions and filtering/processing dialogs. 2008-01-07 [wwp] 3.2.0cvs26 * src/prefs_filtering.c - add a clear button to clear dialog input fields - add page up and page down buttons to move selected rule up and down - in rules list popup-menu: added Delete, Delete all and Duplicate - popup-menu items are greyed out either if the list is empty (not counting the (New) row or if there is no selected item - clear store when closing dialog * src/prefs_actions.c - reflect some changes to filtering prefs (+ rewritten a bit some funcs): clear button, popup-menu - clear store when closing dialog * src/prefs_template.c - reflect some changes to filtering prefs (+ rewritten a bit some funcs): clear button, popup-menu * src/addrcustomattr.c - renamed popup-menu item Clear list to Delete all - grey out popup-menu items is there is no selected item or if list is empty - clear store when closing dialog * src/edittags.c - added popup-menu item Delete all - grey out popup-menu items is there is no selected item or if list is empty - clear store when closing dialog 2008-01-06 [wwp] 3.2.0cvs25 * src/addressadd.c One more layout fix by Pawel (completes 3.2.0cvs24). 2008-01-05 [colin] 3.2.0cvs24 * src/addressadd.c Little GUI fixes, patch by Pawel 2007-12-29 [wwp] 3.2.0cvs23 * src/compose.c Fix for bug #1443, and strip possible whitespaces around custom header names. 2007-12-29 [mones] 3.2.0cvs22 * po/es.po Updated translation, corrected a term based on suggestion from Israel Saeta P�rez, reverted awful X-Mailer translation * src/procmime.c Complete cvs20 for FreeBSD, patch by Pawel 2007-12-29 [colin] 3.2.0cvs21 * src/textview.c Fix bug 1442, 'Tags are repeated in encapsulated messages' 2007-12-28 [colin] 3.2.0cvs20 * src/procmime.c Fix path to mime/globs. Patch by Marten King. 2007-12-27 [colin] 3.2.0cvs19 * src/plugins/pgpcore/Makefile.am * src/plugins/pgpinline/Makefile.am * src/plugins/pgpmime/Makefile.am Add missing flags to build pgp plugins on maemo 2007-12-27 [colin] 3.2.0cvs18 * src/mainwindow.c Maximise before showing to avoid probable flickering on slow computers. 2007-12-27 [colin] 3.2.0cvs17 * src/main.c * src/mainwindow.c * src/prefs_common.c * src/prefs_common.h Fix bug 1439, 'Claws Mail does not remember window size state when restarted'. Save maximised state and force maximisation at startup if applicable. 2007-12-23 [paul] 3.2.0cvs16 * src/prefs_matcher.c fix bug 1436, 'Filter condition dialog doesn't load header name from current rules' 2007-12-22 [paul] 3.2.0cvs15 * src/compose.c fix bug 1435, 'Reply doesn't take into account reply-to field' 2007-12-21 [paul] 3.2.0cvs14 * src/common/ssl_certificate.c fix FreeBSD build with IPV6 support 2007-12-20 [colin] 3.2.0cvs13 * src/imap.c Fix error handling 2007-12-20 [colin] 3.2.0cvs12 * src/imap.c * src/imap.h * src/prefs_account.c Add DIGEST-MD5 support for IMAP authentication 2007-12-19 [mones] 3.2.0cvs11 * doc/man/claws-mail.1 Better ordering of sections, updated options * po/es.po Updated strings 2007-12-19 [paul] 3.2.0cvs10 * src/prefs_account.c use a spinbutton instead of an entry for "POP authentication timeout" also 2007-12-19 [colin] 3.2.0cvs9 * src/prefs_filtering_action.c * src/prefs_matcher.c * src/gtk/description_window.c Destroy info windows with their parents Patch by Pawel 2007-12-19 [colin] 3.2.0cvs8 * src/prefs_account.c Use spinbuttons instead of entries where needed Patch by Pawel 2007-12-18 [paul] 3.2.0cvs7 * src/prefs_matcher.c add missing i18n for a few strings Patch by Stephan Sachse 2007-12-18 [paul] 3.2.0cvs6 * src/prefs_logging.c use 'disk' instead of 'disc' 2007-12-18 [paul] 3.2.0cvs5 * po/en_GB.po updated * src/addrcustomattr.c * src/editaddress.c fixes to the ingleesh * src/prefs_filtering_action.c fix copyright header fix untranslated strings * src/prefs_filtering_action.h fix copyright header 2007-12-18 [wwp] 3.2.0cvs4 * src/folderview.c * src/headerview.c * src/prefs_common.c * src/prefs_common.h * src/prefs_fonts.c * src/summaryview.c * src/textview.c * src/wizard.c * src/common/defs.h * src/gtk/gtkutils.c Added prefs to set custom small and bold fonts (might matter on some desktops, according to DPI and font settings). 2007-12-18 [colin] 3.2.0cvs3 * src/prefs_logging.c Rework GUI, patch by Pawel 2007-12-18 [colin] 3.2.0cvs2 * src/prefs_filtering_action.c Rework GUI, patch by Pawel 2007-12-18 [colin] 3.2.0cvs1 * src/editaddress.c Fix build on old GCC Fix inverted buttons 2007-12-17 [paul] 3.2.0 * NEWS * README * RELEASE_NOTES 3.2.0 released 2007-12-17 [paul] 3.1.0cvs79 * po/de.po * po/fr.po * po/hu.po * po/it.po * po/pt_BR.po updated by Stephan Sachse, Fabien Vantard, Pader Rezso, Andrea Spadaccini, and Frederico Goncalves Guimaraes 2007-12-17 [mones] 3.1.0cvs78 * po/es.po Updated Spanish translation for 3.2.0 release 2007-12-16 [colin] 3.1.0cvs77 * src/addrcustomattr.c Fix translations, patch by Fabien 2007-12-15 [paul] 3.1.0cvs76 * src/folderview.c fix compiler warning 2007-12-14 [colin] 3.1.0cvs75 * src/folderview.c Simplify logic 2007-12-12 [wwp] 3.1.0cvs74 * AUTHORS * src/gtk/authors.h Added Marius Glauser to the hall of fame. 2007-12-12 [wwp] 3.1.0cvs73 * src/gtk/gtkutils.c Improve the way we show results of searches in message bodies: selected text now get centered vertically in the message window. Patch by Marius Glauser . 2007-12-10 [colin] 3.1.0cvs72 * src/folder.c Don't crash when setting batch mode on no folder 2007-12-10 [colin] 3.1.0cvs71 * src/common/utils.c Fix potential buffer overrun (thanks to Hiroyuki) 2007-12-08 [paul] 3.1.0cvs70 * src/prefs_receive.c small change to the English 2007-12-08 [colin] 3.1.0cvs69 * src/vcard.c Fix warnings 2007-12-07 [colin] 3.1.0cvs68 * src/mainwindow.c * src/summaryview.c * src/summaryview.h Free simplify_subject_preg at exit 2007-12-07 [colin] 3.1.0cvs67 * src/main.c * src/summaryview.c * src/common/utils.c * src/common/utils.h We have to free reused regexps from time to time, or they get huge 2007-12-07 [colin] 3.1.0cvs66 * src/vcard.c Fix QP decoding (and UTF8) 2007-12-07 [colin] 3.1.0cvs65 * src/addrcustomattr.c Update list of default custom attributes now (will be needed for a feature patch post 3.2.0) 2007-12-07 [colin] 3.1.0cvs64 * src/folder.c Batch on destination folder when copying - fixes slowness when moving unread mails to trash on IMAP 2007-12-06 [colin] 3.1.0cvs63 * src/common/w32_time.c * src/common/w32lib.h * src/etpan/etpan-thread-manager.c * src/etpan/imap-thread.c * src/etpan/nntp-thread.c * src/gtk/Makefile.am Fix win32 build with libetpan. Thanks to Marcus Brinkmann. 2007-12-06 [colin] 3.1.0cvs62 * src/account.c * src/imap.c * src/prefs_account.c * src/prefs_account.h * src/etpan/imap-thread.c * src/etpan/imap-thread.h Disable connection via command line on WIN32 Disable mmap use on WIN32 - use normal strings * src/addressbook.c * src/addressbook.h * src/addressbook_foldersel.c * src/addressbook_foldersel.h * src/prefs_filtering_action.c * src/prefs_matcher.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/spamassassin/spamassassin_gtk.c Fix leak, rework function logics to be more natural - thanks to Holger * src/common/utils.c Fix warnings 2007-12-06 [colin] 3.1.0cvs61 * src/news.c * src/common/utils.c * src/common/utils.h Fix posting, and fix UTF-8 being sent when encoding is 8bit 2007-12-05 [colin] 3.1.0cvs60 * src/news.c Fix debian bug #453157, 'Fails to post usenet articles after NNTP connection has been interrupted". Fix return value to prevent deletion on failure, and issue MODE READER in case posting fails at first. 2007-12-05 [colin] 3.1.0cvs59 * src/messageview.c * src/uri_opener.c Improvements to the List URIs dialog Patch by Pawel 2007-12-05 [colin] 3.1.0cvs58 * src/prefs_other.c * src/gtk/gtksctree.h Fix warnings 2007-12-04 [colin] 3.1.0cvs57 * src/etpan/imap-thread.c Fix bug 1378, 'Claws exits on IMAP alert message' Don't do GTK calls directly from Etpan thread 2007-12-04 [colin] 3.1.0cvs56 * src/folderview.c * src/gtk/gtksctree.c MAEMO: Fix bug 1325, 'Folder Navigation Problems' Make all the left of column zero an hotspot for expanding. 2007-12-04 [colin] 3.1.0cvs55 * src/mainwindow.c * src/mainwindow.h * src/prefs_common.c * src/prefs_common.h * src/prefs_receive.c MAEMO: Fix bug 1199, 'Tie into LED for new mail alert' 2007-12-04 [wwp] 3.1.0cvs54 * src/prefs_other.c Fix for bug #1419. 2007-12-04 [holger] 3.1.0cvs53 * src/addrduplicates.c * src/addrduplicates.h Export addressbook entry deletion 2007-12-04 [colin] 3.1.0cvs52 * tools/Makefile.am * tools/README.sylprint * tools/sylprint.pl * tools/sylprint.rc Fix debian bug #454089 (symlink attack in TMP directory) http://secwatch.org/advisories/1019661/ : Remove the buggy script, which was unmaintained anyway * src/news.c * src/procmsg.c Store things in our private tmp directory. 2007-12-03 [colin] 3.1.0cvs51 * src/folder.c * src/folder.h * src/folderview.c * src/imap.c * src/mainwindow.c Fix update problem when getting remote tags * src/prefs_matcher.c Rework GUI to make it better. Patch by Pawel Pekala 2007-12-03 [colin] 3.1.0cvs50 * src/etpan/imap-thread.c * src/etpan/nntp-thread.c Fix bug 1417, 'Network log doesn't reveal enough NNTP errors' 2007-12-02 [iwkse] 3.1.0cvs49 * src/plugins/dillo_viewer/dillo_prefs.c Insert dillo under the Plugins menu 2007-12-01 [paul] 3.1.0cvs48 * src/html.c add these variant forms Thanks to Colin 2007-12-01 [paul] 3.1.0cvs47 * src/matcher.c fix a typo 2007-12-01 [paul] 3.1.0cvs46 * po/POTFILES.in add the new addrcustomattr.c file 2007-11-29 [colin] 3.1.0cvs45 * src/common/ssl_certificate.c Use the more modern getaddrinfo instead of gethostbyname when possible 2007-11-28 [colin] 3.1.0cvs44 * src/summaryview.c Maybe fix bug 1410 and other crash reports in summaryview since cvs38. 2007-11-28 [wwp] 3.1.0cvs43 * src/prefs_summary_open.c Guard against an empty list of actions to perform when opening a folder (or migration defaults could be introduced, confusing). 2007-11-28 [colin] 3.1.0cvs42 * src/folderview.c Fix mark all read from folder's contextual menu 2007-11-27 [colin] 3.1.0cvs41 * src/imap.c * src/imap.h * src/imap_gtk.c * src/prefs_account.c * src/etpan/imap-thread.c A few fixes to the IMAP flags handling: Optimisations, two crashers, mention that Bandwitdh-efficient mode prevents tag fetching. Fix M-UTF7 in subscription dialog. 2007-11-27 [colin] 3.1.0cvs40 * src/folder.c * src/mbox.c * src/summaryview.c Make filtering faster on flags change: Batch original folderitem, where we'll do flags/tags changes. 2007-11-27 [colin] 3.1.0cvs39 * src/filtering.c Fix bug 1407, 'After a copy action, further rules apply to both original and copy' 2007-11-27 [colin] 3.1.0cvs38 * src/edittags.c * src/summaryview.c Fixes races when doing a long operation and user asks for another one (Mark all read/unread on a big folder on IMAP for example) 2007-11-27 [wwp] 3.1.0cvs37 * src/addressbook.c * src/prefs_common.c Fix warning introduced by 3.1.0cvs33 (prefs_common.c) and 3.1.0cvs35 (addressbook.c). 2007-11-27 [holger] 3.1.0cvs36 * src/printing.c Add a line separating header and body in the printout 2007-11-27 [wwp] 3.1.0cvs35 * src/addressbook.c Fix a drag-and-drop issue introduced with 3.1.0cvs33 (thanks to Colin) and revert disabling of cut/copy context menu entries upon selected groups. 2007-11-27 [holger] 3.1.0cvs34 * src/printing.c Add weights to the list of supported text attributes for printing 2007-11-27 [wwp] 3.1.0cvs33 * src/Makefile.am * src/addrcustomattr.c * src/addrcustomattr.h * src/addressbook.c * src/editaddress.c * src/editaddress.h * src/prefs_common.c * src/prefs_common.h * src/common/defs.h Provide a (customizable) list of preset attribute names for editing contacts (closes bug #1391). 2007-11-27 [wwp] 3.1.0cvs32 * src/addrclip.c * src/addressbook.c * src/addritem.c Various fixes in the address book: - made copy/move of a folder to itself or its subtree impossible (-> error) - errors messages don't show in the status bar anymore, use alertpanels instead - simple click on group doesn't open group edit dialog anymore when in contact edit embedded mode (was too itchy) - fixed disabling of edit button and and menu entry when in contact edit embedded mode (was done in a bad and ineffective way) - fix menu cut/paste sensitivity in treelist context menu (conflicting enabling was done by different functions) - fix some menu item sensitivity in address list context menu - don't allow cut/copy of groups, it's useless as they won't be copied w/ their contents - fix missing copy of the picture file when copying (bug #1402), fix picture attribute (internal) value when moving or copying 2007-11-27 [colin] 3.1.0cvs31 * src/folder.c * src/imap.c Fix tags loss on move, fix space encoding 2007-11-26 [colin] 3.1.0cvs30 * src/edittags.c * src/folder.c * src/folder.h * src/imap.c * src/messageview.c * src/procmsg.c * src/procmsg.h * src/summaryview.c * src/common/utils.c * src/common/utils.h * src/etpan/imap-thread.c * src/etpan/imap-thread.h Add IMAP tags support 2007-11-26 [colin] 3.1.0cvs29 * src/imap.c Fix bug 1405, 'imap auto auth method doesn't work since 3.1.0' 2007-11-26 [colin] 3.1.0cvs28 * src/messageview.c * src/procmime.c Handle broken disposition-notifications from Evolution (http://bugzilla.gnome.org/show_bug.cgi?id=499145) 2007-11-25 [paul] 3.1.0cvs27 * src/folder_item_prefs.c * src/folder_item_prefs.h remove dead code 2007-11-23 [wwp] 3.1.0cvs26 * src/matcher.c * src/matcher.h * src/matcher_parser_parse.y * src/prefs_matcher.c Fix irrelevant case folding when adding matcher condition 'test', thanks to Colin. 2007-11-23 [wwp] 3.1.0cvs25 * src/prefs_common.c * src/prefs_common.h * src/prefs_summary_open.c * src/prefs_summary_open.h * src/summaryview.c Add "select first email in list" to the list of possible selections when opening a folder. 2007-11-23 [paul] 3.1.0cvs24 * po/de.po a fix by Stephan Sachse, plus remove all old strings from the end of the file 2007-11-23 [wwp] 3.1.0cvs23 * src/prefs_msg_colors.c Move colour prefs into tabs. Patch by Pawel Pekala , with little changes. 2007-11-23 [paul] 3.1.0cvs22 * src/prefs_logging.c eliminate wasted horizontal space 2007-11-23 [paul] 3.1.0cvs21 * src/prefs_summaries.c don't wrap the label or put linebreaks 2007-11-22 [colin] 3.1.0cvs20 * src/plugins/pgpinline/pgpinline.c Fix decryption 2007-11-22 [wwp] 3.1.0cvs19 * src/prefs_themes.c Yet another misuse of get_rc_dir(), still related to user themes. Completes 3.1.0cvs18. 2007-11-22 [wwp] 3.1.0cvs18 * src/stock_pixmap.c Fix a misuse of get_rc_dir(), user themes dir was not set properly and some themes might have disappeared from themes list in prefs. 2007-11-22 [wwp] 3.1.0cvs17 * src/edittags.c * src/edittags.h * src/common/tags.c * src/common/tags.h Correct copyright for these claws-mail-only brand new files. 2007-11-22 [paul] 3.1.0cvs16 * src/compose.c fix bug 1400, 'Drag and drop of URLs does not work' Thanks to Colin 2007-11-22 [paul] 3.1.0cvs15 * src/prefs_common.c make "cmds_use_system_default" default to FALSE so as not to disrupt current settings * src/summaryview.c increase the size of the GdkRectangle, tooltips didn't show for me otherwise 2007-11-21 [colin] 3.1.0cvs14 * src/compose.c * src/crash.c * src/exphtmldlg.c * src/mainwindow.c * src/manual.c * src/mimeview.c * src/prefs_account.c * src/prefs_common.c * src/prefs_common.h * src/prefs_ext_prog.c * src/textview.c * src/uri_opener.c * src/gtk/about.c * src/gtk/gtkutils.c Use xdg-open as a way to find default browser, when available 2007-11-21 [colin] 3.1.0cvs13 * src/messageview.c * src/procmime.c * src/procmsg.h Send better return receipts (useful ones) Handle incoming return receipts 2007-11-20 [colin] 3.1.0cvs12 * src/printing.c * src/printing.h Add getter/setter for settings, and getter for page setup 2007-11-20 [colin] 3.1.0cvs11 * src/folderview.c * src/main.c * src/mainwindow.c Fix bug 1396, 'Crash on disabling a filter while it is processing' 2007-11-20 [paul] 3.1.0cvs10 * src/folder.c fix bug 1395, 'Crash on checking for new mails while filter is running' Thanks to Colin 2007-11-20 [paul] 3.1.0cvs9 * src/compose.c make this string easier for translators 2007-11-19 [colin] 3.1.0cvs8 * src/prefs_summaries.c * src/summaryview.c Don't enable more tooltips on Maemo 2007-11-19 [colin] 3.1.0cvs7 * src/prefs_common.c * src/prefs_common.h * src/prefs_summaries.c * src/summaryview.c Fix bug 1388, 'message list tool tips' Add (optional) tooltips in summaryview. This only works with GTK+ >= 2.12 2007-11-19 [colin] 3.1.0cvs6 * src/compose.c Make strings a bit better when attaching from mailto: URIs 2007-11-19 [colin] 3.1.0cvs5 * src/common/utils.c Fix bug 1392, 'Top level domain .EU is not recognised as valid' 2007-11-19 [wwp] 3.1.0cvs4 * src/compose.c * src/compose.h Revert changes to compose.c made in 3.1.0cvs2. 2007-11-19 [wwp] 3.1.0cvs3 * src/addressbook.c * src/addressbook.h * src/editaddress.c * src/editgroup.c * src/addrduplicates.c Minor improvements in the address book: always accept new contacts provided that some detail is set (instead of rejecting silently). Better guessing of contact name from incomplete name information. Better display of contacts with no name, in contact lists, group contents, find duplicate results. 2007-11-19 [wwp] 3.1.0cvs2 * src/compose.c * src/compose.h * src/prefs_logging.c * src/prefs_summaries.c GUI improvements, thanks to Pawel Pekala : wrap some long label in prefs/summaries, layout checkboxes in a more compact form in prefs/loggin, make account and header's combos have the same size/spacing in compose window. 2007-11-19 [wwp] 3.1.0cvs1 * src/edittags.c Fix a tiny leak and duplicate variable. 2007-11-19 [paul] 3.1.0 * NEWS * README * RELEASE_NOTES 3.1.0 released 2007-11-19 [paul] 3.0.2cvs145 * po/de.po * po/fi.po * po/fr.po * po/hu.po * po/it.po * po/pl.po * po/pt_BR.po * po/sk.po * po/zh_CN.po updated by Stephan Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso, Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes, Andrej Kacian, and Ralph Young 2007-11-18 [mones] 3.0.2cvs144 * po/es.po Updated Spanish translation 2007-11-18 [colin] 3.0.2cvs143 * src/edittags.c Prevent empty tag after edit, thanks to wwp 2007-11-18 [colin] 3.0.2cvs142 * src/editaddress.c Fix possible "(null)" %s - thanks to wwp 2007-11-16 [wwp] 3.0.2cvs141 * src/common/utils.c Fix for 3.0.2cvs140, prevents from crashing when opening a compose window. 2007-11-16 [colin] 3.0.2cvs140 * src/main.c * src/common/claws.c Output a bit more useful info at startup in --debug mode 2007-11-16 [colin] 3.0.2cvs139 * src/compose.c * src/common/utils.c * src/common/utils.h Fix bug 1387, 'Request for --compose to support multiple attachments' 2007-11-16 [colin] 3.0.2cvs138 * src/news.c Fix bug 1390, 'NNTP fails after server closed connection' 2007-11-16 [colin] 3.0.2cvs137 * src/prefs_display_header.c Fix bug 1389, 'Changing 'Display headers in message view' breaks dispheaderrc' 2007-11-14 [colin] 3.0.2cvs136 * src/summaryview.c * src/gtk/quicksearch.c * src/gtk/quicksearch.h Fix resetting the quicksearch when in non-sticky mode, but Recursive is set: reset only when going out of the root search folder. 2007-11-14 [colin] 3.0.2cvs135 * src/filtering.c Don't set new flag back when doing "Mark as unread" from filtering 2007-11-12 [paul] 3.0.2cvs134 * src/plugins/dillo_viewer/dillo_viewer.c don't offer the mime type for translation 2007-11-12 [paul] 3.1.0-rc2 released 2007-11-11 [colin] 3.0.2cvs133 * src/imap_gtk.c * src/mh_gtk.c Use markup-escaped strings in dialogs 2007-11-11 [colin] 3.0.2cvs132 * src/imap.c Better IMAP-UTF7/UTF8 conversion 2007-11-10 [colin] 3.0.2cvs131 * src/news.c Fix debian bug 450698, 'nntp auth behavior changed without notice' 2007-11-10 [colin] 3.0.2cvs130 * configure.ac * src/inc.c * src/main.c * src/main.h * src/mimeview.c * src/statusbar.c * src/common/utils.c * src/etpan/Makefile.am * src/gtk/filesel.c * src/gtk/gtkutils.h * src/gtk/menu.c * src/plugins/bogofilter/Makefile.am * src/plugins/clamav/Makefile.am * src/plugins/dillo_viewer/Makefile.am * src/plugins/pgpcore/Makefile.am * src/plugins/spamassassin/Makefile.am * src/plugins/trayicon/Makefile.am Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook) 2007-11-09 [colin] 3.0.2cvs129 * src/addressbook.c * src/ldapupdate.c fix bug 1375, 'Impossible to modify e-mail in LDAP addressbook twice'; Try two. update externalID, don't make display lag, and fix the cases where dn is not mail. 2007-11-08 [paul] 3.0.2cvs128 * src/account.c * src/compose.c * src/messageview.c * src/prefs_account.c * src/prefs_account.h reinstate 'Generate Message-ID' option as an account preference. (hidden on IMAP) Thanks to Colin 2007-11-08 [paul] 3.0.2cvs127 * src/textview.c MAEMO: fix failure of loading images inline MAEMO: fix bug 1349, 'Emails still skip to end when opened (in certain circumstances)...' 2007-11-07 [colin] 3.0.2cvs126 * src/toolbar.c Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS 2007-11-07 [colin] 3.0.2cvs125 * src/toolbar.c Re-change the string occurence of A_CLAWS_ACTIONS to A_SYL_ACTIONS, to prevent parse errors of the toolbar_*.xml files 2007-11-07 [colin] 3.0.2cvs124 * src/mimeview.c * src/prefs_common.c * src/prefs_common.h * manual/advanced.xml Add an hidden pref, 'save_parts_readwrite'; completes 3.0.2cvs35 2007-11-07 [paul] 3.0.2cvs123 * src/prefs_toolbar.c * src/toolbar.c * src/toolbar.h rename ToolbarSylpheedActions to ToolbarClawsActions rename A_SYL_ACTIONS to A_CLAWS_ACTIONS 2007-11-07 [paul] 3.0.2cvs122 * src/toolbar.c MAEMO: remove tooltips 2007-11-07 [colin] 3.0.2cvs121 * src/plugins/pgpinline/pgpinline.c Fix bug 1377, 'unspecific errors on signature checking'. Fix trimming of UTF8 data. 2007-11-06 [iwkse] 3.0.2cvs120 * src/prefs_summary_open.c yet a string change 2007-11-06 [paul] 3.0.2cvs119 * tools/Makefile.am * tools/README * tools/csv2addressbook.pl add a new script that imports a CSV formatted address book. Becky and Thunderbird address book are currently supported. 2007-11-05 [colin] 3.0.2cvs118 * src/imap.c Fix deletion 2007-11-05 [iwkse] 3.0.2cvs117 * src/prefs_summary_open.c String changes 2007-11-04 [paul] 3.0.2cvs116 * src/addressbook_foldersel.c fix gtk critical warning Patch by Pawel Pekala 2007-11-04 [paul] 3.0.2cvs115 * tools/README * tools/claws-mail-compose-insert-files.pl add --bcc and uri_escape() everything 2007-11-04 [paul] 3.0.2cvs114 * src/gtk/gtkutils.c gtkut_stock_with_text_button_set_create(): set GTK_CAN_DEFAULT on buttons 2 and 3 2007-11-03 [paul] 3.0.2cvs113 * src/common/utils.c fix debian bug #448814, 'mailto: URI decoding desn't decode the destination address field' Patch by Federico Heinz 2007-11-03 [paul] 3.0.2cvs112 * AUTHORS * src/compose.c * src/gtk/authors.h allow Bcc in commandline URIs (based on) Patch by Federico Heinz 2007-11-02 [colin] 3.0.2cvs111 * src/addressbook.c Maybe fix bug 1376, 'crash on addressbook manipulation' 2007-10-31 [paul] 3.0.2cvs110 * src/ldapupdate.c fix bug 1375, 'Impossible to modify e-mail in LDAP addressbook twice' Patch by Michael Rasmussen 2007-10-30 [paul] 3.0.2cvs109 * configure.ac enable GnuTLS support with --enable-gnutls which will disable openssl support. if the user has gtk >= 2.10.x don't allow gnomeprint even if the user asks for it 2007-10-30 [paul] 3.1.0-rc1 released 2007-10-30 [paul] 3.0.2cvs108 * Makefile.am add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST 2007-10-30 [paul] 3.0.2cvs107 * src/expldifdlg.c * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_spelling.c * src/prefs_themes.c * src/wizard.c * src/gtk/gtkaspell.c * src/gtk/gtkaspell.h * src/plugins/spamassassin/spamassassin_gtk.c replace deprecated gtk_option_menu... patch by Pawel Pekala 2007-10-29 [colin] 3.0.2cvs106 * src/plugins/dillo_viewer/dillo_prefs.c Fix forgotten signal connect 2007-10-28 [colin] 3.0.2cvs105 * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/dillo_viewer/dillo_prefs.h * src/plugins/dillo_viewer/dillo_viewer.c Implement addressbook-based whitelisting for loading remote images. Fixed missing destroy of the embedded browser that made a Dillo window pop up on exit, if an HTML part was displayed. 2007-10-26 [colin] 3.0.2cvs104 * src/edittags.c Add missing static 2007-10-25 [colin] 3.0.2cvs103 * src/editaddress.c Add tap-and-hold on the picture, for Maemo * src/edittags.c * src/edittags.h * src/mainwindow.c * src/procmsg.c * src/summaryview.c * src/textview.c Unify tag interfaces. 2007-10-25 [colin] 3.0.2cvs102 * src/imap.c * src/etpan/imap-thread.h Much better error handling. We'll need to be really clear to users about where errors come from, with the apparition of Gmail's IMAP server. 2007-10-24 [colin] 3.0.2cvs101 * src/edittags.c * src/mainwindow.c * src/summaryview.c * src/textview.c Add tags sorting (alphabetical); allow deletion of tags from the Apply Tags window 2007-10-24 [colin] 3.0.2cvs100 * src/editaddress.c * src/editaddress_other_attributes_ldap.c * src/editaddress_other_attributes_ldap.h * src/ldapctrl.c * src/ldapquery.c * src/ldapupdate.c Fix LDAP writing (got broken in cvs39) Add read-only support for jpegPhoto LDAP field 2007-10-23 [colin] 3.0.2cvs99 * src/news.c Fix crash in some cases 2007-10-22 [colin] 3.0.2cvs98 * src/common/socket.h * src/common/ssl.c Fix big leak in GnuTLS code 2007-10-22 [colin] 3.0.2cvs97 * src/news.c Fix bug 1368, 'SIGSEGV in NNTP code' 2007-10-22 [colin] 3.0.2cvs96 * src/prefs_customheader.c Catch compface warnings when generating X-Faces 2007-10-22 [wwp] 3.0.2cvs95 * src/quote_fmt_parse.y Remove accidentally committed debug traces. Fix a warning. 2007-10-22 [colin] 3.0.2cvs94 * src/etpan/nntp-thread.c Fix authentication 2007-10-19 [wwp] 3.0.2cvs93 * src/common/ssl_certificate.c Add missing include (Windows). 2007-10-19 [colin] 3.0.2cvs92 * src/imap_gtk.c * src/mimeview.c * src/textview.c * src/gtk/inputdialog.c * src/gtk/inputdialog.h Remove the last old combo; patch by Pawel 2007-10-19 [colin] 3.0.2cvs91 * src/common/ssl.c Fix interop problem with GnuTLS and some crappy servers that have very little keys. 2007-10-19 [colin] 3.0.2cvs90 * src/common/ssl.c Fix return value check on GnuTLS, and display the error 2007-10-18 [colin] 3.0.2cvs89 * src/common/ssl_certificate.c Fix missing initialisations 2007-10-18 [wwp] 3.0.2cvs88 * src/Makefile.am Fix linking against GNUTLS (matters if --enable-gnutls only). 2007-10-18 [colin] 3.0.2cvs87 * po/POTFILES.in Fix build 2007-10-18 [mones] 3.0.2cvs86 * src/editbook.c * src/import.c * src/prefs_account.c * src/prefs_receive.c * src/gtk/about.c * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/spamassassin/spamassassin_gtk.c More capitalisation micro-fixes 2007-10-18 [paul] 3.0.2cvs85 * configure.ac add info about NNTP support via libetpan change the configure output ending msg a little * src/gtk/about.c similar changes to above 2007-10-18 [colin] 3.0.2cvs84 * src/procmime.c * src/procmime.h Fix missing symbol for S/MIME 2007-10-18 [colin] 3.0.2cvs83 * src/prefs_filtering_action.c Fix crash in tags (introduced in cvs78) 2007-10-18 [colin] 3.0.2cvs82 * src/common/Makefile.am * src/common/nntp.c * src/common/nntp.h * src/etpan/Makefile.am * src/etpan/etpan-thread-manager-types.h * src/etpan/etpan-thread-manager.c * src/etpan/imap-thread.c * src/etpan/nntp-thread.c * src/etpan/nntp-thread.h * src/news.c * src/news.h Rewrite the nntp implementation to use libetpan. Non-blocking NNTP! * src/account.c * src/crash.c * src/imap.c * src/inc.c * src/main.c * src/mainwindow.c * src/pop.c * src/pop.h * src/prefs_account.c * src/recv.c * src/recv.h * src/send_message.c * src/send_message.h * src/ssl_manager.c * src/ssl_manager.h * src/wizard.c * src/common/claws.c * src/common/session.c * src/common/session.h * src/common/smtp.c * src/common/smtp.h * src/common/socket.c * src/common/socket.h * src/common/ssl.c * src/common/ssl.h * src/common/ssl_certificate.c * src/common/ssl_certificate.h * src/gtk/about.c * src/gtk/sslcertwindow.c * src/gtk/sslcertwindow.h Implement GnuTLS support. GnuTLS support will be used if OpenSSL isn't available, or specified explicitely. (the reason is that GnuTLS cerficate checking is a bit less practical than OpenSSL's) 2007-10-18 [paul] 3.0.2cvs81 * src/gtk/inputdialog.c * src/gtk/inputdialog.h fix copyright header 2007-10-17 [colin] 3.0.2cvs80 * src/plugins/pgpcore/select-keys.c Fix bug which prevented encryption key auto-selection when two or more matched the email address, but only one isn't revoked or expired. 2007-10-17 [wwp] 3.0.2cvs79 * src/compose.c * src/quote_fmt.c * src/quote_fmt.h * src/quote_fmt_lex.l * src/quote_fmt_parse.y Templates can now attach files using |attach{filename}. 2007-10-17 [wwp] 3.0.2cvs78 * src/prefs_customheader.c * src/prefs_ext_prog.c * src/prefs_filtering_action.c * src/prefs_matcher.c * src/prefs_other.c * src/prefs_toolbar.c * src/gtk/combobox.c * src/gtk/combobox.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h * src/plugins/bogofilter/bogofilter_gtk.c * src/plugins/spamassassin/spamassassin_gtk.c Removed almost all remaining instances of GtkCombo old API, patch by Pawel Pekala , with few visual and code cleanup from Colin. 2007-10-16 [wwp] 3.0.2cvs77 * src/gtk/pluginwindow.c Reworked the plugin window layouts, patch by Pawel Pekala . 2007-10-15 [colin] 3.0.2cvs76 * src/edittags.c * src/edittags.h * src/filtering.c * src/filtering.h * src/importmutt.c * src/importpine.c * src/main.c * src/messageview.c * src/messageview.h * src/mimeview.c * src/mimeview.h * src/pop.c * src/pop.h * src/prefs_common.c * src/prefs_common.h * src/prefs_customheader.c * src/prefs_customheader.h * src/prefs_display_header.c * src/prefs_display_header.h * src/prefs_filtering_action.c * src/prefs_filtering_action.h * src/prefs_folder_column.c * src/prefs_folder_column.h * src/prefs_folder_item.c * src/prefs_folder_item.h * src/prefs_gtk.c * src/prefs_gtk.h * src/prefs_logging.h * src/prefs_matcher.c * src/prefs_matcher.h * src/prefs_summary_column.c * src/prefs_summary_column.h * src/prefs_summary_open.c * src/procheader.c * src/procheader.h * src/procmime.c * src/procmime.h * src/recv.c * src/recv.h * src/sourcewindow.c * src/sourcewindow.h * src/summaryview.c * src/summaryview.h * src/textview.c * src/textview.h * src/toolbar.c * src/toolbar.h * src/common/mgutils.c * src/common/mgutils.h * src/common/nntp.c * src/common/nntp.h * src/common/prefs.c * src/common/prefs.h * src/common/socket.c * src/common/socket.h * src/common/stringtable.c * src/common/stringtable.h * src/common/template.c * src/common/template.h * src/common/uuencode.c * src/common/uuencode.h * src/gtk/gtkshruler.c * src/gtk/gtkshruler.h * src/gtk/menu.c * src/gtk/menu.h * src/gtk/progressdialog.c * src/gtk/progressdialog.h Remove/staticalize, the return of the revenge 2007-10-15 [colin] 3.0.2cvs75 * src/matcher.c Fix redirections in filtering's tests 2007-10-15 [colin] 3.0.2cvs74 * src/imap.c Don't build imap_synchronise at all when building without libetpan 2007-10-14 [colin] 3.0.2cvs73 * src/imap.c * src/common/md5.c * src/common/md5.h * src/gtk/manage_window.c * src/gtk/manage_window.h Remove more unused code 2007-10-14 [colin] 3.0.2cvs72 * src/addrquery.c * src/addrquery.h * src/recv.c * src/recv.h * src/vcard.c * src/vcard.h * src/common/xml.c * src/common/xml.h * src/common/xmlprops.c * src/common/xmlprops.h Remove more unused code 2007-10-14 [colin] 3.0.2cvs71 * src/common/utils.c Remove unused function 2007-10-13 [colin] 3.0.2cvs70 * src/imap.c * src/imap.h * src/mainwindow.c * src/mainwindow.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h Staticalise/Remove more code 2007-10-13 [colin] 3.0.2cvs69 * src/common/utils.c * src/common/utils.h Remove dead code, unused for ages 2007-10-13 [colin] 3.0.2cvs68 * src/main.c * src/main.h Maemo: define hildon_program in main.c, make it accessible in the .h with extern 2007-10-13 [paul] 3.0.2cvs67 * src/gtk/menu.c fix a bunch of runtime warnings on maemo 2007-10-13 [paul] 3.0.2cvs66 * src/main.c * src/main.h * src/gtk/gtkutils.c * src/gtk/gtkutils.h fix a bunch of compiler warnings on maemo 2007-10-12 [colin] 3.0.2cvs65 * src/account.c * src/addritem.c * src/addritem.h * src/filtering.c * src/filtering.h * src/folder.c * src/folder.h * src/common/utils.c * src/common/utils.h Remove unused code, staticalise some functions 2007-10-12 [paul] 3.0.2cvs64 * src/account.c * src/folderview.c * src/main.c * src/mainwindow.c * src/messageview.c * src/summary_search.c * src/summaryview.c * src/toolbar.c * src/wizard.c * src/common/utils.c * src/gtk/prefswindow.c fix a bunch of compiler warnings on maemo 2007-10-11 [colin] 3.0.2cvs63 * src/editaddress.c Make static function static 2007-10-11 [mones] 3.0.2cvs62 * src/addrduplicates.c * src/addressbook.c * src/compose.c * src/expldifdlg.c * src/mainwindow.c * src/messageview.c * src/pop.c * src/prefs_customheader.c * src/prefs_send.c * src/prefs_themes.c * src/common/plugin.c * src/gtk/pluginwindow.c * src/gtk/quicksearch.c Fix several typos and capitalisation issues 2007-10-11 [wwp] 3.0.2cvs61 * src/editaddress.c Fix a warning about possible use of uninitialized filename var. 2007-10-11 [wwp] 3.0.2cvs60 * src/editaddress.c Disable "Unset picture" menu item when there's no picture to clear. Fix an extraneous g_unref_object, add missing initializers. 2007-10-11 [wwp] 3.0.2cvs59 * src/pixmaps/anonymous.xpm * src/editaddress.c * src/Makefile.am * src/stock_pixmap.c * src/stock_pixmap.h Fix a leak, gettext-ize the photo label. Don't clear the existing picture if loading a new one fails. Use a default 'anonymous' picture (this new xpm has been added to the internal stock_pixmap API). Add a "Set picture" context menu entry. 2007-10-11 [colin] 3.0.2cvs58 * src/messageview.c Make shift-shortcuts work * src/prefs_actions.c Don't ask if we really want to close when choosing OK and only the list is changed * src/prefs_template.c Don't ask if we really want to close when choosing OK and only the list is changed * src/common/plugin.c Fix writing of second [Plugins_*] block * src/common/template.c Remove unused files (fixes deletion) 2007-10-10 [paul] 3.0.2cvs57 * src/prefs_template.c put the whole thing in a scrolled window so that half the page is no longer inaccessible on maemo make the gtk_text_view smaller on maemo 2007-10-10 [colin] 3.0.2cvs56 * src/compose.c Fix updating of Attachments number in some cases (reedit, attach from command-line, ...) 2007-10-10 [colin] 3.0.2cvs55 * src/editaddress.c Initialise error correctly 2007-10-10 [paul] 3.0.2cvs54 * src/prefs_filtering_action.c * src/gtk/description_window.c * src/gtk/foldersort.c * src/gtk/quicksearch.c get rid of some pointless new lines and make the descripton labels wrap better 2007-10-10 [colin] 3.0.2cvs53 * src/addressadd.c * src/editaddress.c * src/headerview.c * src/textview.c More error handling on saving pictures 2007-10-10 [colin] 3.0.2cvs52 * src/printing.c * src/printing.h Generalize a bit printing, so we can factorize most of the code. 2007-10-10 [paul] 3.0.2cvs51 * src/addrduplicates.c fix engrish use GTK_STOCK... buttons 2007-10-10 [paul] 3.0.2cvs50 * src/addressadd.c * src/addrindex.c * src/editaddress.c Fix previous patch Thanks to Colin 2007-10-10 [paul] 3.0.2cvs49 * src/summaryview.c * src/messageview.c Fix crash on Add sender to addressbook when From is null * src/addressadd.c * src/addrindex.c * src/editaddress.c * src/editaddress_other_attributes_ldap.h Fix leaks Rename images to .png in addrbook/ * src/headerview.c * src/textview.c Fix Face/X-Face being used if adding another address than sender to addressbook Thanks to Colin 2007-10-10 [holger] 3.0.2cvs48 * src/addrduplicates.c * src/editaddress.c Improvements to the addressbook duplicate finder feature: - add an edit button to the button bar - display the whole bookname (with iface) and use this for same-book checking - after editing, try to keep selections if the entries are still present - sort the email column alphabetically - put results in a scrolled window - support embedded editing - make columns in detail view resizable - add keyboard shortcuts 2007-10-10 [wwp] 3.0.2cvs47 * src/addrindex.c Fix a crash when there's no From: in email, thanks to Colin. 2007-10-09 [paul] 3.0.2cvs46 * src/messageview.c * src/summaryview.c * src/textview.c fix building without compface support 2007-10-09 [colin] 3.0.2cvs45 * src/editaddress.c * src/headerview.c * src/textview.c Add error handling 2007-10-09 [colin] 3.0.2cvs44 * src/addrduplicates.c * src/addressadd.c * src/addressadd.h * src/addressbook.c * src/addressbook.h * src/addrindex.c * src/addrindex.h * src/addritem.c * src/addritem.h * src/compose.c * src/editaddress.c * src/editaddress_other_attributes_ldap.h * src/headerview.c * src/messageview.c * src/mimeview.c * src/summaryview.c * src/textview.c * src/gtk/gtkutils.c Automatically set contacts' pictures from Face or X-Face if they have no picture Display the contact picture in textview or headerview for mails sent by people in the addressbook, that have no Face or X-Face Fix a few details in the Person edition dialog (ability to unset picture) Remove picture file when deleting contacts 2007-10-09 [iwkse] 3.0.2cvs43 * src/gtk/about.c center the about window 2007-10-09 [paul] 3.0.2cvs42 * src/prefs_toolbar.c fix icon selector window on maemo 2007-10-09 [paul] 3.0.2cvs41 * src/messageview.c add 'go to' menu to separate msgview 2007-10-09 [colin] 3.0.2cvs40 * src/common/defs.h Add forgotten file 2007-10-09 [iwkse] 3.0.2cvs39 * Makefile.am * src/addressbook.c * src/addritem.c * src/addritem.h * src/editaddress.c * src/editaddress_other_attributes_ldap.h * src/addrbook.c * src/Makefile.am set a photo in the Addressbook 2007-10-08 [colin] 3.0.2cvs38 * src/prefs_toolbar.c Make height 320 to remove the scrollbar (with current number of icons) 2007-10-08 [colin] 3.0.2cvs37 * src/prefs_toolbar.c Transform the treeview to a GtkIconView. Patch by Pawel In addition, transform the window so that it looks like a popup menu. Patch by me 2007-10-08 [colin] 3.0.2cvs36 * src/compose.c * src/compose.h Beautify the GUI a bit; in particular, show the number of attachments in the tab's title. Patch by Pawel 2007-10-08 [paul] 3.0.2cvs35 * src/mimeview.c Save users from themselves: save temporary files used for Open/Open with as read-only. Thanks to Colin 2007-10-08 [paul] 3.0.2cvs34 * tools/Makefile.am forgot this in cvs33 2007-10-08 [paul] 3.0.2cvs33 * tools/kdeservicemenu/README * tools/kdeservicemenu/claws-mail-attach-files.desktop.template * tools/kdeservicemenu/install.sh * tools/kdeservicemenu/template_claws-mail-attach-files.desktop renamed template* to *template so as not to confuse lintian 2007-10-08 [paul] 3.0.2cvs32 * src/prefs_themes.c * src/stock_pixmap.c replace 2 direct uses of RC_DIR 2007-10-07 [colin] 3.0.2cvs31 * src/addrduplicates.c * src/addrduplicates.h * src/addressbook.c * src/addressbook.h * src/addrindex.c * src/addrindex.h Implement deletion in duplicate finder. Patch by Holger 2007-10-07 [colin] 3.0.2cvs30 * src/exporthtml.c * src/mbox.c * src/common/utils.c Better fix for Solaris, thanks to Nicolas Doualot 2007-10-07 [colin] 3.0.2cvs29 * AUTHORS * src/gtk/authors.h Add Frank Dietrich 2007-10-07 [colin] 3.0.2cvs28 * src/exporthtml.c Fix HTML export to make it more compliant Patch by Frank Dietrich 2007-10-07 [colin] 3.0.2cvs27 * src/prefs_toolbar.c Only use icons that wouldn't look stupid in the toolbar Patch by Pawel 2007-10-07 [colin] 3.0.2cvs26 * src/prefs_toolbar.c Fix old icon being used when none is selected 2007-10-07 [colin] 3.0.2cvs25 * src/toolbar.c Fix copy/paste error 2007-10-07 [colin] 3.0.2cvs24 * src/prefs_toolbar.c * src/toolbar.c * src/toolbar.h Update icon to default one when changing event Make the icon chooser nicer (handle Esc, Enter, double-click) 2007-10-06 [colin] 3.0.2cvs23 * src/prefs_toolbar.c Fix text reset; patch by Pawel 2007-10-06 [colin] 3.0.2cvs22 * src/toolbar.h Complete previous commit 2007-10-06 [colin] 3.0.2cvs21 * src/prefs_toolbar.c * src/toolbar.c Set toolbar text automatically to the default when changing Event executed on click 2007-10-06 [colin] 3.0.2cvs20 * src/prefs_toolbar.c Invert Text and Event fields 2007-10-06 [colin] 3.0.2cvs19 * src/prefs_toolbar.c * src/toolbar.c Make toolbar prefs look much better Patch by Pawel Pekala 2007-10-06 [paul] 3.0.2cvs18 * src/account.c * src/prefs_filtering.c fix checkbuttons in gtktreeview on maemo by setting maemo's "allow-checkbox-mode" to FALSE 2007-10-06 [colin] 3.0.2cvs17 * configure.ac Export -DSOLARIS in CFLAGS for all Solaris (not just 2.8) and OpenSolaris 2007-10-06 [paul] 3.0.2cvs16 * AUTHORS * src/exporthtml.c * src/mbox.c * src/gtk/authors.h fix build on solaris where ctime_r takes 3 arguments rather than 2. Patch by Nicolas Doualot 2007-10-05 [colin] 3.0.2cvs15 * src/etpan/imap-thread.c Fix wrong error codepath 2007-10-05 [wwp] 3.0.2cvs14 * src/filtering.c Fix unexpected logging of quicksearches: debug_filtering_session flag was never reset to FALSE, causing matcher functions to log when called from a quicksearch (if a filtering session happened before). 2007-10-05 [paul] 3.0.2cvs13 * src/prefs_actions.c * src/prefs_filtering.c * src/prefs_template.c fix bug 1343, 'Filtering..'s close button silently discards new filter' Thanks to Colin 2007-10-05 [paul] 3.0.2cvs12 * configure.ac * src/Makefile.am fix bug 1347, '-Wno-unused-function, optional' 2007-10-05 [colin] 3.0.2cvs11 * src/procmime.c * src/common/mgutils.c Fix warnings 2007-10-05 [mones] 3.0.2cvs10 * manual/advanced.xml Use full menu name * manual/es/advanced.xml Synchronise translation 2007-10-04 [colin] 3.0.2cvs9 * src/action.c * src/addrbook.c * src/addrindex.c * src/compose.c * src/exporthtml.c * src/exportldif.c * src/folder.c * src/main.c * src/matcher.c * src/mbox.c * src/messageview.c * src/mh.c * src/news.c * src/partial_download.c * src/pop.c * src/procmime.c * src/procmsg.c * src/toolbar.c * src/common/log.c * src/common/mgutils.c * src/common/plugin.c * src/common/utils.c * src/common/xml.c * src/common/xml.h * src/common/xmlprops.c * src/common/xmlprops.h * src/plugins/bogofilter/bogofilter.c * src/plugins/clamav/clamav_plugin.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/pgpcore/prefs_gpg.c * src/plugins/pgpinline/pgpinline.c * src/plugins/pgpmime/pgpmime.c * src/plugins/spamassassin/spamassassin.c * src/plugins/trayicon/trayicon_prefs.c Verify success on writes. Will fix possible strange failure on disk full. 2007-10-04 [paul] 3.0.2cvs8 * manual/advanced.xml add further info about Actions Patch by Emmanuel Briot 2007-10-04 [paul] 3.0.2cvs7 * src/account.c remove the D column, instead indicate the default account by use of bold text 2007-10-03 [colin] 3.0.2cvs6 * src/common/template.c Fix templates writing (was prone to disk full problems) 2007-10-03 [colin] 3.0.2cvs5 * src/Makefile.am * src/addrduplicates.c * src/addrduplicates.h * src/addressbook.c Add duplicate deletion. Patch by Holger 2007-10-03 [colin] 3.0.2cvs4 * src/matcher.c * src/gtk/quicksearch.c Fix bug 1340, 'Case insensitive searches with non-ascii alphabets fail'. 2007-10-03 [colin] 3.0.2cvs3 * src/main.c * src/common/utils.c * src/common/utils.h Implement run-time alternative config directories 2007-10-03 [colin] 3.0.2cvs2 * src/folderview.c Prevent opening folder item while folder is scanned in a better way 2007-10-02 [paul] 3.0.2cvs1 * NEWS * README * RELEASE_NOTES * configure.ac bump up version number following stable release 2007-09-30 [colin] 3.0.1cvs49 * src/imap.c Refresh session if needed 2007-09-30 [colin] 3.0.1cvs48 * src/imap.c Reset folder's session to NULL before destroying it 2007-09-30 [mones] 3.0.1cvs47 * manual/handling.xml Use markup quotes instead hardcoded quotes * manual/es/handling.xml Added new synced section (IMAP subscriptions) 2007-09-29 [colin] 3.0.1cvs46 * src/imap.c Notice disconnections faster 2007-09-28 [colin] 3.0.1cvs45 * src/addressbook.c * src/addrindex.c Fix warnings 2007-09-28 [paul] 3.0.1cvs44 * src/mimeview.c fix maemo build 2007-09-28 [paul] 3.0.1cvs43 * src/account.c use gtk_widget_set_size_request() on the label so that wrapping works better. get rid of the (partially deprecated) hbutton_box. these changes should prevent buttons overlapping on maemo 2007-09-28 [colin] 3.0.1cvs42 * src/pop.c Fix typo :) 2007-09-28 [colin] 3.0.1cvs41 * src/compose.c * src/msgcache.c * src/pop.c * src/procmime.c * src/etpan/imap-thread.c 64bits-related warning fixes 2007-09-28 [colin] 3.0.1cvs40 * src/folder_item_prefs.c * src/ldaputil.c * src/mainwindow.c * src/mimeview.c * src/common/tags.c Fix warnings 2007-09-28 [colin] 3.0.1cvs39 * src/plugins/spamassassin/spamassassin.c * src/plugins/spamassassin/spamassassin.h * src/plugins/spamassassin/spamassassin_gtk.c Add addressbook-based whitelisting 2007-09-28 [colin] 3.0.1cvs38 * src/folder.c Fix bug 1337, 'crash on pressing Send button' 2007-09-28 [paul] 3.0.1cvs37 * src/prefs_folder_item.c give the orphans a parent. makes all prefs pages visible on maemo 2007-09-28 [colin] 3.0.1cvs36 * src/prefs_folder_column.c * src/prefs_summary_column.c Fix two leaks 2007-09-27 [colin] 3.0.1cvs35 * src/gtk/quicksearch.c Fix bug 1336, 'Segfault if empty space before search-string' 2007-09-26 [mones] 3.0.1cvs34 * manual/account.xml * manual/plugins.xml Fixed irc channel name, added some docbook markup. Changed text markup to docbook markup. Added spamcop as supported in SpamReport description. * manual/fr/plugins.xml Fixed irc channel name. * manual/es/account.xml * manual/es/advanced.xml * manual/es/claws-mail-manual.xml * manual/es/glossary.xml * manual/es/gpl.xml * manual/es/keyboard.xml * manual/es/plugins.xml Synced with English version, fixed a couple of typos. 2007-09-26 [colin] 3.0.1cvs33 * configure.ac Explain why "Libgnomeprint: no" on GTK+ 2.10 2007-09-26 [colin] 3.0.1cvs32 * src/messageview.c * src/procmsg.c * src/procmsg.h Optimisation: avoid fetching mail 3 times locally for displaying 2007-09-26 [colin] 3.0.1cvs31 * src/mh.c Fix missing static 2007-09-26 [colin] 3.0.1cvs30 * src/folder.c * src/folder.h * src/mh.c * src/mh.h Fix MH mtime hack - make it a folder class function 2007-09-26 [colin] 3.0.1cvs29 * src/inc.c Fix bug 1334, 'user defined mail incorporation script not run' 2007-09-25 [colin] 3.0.1cvs28 * src/codeconv.c Optimisation: shortcut conv_codeset_strdup when src_code and dest_code are the same * src/common/xml.c * src/common/xml.h Optimisation: shortcut code conversions when files are in UTF-8; faster list walking by using prepend/reverse. 2007-09-25 [holger] 3.0.1cvs27 * src/printing.c Replace button bar of the preview window with a real toolbar (patch by Colin) Add zooming to the preview window 2007-09-24 [paul] 3.0.1cvs26 * src/compose.c compact the character set menu, adding some missing encodings. Patch by Pawel Pekala 2007-09-23 [paul] 3.0.1cvs25 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_quote.c * src/quote_fmt.c * src/quote_fmt.h remove unnecessary frame from Templates options and improve the English of the check button label 2007-09-22 [colin] 3.0.1cvs24 * src/gtk/quicksearch.c Fix bug 1329, 'error in quicksearch.c' Fix return with value in function returning void 2007-09-22 [colin] 3.0.1cvs23 * src/imap.c * src/procmsg.h * src/common/utils.c * src/common/utils.h * src/etpan/imap-thread.c Optimise fetching IMAP cached emails *a lot* (remember whether mail is fully cached and \r's are already stripped) 2007-09-22 [colin] 3.0.1cvs22 * src/folder.c * src/folder.h * src/prefs_folder_item.c Add a button to allow users to drop local caches. 2007-09-21 [colin] 3.0.1cvs21 * src/summaryview.c Remove unnecessary error when cancelling export to mbox. Patch by Pawel 2007-09-21 [paul] 3.0.1cvs20 * src/gtk/prefswindow.c remove unnecessary frames from the prefs pages. Patch by Pawel Pekala 2007-09-21 [paul] 3.0.1cvs19 * src/prefs_account.c * src/prefs_folder_item.c * src/prefs_quote.c * src/quote_fmt.c put the Templates options into a tabbed layout. Patch by Pawel Pekala 2007-09-21 [paul] 3.0.1cvs18 * src/mainwindow.c group together the character set menu items move the /View/Show or hide/Message view below .../Toolbar menu item Patch by Pawel Pekala 2007-09-21 [mones] 3.0.1cvs17 * src/compose.c Fix for bug 1327, 'segfault when replying to a non-existent news message', thanks to Colin. 2007-09-21 [colin] 3.0.1cvs16 * src/folderview.c Complete 3.0.1cvs15 2007-09-20 [colin] 3.0.1cvs15 * src/folderview.c * src/folderview.h Maybe fix bug 1324, 'Corrupted IMAP cache' 2007-09-20 [colin] 3.0.1cvs14 * src/printing.c Fix a little leak 2007-09-20 [holger] 3.0.1cvs13 * src/printing.c Add page layout to print preview. Make the close-button in the toolbar right-aligned. 2007-09-20 [paul] 3.0.1cvs12 * po/ru.po updated by Pavlo Bohmat 2007-09-19 [colin] 3.0.1cvs11 * src/common/utils.c Prevent unquoted mime boundaries, by always using a / 2007-09-19 [colin] 3.0.1cvs10 * src/printing.c Fix drawing area size, fix DPI change that can cause total number of lines to decrease 2007-09-19 [colin] 3.0.1cvs9 * po/POTFILES.in * src/printing.c Make print preview more efficient and nicer. Patch mostly by Holger Berndt 2007-09-19 [colin] 3.0.1cvs8 * src/prefs_common.c * src/prefs_common.h * src/printing.c Add scrolledwindow, default allocation and size saving to the print preview window. 2007-09-18 [colin] 3.0.1cvs7 * src/prefs_common.c * src/prefs_common.h * src/prefs_image_viewer.c * src/printing.c GtkPrintOperation: - add image printing support - add option to print images - add preview widget - add saving of a few Page Setup parameters 2007-09-18 [colin] 3.0.1cvs6 * AUTHORS * src/gtk/authors.h Add Guillaume Chazarain 2007-09-18 [colin] 3.0.1cvs5 * src/common/utils.c Fix bug 1321, 'access before allocation when scanning for uris'. Patch by Guillaume Chazarain 2007-09-18 [colin] 3.0.1cvs4 * src/toolbar.c Fix bug 1320, 'Memory leak caused by gtk_container_get_children'. Patch by Guillaume Chazarain 2007-09-18 [colin] 3.0.1cvs3 * src/printing.c * src/printing.h Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT) 2007-09-18 [colin] 3.0.1cvs2 * src/Makefile.am * src/mainwindow.c * src/messageview.c * src/messageview.h * src/prefs_ext_prog.c * src/prefs_fonts.c * src/printing.c * src/printing.h * src/summaryview.c Use GtkPrintOperation by default on GTK+ >= 2.10 Patch by Holger Berndt 2007-09-18 [paul] 3.0.1cvs1 * NEWS * README * RELEASE_NOTES * configure.ac bump up version number following stable release 2007-09-16 [colin] 3.0.0cvs18 * src/folder.c Fix possible memleak 2007-09-16 [colin] 3.0.0cvs17 * src/folderview.c Fix bug 1311, 'Wrong arrow position while moving message into folder when column headers hidden' * src/image_viewer.c Show error in the GUI if image can't be loaded * src/matcher.c Fix spurious output * src/messageview.c Allow setting domain in msgid * src/common/plugin.c Add timing information 2007-09-16 [colin] 3.0.0cvs16 * src/account.c * src/compose.c * src/prefs_account.c * src/prefs_account.h * src/common/utils.c Remove Generate Message-ID option. We need this on some IMAP servers. * src/prefs_template.c Fix double-free 2007-09-16 [colin] 3.0.0cvs15 * src/prefs_filtering.c * src/prefs_filtering.h * src/prefs_filtering_action.c * src/common/tags.c Fix tags issues: tags with spaces, renaming tags. 2007-09-16 [colin] 3.0.0cvs14 * src/folderview.c * src/main.c * src/mainwindow.c Fix bug 1308, 'Claws deletes folderlist.xml after fetching mail short after start-up' 2007-09-16 [colin] 3.0.0cvs13 * src/compose.c Fix scrolling to cursor 2007-09-16 [paul] 3.0.0cvs12 * po/sr.po updated by Aleksandar Urosevic 2007-09-16 [paul] 3.0.0cvs11 * src/folder.c do not allow locked msgs to be deleted, even by filtering/processing 2007-09-07 [paul] 3.0.0cvs10 * src/prefs_folder_column.c * src/prefs_summary_column.c implement button sensitivity patch by Pawel Pekala 2007-09-06 [wwp] 3.0.0cvs9 * src/prefs_gtk.c Add a missing linefeed to a debug message. 2007-09-05 [colin] 3.0.0cvs8 * src/inc.c Fix statusbar/window mismatch on Maemo 2007-09-05 [colin] 3.0.0cvs7 * src/ldaputil.c Fix build without USE_LDAP_TLS 2007-09-05 [colin] 3.0.0cvs6 * src/folder.c * src/imap.c * src/inc.c * src/mbox.c * src/send_message.c * src/statusbar.c * src/statusbar.h Maemo: distinguish various statusbar messages, in order to display only the most important. 2007-09-04 [wwp] 3.0.0cvs5 * src/account.c Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set. Show protocol "SMTP" and the appropriate server for send-only accounts, show "-" instead of "" when no value is relevant. 2007-09-03 [ticho] 3.0.0cvs4 * src/summaryview.c Handle plural form better in delete confirmation dialog. 2007-09-03 [wwp] 3.0.0cvs3 * src/compose.c Warn differently when sending or sending later (queueing). 2007-09-03 [colin] 3.0.0cvs2 * src/procmime.c * src/procmime.h * src/common/plugin.c * src/common/plugin.h Add a new plugin API, MimeParser. It allows plugins to scan email MIME parts and optionally, transform them. 2007-09-03 [mones] 3.0.0cvs1 * po/es.po Updated translation * src/common/defs.h While a better solution is made double history sizes 2007-09-03 [paul] 3.0.0 * NEWS * README * RELEASE_NOTES 3.0.0 released [For previous entries, see ChangeLog.2.0.0-3.0.0]