1 Changes of the Claws Mail GTK2 branch
6 * New HTML viewer plugin: Litehtml viewer
8 * Added option 'Enable keyboard shortcuts' to the 'Keyboard
9 shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous
11 * Compose: implemented copying of attached images to clipboard
13 * Compose: images and text/uri-list (files) can now be attached by
14 pasting into the Compose window
16 * Python plugin: window sizes are now remembered for the Python
17 console, the 'Open URLs' and the 'Set mailbox order' windows.
19 * Fancy plugin: the download-link feature now follows redirections
21 * MBOX export: the Enter key in the dialogue now starts the export
23 * The date (ISO format) has been added to log timestamps
25 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
26 Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese,
27 Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
31 o bug 1920, 'No automatic NNTP filtering'
32 o bug 2045, 'address book blocks focus on email window'
33 o bug 2131, 'Focus stealing after mail check'
34 o bug 2627, 'Filtering does not work on NNTP'
35 o bug 3070, 'misbehaving text wrapping when URL chars are
37 o bug 3838, 'Canceled right-click on message list leaves UI
38 in inconsistent state'
39 o bug 3977, 'Fix crashes when some external APIs fail'
40 o bug 3979, 'Hang (with killing needed) during action which
42 o bug 4029, 'segfault after deleting message in a window'
43 o bug 4031, 'fingerprint in SSL/TLS certificates for ...
45 o bug 4037, 'Fix some small issues'
46 o bug 4142, 'Translation error on Russian'
47 o bug 4145, 'proxy server for sending doesn't work'
48 o bug 4155, 'remember directory of last saving'
49 o bug 4166, 'corrupted double-linked list'
50 0 bug 4167, 'Max line length exceeded when forwarding mail'
51 o bug 4188, 'STL file is sent not as an attachment but as its
52 base64 representation in plaintext'
53 o CID 1442278, 'impossible to trigger buffer overflow'
54 o Make key accelerators from menu work in addressbook window
55 o save checkbox choices of display/summaries/defaults prefs
56 o Do not throw an error when cancelling 'Save email as...'.
57 o occasional crash on drag'n'drop of msgs
58 o possible stack overflow in vcalendar's Curl data handler
59 o crash when LDAP address source is defined in index, but
60 LDAP support is disabled
61 o crash in Fancy plugin if one of the MIME parts has no
63 o a few small memory leaks in scan_mailto_url()
64 o configure script for rare cases where python is not
66 o incorrect charset conversion in sc_html_read_line().
67 o markup in 'key not fully trusted' warning in pgpcore
68 o use after free in rare code path in rssyl_subscribe()
69 o several memory leaks
70 o verify_folderlist_xml() for fresh starts
71 o printf formats for size_t and goffset arguments.
72 o alertpanel API use in win32 part of mimeview.c
73 o pid handling in debug output of kill_children_cb()
74 o incorrect pointer arithmetic in w32_filesel.c
79 * Add support for TLS Server Name Indication (SNI). This enables the
80 sending of your hostname, if available, to the server so that it
81 can select the appropriate certificate for your domain. This is
82 useful for servers which host multiple domains on the same IP
84 This is a hidden Account preference, 'use_tls_sni', and is enabled
87 * SSL/TLS certificate manager: The Delete key will now delete the
90 * Window sizes are now remembered for the 'Apply tags' and SSL/TLS
91 certificate manager windows.
94 o bug 3519, 'Links including umlauts are broken'
95 o bug 4134, ''Save message to' option not set when it should
97 o prevent the Tools/SSL/TLS Certificates dialogue from
98 crashing when certificate filenames contain a fingerprint.
100 o various build fixes when building without GnuTLS.
105 * Message List: A context menu has been added to the column headers,
106 it has two entries: a new option, 'Lock column headers', and 'Set
109 * Folder List: A context menu has been added to the column headers,
110 containing 'Set displayed columns'.
112 * Preferences: The Display/Summaries option page has been split into
113 three notebook pages: Folder List, Message List, and Defaults.
114 The Message List page contains the new 'Lock column headers'
115 option. The Defaults page contains several new options for new
118 * New Folder Properties: It is now possible to control signing and
119 encrypting options on the Compose page. By default it follows the
120 Account preferences, but they can be overridden to always sign
121 and/or encrypt, or never sign/encrypt.
123 * Saving sent messages: The global preference, 'Save sent messages',
124 can now be overriden by the Folder Property and Account
125 preferences. The global preference no longer needs to be activated
126 for the Account Preference, 'Put sent messages in ...' option to
127 function. Likewise, the Folder Property, 'Save copy of outgoing
128 messages to this folder instead of Sent', no longer relies on the
129 global preference being set.
131 * SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and
132 the MD5 fingerprint has been removed.
134 * SSL/TLS certificates list: Status and Expiry columns have been
135 added, and expired and invalid certificates are now clearly
138 * QuickSearch: body searches are now quicker.
140 * QuickSearch: symbols used in Extended searches are now expanded
141 in the 'Edit' dialogue.
143 * Re-editing: Flags and tags are now preserved when re-editing a
146 * Fancy plugin: The minimum required webkitgtk version is now 1.10.0.
148 * PDF Viewer plugin: Ctrl+scroll now zooms.
150 * Tools: added cm-break.pl script, which breaks thread references for
151 the selected messages; textviewer.pl has been updated and now
152 requires perl 5.14.1.
154 * The legacy "sylpheed-claws" symlink is no longer installed in the
157 * New translation: Portuguese.
159 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
160 Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish.
163 o bug 3418, 'Building on a Cross Compiling toolchain doesn't
165 o bug 3889, 'Address and quoted message inconsistent in
167 o bug 4114, 'autogen.sh: Fix argument quoting'
168 o bug 4115, 'autogen: avoid unwarranted re-configure'
169 o bug 4120, 'New cert files are created in $HOME instead of
170 in ~/.claws-mail/certs'
171 o byg 4121, 'Moving a subfolder in another folder erases its
172 processing rules' (sic)
173 o bug 4132, '"Mark all as (un)read" dialog appears when
174 acting on 1 message only'
175 o bug 4133, 'trying to read message from an NNTP group (with
176 all expired articles.'
177 o regression where mail was not being checked at startup when
179 o links not being opened in browser when Fancy menu is opened
181 o show correct address:port in SOCKS5 proxy connection failure
183 o prevent unexpected loss of drafted message
184 o Quicksearch eating keypresses it didn't handle
186 o build on FreeBSD, sys/wait.h is needed for WEXITSTATUS
188 o Reply from mainwindow menu and toolbar when mainwindow's
189 messageview is hidden
190 o CID 1438531 Fix wrong test leading to dead code
191 o CID 1439871 and validate Unicode char strictly
192 o CID 1439996 and remove unnecessary comparison
193 o Fancy: left-click on links not opening in browser
194 o RSSyl: lost processing rules when renaming folder
195 o annoyance where your current reading is disturbed when a
196 new msg is filtered into the current folder
197 o don't leave the user in limbo when privacy system is 'none'
198 and auto signing/encrypting is set
199 o several memory leaks
205 o bug 4072, 'Crash when clicking 'reply' or 'reply with
207 o Account signature: Warn and fail rather than crashing when
208 format string is faulty.
213 * the minimum GLib requirement is now 2.28.
215 * the mimimum GTK+2 requirement is now 2.24.
217 * nettle is now required, following removal of libcrypt from glibc.
219 * explicit use of --disable-gnutls is now required if gnuTLS support
222 * SOCKS proxy support has been added.
223 Global settings can be found on the Mail Handling/Proxy page.
224 This can be overridden by Account settings on the new Proxy page.
226 * Accounts can now have their own auto-check intervals, or follow the
229 * in the options for 'default selection when entering a folder',
230 'first [...]' has been renamed to 'oldest [...]', and
231 'newest [...]' items have been added.
233 * Message List: when changing sort key by clicking column header,
234 the sort direction is now preserved
236 * Message View: keypress handling for scrolling, (PgUp/Down, Space,
237 Backspace), has been improved.
239 * the Network Log now displays output from LDAP operations.
241 * "Go to last error" has been added to the Log Window context menu.
243 * Filtering/Processing: "mark_as_spam" is no longer a final action,
244 since it does not move the marked message.
246 * Filtering/Processing: Resent-From and Resent-To have been added in
247 Any/All header(s) (in Address Book) matcher rules.
249 * when a Return-Receipt request is received by an unknown address,
250 the user is now required to choose which Account to send it from.
252 * Colour Labels: confirmation is asked for when clearing or
253 overriding existing colour labels.
255 * Address Book: basic contact merging has been added.
257 * NetworkManager support: ported from libnm-util/libnm-glib to libnm.
259 * Dillo plugin: this HTML rendering plugin is now once again
262 * RSSyl plugin: the modified time is no longer considered when
263 matching deleted items.
265 * RSSyl plugin: Handle 404 and other fetch failures better.
267 * Attachment Remover plugin: the user is now notified about what has
268 been done when processing multiple selections.
270 * SpamAssassin plugin: added support for compression (the server must
271 have compression enabled, and the local spamc too).
273 * SpamAssassin plugin: disabled SSLv3.
275 * when using the hidden preference, hide_timezone, the time in the
276 Date header is converted to UTC.
278 * various other UI improvements.
280 * many behind-the-scenes improvements.
282 * updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
283 Dutch, Finnish, French, German, Hungarian, Norwegian Bokmål,
284 Romanian, Russian, Slovak, Spanish, Swedish, Traditional
288 o bug 3754, 'interactive auth dialogs pops endlessly'
289 o bug 3919, 'manual filtering does not move spam'
290 o bug 3936, 'LDAP StartTLS does not work for addressbooks'
291 o bug 3947, 'Build break with --disable-libsm
292 --enable-crash-dialog'
293 o bug 3957, 'Claws-Mail 64bit crashes when saving a draft'
294 o bug 3960, 'Sends unencrypted emails when encryption fails'
295 o bug 3971, 'Deleted rss feed item reappears as unread on
297 o bug 3973, ''select all' in summaryview does not
298 automatically focus the summaryview'
299 o bug 3978, '"From" column displays both name and email
301 o bug 3984, 'Copy-paste in find/filter field works
303 o bug 3985, 'an empty progress bar remains after POP mail
305 o bug 3986, 'IMAP quick search using non-ASCII characters
306 creates an infinite loop'
307 o bug 3993, 'Claws Mail connects to IMAP server when it
309 o bug 4014, '"Work offline" doesn't seem to affect RSS'
310 o bug 4022, 'Closing "Account Preferences" window opens "Edit
311 Accounts" window if "Edit Accounts" window has
312 been opened before at least once'
313 o bug 4023, 'Fix some small issues'
314 o bug 4033, 'Claws Mail crashes [malloc(): memory corruption]
315 while trying to save account password greater
317 o bug 4056, 'Impossible to disable overriding of offline
319 o bug 4058, '# in extended search description window should
321 o bug 4068, 'Claws Mail hangs when getting news from a
323 o actionsrc was not updated after mailbox name change
324 o two crashes caused by bad GtkListStore management in
326 o wrong malloc of clamd_socket struct, (CID 1220477)
327 o vCalendar: possible access to uninitilized folder pointer
329 o vCalendar: mismatch and unneeded display of unavailable
330 folder class in warning (CID 1434197)
331 o vCalendar: Skip whitespace chars at the beginning of ics
333 o buffer overrun, always writing at buffer size + 1. (CID
335 o wrong use of pointer-to-array as an array CID 1434191)
336 o sensitivity of few preferences widgets of the SA plug-in
337 o compilation using --enable-generic-umpc
338 o crash in quicksearch keypress handling
339 o quoting in reply to format=flowed message
340 o HTML <hX> header handling
341 o 'sort_type' is lost when changing 'sort_key' from
342 /View/sort the bug was apparent with a descending sort
343 o Return-Receipts: MDN mail-accountname leak
344 o auth retry in Managesieve - wrong state variable was being
351 * Preferences: for the 'default selection on entering a folder' on
352 the Display/Summaries page, the first new, first unread, and first
353 marked message options are now sort-order aware.
355 * Preferences: the previously hidden preference to 'Warn when sending
356 to more recipients than []' has been added to the
357 Mail Handling/Sending page.
359 * Preferences: Toolbars/Compose window: Sign/Encrypt toggle buttons
360 can been added to the toolbar.
362 * Preferences: Fancy Plugin: allow stylesheet file/folder names to
365 * Account Preferences: a 'Show password' checkbox has been added next
366 to the password fields.
368 * Account Preferences: the OpenPGP and S/MIME preferences have been
369 split into two separate pages.
371 * Account Preferences: newline characters are disallowed in account
372 usernames and passwords, and warnings are shown to the user if this
375 * Compose: more UTF-8 list-item characters have been added.
377 * Address book: a 'Show password' checkbox has been added next to the
378 LDAP server 'bind password' field.
380 * GPG: full key/signature fingerprints are now shown instead of the
383 * SSL Certificate Manager: added support for ipv6 addresses.
385 * NNTP: Fetch XOVER and XHDR data in batches of 5000 and use the
386 statusbar progress meter when opening/refreshing a NNTP folder.
388 * CLI: the --insert option has been added to --compose, to allow
389 inserting files from the command line.
391 * Plugins window: keyboard shortcuts to Load/Unload buttons have
394 * PDF Viewer Plugin: a print button has been added.
396 * The HTML parser now supports all entities.
398 * Tools: a simple bash completion helper has been added,
399 tools/bash_completion/claws-mail.
401 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
402 Dutch, Finnish, French, German, Hungarian, Italian,
403 Norwegian Bokmål, Russian, Slovak, Spanish, Swedish, Turkish.
405 * New translations: Japanese, Polish, Romanian.
408 o bug 3266, 'procmime.c: FILE leak in specific circumstances'
409 o bug 3784, 'Very similar strings in src/gtk/about.c'
410 o bug 3793, 'Segfaults when master passphrase dialog is
411 launched in the middle of autocompletion'
412 o bug 3795, 'Fix typo in utils.c'
413 o bug 3796, 'Fix format-security warnings in alertpanel_ use'
414 o bug 3797, 'Unfold quoting renders quotes completely
416 o bug 3801, 'Broken auto wrapping'
417 o bug 3808, 'vCalendar plugin does not load due to undefined
418 symbol icaltime_from_timet'
419 o bug 3813, '"mouse up" activates link even if "mouse down"
420 occurred outside the link / cannot copy link
422 o bug 3814, 'end of mouse drag or text selection erroneously
424 o bug 3819, 'Duplicate definition of global pygtk symbols'
425 o bug 3821, 'Potential security issue with libetpan code in
427 o bug 3916, 'message view shows wrong message contents'
428 o bug 3843, 'Non-functional "Change to..." command in
430 o bug 3852, 'delete header entry button doesn't restore
432 o bug 3881, 'Hide Read Threads eats emails'
433 o bug 3886, '"About to send mail to 2 recipients" warning
434 when one of them is Reply-To'
435 o bug 3892, 'build fails with enchant-2.1.0'
436 o bug 3893, 'Text mode open/copy web links ignores trailing
438 o bug 3924, 'Fix configuration of sieve plugin on FreeBSD
440 o bug 3931, 'segfault searching server with master password'
441 o off-by-one error in textview's quote unfolding
442 o Make sure outgoing messages have a trailing newline
443 o 'add_to_addressbook' filtering action correctly add the
445 o improved handling of bad filenames get_serverport() in
447 o building against older webkitgtk versions
448 o crash in mailimf_group_parse() in mailmbox plugin
449 o missing invalid regexp indication in folder preferences.
450 o truncated input widgets in preferences window
451 o ignore_thread not marking complete thread
452 o buffer length handling in GnuTLS password encryption and
460 o bug 3348, 'Contact pictures not deleted when contact is
462 o bug 3721, 'Fails to build in Debian kfreebsd-*'
463 o bug 3744, 'Crash upon deleting tags.'
464 o bug 3822, 'AttRemover deletes message and fails to create
465 new one when disk is full'
466 o bug 3828, '"Re-edit" should not recycle the Message-ID
468 o bug 3835, 'autogen.sh fails with invalid test on line 33'
469 o bug 3855, 'segfault at startup with old profile and IMAP
471 o bug 3866, 'slibtool causes compile failure'
472 o fix crash in sieve manager window when no account has sieve
474 o fix incorrect labels in folder selection dialog.
475 o fix RSSyl feeds getting renamed to "Untitled feed".
476 o fix Resent-Date value.
477 o Fix typo around libarchive in configure.ac.
482 * More granular options on when to open a selected message have been
483 added. There are now several checkboxes on the Display/Summaries
484 page of the Preferences which allow a greater flexibility.
486 * Compose window: Show the total size of attachments on the
489 * Compose window: Bcc has been added to the headers drop-down list.
491 * Folder list: Top-level folders can now be copied. They are created
492 as regular folders in the target mailbox.
494 * Folder selection dialogue: Left/right keys collapse/expand rows.
495 Further keypress will move the cursor to parent or first child,
498 * Menu items: 'Mark all unread [recursively]' has been added to the
499 folder context menu, message list menu, and the main window menu
502 * Toolbar actions: Mark, Unmark, Lock, Unlock, Mark [all] read, Mark
503 [all] unread, Ignore Thread, Watch Thread, and Delete Duplicate
504 Messages have been added to the main window toolbar's Actions list.
506 * Account compose signature: The value of the signature file now
507 takes a path relative to the user's home directory in addition to a
510 * Icon Themes: Support for SVG themes with icon scaling capabilities
511 has been added. This requires libRSVG 2.40.5 or newer.
513 * Hidden preferences: colours for specifying Tags, QuickSearch, and
514 auto-filled header values have been added, both foreground and
515 background. Respectively, tags_color, tags_bgcolor,
516 qs_active_color, qs_active_bgcolor, qs_error_color,
517 qs_error_bgcolor, default_header_color, and default_header_bgcolor.
519 * Hidden preferences: warn_sending_many_recipients_num, if greater
520 than zero, a warning dialogue is shown when the number of
521 recipients exceeds the number given.
523 * GData plugin: This plugin now requires libgdata version 0.17.2 or
526 * TNEF parser plugin: This plugin now uses an external libytnef.
528 * vCalendar plugin: This plugin now uses an external libical, version
529 2.0.0 or newer is required.
531 * Mail Archiver plugin: - updated to support some of the compression
532 formats up to libarchive 3.2.2
534 * Several minor UI improvements.
536 * Updated manual in English and Spanish.
540 * Updated translations: Brazilian Portuguese, Catalan, Danish,
541 Dutch, French, German, Hungarian, Italian, Norwegian Bokmål,
542 Russian, Spanish, Swedish, Traditional Chinese, and Turkish.
545 o bug 3251, 'A translated In-Reply-To header is sent
547 o bug 3571, 'recipient list lost and truncated'
548 o bug 3574, 'Template addressing'
549 o bug 3582, 'Select folder dialogue does not tell what is
551 o bug 3673, 'Be more friendly instead of "configure: error:
552 'encrypt'-function not found."'
553 o bug 3734, 'undefined symbol error with flex-2.6.2'
554 o bug 3740, 'Templates information dialog can't be closed
556 0 bug 3741, 'Deleting an account doesn't delete imapcache'
557 o bug 3742, 'Attaching file with plus sign in filename via
558 drag and drop doesn't work'
559 o bug 3762, 'redirect fails'
560 o bug 3764, 'Use external libical instead of the internal
562 o bug 3775, 'Error in string at src/mainwindow.c:4726?'
563 o bug 3777, 'Weird news dates for some RSS feeds'
564 o Debian bug 846170, 'incorrect IMAP UID handling'
565 o Allow sending empty messages in Session (just \r\n).
566 o fix some main window menu sensitivity issues
567 o make up/down key navigation obey 'always_show_msg'
568 o fix text selection when double-clicking quoted text and
569 'collapse quoted text on double click' is turned off
570 o fix 'Go to' moving off current, unopened msg, and dialogue
572 o obey 'always_show_msg' on "no more [...] msgs. go to next
574 o make Go to/[Next|Prev] sort order aware
575 o don't ignore auto-account selection when forwarding on IMAP
577 o on first run, use --alternate-config-dir (if set) on prefs
578 migration. prevents useless creation of ~/.claws-mail
580 o fix colouring of auto-filled headers
581 o don't remove the To when changing account
582 o Honour autosave_encrypted preference when using external
584 o Fix 'search folder' not working in some cases
587 o when renaming folder, only update summaryview folder name
588 if the current folder is being renamed
589 o sensitise trayicon's 'get mail' and 'exit'
590 o Handle timezones correctly in vCalendar.
591 o Do not hardcode resolv.conf location
592 o fix building with --disable-deprecated
597 * 'hide_timezone', a new hidden preference that sets the timezone of
598 date fields sent over the network to the unknown timezone value as
599 specified in RFC 5322 §3.3. Default value is false (i.e., send
600 available timezone information).
602 * 'rewrite_first_from', a new hidden preference which works around a
603 limitation of some servers with 'overly-liberal parsers'. When this
604 is turned on and the Content-Transfer-Encoding is set to 8bit or
605 7bit, in a message body starting with 'From ' the 'From ' will
606 become '=46rom ' (i,e, encoded form of 'F') and the Content-
607 Transfer-Encoding will be changed to Quoted-Printable. When it is
608 turned off no such modification will be made but it is very likely
609 that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
610 further details. Default value is '1', turned on.
612 * Templates: it is now possible to attach a file, using
613 '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
614 evaluated as a command-line to get the filename name from, using an
615 absolute /path/to/filename.
617 * IMAP mailboxes which show subscribed folders only are now indicated
618 by a green folder icon.
620 * The Icon Legend has had the missing folder icons added and also has
623 * Drafted messages: Do not add Message-ID for draft, unless the
624 message already has one. A Message-ID header is now only added when
625 queuing a message, and any existing Message-ID and References
626 headers in drafts, if there are any, are kept.
628 * Disable hiding threads and messages in draft folders.
630 * The /View/Go to/... actions now respect the 'Open message when
633 * In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
634 'IMAP4', 'SSL/TLS' instead of 'SSL'.
636 * GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
637 using older versions of GnuTLS library.
639 Since GnuTLS 3.1.7, this minimum size is dictated by the priority
640 string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
641 1008 bits. We set this minimum size explicitly for older GnuTLS
644 Users who are affected by this (their servers use DH prime smaller
645 than 1008 bits) can override this by using a priority string
646 starting with the keyword "LEGACY". However, this keyword only
647 works with GnuTLS 3.3.0 or newer.
649 * RSSyl plugin: Enable keeping old items by default.
651 * vCalendar plugin: The ics file name is now used for the WebCal
652 subscription folder name.
654 * vCalendar plugin: Use hours/minutes for vcalendar alert time.
656 * Notification plugin: Add support for unity/messaging menu.
658 * PDF Viewer plugin: The icons are now themeable.
660 * Updated manual in English and Spanish.
662 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
663 Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
664 Bokmål, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
668 o bug 2918, 'Notification Popup icon is hardcoded'
669 o bug 3207, 'Claws segfaults when closing LDAP-enabled
671 o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
672 o bug 3638, 'GData Plugin fails after initial Google
674 o bug 3665, 'Fix config script for macOS'
675 o bug 3666, 'Typos in Turkish translation'
676 o bug 3667, 'segfault in imap_session_authenticate'
677 o bug 3675, 'RSSyl crash when opening Atom feed'
678 o bug 3676, 'RSSyl crash when opening Atom feed with XML
680 o bug 3678, 'Segfault when trying to add new account'
681 o bug 3684, 'Socket error with POP3 using TLS client
683 o bug 3697, 'Export to mbox' causes crash'
684 o bug 3705, 'active account Mail Address corrupted when
685 address in Message-ID is used'
686 o bug 3711, 'Usage of (s)'
687 o bug 3712, 'Name of the example domain in the translation'
688 o fix non-resizeable Icon Legend dialogue
689 o Fix a potential bug in vcalendar's libical
690 o Fix potential crash in vcalendar's icalcomponent_vanew() on
692 o Fix regression: show simple text/calendar with plugin.
693 o Fix crash in vcalendar passwords handling on prefs save.
694 o Few miscellaneous fixes for RSSyl.
695 o several memory leaks.
696 o Don't check for encrypt() on FreeBSD.
697 o Add OpenBSD CA cert path.
698 o Do not process folder marks when just refreshing
704 * Passwords can now be secured with a Master Passphrase.
705 (/Configuration/Preferences/Other/Miscellaneous/)
707 * Passwords: The password storage method has changed. All passwords
708 are now stored in a separate file, (~/.claws-mail/passwordstorerc),
709 and use a stronger encryption than previously. Existing passwords
710 are moved to the new file automatically, in the old format. The
711 new format will be used whenever old passwords are changed or when
712 a Master Passphrase is used. All new passwords are saved using the
713 new format, irrespective of whether a Master Passphrase is used or
714 not. Further information can be found here:
715 http://www.claws-mail.org/doc/password_encryption.txt
717 * Compose window: Removed the outer scrollbar from header area.
719 * Message view: The HTML to plain text converter now indicates list
720 items with a hyphen (-), adds a line break after <dd>, and indents
721 text within blockquotes.
723 * Main window: Changed default /View/Show or hide/Menubar shortcut to
726 * SSL certificates list: Added automatic scrollbar.
728 * Address book: Double-clicking datasources now opens the edit
731 * Forwarding: The external editor is now automatically used when
732 forwarding as attachment, if the preference is set.
734 * Preferences: Automatic mail checking can now be configured in
735 hours, minutes and seconds.
736 (/Configuration/Preferences/Mail Handling/Receiving)
738 * Preferences: The 'next_on_delete' hidden preference now applies to
739 trashing or moving, in addition to deleting, a message.
741 * Command line: Added -geometry to set geometry for main window.
743 * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
744 accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.
746 * IMAP: The acccount preference, 'Move deleted mails to trash and
747 expunge immediately' has been removed.
749 * Notification plugin: Added 'Get mail from account...' to the
750 SysTray module's menu.
752 * Notification plugin: Focus the widget between iconify/deiconify
755 * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
756 parenting for two or more messages.
758 * Documentation: Updated man page and manual.
760 * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
761 Finnish, French, German, Hungarian, Italian,
762 Slovak, Spanish, Swedish, Traditional
764 Added: Danish, Indonesian, Turkish.
765 Dropped: Lithuanian (unmaintained)
768 o bug 2518, '"Reply-All" message from NNTP-account does not
769 contain CC'ed correspondents'
770 o bug 2781, 'Unsanitised Folder Creation'
771 o bug 3028, 'Claws doesn't select html part if attachments
773 o bug 3213, 'Line break in subject of message'
774 o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
776 o bug 3581, 'sys:1: Warning: Source ID # was not found when
777 attempting to remove it'
778 o bug 3603, 'Feeds from Reddit are empty'
779 o bug 3610, 'Heap use after free in
780 privacy_mimeinfo_check_signature()'
781 o bug 3616, 'segfault setting up new CM in new userid'
782 o bug 3623, 'Client crash on importing duplicated feed'
783 o bug 3629, 'Invalid subject can distort message list view'
784 o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
785 pointer with integer zero [-Wextra]'
786 o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
787 3.13.2git tries to load 3.11.1 plugins'
788 o bug 3658, 'Passphrase ignored during keypair generation
790 o include Reply-To value when using 'reply to all'
791 o inputdialog modality and focus issue
792 o fix Compose account selection when imap folder is selected.
793 o set correct rcdir on Win32
794 o Fix behavior in selecting PGP MIME signature on Windows.
795 o RSSyl: typo in handling feed name ending with a period on
797 o vCalendar: Handle ical lines longer than 256 bytes
803 o bug 2358, '"Disposition-Notification-To:" should default
804 to same value as "From:'
805 o bug 3557, 'Remotely exploitable bug.'
806 o bug 3584, 'After 3.13.1, characters in some Japanese codec
807 are never correctly converted to internal ones'
812 * When attaching files with no suffix, e.g. Makefile, the correct
813 mime type is now found.
815 * Added support for a whole range of extra TLDs.
817 * '➜' is used instead of '-->' in the Message List when sender is
818 yourself. (Only visible if the hidden pref 'enable_swap_from' is
821 * An external editor can now be embedded in the Compose window.
822 This depends upon the 'Text editor' option (/Configuration/
823 Preferences/Message View/External Programs) having a suitable
824 value, such as 'gvim -f --socketid %w %s'.
826 * Address Book: address books can now be searched.
828 * A hidden pref has been added, 'next_on_delete'. This controls the
829 message selection when a message is deleted. A setting of '0'
830 which cause the previous, older message to be selected, a setting
831 of '1' will cause the next, newer message to be selected.
833 * PDF Viewer plugin: Support for encrypted (password protected) PDFs.
835 * RSSyl plugin: The feed preferences window appearance has been
838 * The --enable-new-addrbook configure option has been renamed to
839 --enable-alternate-addressbook.
841 * Windows: Re-enabled regexps.
845 * Updated translations: British English, Czech, Dutch, Finnish,
846 French, German, Hebrew, Hungarian, Italian, Lithuanian,
847 Norwegian Bokmål, Slovak, Swedish, Traditional Chinese.
849 * New translations: Russian.
851 * Removed translations: Bulgarian, Esperanto.
854 o bug 1959, 'Selection selects too many under expanded view'
855 o bug 2490, 'Selecting mails through Shift-Home/End doesn't
857 o bug 3151, 'loaded vCalendar plugin "disables" gnome-shells
858 calendar view entries'
859 o bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting
861 o bug 3557, 'Remotely exploitable bug.'
862 o bug 3454, (windows) 'Attachments containing certain special
863 characters in filename are not opened'
864 o bug 3480, 'No valid feed found when channel title is
866 o bug 3513, 'Can't delete multiple selected e-mails'
867 o bug 3541, 'Selecting a leaf folder with keyboard no longer
869 o bug 3559, 'Opening preferences window causes out of bounds
871 o bug 3561, 'HTML <a> tag with no href makes message display
873 o bug 3562, 'Hyperlink Errors URI XMPP, SIP, SIPS and Skype'
874 o bug 3563, 'URL parser will read out of bounds when closing
875 bracket is missing in get_url_part'
876 o bug 3566, 'Missing locales in Eastern name order'
877 o Debian bug 801375, 'Segfault when activating ... the plugin
878 with the Code from Google'
879 o better fix for crash after broken pgp keyring update, and
880 bogus EOF message on verifying sigs of missing keys
881 o building on OpenBSD
882 o libetpan version test
883 o folder renaming for IMAP on Windows.
888 * Preferences are now saved to disk immediately on pressing OK or
891 * New preferences have been added for default sorting of the message
892 lists. They are found in the 'Message list' frame of the Display/
893 Summaries page of the general preferences. These options only apply
894 to newly created folders.
896 * The menu item 'Delete thread' has been moved to the Message menu.
897 Previously clicking it would not delete the thread, but just move
898 it to the Trash folder. Now it will delete the thread.
899 An additional menu item has been added, 'Move thread to trash',
900 which implements the original behaviour.
902 * Compose window: By default it is no longer possible to add user-
903 defined headers, with only those pre-defined in the drop down menus
904 being possible. To restore the old behaviour, a new hidden
905 preference has been added: 'type_any_header', setting this to 1
906 restores the old behaviour.
908 * Automatic account selection is now also applied when you reply to
909 one of your own messages, e.g. from the Sent folder.
911 * Folder list: The Left and Right cursor keys now collapse or expand
912 the currently selected folder tree item. The Left cursor key also
913 moves the selection to parent folder, if current folder is within
916 * Folder list: The Home and End keys now move the selection to the
917 first folder and last folder in the tree.
919 * Account Auto-configuration: when errors occur, a more detailed
920 error message is shown.
922 * GnuPG plugins: An option has been added to specify the location of
923 the GnuPG executable.
925 * GnuPG plugins: A new hidden preference has been added which limits
926 the number of results returned when using your keyring for address
927 auto-completion: 'autocompletion_limit'. The default value is 0,
928 which means there is no limit, any other number will limit the
929 results to that number.
931 * Python plugin: Folder has been added to MessageInfo objects.
933 * The GeoLocation plugin is no longer included.
935 * The user manual has been updated.
937 * The man page has been updated.
939 * Updated translations: Brazilian Portuguese, British English, Czech,
940 Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
941 Slovak, Spanish, Swedish.
943 * New translations: Italian, Traditional Chinese.
945 * Removed translations: Indonesian, Polish.
948 o bug 2115, 'Drag n' Drop of files with special characters
950 o bug 3209, 'autoconfig does not use full email address as
952 o bug 3253, 'all addresses of getaddrinfo() result should be
954 o bug 3263, 'Wrong timezone while using date_fmt function'
955 o bug 3296, 'Crash on double notification popup'
956 o bug 3352, 'found_in_addressbook matches entries from GPG
958 o bug 3454, 'Attachments containing certain special
959 characters in filename are not opened'
960 o bug 3473, 'base64 regression with old glib2 (before
962 o bug 3475, 'Attachment dragged to email must be dropped to
963 attachment tab only - reggresion'
964 o bug 3483, 'When replying to a *de*crypted message, it is
965 contained *encrypted* in reply'
966 o bug 3507, 'build fails w/o GnuTLS'
967 o bug 3516, 'vCard icon misplaced'
968 o bug 3524, 'vCard does not decode all quoted-printable
970 o bug 3531, 'a/z hotkeys crash Claws immediately after
972 o make 'date' (not thread date) the default sort when
973 clicking column header to switch to date sort.
974 o Several memory leaks in RSSyl.
975 o IPv6 now works on Windows, for connections not handled by
977 o GPG preferences initialization.
978 o Possible crash when gpg is upgraded to gpg-v21
979 o Save temporary file in mime temporary directory when using
980 right-click/Open image instead of saving in current working
982 o Crash in address completion when matching group name.
983 o Correct handling of RFC3339 timestamp format with second
985 o Building on GLib older than 2.25.
990 * New plugin: ManageSieve. Manage sieve filters on a server using
991 the ManageSieve protocol.
993 * Filtering/Processing: increase range for age matcher condition.
995 * Filtering/Processing: 'mark_as_spam' now only marks as spam, it
996 does not do an additional move.
998 * Compose window: From line gets its own label with mnemonic.
1000 * Compose window: more intuitive right-click behaviour in attachments
1003 * QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
1005 * Folder list: Added 'Mark all read recursively' to context menu.
1007 * Support for Mac-cyrillic encoding.
1009 * IMAP: Support for SCRAM-SHA-1 authentication mechanism.
1011 * PGP plugins: Display validity of signatures
1013 * Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
1015 * RSSyl plugin: Per-feed support for HTTP basic auth.
1017 * GData plugin: minimum requirement: libgdata 0.17.1
1019 * Several layout improvements to preferences pages.
1021 * Updated user manual.
1025 * Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
1026 French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak,
1029 ...and so much more!
1032 o bug 1769, 'vCalendar timezone glitches'
1033 o bug 1901, 'More descriptive error msgs when attempting to
1035 o bug 2435, 'Infinite loop+crash when refreshing folders from
1036 dovecot mbox based mailbox'
1037 o bug 2577, 'improve focus rectangle removal in summaryview'
1038 o bug 2601, '"if item changes... never mark as unread" marks
1040 o bug 2965, 'Encrypted mails are stored unencrypted in
1041 'Queue' while sending via IMAP'
1042 o bug 2981, 'claws-mail-3.9.3 compilation warnings'
1043 o bug 3211, 'Fails to build in Debian hurd-i386'
1044 o bug 3321, 'revert "Remove unreachable code"'
1045 o bug 3345, 'Ability to choose other From values via keyboard
1047 o bug 3349, 'Unable to insert a file into a message during
1049 o bug 3351, 'Two problems when re-sending a file with an
1051 o bug 3354, 'Event cancellation uses incorrect method
1052 parameter for Content-Type header'
1053 o bug 3364, 'segfault in src/prefs_account.c'
1054 o bug 3365, 'segfault in src/wizard.c'
1055 o bug 3380, 'Initialize widget before callback handler for
1057 o bug 3389, 'document 'F12' shortcut'
1058 o bug 3407, 'Pressing the "Date" column header to "sort by
1059 date" causes all columns to have a sort arrow.'
1060 o bug 3419, 'Saving/appending messages to an mbox file
1062 o bug 3421, 'Recipients list doesn't scroll when moving with
1064 o bug 3432, 'Google ClientLogin has been deprecated, should
1065 be migrated to OAuth 2.0'
1066 o bug 3438, 'Filter to add address to Addressbook duplicates
1067 address in Name field'
1068 o bug 3466, 'address auto-complete does not work on plasma5'
1069 o Debian bug 771360, CVE 2010-5109
1070 o Debian bug 771737, 'Segfaults when trying to open folder'
1071 o Debian bug 779824, 'claws-mail depends on plugins
1073 o Fix LDAP access using TLS protocol
1074 o claws-mail.desktop installation
1075 o Compose window Subject mnemonic
1076 o Archiver plguin: compatibility with libarchive 2.8.x
1077 o Remove draft when cancelling a message written with an
1079 o Remove superfluous dynamic link against libarchive
1080 o Fix labels referring to 'SSL' instead of 'TLS'
1081 o Allow single-click to select mailboxes in the mailbox order
1083 o tbird2claws.py: set encoding to UTF-8.
1089 * Use 'gnutls_priority' hidden account preference for POP3 and
1090 STARTTLS connections, in addition to SMTP.
1092 * RSSyl plugin: Enable use of .netrc to store network credentials.
1094 * Remove dependency on intltool.
1098 * Updated translations: Norwegian Bokmål.
1101 o bug 3306, 'HTML tag </b> is not always rendered in error
1103 o bug 3308, 'build ignores --localedir'
1109 * SSLv3 server connections are now disabled by default, in response
1110 to the POODLE vulnerability, see
1111 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566.
1113 * Several PGP/Core plugin improvements
1114 Indicate when a key has been revoked or has expired when displaying
1115 signature status. For example,
1116 "Good signature from %s, but the key has expired."
1117 "Good signature from %s, but the key has been revoked."
1118 When displaying the full information, show the Validity, and the
1119 Owner Trust level. Also indicate expired and revoked keys, and
1122 The "Content-Disposition: attachment" flag in PGP/MIME signed
1123 messages has been removed. It was confusing for cetain MUAs.
1125 * A new version of the RSSyl plugin, completely redesigned and
1126 rewritten. Migration from the previous version is automatic,
1127 it has a new storage format in ~/.claws-mail/RSSyl/ (hierarchical
1128 directories instead of flat file format). It uses the expat
1129 library instead of libxml2 for parsing feed data.
1131 * The results of TAB address completion in the Compose window have
1134 1. Match beginning of name
1135 2. Match beginning of additional names
1136 3. Match complete email address before @
1137 4. Match beginning of email address
1138 5. Compare relative position of match
1139 6. Compare name alphabetically
1140 7. Compare address alphabetically.
1142 * Due to popular demand, use of the Up key in the message body in the
1143 Compose window stops at the top of the message body and does not
1144 continue up to the header fields. This reverts the behaviour
1145 introduced in version 3.10.0.
1147 * In the Compose window, when navigating with the arrow keys,
1148 selecting, and thus modifying, the Account selector is now
1151 * In the Compose window, a mnemonic (s) has been added to the Subject
1154 * The Queue folder is highlighted if there are messages in its sub-
1155 folders and the tree is collapsed.
1157 * When sorting messages by 'thread date', clicking the 'Date' column
1158 header will now toggle between ascending/descending and will not
1159 switch to 'date' sorting.
1161 * A new QuickSearch filter has been added that searches a header's
1163 H S : messages which contain S in the value of any header.
1165 * A Reply-To field has been added to the main Template configuration.
1167 * The menubar can now be hidden, default hotkey: F12.
1169 * Fancy plugin: A user-controlled stylesheet can now be used.
1171 * Python plugin: Add flag attributes to MessageInfo object.
1173 * Python plugin: Make 'account' property of ComposeWindow read/write.
1175 * Libravatar plugin: a network timeout option has been added.
1177 * appdata has been added for package managers, it must be
1178 specifically enabled, using ./configure --enable-appdata
1179 See http://people.freedesktop.org/~hughsient/appdata/ for further
1182 * The tbird2claws.py script, for converting a Thunderbird mailbox to
1183 a Claws Mail mailbox, now handles sub-directory recursion.
1185 * Updated translations: Brazilian Portuguese, Bulgarian, Dutch,
1186 Esperanto, Finnish, German, Hebrew, Lithuanian, Slovak, Spanish,
1190 o bug 3173, 'quick search ignores trailing blank'
1191 o bug 3211, 'Fails to build in Debian hurd-i386 architecture'
1192 o bug 3212, 'When msgnum matches a sub-folder name, fetch
1194 o bug 3221, 'IMAP: Claws Mail has issues with Yahoo IMAP
1196 o bug 3235, 'Extraneous double quotes inside base64-encoded
1197 From header confuse 'Reply' action'
1198 o bug 3236, 'sc_html_parse_tag() does not recognize '<br/>'
1200 o bug 3246, 'attachment open: "remember this" ignored if
1201 ~/.mailcap does not exist'
1202 o bug 3265, 'procmime.c: unbalanced flockfile() /
1204 o bug 3300, 'Cannot send/receive mail when SSL 3.0 is not
1205 supported on the server'
1206 o Debian bug 755022, '[claws-mail-spam-report] likely useless
1207 to report to Debian because of the use of http
1209 o Disable SSL3.0 entirely as a Poodle fix.
1210 o fix msg display when utf8_instead_of_locale_for_broken_mail
1211 is turned off and you use a UTF-8 locale
1212 o fix building without gnuTLS support
1213 o Don't differentiate the protocols used when using direct
1214 SSL/TLS versus STARTTLS
1215 o disallow editing any account (even current account) when at
1216 least one compose window is open
1217 o Actually display "(No From)" in messageview's From column
1219 o When changing focus in folderview, make sure the newly
1220 focused folder is visible first.
1221 o various fixes to flaws reported by Coverity scan
1222 o PGP/Core plugin: Don't automatically re-check signatures
1223 o PGP/Core plugin: fix erroneous 'untrusted' msg based on
1225 o Make INBOX case-insensitive (as RFC states)
1226 o Python plugin: Fix ComposeWindow.get_account_selection
1232 * Add an account preference to allow automatically accepting
1233 unknown and changed SSL certificates, if they're valid (that is,
1234 if the root CA is trusted by the distro).
1236 * RFE 3196, 'When changing quicksearch Search Type, set focus to
1239 * PGP/Core plugin: Generate 2048 bit RSA keys.
1241 * Major code cleanup.
1243 * Extended claws-mail.desktop with Compose and Receive actions.
1245 * Updated Bulgarian, Brazilian Portuguese, Czech, Dutch, Esperanto,
1246 Finnish, French, German,Hebrew, Hungarian, Indonesian, Lithuanian,
1247 Slovak, Spanish, and Swedish translations.
1250 o bug 2728, 'erroneous switching from one to three column
1252 o bug 2981, 'claws-mail-3.9.3 compilation warnings'
1253 o bug 3170, 'QuickSearch fights with View/Hide read threads
1255 o bug 3179, 'Win32: Please add 'gtk-auto-mnemonics = 1' to
1257 o bug 3201, 'Fix memory corruption in sc_html_read_line()'
1258 o Debian bug 730050, 'vcalendar plugin crash'
1259 o Fix GCond use with newer Glib
1260 o Fix the race fix, now preventing the compose window to be
1262 o Fix "File (null) doesn't exist" error dialog, when
1263 attaching a non-existing file via --attach
1264 o Fix spacing in Folderview if the font is far from the
1266 o RSSyl: When parsing RSS 2.0, ignore <link> tags with a
1268 o RSSyl: Check for existence of xmlNode namespace, to prevent
1269 NULL pointer crashes.
1275 * Complete SSL certificate chains are now saved, and if built with
1276 Libetpan 1.4.1, the IMAP SSL connection's certificate chain is made
1277 available. Both of these allow correct certificate verification
1278 instead of a bogus 'No certificate issuer found' status.
1280 * Auto-configuration of account email servers, based on SRV records,
1281 is now possible. (GLib >= 2.22 is required.)
1283 * Added a preference to avoid automatically drafting emails that are
1284 to be sent encrypted, (Configuration/Preferences/Compose/Writing).
1286 * Messages saved as Drafts are now saved as New, highlighting the
1287 Drafts folder, in order to draw the attention to unfinished mails
1290 * It is now possible to add a 'Replace signature' button to the
1291 Compose window toolbar.
1293 * Quotation wrapping and undo/redo in the Compose window has been
1296 * 'Reply to all' now excludes your own address.
1298 * The 'Generate X-Mailer header' option has been renamed 'Add user
1299 agent header' and applies to both X-Mailer and X-Newsreader
1302 * Added hidden preferences, 'address_search_wildcard' and
1303 'folder_search_wildcard', to choose between matching from start of
1304 the folder name/address or any part of the name. (Activating these
1305 options restores the previous behaviour.)
1307 * Added hidden preference 'enable_avatars' to control the internal
1308 capture/render process, and which allows disabling it by external
1309 plugins for example.
1311 * 'Check for new folders' now only updates the folder list, not
1312 updating the contents of folders. If needed, it can be followed by
1313 'Check for new messages'
1315 * When using Redirect, the redirecting account's address is used in
1316 the SMTP MAIL FROM instead of the original sender's address.
1318 * NEW: Libravatar plugin, which displays avatars from
1319 https://www.libravatar.org/
1321 * Added support for an arbitrary number and sources of 'avatars' and
1322 images for email senders, and migrated Face and X-Face headers.
1324 * Avatars are now included when printing mails.
1326 * The GPG keyring can now be used as the source for address auto-
1329 * The vCalendar and RSSyl plugins now have an option to disable SSL
1330 certificate verification (and check them by default).
1332 * The ClamAV plugin now pops up an error message only once instead of
1335 * Updated the man page and the manual.
1337 * Updated Brazilian Portuguese, British English, Czech, Dutch,
1338 Finnish, French, Hebrew, Hungarian, Indonesian, Lithuanian, Slovak,
1339 Spanish, and Swedish translations.
1341 * Added Esperanto translation.
1345 o bug 1644, 'race condition between message move and mark as
1347 o bug 2119, 'Check for new folders on remote mailboxes is
1349 o bug 2145, 'Claws becomes unresponsive and gets Killed while
1350 moving messages between imap folders'
1351 o bug 2179, 'Improve quotation wrapping support'
1352 0 bug 2238, 'Incorrect undo/redo operations after paste with
1353 replace from context menu'
1354 o bug 2389, 'GnuPG: invalid/revoked user IDs accepted'
1355 o bug 2398, 'Race when closing compose during drafting'
1356 o bug 2447, 'Compose window crashes if moving a folder that
1357 is being replied to'
1358 o bug 2643, 'claws crash when accessing imap folder'
1359 o bug 2875, 'SMTP session disconnects before recieving'
1360 o bug 2991, 'POP3 sessions duplicated" on race conditions'
1361 o bug 3020, 'Use theme doesn't change some icons until
1363 o bug 3055, 'Claws segfaults when cancelling a sticky search
1364 after changing folder'
1365 o bug 3038, 'Select a folder incorrectly matches on number in
1367 o bug 3039, 'displaying one specific html email lead in 100%
1369 o bug 3040, 'Handle revoked GPG private keys'
1370 o bug 3050, 'Claws segfaults when attempting to delete a tag'
1371 o bug 3094, 'OK or Yes to create new directory ?'
1372 o bug 3100, 'Automatic account selection on reply fails if
1373 name is quoted and contains a comma'
1374 o bug 3105, 'vCal plugin via https does not check SSL peer
1375 certificates or host'
1376 o bug 3106, 'rssyl plugin does not verify SSL peer at all'
1377 o bug 3107, 'Height of row in message list does not reflect
1378 font size - three columns, small screen layout'
1379 o bug 3116, 'invalid DTSTART in ics subscription makes claws
1381 o bug 3117, 'full-day event shown from 01:00 to 01:00 next
1383 o bug 3120, '"Error - File is empty" when redirecting mail
1385 o bug 3131, 'Crash on reccurent events with no DTSTART'
1386 o bug 3138, 'PGP/Inline crashes on signature check if gpgme
1388 o bug 3139, 'Mainwindow unresponsive due to a busy loop'
1389 o bug 3145, 'Memory corruption in imap_disconnect_all'
1390 o bug 3146, 'Memory corruption when deleting a message from
1392 o bug 3147, 'verify_folderlist_xml() leaks memory'
1393 o bug 3148, 'Logic error in claws_get_socket_name()'
1394 o bug 3150, 'etpan_certificate_check() leaks memory'
1395 o bug 3155, 'Memory leaks found by Valgrind in
1396 a9065aec26499a0e1294c73b6d9e6f039976521e'
1397 o bug 3169, 'threaded message list performance issue'
1398 o bug 3964, 'headers in wrong order -- file src/common/ssl.c'
1399 o Fix lots of memory leaks
1400 o Fix interference from liboverlay-scrollbar
1402 o Fix some layout issues when user has large GTK font
1403 o Fix message search starting from end
1404 o Fix disappearing MIME icon highlight in mails with PGP
1406 o When autoselecting account for a new message, quoted
1407 recipient names are handled better.
1408 o Python plugin: Also check for _PyGtk_API being a PyCapsule
1409 o MailMBOX plugin: Fix parsing UTC dates
1410 o vCalendar plugin: recognition of quoted parameter values,
1412 o ClamAV plugin: Fix a format string error.
1418 * The TAB address completion in the Compose window now matches any
1419 part of the address and not just the beginning.
1421 * When copying or moving a message, the type-ahead search now matches
1422 any part of a folder name and not just the beginning.
1424 * It is now possible to replace the current signature in the Compose
1425 window by using the '/Message/Replace signature' menu item.
1427 * It is now possible to disable the 'Subject is empty' warning
1428 dialogue. See the option 'Warn when Subject is empty' option on the
1429 '/Configuration/Preferences/Mail handling/Sending' page.
1431 * When sending messages, if the hostname cannot be determined,
1432 fallback to 'localhost' rather than 'unknown', as the latter is
1433 rejected by some servers.
1435 * Added better handling of messages from broken mailers, such as
1438 * PDF plugin: the minimum required version of poppler is 0.12.0.
1440 * PGP/* plugin: long key IDs are now displayed in the dialogues
1441 instead of short IDs.
1443 * PGP/* plugin: The automatic signature check is now non-blocking.
1445 * Python plugin: can now access accounts, mailboxes, folder
1448 * vCalendar plugin: webcals:// URLs are now treated as https://
1450 * Translation updates: Brazilian Portuguese, Czech, Dutch, French,
1451 German, Hebrew, Slovak, Spanish, and Swedish.
1453 * Support for Maemo has been removed.
1456 o bug 2132, 'Keyboard accelerators for "Clear" and "Edit"
1457 quick search conflict with top menus'
1458 o bug 2210, 'Display name with invalid addresses not quoted
1459 when inserted from address book'
1460 o bug 2794, 'account privacy signing method ignored on reply'
1461 o bug 2923, 'build failure with perl 5.18'
1462 o bug 2940, 'Extended search dialog too small for content in
1464 o bug 2954, 'Crash in "Save Image As" for HTML message'
1465 o bug 2957, 'Double-free in account preferences'
1466 o bug 2960, 'rfc3156 deviation regarding hash symbols'
1467 o bug 2961, 'Partial retrieval not available with PGP/Inline
1469 o bug 2964, 'Lack of escaping of nested double-quotes in To:
1471 o bug 2979, 'claws fails to load (empty) folderlist.xml and
1472 shows account wizard'
1473 o bug 2982, 'variable declaration behind FLOCK conditional'
1474 o bug 2986, 'Down and Delete buttons have same hotkey in
1476 o bug 2989, 'Segfault at startup because of corrupted
1478 o bug 2994, 'translating folder name'
1479 o bug 2995, 'closing extended quick search information panel
1480 triggers window focus bug'
1481 o bug 3002, 'undefined reference to check_file_integrity'
1482 o bug 3004, 'claws picks wrong mime type for attachments'
1483 o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
1484 directory name isn't valid utf-8'
1485 o bug 3011, 'crash when using %f Action on two or more
1486 uncached (IMAP) messages.'
1487 o bug 3021, 'Icon key_pgp_signed always shows as the default,
1488 never the themed version'
1489 o debian bug 711864, 'claws-mail-vcalendar-plugin: when
1490 creating meeting GTK_IS_COMBO_BOX_TEXT
1492 o Quote all specials in name as defined on RFC,
1493 see http://tools.ietf.org/html/rfc5322#section-3.2.3
1494 o fix sensitivity and state of 'hide read threads'
1495 o Fancy plugin: disable DNS Prefetching when 'Enable loading
1496 of remote content' is switched off
1497 o Bogofilter plugin: insert X-Bogosity header like the option
1498 says, not X-Claws-Bogosity header
1503 * New big icon for compose windows.
1506 o bug 2923 'build failure with perl 5.18'
1507 o Never decode multipart/* or message/* parts, as RFC states
1508 o add missing check for libperl
1509 o fix check for libsoup - it is not obligatory
1510 o Do not try to destroy a NULL session after an unsuccesful
1511 NNTP connect attempt.
1512 o The extraheaderrc format doesn't allow data after the
1513 header colon. Other OSes may insert extra characters
1514 other than \n, so, remove them all.
1515 o fix undoing file insertion.
1516 o fix check for python.
1517 o fix detection of account in --compose and
1518 --compose-from-file where the From value contains a name +
1524 All plugins previously packaged as 'Extra Plugins' are now contained
1525 within the Claws Mail package. In addition to that, the following
1526 plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2
1529 This release contains the following plugins: ACPI Notifier, Address
1530 Keeper, Attachment Remover, Attachment Warner, Bogofilter, BS Filter,
1531 Clam AntiVirus, Fancy HTML Viewer, FetchInfo, gData, GeoLocation,
1532 Mail Archiver, MailMBOX, New Mail, Notification, PDF Viewer, Perl,
1533 PGP/Core, PGP/Inline, PGP/MIME, Python, RSSyl, SMime, Spam Report,
1534 SpamAssassin, TNEF Parse, and vCalendar.
1536 * 3 command-line switches have been added:
1537 --cancel-receiving which cancels the currently running message
1539 --cancel-sending which cancels the currently running message
1541 --debug which toggles debug output.
1543 * '/Message/Cancel sending' has been added to the main menu.
1545 * In the filtering and processing condition configuration for Age,
1546 it is now possible to match based on number of hours.
1548 * The GnuPG signature timestamp is now displayed in the full
1549 signature information
1551 * Support for GnuTLS priority string has been added. This is achieved
1552 via 2 hidden account preferences, gnutls_set_priority and
1553 gnutls_priority. The former turning the option on or off, the
1554 latter containing the required priority string.
1556 * Keep-alive pings are now performed on IMAP and NNTP connections.
1558 * In the Compose window, the focus is now moved to the message body
1559 when focus is in the Subject entry and the Enter key is pressed.
1561 * The Delete key can now be used to remove Colour Label hotkeys.
1563 * PDF Viewer: The printed PDF quality has been improved.
1565 * Fancy HTML viewer: The options dialogue has been completely
1566 reworked, and disabling remote content is now totally strict.
1568 * Python plugin: Added Cc field to messageinfo objects.
1570 * Python plugin: Added examples.
1572 * Python plugin: Added a function to get an arbitrary header from a
1575 * Perl plugin: The documentation for insert_perl.pl has been
1578 * Basic handling of vcard 3.0 has been added to vcard2xml.py.
1580 * A Swedish translation has been added to claws-mail.desktop.
1582 * The man page has been updated.
1584 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
1585 German, Hebrew, Hungarian, Lithuanian, Slovak, Spanish, Swedish
1588 o bug 1137, 'loading plugins with same profile on different
1590 o bug 1684, 'view news messages with large attachements
1592 o bug 1963, 'Preferences Templates Information Window Focus
1594 o bug 2340, 'Create block list'
1595 o bug 2617, 'code cleanup'
1596 o bug 2624, 'dialog "Action Configuration" cannot be closed'
1597 o bug 2702, 'Support splitting subject line for small screen
1599 o bug 2774, 'Select folder/New Folder dialog - modal problem'
1600 o bug 2785, 'Marking mails for deletion reopens internal
1602 o bug 2801, 'Filtering Header:Name list is blank/corrupt'
1603 o bug 2826, 'replace deprecated gnutls function'
1604 o bug 2828, 'Use MD5 digest for socket name'
1605 o bug 2832, 'mail to from adress-book splitt names'
1606 o bug 2835, 'add_address() in addr_compl.c should allow a
1608 o bug 2859, 'Newmail plugin doesn't work if Mail folder not
1609 present when it is loaded.'
1610 o bug 2862, 'Segmentation fault when replying to a message
1611 where the "code conversion" fails'
1612 o bug 2863, 'Applying has_attachment quicksearch on IMAP
1614 o bug 2878 'bsfilter / folder.c:1435 Condition identifier
1616 o bug 2879, 'Plain text mails treated as encrypted'
1617 o bug 2882, 'Reverse preference for external content'
1618 o bug 2885, 'SIGSEGV in hooks_marshal at hooks.c:108'
1619 o bug 2890, 'html2ps required...'
1620 o bug 2893, 'ical_yy_scan_bytes has wrong type'
1621 o bug 2903, 'key 'C' mention harcoded in string'
1622 o bug 2909, 'Changing folder quickly can cause wrong email to
1624 o IMAP: Don't set charset on simple searches. Fixes Exchange
1626 o Disconnect NNTP accounts too when switching offline.
1627 o Fix sensitivity of next-unread toolbar button.
1628 o tools/gif2xface.pl, tools/outlook2claws-mail.pl: Fix
1630 o Add missing \n at end of the return receipt last part's
1632 o Make LDAP over SSL work on Win32.
1633 o Fix crash on action error.
1634 o Fix trimming of leading spaces in actions.
1635 o tools/vcard2xml.py: Fix missing file encoding info.
1636 o fix sensitivity of 'Use both dictionaries' in compose
1638 o Fix actions with spaces (and quotes).
1639 o tools/vcard2xml.py: Lines split over more than one line
1640 breaks parser; Get email addres correct. Not only
1642 o Escape filename/description text of MIME parts, prevents
1643 error if, e.g., the filename contains an ampersand.
1644 o Fix 'edit accounts' windows going behind when leaving an
1645 'account preferences' window, by re-focusing this window.
1646 o Fix crash closing PDF information alert panel.
1647 o Fix default fonts on Windows.
1648 o Fix ugly icon in XFCE's alt-tab window.
1649 o Fix untranslated description in archiver plugin
1650 o fix crasher when using /Edit/Search folder on start-up with
1656 * Added IMAP server side search
1658 * Added the file .claws-mail/extraheaderrc which holds editable extra
1659 headers to be added to compose window combobox
1661 * Added 'Select html part of multipart messages' to the Folder
1664 * GnuPG: Consider marginal signature validity as untrusted
1666 * The mimeview shortcuts are now user configurable
1668 * Spell checker: Always show 'change dictionary' menu
1670 * Filtering dialogue: TreeView type-ahead is now case insensitive
1672 * Separated 'Mark all read' from 'Mark as read' and 'Ignore thread'
1674 * Made 'Mark all read' confirmation button more clear
1676 * Made the clickable area of the expander arrows in the folder list
1679 * Made SSL client certificate error messages more meaningful
1681 * The type of units required in the Extended Search information
1682 dialogue are now indicated
1684 * Several speed-ups and optimisations
1688 * Updated translations: Brazilian Portuguese, Finnish, French, German,
1689 Hungarian, Spanish, Swedish, traditional Chinese, Ukrainian
1692 o bug 1137, 'loading plugins with same profile on different
1694 o bug 1961, 'patches for a couple of clang warnings'
1695 o bug 1975, 'preference mutt key bindings do not take effect'
1696 o bug 2096, 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
1698 o bug 2203, 'Problems in forwarding multipart/alternative
1699 messages with HTML part'
1700 o bug 2390, 'Non-fully-trusted-key-warning appears based on
1701 primary UID rather than recipient e-mail'
1702 o bug 2579, 'Installed headers redefine autotools-specific
1704 o bug 2596, 'Spell checker does not work properly'
1705 o bug 2638, 'Respect $LEX environment variable in autogen.sh'
1706 o bug 2639, 'The MSGBUFSIZE definition collides with a
1707 definition of OpenBSD'
1708 o bug 2650, 'segfault in pgp when gpgme_strerror() returns
1710 o bug 2689, 'segfault when trying to view info about
1712 o bug 2697, 'segfault in parse_parameters()'
1713 o bug 2718, 'Failure to check peer hostname when checking
1715 o bug 2723, 'Missing encoding in generated html manual'
1716 o bug 2743, 'null pointer crash in procmime strchr'
1717 o bug 2744, 'Quick search throws bad command argument error
1718 since recent change'
1719 o bug 2751, 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1720 o bug 2760, 'display correct libc version in crash dialog
1721 when uclibc is used'
1722 o bug 2761, 'Desktop file does not pass validation'
1723 o bug 2776, 'Make all menu shortcuts work properly in the
1725 o bug 2777, 'Installing latest cvs116 package 14 Windows
1726 version results in wrong paths in clawsrc'
1727 o Fix some modal windows
1728 o Only show HTML parts by default (if the pref is set so) if
1729 the part disposition-type is inline or unknown, but not
1731 o IMAP: Always clear the tags list when fetching a folder, or
1732 Claws will never untag an untagged email.
1733 o Fix double mainwindow presentation that confuses GNOME3
1734 when some plugins fail to load (subsequent Claws windows
1735 got no focus in that case)
1736 o Fix build on Fink/OS X
1737 o Fix build with gnutls 3.1.3
1739 o Fix Windows runtime crash
1740 o Fix socket communication
1745 * Replied and Forwarded message status flags are now non-exclusive.
1746 Introduced a new message state (and relevant icon in message list)
1747 where both the Replied and Forwarded flags are set
1749 * 'Send to...' has been added to the context menu of a message's
1750 parts. This causes a new Compose window to open with the selected
1753 * 'Hide' and 'View Log' buttons have been added to the Send and
1754 Receive dialogues. The former will hide the dialogue, the latter
1755 will open the Network Log dialogue.
1757 * A short symbol has been added the QuickSearch Extended mode: 'ha',
1758 an abbreviated form of 'has_attachment'.
1760 * Basic session statistics are now available, from the Statistics
1761 tab in About dialog and the command-line.
1763 * The display of attached patches, (text/x-patch or text/x-diff), is
1764 now colourised. The colours are controlled by 3 new hidden
1765 preferences: diff_added_color, diff_deleted_color, and
1768 * Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
1769 Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
1770 Traditional Chinese.
1773 o bug 1090, 'Standard-folders appear again after rescanning tree'
1774 o bug 1924, 'Messages marked move to Trash appear identical to
1775 messages marked move to $FOLDER'
1776 o bug 2598, 'Actions can move locked messages'
1777 o bug 2501, 'opened message blanks when moved to other folder'
1778 o bug 2574, 'Statement might be overflowing a buffer in strncat'
1779 o bug 2577, 'Focus rectangle on folder list and message
1780 list headings doesn't get properly cleared when switching
1781 heading and horizontally scrolling list (underlines and
1782 vertical lines remain on screen)'
1783 o bug 2582, 'Expanded mimeview drag n drop no longer works'
1784 o bug 2595, 'Change expand behavior for message list / message view'
1785 o bug 2620, 'shift+tab from subject field not working'
1786 o bug 2624, 'dialog "Action Configuration" cannot be closed'
1787 o bug 2646, 'Compile fails with gnutls-3.0.18'
1788 o bug 2659, 'E-mail attachments are handled inconsistently'
1789 o bug 2662, '"ag" quicksearch adds "1" to value'
1790 o Fix bug in search criteria when doing a complete directory
1792 o Fix GTK+2.16 build (w32)
1793 o Fix sensitivity of toolbar's get_btn (retrieve mail from current
1794 account) and of mainwindows's relevant entry when current account
1795 is not able to retrieve (SMTP-only).
1796 o don't do TLS if not requested by user. fixes connecting to servers
1797 which, for example, want SSL 3 only
1803 * GnuTLS 2.2 is now a minimum requirement if encrypted connections to
1804 servers are required.
1806 * The list displays have been updated to use newer GTK+ functions,
1807 this means that the expanders look different and the optional dotted
1808 lines have been dropped.
1810 * A hidden option, 'summary_from_show', which controls the display in
1811 the From column of the Message List: 0 (default): show name,
1812 1: show address, 2: show name + address
1814 * The image viewer now uses the EXIF Orientation.
1816 * 'Generate X-Mailer header' has been added as an Account option.
1818 * /View/Message scroll has been added, allowing keyboard shortcuts to
1819 be added and used for message scrolling.
1821 * Home and End keys now function in the Message View.
1823 * /Message/Print has been added to the Compose window.
1829 * Updated translations: Brazilian Portuguese, Czech, French,
1830 Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
1833 o bug 1489, 'Filter action mark_as_read inoperative
1834 following move action
1835 o bug 1563, 'Folder view: show complete threads if they
1836 contain unread messages'
1837 o bug 1870, 'arrow scrolling in filters'
1838 o bug 2116, 'Rip spaces off server names in account
1840 o bug 2127, 'SSL cert check uses canonical name instead of
1842 o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
1843 after removing the address book in the GUI'
1844 o bug 2303, 'Next unread message enables message view'
1845 o bug 2310, 'Crash when hitting Ctrl+R to reply to a
1847 o bug 2377, 'Show All Headers - make change persistent
1849 o bug 2402, 'GnuTLS change breaks socket communication'
1850 o bug 2404, 'matcherrc updates upon account renaming'
1851 o bug 2406, 'some part of accountrc not updated upon account
1853 o bug 2408, 'Some UI elements are not persistent between
1855 o bug 2422, 'Toggle Message View w/ V crashes Claws'
1856 o bug 2479, 'LDIF address book import matches tags case
1858 o bug 2481, 'do not scroll "from" dropdown list and sender
1860 o bug 2493, 'Subscription pull down should be alphabetized'
1861 o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
1863 o bug 2505, 'tagsdb becomes polluted with old folder entries'
1864 o bug 2509, 'manually added headers are lost unless mail is
1866 o bug 2520, 'Please remove verbose "No further processing
1867 after rule %s" message.'
1868 o bug 2525, 'Address completion window does not get keyboard
1870 o bug 2526, 'When reading message in separate window, n and p
1872 o bug 2529, 'crash in mimeview_start_drag after deleting
1874 o bug 2543, 'filter actions in actionsrc not updated upon
1876 o bug 2560, 'crash when unsubscribing newsgroup and having
1877 active search field'
1878 o Fix focus problem on Gnome shell
1879 o Fix flicker on recursive quicksearch
1880 o Fix huge slowness induced by spellcheck "while typing"
1881 during initial quote rewraps.
1882 o Fix build with GLib 2.31.
1883 o Fix crasher when spellchecking is not enabled
1884 o Fix compose window size saving/restoring
1890 * The name of the account is now included within the Network Log
1891 output. (See enhancement request 2184)
1893 * Right-clicking a message in the Message List no longer opens the
1894 message. (See enhancement request 2353)
1898 * Updated translations: Brazilian Portuguese, Czech, French, Hungarian,
1899 Lithuanian, and Slovak.
1902 o bug 1963, 'Preferences Templates Information Window Focus
1904 o bug 2397, 'Gtkhtml2 viewer ignores message encoding'
1905 o bug 2402, 'can't download message from pop3 server'
1906 o bug 2409, 'Failed to compile under GCC 3.x : option
1907 -Wno-pointer-sign badly set in configure.ac'
1908 o bug 2412, 'Send account mail address in Message-ID wrongly
1910 o bug 2414, 'Claws segfaults on startup with notification
1912 o bug 2418, 'NNTP authentication is broken'
1913 o bug 2420, 'Invalid markup in icon tooltip text after
1915 o bug 2439, 'use bitwise operator for bitmask instead of
1917 o bug 2461, 'popup menu in message list displays 'move to
1918 trash' and 'delete''
1919 o bug 2462, 'Building without GnuTLS support leads to a
1920 failure in wizard.c'
1921 o fix trayicon build with gtk < 2.18.x
1922 o don't minimise/hide warning dialogue on plugin load error
1923 o when using a Compose template, only place the cursor in the
1924 body when the cursor symbol, %cursor (%X), is used
1925 o fix build on Debian Sid.
1926 o fix cursor placement in Forward template
1927 o fix duplicate key accels
1928 o fix NNTP server sending authentication warning as part of
1929 the connection session
1934 * Added a hidden option, 'show_inline_attachments'. When this is
1935 de-activated inline attachments referenced by other message parts,
1936 (e.g. attached images referenced in an HTML message part), are
1937 hidden. This is on by default, maintaining previous behaviour.
1939 * Added a hidden option, 'msgview_date_format'. When this option is
1940 activated the Date format in the Message View will have the same
1941 format as in the Message List. The format of the date is also
1942 controlled in the same way, by the option on the Display/Summaries
1943 page of the Preferences. This is off by default, maintaining
1946 * Several GUI improvements:
1947 o Reworked Simplify Subject RegExp in the Folder Properties
1948 o The IMAP option 'Move deleted mails to trash and expunge
1949 immediately' has been moved to the Advanced page of the
1950 Account Preferences.
1951 o The option 'Send account mail address in Message-ID' has
1952 been moved to theSend page of the Account Preferences.
1953 o Improvements to the Preferences for the Toolbars.
1954 o Improvements to the initial Set-up Wizard dialogues.
1955 o Improvements to the Templates preferences pages.
1956 o Implemented a nicer scroll when drag and dropping.
1957 o Added a button to get dictionaries on WIndows.
1959 * New translation: Lithuanian.
1961 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
1962 Slovak, Spanish, Ukranian.
1965 o bug 2039, 'SMTP AUTHENTICATION'
1966 o bug 2050, 'Clawsmail sends return receipt every seconds'
1967 o bug 2148, 'Attachment content-transfer-encoding incorrectly
1968 set when signing emails'
1969 o bug 2165, 'The date not localized in the message view'
1970 o bug 2203, 'Problems in forwarding multipart/alternative
1971 messages with HTML part'
1972 o bug 2237, 'User action makes Claws unresponsive'
1973 o bug 2279, 'crash when clicking 'define' in filter
1975 o bug 2299, 'Incorrect handling of quoted printable coma
1977 o bug 2315, 'claws-mail 3.7.7 crashes when trying to compose
1978 mail on FreeBSD 9.0 amd64 (GTK+ 2.22.1/GLib
1980 o bug 2322, 'GPG Full info: showing subkey ID instead of
1981 primary key fingerprint'
1982 o bug 2325, 'messages remains in folder cache after moving
1983 from MH to IMAP boxes'
1984 o bug 2331, 'Base64 is broken in 3.7.7 and 3.7.8'
1985 o bug 2332, 'Crash when hitting cancel on the SMTP status
1987 o bug 2346, 'Please register x-handler-scheme in .desktop
1989 o bug 2350, 'Make displaying localized date/time in message
1991 o bug 2361, 'Claws crashes after PGP Check in separate msg
1993 o bug 2365, 'Crash when auto-scrolling headers in compose
1995 o bug 2369, 'valgrind.h should NOT be part of claws-mail'
1996 o bug 2381, 'Support for NetworkManager 0.9'
1997 o bug 2383, 'folderitemrc not updated when account name is
1999 o bug 2393, 'Crashes and rendering problems in the "Save as"
2000 menu caused by attachments with umlauts in the
2002 o bug 2394, 'backtrace() crashes on FreeBSD'
2003 o fix matcher body parsing
2004 o fix crash when searching or adding a LDAP server
2005 o fix sa-learn when offline
2006 o TrayIcon plugin: fix logic bug which caused icon to be
2007 always set no-mail status on plugin load
2008 o TrayIcon plugin: force icon hide on plugin_done(), without
2009 it an empty space is left in tray under KDE3 and KDE4
2010 o fix segfault on Windows
2016 o rfe 2309, 'Shortcuts should not be modifiable by default'
2017 o bug 2313, 'CLI quicksearch sometimes returns the same
2019 o bug 2317, 'Action results in "Bad file descriptor"'
2020 o PGP/Core: Win32 build fix
2021 o NNTP: fix replying (broken in corner case)
2022 o fix configure option --disable-manual
2023 o One more GTK+ 2.22 build fix
2024 o Debian bug 599547, 'Please re-introduce quick shortcut for
2030 * Enable building with GTK+ 2.22.
2032 * A QuickSearch can now be run from the command line using the
2033 --search command. See `claws-mail --help` for more information.
2035 * Added a hidden option to set a margin in the text area of the
2036 Compose window. 'show_compose_margin', defaults to FALSE.
2041 * Require GTK+ 2.10 or newer.
2043 * Enable building with GTK+ 2.19 or newer.
2045 * Enable building with libetpan 1.0.
2047 * Encrypt saved LDAP passwords.
2049 * FIltering/Processing: Added 'List-Id' to the pre-defined headers.
2051 * Added 'Reply to this address' to popup menu in the Message View.
2053 * Added separate search phrase completion for normal/extended
2056 * Several interface improvements.
2058 * Use in-reply-to info that is passed in mailto: links.
2060 * Added the GB18030 Chinese charset, which is a superset of GB2312
2063 * Added German translation of the manual.
2065 * Added Ukrainian translation.
2072 o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
2074 o bug 2076 'having worked 2 times properly CLAWS ceased to
2075 decrypt incoming PGP mails -displays base64
2076 instead - sucks completely'
2077 o bug 2098, 'claws-mails crashes frequently with pgpcore'
2078 o Address Book: fix button sensitivity in compose mode.
2083 * Spell checker: Highlight misspelled words when applying template
2084 and 'check while typing' option is on
2086 * Spell checker: Highlight misspelled words in text inserted from
2087 file(s) or pasted to message body when 'check while typing' option
2090 * Improve parsing of List-Post header
2092 * Add new drag type "claws-mail/msg-path-list" for drag'n'drop of a
2093 message selection from the message list into other applications.
2094 This enables other applications to back-link to Claws Mail via a
2095 "claws-mail --select" call after they received a drop.
2097 * Place the cursor in the compose window according to provided input.
2098 If To: is present place cursor in Subject: field and if both To:
2099 and Subject: are present place cursor in body. If body: is present
2100 insert a new line after text and place cursor there.
2102 * QuickSearch: Use all of the available space to view expressions
2108 * The user is now warned when inserting a large file in the message
2109 body. The value of 'large' can be configured on the Compose/Writing
2110 page of the Preferences.
2112 * Added 'has_attachment' and 'signed' matcher expressions to
2113 Filtering and Processing Flags lists.
2115 * Support Reply prefixes of French Yahoo mail and French Lotus Notes.
2117 * Enabled Page Size and Orientation configuration in the print dialog.
2118 GTK+ 2.18 or newer only.
2120 * tools/convert_mbox.pl
2121 Add -R flag to support recursive conversions of arbitrary Evolution
2127 * Default Cc, Bcc and Reply-To options have been added to Folder
2130 * MIME parts that lack an end boundary are now handled, (even though
2133 * A 'Metadata handling' option has been added to the Miscellaneous
2134 options page. The options are 'safer' or 'faster'. 'faster' is
2135 Claws' original behaviour. 'safer' prevents data loss on system
2136 crashes where the filesystem is of a 'not-so-robust' variety, e.g.
2137 xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
2139 * Face and X-Face previews have been added to the Custom Header
2140 Configuration dialogue in Account preferences.
2142 * An option has been added to the Receive page of IMAP account
2143 preferences, "Move deleted mails to trash and expunge immediately".
2144 This option is on by default to avoid changing the existing
2145 behaviour. Turning it off prevents automatic expunging.
2146 Also, 'Tools/Expunge' and 'View/Hide deleted messages' menu items
2147 have been added to main toolbar.
2149 * Support for clickable gopher:// links has been added.
2151 * In the Compose window a warning dialogue is raised if attachments
2152 that have been added no longer exist on the filesystem at the time
2155 * Buttons to clear header lines in the Compose window have been
2158 * GnuTLS compatibility mode is now used, this avoids problems with
2159 servers that don't comply 100% with the spec, but still exist.
2161 * tools/csv2addressbook.pl
2162 thunderbird import for version 2.0.0.21 has been added.
2167 * Spell Checking has been added to the Subject in the Compose window.
2169 * The 'Quotation characters' option has been moved from the Compose/
2170 Writing page of the preferences to the /Message View/Text Options
2173 * When replying to signed and/or encrypted mail and the preference to
2174 sign and/or encrypt is set, the original mail's privacy system is
2175 automatically used, if available.
2177 * If a text/calendar attachment is present in a message it is
2178 automatcally selected if a suitable plugin (i.e. vCalendar) is
2181 * /Tools/List URLs now shows both the link title and URI if possible.
2183 * A URI appearing in the statusbar is now only trimmed if necessary.
2185 * When using /Tools/Create filter|procesing rule/Automatically
2186 the List-Id header is preferred to X-* headers.
2188 * The manual has been updated.
2193 * Expanding/Collapsing of threads is now approximately 95% faster.
2195 * Cache reading is now approximately 10% faster.
2197 * The shortcut key settings of the main window and the message list
2198 context menus are now connected.
2200 * The preferences on the 'Other' page have now been moved to
2201 Other/Miscellaneous. The parent pages are now unselectable and the
2202 first page is automatically selected on opening the preferences.
2204 * In the Compose window, on the Others tab, the 'Save message to'
2205 entry now has a drop-down list of the previous save locations.
2207 * In the Compose window, the Attachments Properties window is now
2208 confirmed and closed with the Return key.
2210 * When using an external editor to compose messages, the message is
2211 automatically saved to Drafts when the external editor is closed.
2213 * A hidden option has been added, 'primary_paste_unselects' which
2214 causes the primary buffer to be cleared and the insertion point to
2215 be repositioned when the middle mouse button is used for pasting
2216 text. It is turned off by default.
2218 * In the Actions window, the Escape key now cancels the action
2221 * Offline SSL certificate verification has been added.
2223 * Privacy plugins: The decryption failure messages are now shown
2224 in the NoticeView just above the message text rather than in a
2227 * Privacy plugins: when listing the UIDs during a signature check,
2228 show the UID validity
2230 * tools/popfile-link.sh
2231 Support for reusing existing POPFile session ID has been added.
2233 * tools/kdeservicemenu
2234 Support for kde4 has been added.
2236 * win32: better integration has been implemented by using the
2237 standard file associations.
2242 * Claws Mail now requires libetpan 0.57 for IMAP and NNTP.
2244 * SSL support is now provided by gnuTLS exclusively. OpenSSL support
2245 has been dropped due to licensing issues.
2247 * Added /View/Fullscreen option.
2249 * Re-ordering of the filtering/processing condition and actions lists
2250 is now possible using drag'n'drop.
2255 * Claws Mail now requires libetpan 0.56 for IMAP and NNTP
2257 * Spell checking is now provided by Enchant instead of Aspell. To
2258 build spell checker support, you will need the libenchant headers.
2260 * The S/MIME plugin is now part of this package.
2262 * IMAP, NNTP, and SSL are now supported in the Windows port.
2264 * Support for client SSL certificates.
2266 * Better support of SSL certificate stores, to be able to verify
2267 server certificates.
2269 * Renaming of newsgroups is possible.
2271 * "Always open message when selected" can now have three values:
2272 'Never', 'Always' and 'When message view is visible'.
2274 * Unsaved server passwords can now be temporarily saved for the
2275 duration of the session. They can be cleared before the session
2276 expires by using '/Tools/Forget all session passwords'.
2278 * Auto-wrapping settings are now saved in drafted messages.
2280 * Support for basic auto-indentation in the Compose window.
2282 * Support for animated GIFs in the message view.
2284 * Type-ahead search in Filtering, Templates, Actions dialogs now
2285 select the result of the search.
2287 * Finer granularity in POP3 accounts' Remove After delay - hours in
2290 * Spam/Ham flag is now stored on IMAP server when possible, using
2291 "Junk" and "NonJunk" keywords.
2293 * Use less precise intervals when possible for auto-checking, thus
2294 the CPU is woken up less frequently.
2296 * The warning icon in the main window is cleared when the error it
2297 relates to is clipped from the network log.
2299 * IMAP errors now reveal the server on which they happen.
2301 * All deprecated GTK interfaces have been replaced with their
2302 non-deprecated equivalents.
2304 * csv2addressbook.pl: Added support for FoxMail.
2310 * Added an option, "Use secure file deletion if possible", which
2311 enables shredding of temporary files and messages instead of
2312 just removing them. This is available on the Other preferences
2315 * Added an option, "Select the HTML part of multipart/alternative
2316 messages". This is available on the Message View/Text Options
2319 * Added an option to the 'Create new folder' dialogue which enables
2320 new folders to inherit the properties of their parent folders
2321 during folder creation.
2323 * Added a hidden option, "two_line_vertical", which toggles the
2324 2-line view in the message list when using the 3-column layout.
2325 Defaults to '1', show 2 lines.
2327 * Added a hidden option, "outgoing_fallback_to_ascii", which allows
2328 the user to specify an outgoing charset/encoding, but still fall
2329 back to 7bit US-ASCII when possible.
2330 Defaults to '1', fallback when possible.
2332 * Added support for the Avant Window Navgator (Awn) information
2333 bubble. This is automatically enabled if dbus is available.
2335 * Face and X-Face headers can now be added globally and per-account
2336 from configuration files under ~/.claws-mail/autofaces/. Further
2337 information is provided in the manual.
2339 * The SHA1 fingerprint is now shown on the SSL certificate dialogue
2340 and the labels are now selectable.
2342 * Several GUI improvements have been made, (Address book, filtering
2343 dialogue, Actions dialogue, and Account preferences).
2345 * New icons have been added for 'Reply to list' and 'Cancel'. The
2346 'Insert file' and 'Close' icons have been improved, as have the
2349 * Added the Trash and Delete icons to the Custom Toolbars options.
2351 * SMTP-only accounts are now not shown in the Receive menus and
2352 Account lists in filtering/processing, as they are irrelevant here.
2354 * tools/csv2addressbook.pl
2355 Support for a gmail exported csv address book was added.
2357 * Updated English, French, and Spanish manuals.
2362 * Added support for /dev/mem_notify. This Linux kernel feature
2363 will allow applications to be notified that memory has to be
2364 freed before getting OOM-killed.
2365 For more information: http://lwn.net/Articles/267013/
2367 * Enabled moving/copying folders to root folders when using the
2368 folder selection dialogue.
2370 * Global and per-folder templates can now override the From name.
2372 * Added a tooltip with extended folder stats. (Hover the cursor over
2373 the short stats on the right, below the message list.)
2375 * Implemented 2-line items in the message list when in three column
2378 * Added support for png themes.
2380 * Added an icon for attached patches (text/x-patch and text/x-diff).
2382 * When viewing a message that has a large amount of text, show a
2383 maximum of 1MB of text and add a noticeview to show optionally show
2386 * Added a button to the templates preferences to restore defaults for
2389 * Added search in filtering rules list.
2391 * Bogofilter Plugin:
2392 Added a "learn from whitelist" preference.
2395 Added information when fetching large messages.
2397 * tools/csv2addressbook.pl
2398 Added support for Kmail/Kaddressbook.
2403 * Forbid attaching anything containing "../" or ".ssh/" in mailto:
2406 * Add a hidden preference, 'use_networkmanager', to disable
2407 NetworkManager handling
2412 * Due to licensing problems, the ClamAV plugin has been removed from
2413 the Claws Mail core distribution and can now been found packaged
2414 separately or with the 'extra plugins' package.
2416 * Added NetworkManager support
2417 This is built by default if the dependencies are satisfied; it can
2418 be specifically disabled with '--disable-networkmanager-support'.
2419 This enables Claws Mail to track changes to the network status.
2421 * Added DIGEST-MD5 support for IMAP authentication
2423 * Added Folder Properties option, 'Run processing rules when opening'
2424 to the General page.
2426 * Added sub-sorting to the Message List; when the Sort type is either
2427 Subject, From, To or Tags, sub-sorting by Date will be active.
2429 * Added from=address to the mailto sequence
2430 The 'from' will try to select the first matching account in the
2431 Accounts list, otherwise it will use the usual account selection
2432 mechanism but will override it with the given 'from' address.
2434 * Added insert=FILE to the mailto sequence (stands for 'insert file')
2435 This adds the ability to create a new message from the command-line,
2436 with the body set from the contents of an existing file.
2438 * Added mailto with NNTP accounts
2439 This comes into play if mailto is used when an NNTP account is the
2440 default account or if an NNTP account address is used with 'from'.
2442 * Added several GUI improvements to the Filtering, Processing, Tags,
2443 Actions, Templates, Logging and Address Book dialogues
2445 * Added a tooltip to the 'replied' icon in the Message List which
2446 indicates 'click to see your reply' feature.
2448 * Added 'claws-mail --version-full' to display the version and a list
2449 of the compiled-in features
2451 * Implemented speed-ups to list operations, deletions and cache
2454 * Updated the man page
2456 * The Trayicon plugin icons are now themable.
2458 * text/calendar message parts are now automatically displayed if a
2459 plugin handling text/calendar is loaded, e.g. vCalendar.
2461 * Maemo: connect HW status change signal for shutdown
2463 * Maemo: identify mmc1 and mmc2 more clearly in the GUI
2465 * Maemo: Make dnd threshold higher
2470 * Several GUI improvements
2471 The colour preferences have been split into tabs.
2472 Improve the way 'Find in current message' search results are
2473 shown by vertically centering the selected text in the
2475 Improvements to the 'List URIs' dialogue.
2476 Filtering/Processing Match Type dialogue has been reworked.
2477 Several other layout improvements.
2479 * Several address book improvements
2480 Added Custom Attributes, which can be edited from
2481 '/Tools/Edit custom attributes...' and are used from the
2482 'Name' drop down list on the 'Edit Person Details' dialogue.
2483 Always add a new contact if any value is set, instead of
2484 silently rejecting it when an email address is not set.
2485 Better guessing of contact name from incomplete name
2487 Better display of contacts that have no name set, in contact
2488 lists, group contents, find duplicate results.
2489 Error messages don't show in the status bar anymore, alert
2490 panels are used instead.
2491 Several other GUI improvements.
2493 * Added optional Tooltips to the Message List. This is enabled by the
2494 'Show tooltips' option on the '/Display/Summaries' Preferences page
2495 and is only possible with GTK+ >= 2.12
2497 * Much improved handling of Return Receipts, both outgoing and
2500 * Added the option to use the system defaults for External Programs
2501 preferences on the '/Message View/External Programs' page.
2503 * Added "select first email in list" to the list of possible
2504 selections in the 'Set default selection on entering a folder'
2505 options on the '/Display/Summaries' preferences page.
2507 * IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
2508 prevents fetching of tags.)
2510 * IMAP: Optimised flag handling and message copying.
2512 * Improved printed page layout for built-in GTK+ printing
2513 Bold fonts are now used where appropriate and a demarcation
2514 between header and body has been added.
2516 * Optimised filtering on flags/tags changes.
2518 * MAEMO: Added LED flashing for new mail alerts
2520 * MAEMO: Made all of the left of column in the Folder List a hotspot
2521 for expanding/collapsing the tree.
2526 Non-blocking NNTP has been implemented. NNTP support is now provided
2527 by and depends upon libetpan
2529 GnuTLS support has been implemented as an alternative to OpenSSL.
2530 [./configure --enable-gnutls]
2532 A run-time alternative configuration directory switch has been added,
2533 [claws-mail --alternate-config-dir DIR]
2535 Tags: Added tag alphabetical sorting and unified the dialogues.
2537 Edit accounts dialogue: The 'default account' (D) column has been
2538 removed, instead the default account is indicated by use of
2541 Templates: Added ability to attach files using |attach{filename}.
2542 Templates options are now presented in a tabbed layout.
2544 Address Book: Added duplicate finder, '/Tools/Find duplicates'.
2545 It is now possible to set an image for each contact. Pictures
2546 from a contact's Face or X-Face will be automatically set
2547 when available. The contact's image will be automatically
2548 displayed in the message view or header pane if the message
2549 has no Face or X-Face header.
2551 '/View/Character encoding' submenus are now grouped together
2553 GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
2554 libgnomeprint will never be used if GTK+ >= 2.10 is available.
2556 Reinstated 'Generate Message-ID' option as an Account preference. It
2557 is hidden on IMAP accounts, because Message-IDs are needed on
2558 servers that don't implement the UIDPLUS extension.
2560 Toolbar preferences: Improved dialogue.
2562 Compose window: the number of attachments is now shown in the tab's
2565 Attachments: When opening attachments with 'Open' or 'Open with...'
2566 the temporary files are now saved as read-only. A hidden
2567 preference has been added, 'save_parts_readwrite', which
2568 permits the previous behaviour.
2570 IMAP: Added a button on the Folder Properties General page to allow
2571 users to discard local caches.
2572 Added much better error handling.
2573 Fetching of cached mails has been heavily optimised.
2575 LDAP: Added read-only support for jpegPhoto LDAP field
2577 Bcc in commandline URIs has been added.
2579 Dillo browser plugin: Address book based whitelisting for loading
2580 remote images has been added.
2582 SpamAssassin plugin: Address book based whitelisting has been added.
2584 MAEMO: Maemo 4.0 (Chinook) build enabled.
2586 MAEMO: Removed some useless tooltips.
2588 tools/csv2addressbook.pl
2589 a new script that imports a CSV formatted address book. Becky
2590 and Thunderbird address book are currently supported.
2596 o bug 1320, 'Memory leak caused by gtk_container_get_children'
2597 o bug 1321, 'access before allocation when scanning for uris'
2598 o bug 1324, 'Corrupted IMAP cache'
2599 o bug 1327, 'segfault when replying to a non-existent news
2601 o bug 1329, 'error in quicksearch.c'
2602 o bug 1334, 'user defined mail incorporation script not run'
2603 o bug 1336, 'Segfault if empty space before search-string'
2604 o bug 1337, 'Crash on removing uncached emails'
2605 o Prevent unquoted mime boundaries, by always using a /
2606 o Remove unnecessary error when cancelling export to mbox.
2607 o MAEMO: make all Folder Properties pages visible
2608 o MAEMO: fix overlapping buttons in Edit Accounts page
2615 o bug 1308, 'Claws deletes folderlist.xml after fetching mail
2616 short after start-up'
2617 o bug 1311, 'Wrong arrow position while moving message into
2618 folder when column headers hidden'
2619 o fix build without USE_LDAP_TLS
2620 o Accounts list: fix "Local" protocol not shown when
2622 o Tags: fixed issues with tags with spaces, and renaming tags
2623 o Accounts list: Show protocol "SMTP" and the appropriate
2624 server for send-only accounts
2625 o Accounts list: show "-" instead of "" when no value is
2627 o do not allow locked msgs to be deleted, even by filtering
2629 o Show error message in the GUI if image can't be loaded
2630 o Remove Generate Message-ID option. We need this on some
2632 o Maemo: distinguish various statusbar messages,
2633 in order to display only the most important.
2634 o Maemo: fix statusbar/window mismatch
2635 o Maemo: fix scrolling to cursor
2641 * Claws Mail is now licensed under GPLv3 or later.
2643 * added Tags feature
2644 Tags are arbitrary labels that can be applied to messages. It is
2645 possible to create, edit, remove Tags; apply them to mails;
2646 filter on Tags or Tag presence; apply or unset Tags via Filtering
2647 actions; reference Tags in reply Templates.
2649 * Threads can now be sorted by most recent message
2650 /View/Sort/By thread date
2652 * Added "/View/Show or Hide/Column headers"
2654 * Added 'watch thread' feature
2656 * Enabled the running of folder Processing rules on demand
2658 * Added options to stop/enable writing logs to disc, see Logging
2661 * IMAP and News: Implement age-based caching: allow the specifying
2662 of a threshold for the offline synchronisation feature, and whether
2663 old cached bodies should be removed. Accessible from the Folder
2666 * IMAP: Made multiple copy, (in the same IMAP account), faster by
2667 matching source/destination message UIDs.
2669 * LDAP: Ability to edit all Person attributes
2671 * Nicer layout of the message part icons
2673 * Speed up and clean up rendering of larger msgs
2675 * Use progress bar when sending messages
2677 * Made mainwindow's /Help/Manual point to the remote copy if the
2678 local copy doesn't exist
2680 * Replaced some deprecated widgets
2682 * Enabled changing the emphasis color used to highlight the
2683 newsreader/x-mailer header value when it matches our preferred
2684 mail agent, (hidden pref 'emphasis_color' added to clawsrc).
2686 * tools/mew2claws-mail.pl
2687 Added new script that imports a Mew address book
2689 * tools/popfile-link.sh
2690 Added a new script that will open selected messages in
2691 POPFile control center, in order to change the message
2694 * Updated the manual
2696 * Check that Dillo's installed when loading the Dillo Browser
2699 * Maemo improvements:
2700 o Automatically choose the correct application
2702 o Better way to notify of new mails
2703 o Destroy messageview after trashing mail
2705 o Better toolbars, removal of CTree headers
2706 o Add a specific icon to go back to folder list
2707 o Improvements to the Wizard, About and icon legend dialogues
2708 o add an easy way to store data (mails and IMAP/NNTP caches)
2709 on one of the SD cards, and protect against unmounts if
2711 o plug the online/offline system into maemo's interfaces to
2712 have Claws automatically switch according to the system
2713 status (on IT OS 2007)
2714 o use HildonBanners to display status messages
2715 o force layout to be Small screen
2716 o put the progress bar in the toolbar
2722 * libetpan 0.49 is now required for IMAP support
2724 * Added "From, To or Subject" to the QuickSearch types.
2726 * Added handling of the 'a' key to loop through a mail's MIME parts.
2728 * In the Compose window "Add to address book" has been added to the
2729 context menu of the sender and recipient fields.
2731 * Implemented a proper References filtering condition.
2733 * Added the possibility to cancel receiving in IMAP accounts.
2735 * Made offline synchronisation faster.
2737 * Added an alternate way to fetch flags on IMAP, which improves
2738 performance with some servers, (like Exchange).
2739 See "Bandwidth-efficient mode" in IMAP accounts' Receive
2742 * Allow manual sorting of Templates.
2744 * Templates improvements: easier syntax, add some useful variables.
2746 * Implemented per-account and per-folder compose/reply/forward
2749 * Added a QuickSearch option to automatically run a search selected
2752 * Made the Summaries Preferemces page "when entering a folder..."
2753 options fully customisable.
2755 * Added an "Open last opened folder at startup" option to the
2756 Summaries page in the Prerferences.
2758 * Changed the Preference "Only mark as read when opened in new
2759 window" on the Summaries page to "Only mark as read when opened
2760 in new window, or replied to".
2762 * Allow disabling mail filtering plugins on a per-account
2765 * Added an option to the Bogofilter and SpamAssassin plugins to
2766 enable marking saved spam as Read.
2768 * Added a warning about encryption limits, which can be disabled.
2770 * Removed the "Download all" preference from POP3 accounts; it
2771 was useless and confusing.
2773 * Re-organized some Preferences page.
2775 * Replaced the tabbed layout in Account Preferences with pages.
2777 * Renamed 'Protocol Log' to 'Network Log'
2779 * Added a few cursor improvments while Claws is busy.
2781 * Added support for CRLF in headers of messages.
2783 * Added support for a few more date formats (RFC3339 subsets).
2785 * The keypad's Enter key now does the same as the Return key.
2787 * Improved LDIF import, better error handling, UI cleanup.
2789 * LDAP write support has been added.
2791 * Use Hildon's file chooser on Maemo.
2797 * Added a printer icon.
2800 o bug 1187, 'Reply-to addressee disappears when reply-to text
2801 box is clicked...' (Maemo)
2802 o bug 1190, 'dir_open' button doesn't work' (Maemo)
2803 o bug 1193, 'Need a way to multi-select items'
2804 o bug 1194, 'Hardware keys move from email list to account/
2805 directory list, but not back to email list...'
2807 o bug 1196, 'Edit>Select All doesn't work' (Maemo)
2808 o bug 1198, 'Reply-all "disappearing" address bug
2810 o bug 1200, 'Add option to always retrieve full messages'
2811 o bug 1209, 'Clicking on address in header (mailto uri)
2812 selects default account'
2813 o bug 1211, 'Offline dialog message bugs/annoyances...'
2814 o Don't reflect accounts changes to the mainwindow when it's
2816 o Fix double fetching of mails if first try failed
2817 o Fix a crash in textview
2818 o Fix changing quicksearch type (after Esc, after changing
2820 o tools/uudec Fix missing dash to `display` command-line
2826 o Fix for CVE-2007-1558 (APOP)
2827 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
2830 o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2831 o Fix encoding woes wrt saving of mails and parts
2836 * Added a Maemo port
2837 The Maemo port touches several areas: using the correct APIs for
2838 a good integration, adding of a new layout suited for small
2839 screens, Maemo-specific default preferences changes, Maemo-specific
2840 GUI improvements, etc.
2842 * Added more customisable colour labels
2844 * Added 'Mark as spam', 'Mark as ham', and 'Add to address book'
2847 * Added a new Quote Format symbol, %A, to insert the sender's email
2850 * Changed the option to display unread message counts next to folder
2851 names: it is now possible to display the total count of messages
2852 too. Configurable from Display/Summaries
2854 * If Claws Mail is already running on another display, attempting to
2855 start it will mention that instead of popping up the window on the
2858 * Added debugging of filtering/processing rules. Configurable from
2859 Other/Logging options page
2861 * Added handling of the contextual menu key in compose windows and
2864 * Added a "pulsing" progressbar in the label window used when
2865 rebuilding folder tree, etc, in order to show activity
2867 * Improved "Offline mode override" dialogue to avoid asking
2868 repeatedly, but still ask on explicit user actions
2870 * Improved the creation of POP/Local accounts when no MH mailbox
2871 exist: create the default one
2873 * Write folderlist directly after adding/deleting accounts that have
2876 * Added logging IMAP ALERTs as errors in the log
2878 * Added a way for MimeViewer plugins to implement search in a part's
2881 * Updated, added and replaced some icons
2883 * Added display of any LDAP specified Search attributes
2885 * Added 'telephoneNumber' in the default LDAP list of attributes
2887 * Updated the Face header in the welcome message
2889 * Added the option to minimize to tray in the Trayicon plugin
2891 * Added a wrapper to mairix in the tools folder, tools/mailrix.sh
2893 * Added a script which enables inserting files into the message body
2894 of a new Compose window from the command line,
2895 tools/claws-mail-compose-insert-files.pl
2897 * Updated Brazilian Portuguese, Catalan, Czech, French, German,
2898 Hungarian, Polish,Serbian, Simplified Chinese, and Spanish
2905 o bug 1129, '"local mbox file" account isn't retrieving
2907 o bug 1135, 'cm-segfault on decrypting with PGP/inline'
2908 o bug 1136, 'Crash in group address completion'
2909 * Fix "After receiving new mail, go to inbox" on IMAP, and
2910 restrict it to manual fetching only
2911 * Fix alertpanel.h only included in #ifdef HAVE_LIBETPAN
2912 * Fix return value without libetpan
2913 * Use gtk_window_set_role instead of gtk_window_set_wmclass
2914 * Fix mime/globs path on NetBSD
2919 * Removed 'Separate Folder tree' and 'Separate Message View' and put
2920 new layouts in place of it, 'Standard', 'Three columns', 'Wide
2921 message' and 'Wide message list'. Accessible from /View/Layout.
2923 * Added IMAP subscriptions
2924 Creating a new folder subscribes it. Deleting a folder unsubscribes
2925 it. "Creating" an existing but unsubscribed folder will subscribe
2926 it. By default, for new accounts, only subscribed folders are shown.
2927 A contextual menu item has been added, /Subscriptions, which allows
2928 switching the display between All folders and Subscribed folders
2929 only. It also enables the subscribing and unsubscribing of folders.
2931 * Added the option 'Enable customisable menu shortcuts' to the
2932 'Other' preferences page. Turning this off locks the current hot
2933 keys, preventing accidental changes.
2935 * Added icons for application/pdf, application/pgp-signature,
2936 application/postscript and text/calendar.
2938 * Added /Tools/List URIs
2939 Enables opening any or all of the URIs contained in the currently
2942 * Added 'spam flag' to the Filtering and Processing Match Types.
2944 * Removed the 'Composing messages exist' dialogue on exit. Instead
2945 opened messages are automatically saved to drafts, and re-opened at
2948 * Added handling of local URIs, (file:///...), from the --attach
2951 * Added Account options for spellcheck default dictionaries.
2953 * Added 'Edit/Delete thread'.
2955 * Added an option 'Ask about account specific filtering rules...' to
2956 the 'Other' page, which was previously a hidden option.
2958 * Some preferences have been re-arranged:
2959 Moved the 'Ask before emptying trash' option on the 'Other' page
2960 outside of the 'On exit' frame as it's not only an 'On exit' option.
2961 Moved 'Never send Return Receipts' from 'Other' to 'Sending' page.
2962 Moved keybinding preferences to the 'Other' page.
2963 Added 'mousepad' to the list of text editors on the 'External
2966 * Bogofilter and SpamAssassin plugins: Enabled moving spam mail to the
2967 Account's Trash folder instead of default Trash folder.
2969 * ClamAV plugin: updated for the upstream changes in libclamav, whilst
2970 maintaining compatibility with older version of libclamav.
2972 * GPG Plugins: Added an option 'Use gpg-agent to manage passwords' to
2973 GPG page of the common preferences. Fixes annoyances with distro-
2974 installed gpg-agent, when no pinentry program is installed, and the
2975 user is at a loss on why "decryption failed". It can be turned off
2976 to bypass gpg-agent. The option is disabled if gpg-agent is not
2979 * TrayIcon plugin: Added 'Hide at startup' and 'Close to tray'
2981 When the 'Close to tray' option is used the Window Manager's hotkey
2982 and [X] button will hide the window instead of closing it - closing
2983 CM can be done using the tray icon menu or the /File menu.
2984 Clicking the trayicon now raises the window to current desktop when
2985 it was either minimized or shaded, or when it was on another desktop.
2987 * Added support for non ISO-8859-1 compatible locales to the Actions
2988 scripts freshmeat_search.pl, google_search.pl and multiwebsearch.pl.
2990 * Renamed the maildir2claws-mail.pl script to kmail-mailbox2claws-mail.pl
2991 and updated it to work with newer versions of Kmail.
2993 * Added thunderbird-filters-convertor.pl script, which converts
2994 thunderbird filter rules to Claws filter rules.
2996 * Updated Brazilian Portuguese, British English, Czech, Finnish,
2997 French, German, Hungarian, Polish, Serbian, Simplified Chinese,
2998 Slovak and Spanish translations.
3003 * Added command line equivalent options:
3005 -q and --quit for --exit
3007 "Unknown option" is now printed when unknown command line options
3010 * The wizard for configuration migration, (Sylpheed-Claws to Claws
3011 Mail), now has the option to save or not save a backup of the old
3012 configuration folder.
3014 * The configuration wizard is now re-run if it was previously
3018 o bug 1100, 'Highlighted e-mail data not visible when color
3020 o bug 1101, '"Load plugin" button is accidentally hidden'
3021 o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap
3023 o IMAP: fixed crash when connect command doesn't exist.
3024 o IMAP: better folder checking when an IMAP directory is set.
3025 o IMAP: Never remove INBOX when scanning for new folders.
3026 It's a special folder that must exist.
3027 o fix vertical scrollbar jumping back to the top when 'Check
3028 for new folders' is used.
3029 o fix sensitivity issues of Mark as Spam/Ham context menus.
3030 o fix potential crashes in the address book's embedded 'Edit
3031 person' dialogue, and fix conflicting copy/paste menu
3033 o Reflect change of Font configuration in the Header view
3035 o fix handling of empty values in attach_load_directory and
3036 attach_save_directory clawsrc options.
3037 o fix 2nd-run loss and new configuration loss of filtering
3038 rules on configuration migration.
3039 o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
3046 o bug 1095, 'Crash while changing folder columns during
3048 o bug 1098, 'bogus last row display after expanding a thread'
3049 o fix a few annoyances when choosing keys for the CMS (S/MIME)
3051 o fix updating of the mime parts
3052 o fix Forwarding msgs with attachments that have dos line
3054 o strip S/MIME signatures when re-editing S/MIME signed
3056 o fix body search starting at the end of the mail (and asking
3058 o fix Enter in search windows
3059 o fix dbus-related crash in the the GTK+ file selector.
3060 o IMAP: fix recursion when server lists the current subfolder
3062 o IMAP: get rid of the previous mailimap when connecting, just
3063 in case disconnect was unclean
3064 o IMAP: make sure we don't use an old socket when reconnecting
3070 * The --select option can now also select emails by Message-ID
3072 * Attaching files from 'mailto:' URIs (&attach=...) is now possible.
3073 A dialog is displayed to make sure that the user is aware that the
3074 mail will contain attachments
3076 * 'New Message format' has been added to the Compose/Writing options,
3077 this works like the Quote format and the same symbols are supported
3079 * Reworked the About dialog, including the addition of a new page,
3080 'Features', which indicates which of the optional features are
3081 compiled in and which are not. A 'Release Notes' page was also
3084 * Added history combo for all search fields (message and text)
3086 * The 'mark_as_read_delay' option is not hidden anymore and can be
3087 found in Configuration/Preferences/Summaries
3089 * Added global and per-folder preferences to set the default
3090 alternate dictionary
3092 * Allow spell-checking to use both current and alternate dictionaries
3094 * Added an hidden option 'addressbook_use_editaddress_dialog' to
3095 embed the contact editor in the addressbook window in contrast to
3098 * Added a hidden option 'unsafe_ssl_certs', to allow storing
3099 multiple SSL certificates for a given server/port. You will be
3100 asked to accept unknown certificates. Unchecking this option will
3101 require you to re-accept previously known certificates
3103 * Allow copying of folders between mailboxes
3105 * Better automatic account selection for mailing lists (searches for
3106 the email address in the Delivered-To header also)
3108 * Made the "Synchronise" menu item inactive when there's nothing to
3111 * Use Message font in Writing and Quoting preferences, as well as in
3114 * Added more HTML symbols to the html to text converter
3116 * Save the addressbook's window size on closing
3118 * Better checks for syntax errors are applied to Templates and Quote
3121 * Added a check to avoid trying to use a non-existent folder as
3124 * Enable setting SSL via STARTTLS from the set-up wizard
3126 * Added handling of ":port" in server addresses in the set-up wizard
3127 to specify a port to connect to
3129 * Bogofilter plugin: added an option to print the X-Claws-Bogosity
3130 header in emails handled by the Bogofilter plugin (in MH folders
3133 * Bogofilter plugin: added an option to whitelist senders found in
3136 * Bogofilter plugin: Allow storing of Unsure mails in a specific
3137 folder to make better teaching easier
3139 * Bogofilter plugin: Improved GUI interaction while Bogofilter is
3142 * TrayIcon plugin: added an "Email from account/..." submenu
3144 * updated Brazilian Portuguese, British English, Catalan, Finnish,
3145 French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
3151 * First release as Claws Mail
3154 o bug 1053, 'SC fails to reestablish a secure connection'
3155 o bug 1054, 'Slowness logging big data chunks'
3156 o bug 1057, 'crash on sending s signed message to a
3158 o bug 1060, 'compilation error with Irix's cc'
3159 o bug 1061, 'crash on opening signed email'
3160 o bug 1066, 'Incorrect mailbox size displayed'
3161 o bug 1069, 'Sent mails disappear, BCC or locking problem?'
3162 o fix Reply To/Mailing list from the menu
3163 o forbid drag and drop from/to different folders of type
3165 o src/ssl_manager.c: fix possible infinite loop
3166 o fix Options/Reply mode after draft save
3167 o obey always_show_msg option when marking as spam
3168 o fix spelling menu when replying
3169 o don't change the From column title to To if the To column
3171 o fix the wrong recipient being selected when replying to a
3172 msg which is From one of our accounts To another of our
3174 o fix crash on combining mark_as_read_delay with Hide Read
3176 o create ~/.mailcap if it doesn't exist
3182 * Final release as Sylpheed-Claws
3184 * libetpan 0.48 or greater is now required for IMAP support.
3186 * The Compose window now has an /Options/Reply mode/ menu. This
3187 enables changing the recipients of a reply on the fly.
3189 * QuickSearch now has a type-ahead option for fast searches.
3191 * Extra symbols are now available for the Quote parser, your name,
3192 your email address, the account name, and the organization.
3194 * In the Folder Properties, it is now possible to test the regular
3195 expression used in the Simplify Subject RegExp option.
3197 * GSSAPI support has been added for IMAP.
3199 * UIDPLUS support has been added for IMAP.
3201 * A Stop button has been added for Message Body searches, enabling
3202 cancelling of a running search. This is available in '/Edit/Search
3203 Folder...' and '/Edit/Find in current message...'.
3205 * libSM support has been added. This enables communication with the
3206 session manager, so that it is known when the session ends, in
3207 order to save the caches, and draft any messages currently being
3210 * Support for Address Book Groups has been added to the Compose
3211 window's automatic address completion.
3213 * a new hidden option has been added, 'respect_flowed_format'. This
3214 follows RFC3676 with regard to a message part with a Content-Type
3215 that includes 'format=flowed' and 'delsp=yes'. This will cause some
3216 mails to have long lines, but will fix some URLs that would
3217 otherwise be wrapped. By default it is turned off.
3219 * Basic key import/export has been added to the PGP plugins. When
3220 generating a new key pair you can export the public key to a key
3221 server. When selecting the signature part of a message, if the key
3222 is not on your keyring, you will be asked if you want to attempt
3223 to import it from a keyserver.
3225 * The TrayIcon now displays 'offline' status.
3227 * More window sizes and placements are remembered across sessions.
3229 * tools/fix_date.sh: Switches to replace non RFC-compliant Date:
3230 value, and to use strict RFC matching patterns for dates have been
3233 * Several optimisations have been made.
3240 o Fix redirecting of sent mails
3241 o Fix Go to Next * after applying Preferences
3242 o Fix quote-folding when emails don't convert cleanly to
3249 o bug 1034, 'Incorrect display of size field in message view'
3255 o bug 1032, 'Segmentation fault when showing message'
3256 o fix crash with quote folding on HTML
3257 o fix building with --disable-nls
3258 o remove tabs in Subject string
3263 * Make node expanding in the Folder List non-recursive
3266 o bug 1024, 'Array index out of range in
3268 o Fix "Check for new folders" on folders with accented
3270 o Fix filtering "copy" rules
3271 o Fix "goto next unread" after collapsing/expanding a node
3277 o bug #1023 (Sylpheed deletes too much messages)
3278 o Crash in partial downloading
3283 * It is now possible to stop searches in message bodies
3285 * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
3286 to fix speed issues with badly implemented servers
3289 o Fix multiple registering of SpamAssassin and Bogofilter
3290 plugin after having changed their preferences, leading to
3291 slowness or duplicated messages.
3296 * Minimum required versions of GTK+ and GLIB is now 2.6.0
3298 * Minimum required version of libetpan (for IMAP support) is now 0.46
3300 * metamail support has been dropped, this is now handled internally
3302 * New plugin: Bogofilter, providing Spam filtering and learning
3304 * Account-based filtering rules. Each filtering rule can now be
3305 assigned to a specific account, by default it's "All".
3307 * Filtering against Address Book. It is now possible add matched
3308 conditions to determine if any email address in a message matches
3309 or doesn't match any or all books or folders in the Address Book.
3311 * Quote folding. Quotes in the message view can now be folded, via
3312 the "/View/Quotes/..." menu. The folding can also be toggled by
3313 double clicking on the quotes in the Message View
3315 * Re-enabled user-defined Headers in Displayed Headers configuration
3317 * "/View/Go to/Parent message" and "/View/Go to/Last read message"
3320 * Made the list views look more modern by add alternating coloured
3321 lines, replacing the box-type expanders with arrows, removing the
3323 Hidden prefs have been added to enable users to maintain the old
3325 'enable_dotted_lines' for the dotted lines and box-type expanders.
3326 'use stripes_in_summary' to enable alternating coloured lines in
3327 the Message and Folder lists.
3328 'use stripes_everywhere' to also enable alternating coloured lines
3330 Note: 'use_stripes_everywhere' replaces the previous hidden option
3331 'enable_rules_hint'.
3333 * New hidden pref, 'stripes_color_offset', to change the value added/
3334 subtracted to normal bgcolor to create the stripes in the summaries
3336 * The Send button on the main toolbar is now inactive when the Queue
3339 * IMAP: Added a View Log button on auth error
3341 * PGP/Core plugin: it is now possible to create a new key pair from
3344 * PGP/Core plugin: When encrypting, if only one key matches, and it
3345 matches exactly, it is automatically used
3347 * TrayIcon plugin: the icon now has transparency
3349 * Enabled text selection for replying from MimeViewer plugins
3351 * The attachments list in the MimeView column can now be scrolled
3352 using the mousewheel
3354 * In the MimeView column a middle-click will now just open the Mime
3355 part without showing it in the Message View, likewise, a right-
3356 click will display the context menu without displaying the part
3358 * The "When entering a folder..." selection option is now used for
3359 '/View/Go to/Next unread folder'
3361 * A special Return-Receipt message is shown if the message is from
3364 * An icon has been added to the statusbar to notify of errors
3366 * Added missing icons to the Icon Legend dialog
3368 * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
3371 * Displaying of huge mails can now be cancelled, so the GUI doesn't
3374 * Claws Mail' internal queue headers are now hidden when showing
3375 all headers. They'll be present only in Source window.
3377 * Several GUI improvements.
3379 * Faster loading of folders and other optimisations and speed-ups
3381 * Logging has been improved.
3383 * improved sizing of some widgets
3385 * Made the desktop file XDG compliant
3387 * The manuals have been updated
3389 * A Spanish translation of the manual has been added
3391 * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
3394 * Added an action tool, tools/fix_date.sh, to fix a missing Date field
3400 * A ./configure option has been added, --with-mandir=DIR allowing the
3401 setting of the man directory location
3403 * 'Send queue' has been added to the folder contextual menu, which
3404 allows sending the contents of a single queue, as opposed to the
3405 toolbar's Send Queue, which sends all queues
3407 * '/View/Go to/Next unread folder' has been added
3409 * 'View/Go to/Next marked messages' now traverses folders
3411 * sftp:// links are now recognised in mails
3413 * A dialogue is presented to the user when dropping files into the
3414 Compose window, asking whether to insert or attach the file(s). The
3415 default behaviour can be controlled via a new option in
3418 * Allow attached message parts to be selected, opened, or saved via
3419 their text label in the message body
3421 * Save named inlined attachments with "Save all"
3423 * An option to change the Folder Type has been added to the Folder
3426 * Add |i{sub_expr} to Templates, which allows inserting user-entered
3429 * A new option has been added to '/Preferences/External programs' to
3430 allow "Display as text" on attachments to be done via a script
3432 * An option to 'Never send Return Receipts' has been added to the
3433 'Other' page of the preferences.
3435 * The Custom Header dialogue in Account Preferences now has a 'From
3436 file...' button, which enables a Face or X-Face header to be set by
3439 * libgnomeprint support : A font for printing can be specified in
3442 * Add Help buttons to some dialogues, clicking on them will open the
3443 manual at a suitable section in the configured browser
3445 * The option 'Add date header' has been removed, a date header is
3448 * The '/Message/Re-edit' menu item has been removed from the separate
3449 Message View, where it was useless
3451 * Display an Account's Protocol as a label instead of the unusable
3452 combo when editing accounts
3454 * It is now possible to move and copy mails from and to the Drafts
3457 * More non-English Subject prefixes have been added
3459 * The Attachment flag is now set for some inlined attachments
3461 * Faster recursive quicksearch (show current folder's results before
3462 searching sub-folders)
3464 * Faster send on IMAP
3466 * Alert in case of authentication error on imap
3468 * Better error reporting in GPG plugins
3470 * Faster and better MBOX import/export
3472 * Save caches on SIGPIPE (like on Xorg exit)
3474 * Unified Info/Help/Symbols buttons
3476 * Honor display-header-pane setting in separate window too
3478 * Use the user-defined From: in the Return-Path: header when sending
3480 * Grab Save button by default in Save dialog, which allows saving
3483 * The online status is checked before resetting mailcheck timer
3485 * Show POP3 connection earlier in statusbar
3487 * Re-read /etc/resolv.conf before connecting to IMAP servers, and
3488 when switching to Online mode
3490 * tools/textviewer.pl has been added, which can be used with the new
3491 option 'Command for Display as Text' in '/Preferences/External
3494 * The Claws Mail logo has been updated
3501 * Improved error catching in GnuPG plugins
3503 * Always replace \n, \r and \t with spaces in headers
3505 * Fix 'make clean' removing of provided manuals
3507 * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
3508 backwards compatible
3510 * Fix double-ask of "Do you want to mark all as read"
3512 * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't
3513 RFC-compliant)) - Workaround Rockliffe IMAP server bug
3515 * Fix bug #969 (crash on rebuilding imap folder)
3517 * Fix bug #971 (2.2.3 cannot read mail from local mbox)
3522 * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc)
3523 has been added in the main window's 'Message/Mailing list' menu
3525 * Filtering and processing rules can be disabled with just one click
3527 * The From address is editable in the Compose window
3529 * A menu has been added to the Compose toolbar button to enable
3530 choosing the account to use
3532 * Write-only support of .mh_sequences' Unseen property has been added
3533 for MH mailboxes, allowing synchronised flags when reading your MH
3534 mailbox with Mutt or other MH-based mail clients
3536 * More feedback is provided to the user when importing MBOX files
3538 * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
3541 * The option to go to the first Marked message when entering a
3542 folder has been added.
3544 * The 'ignore thread' flag is now correctly set on mails threaded by
3545 subject, in addition to standard headers.
3547 * Hidden prefs have been added that allow customization of the
3548 colours used in the Log window (useful for dark GTK+ themes)
3550 * Optimised large folder reading
3552 * Optimised copy/move/deletion/selection
3554 * Optimised 'mark all read' in the current folder
3556 * 'test' filtering rules are processed in the background
3558 * A progressbar for cache updates has been added
3560 * A progressbar for copy/move functions has been added
3562 * More dialogues have been made HIG compliant
3564 * Allow recursive setting of properties for whole mailboxes
3566 * A Face header has been added to the Welcome mail
3568 * The user manual has been updated
3570 * tools/filter_conv_new.pl has been updated for rule
3578 * Fix crash on a very common code path, introduced by a merge error in
3586 * Fix URI check, which failed to identify fake, phishing URIs if they
3589 * Reply-To and Sender addresses in the message view are now fully
3592 * Remove extraneous tab at start of addresses.
3599 * Always obey the "confirm before marking all mails read" option
3601 * Fixed MBOX import/export's behaviour on failure
3603 * Fixed automatic rule creation with List-Post
3605 * Fixed some GTK+ warnings and errors at runtime
3607 * Fixed some compiler warnings
3609 * Fixed double init of the g_thread subsystem
3611 * Fixed saving of parts with names that can't be converted to UTF-8
3613 * Fixed a possible infinite loop when filtering moved and copied some
3616 * Fixed a buffer overflow in Russian locale
3618 * Fixed a memory leak in expired SSL certificate check
3620 * Fixed bolding of folder names in the folder selector window with
3623 * Added an hidden preference, 'ssl_skip_cert_check', to avoid
3624 duplicates of bug #959 - if libetpan is linked against gnutls, there
3625 can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4
3628 * The SSL "expired certificate" warning is now presented only once per
3631 * Fixed races when reusing the SMTP sessions
3633 * Added the missing timeout on SMTP sessions
3637 * Fixed a crash in PGP plugins, which could happen when signing fails
3640 * Fixed SpamAssassin plugin, which stayed disabled as long as the
3641 transport wasn't reselected
3643 * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
3645 * Fixed bug #955 (copying messages between imap folders is extremely
3648 * Fixed bug #961 (return receipt dialog complains incorrectly about
3649 return-path email adress being different)
3651 * Fixed bug #962 (Manual and/or UI should warn about incompatible
3652 locking causing dataloss)
3657 * S/MIME signature verification has been removed from the PGP/MIME
3658 plugin as it is now provided by the S/MIME plugin.
3660 * IMAP users will see significant speed improvements.
3662 * ANONYMOUS auth has been added for IMAP
3664 * In the Compose window all spell-checker options are now available
3665 from the /Spelling/Options menu.
3667 * Syntax errors in the extended Quick Search are now indicated by
3668 a pink/red background.
3670 * An encrypt-to-self option has been added to the Account Privacy
3673 * Sysadmins can now provide their users with pre-filled values in
3674 the Setup Wizard. See the manual, '6.6. Deploying Claws Mail',
3677 * Various GUI improvements have been added.
3679 * A new command line option has been added: --select 'folder[/msg]'
3680 This can be used at startup and causes the specified folder/message
3681 to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
3683 * Optional background colouring of quotes has been added. It can be
3684 configured from the Colour Preferences dialogue.
3685 GTK+-2.8.x or newer is required for this feature.
3687 * In the Compose window, multiple quote levels are now coloured in
3688 the same way as the Message View.
3690 * A warning is now displayed on expired SSL certificates and the
3691 expiration date is shown.
3693 * A hidden option has been added, 'compose_no_markup', this prohibits
3694 the use of bold and italic text in Compose dialogue's account
3697 * LDAPS support has been added.
3699 * The user manual has been updated, and French and Polish
3700 translations are now also included.
3707 * The Preferences config file, ~/.claws-mail/sylpheedrc, is now
3708 stored with UTF-8 encoding
3713 * libetpan version 0.45 or newer is now required for IMAP support,
3714 this allows checking for IMAP/SSL certificates.
3716 * Support for the Face header has been added,
3717 see http://quimby.gnus.org/circus/face/
3719 * In the Templates dialog TAB address completion has been added for
3720 Cc and Bcc fields, in addition to To.
3722 * An account's signature file, (Account Preferences, Compose tab),
3723 can now been edited in place using the configured text editor.
3725 * An advanced search is now possible in the '/Edit/Search folder'
3728 * '/Edit/Find' has been added to the Compose window for text
3731 * A progress bar is now shown in the status bar whilst doing a Quick
3734 * A long search can now be cancelled.
3736 * In a Sent mail folder the From column in the message list is now
3737 automatically changed to the To column.
3739 * '/Message/Colour Label' has been added to the main menu, enabling
3740 (unmodifiable) shortcut keys, Ctrl+[0-7].
3742 * The colour labels are now customisable from the 'Display/Colours'
3743 page of the Preferences. It is now possible to choose any colours
3744 and to give them each a label.
3746 * A Spell Checking option to 'Recheck message when changing
3747 dictionary' has been added.
3749 * An option to 'Render HTML-only mail with plugin if possible' has
3750 been added to the 'Message View/Text Options' preferences page.
3752 * Headers in the message view and the Custom headers dialog are now
3753 translated if the option 'Translate header names' is activated.
3755 * It is now possible to sort the columns in the Addressbook.
3757 * More drag-n-drop capabilities have been added, from the message
3758 list to other apps, from the mimeview to other apps, from other
3759 apps to message list, from other apps to folder list, from the
3760 mimeview to the message and folder lists and the Compose window's
3763 * "Ignore thread" has beed added as a filtering action.
3765 * The Compose window is now hidden when sending mails via filtering.
3767 * An alphabetical resort is done immediately when a folder's name
3770 * Unsubscribing a newsgroup now removes the related folder and
3771 articles from newscache/
3773 * A "Get more..." link has been added to the Plugins window. This
3774 loads http://claws.sylpheed.org/plugins.php in your browser.
3776 * The SpamAssassin plugin is now equipped with a spam learning
3777 interface, usable by right-clicking a message and choosing
3778 'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
3779 possible to disable SpamAssasin filtering when receiving mail, so
3780 that the plugin can be used for learning only.
3782 * Remote learning in the SpamAssassin plugin has been added. This
3783 requires SpamAssassin 3.1.x.
3785 * A new script has been added that integrates a Thunderbird folder
3786 tree into Claws Mail, tools/tbird2syl.py
3791 * libetpan >= 0.41 is now required for IMAP support
3793 * A new and completely rewritten manual has been added.
3795 * An icon legend window has been added to the Help menu
3797 * Attached images can now be printed along with the message when using
3798 the optional libgnomeprintui support.
3800 * '--exit' command-line option has been added.
3802 * '--subscribe' command-line option has been added.
3803 Calling claws-mail --subscribe '%s' will ask the loaded plugins
3804 if they can handle the type of URL passed as a parameter. Thus, if
3805 using the RSSyl or vCalendar plugins, for example, the user will be
3806 able to subscribe RSS feeds or Webcals from the browser.
3808 * claws-mail email@domain.com is now equivalent to --compose
3810 * claws-mail proto://blah.com is equivalent to --subscribe
3812 * HIG compliant button order has been implemented.
3814 * Several dialogues throughout have been improved.
3816 * Text can now also been displayed next to the icons in the main
3819 * Quick mail retrieval from any account is now possible due to the
3820 account submenu which has been added to the 'Get All' button.
3822 * The spellchecker context menu in the compose window has been added
3823 to the standard GtkTextView menu instead of replacing it.
3825 * The Subject in the compose window title now updates instantaneously.
3827 * The mimetypes list in the compose window attachment pane is now
3828 alphabetically ordered.
3830 * The message view email and URI parsers have been enhanced.
3832 * In Quick Search Extended mode, a '...' button has been added, this
3833 provides the user with a dialogue enabling the quick formation of
3836 * When Quick Search is activated, the entry box is given a yellow
3837 background for greater visibility.
3839 * The LDAP search in the address book now supports wildcard searching
3842 * The configuration option 'Go to inbox after receiving new mail' has
3843 been moved from 'Display/Summaries' to 'Mail handling/Receive'.
3845 * The 'Wrap at send' configuration option has been removed.
3847 * Colour preferences have been moved from '/Message View/Colors' to
3850 * The previously hidden option, color_new, has been added to the GUI
3851 as '/Display/Colors/Folder' containing new messages.
3853 * The spamassassin and spamassassin_gtk plugins have been merged into
3854 one single plugin, and this plugin is now built by default if the
3855 requirements are matched.
3857 * The clamav and clamav_gtk plugins have been merged into one single
3860 * GnuPG support: Add support for PKA info if available
3862 * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
3864 * A check to verify that plugins are licenced under a GPL-compatible
3865 licence has been added.
3867 * The unmaintained mathml_viewer plugin has been removed.
3869 * Added tools/filter_conv_new.pl.
3870 Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
3871 to Claws filtering rules.
3876 * etpan >= 0.40 is now required for IMAP support
3877 0.40 fixes the SSL connection errors that some users experienced.
3879 * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
3880 functions were fixed.
3883 Signature checking is now non-blocking
3885 * The URLs in the About window are now clickable
3887 * the man page has been updated and renamed 'claws-mail'
3892 * The binary is now 'claws-mail' and not 'sylpheed'
3894 * The default config dir is now '~/.claws-mail'. The user will
3895 be prompted to perform an automatic migration of configuration
3896 options to this new directory.
3898 * A new default internal icon theme has been added, based on the
3901 * Messages are now sorted by Date by default
3904 The noticeview is now shown on the message/rfc822 part in addition
3905 to the text/plain part.
3906 The privacy icon in the noticeview is now clickable and also uses
3907 key C to perform the signature check.
3908 The Trust field has been moved into Full info display.
3909 When trust is less than full, don't display a warning icon.
3910 Visual feedback is provided in the statusbar when checking
3912 The PGP/MIME signature file is now named 'signature.asc'.
3913 The dialog for entering a passphrase has been improved.
3915 * Local deletion of news posts has been added.
3917 * A file selector has been added for selecting an account's Signature
3920 * Many window sizes are now remembered.
3922 * The presense of marked msgs in unexpanded subfolders is now indicated
3923 by the icon of the parent folder.
3926 The message list is reset when the dialog is hidden.
3927 The 'Sticky' option, for keeping the search activated across folders.
3929 * The Subject is now set when forwarding multiple mails.
3931 * When a default Cc or Bcc is used, a check is performed to make sure
3932 the To header has also been set.
3934 * In the filtering dialog a warning dialog is shown if the rule was
3937 * The file and directory Browse buttons, ("...") have been improved.
3939 * When double-clicking an attachment the "Open with" dialog is
3940 presented if no command was found for the file type.
3942 * The X-Face has been added to the message view and can be toggled by
3943 '/Configuration/Preferences/Message View/Text options/Display
3944 X-Face in messageview'.
3946 * The message list context menu has been reworked.
3948 * When replying to a mail sent by yourself, Reply excludes your own
3949 address from the list of recipients. 'Reply All' and 'Reply to
3950 sender' still work like before.
3952 * When the Folder Preference 'Default To for replies' the entry in
3953 the Compose window is presented in bold text.
3955 * The About window has been reworked.
3960 * etpan >= 0.39 is now required for IMAP support
3962 * LDAP and JPilot support is now built by default if the dependencies
3965 * ~/.mailcap or /etc/mailcap is now used to open attachments
3967 * middle-click pasting that respects the 'Wrap pasted text' option
3970 * during composition the user is alerted if the message can't be
3973 * the description windows are now non-modal
3975 * a 'Clear Log' button has been added to the log window popup menu
3977 * Sender, List-Post and To have been added to the headers that are
3978 checked during automatic Filtering and Processing rules creation
3980 * the current locale's charset is used for display of broken mails
3981 and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
3982 been added allowing the user to use UTF-8 for broken mails
3984 * GNU/aspell support: if black is chosen as the misspelled word
3985 colour, misspelled words will be underlined.
3987 * the Message View and Compose windows now display the message
3988 subject as the window title.
3990 * libgnomeprint support: currently selected text attachments can be
3993 * drag'n'drop of messages from the Message List to a Compose window's
3994 Attachment pane is now possible
3996 * PGP/MIME plugin: it is now possible to verify S/MIME signatures
3998 * PGP/Core plugin: A "Don't encrypt" button has been added to the key
3999 selection dialog, and the buttons have been reordered.
4001 * the user is warned if the requested Privacy system is not available
4002 when composing a message
4007 * The 'Open first unread message when entering a folder' option has
4008 been replaced with 'When entering a folder select...'.
4009 Whether or not the selected message is opened is now exclusively
4010 controlled by the 'Always open message when selected' option.
4012 * Filtering and Processing rules can now be named.
4014 * A new icon for the Trash button has been added.
4016 * The 'Bold font' option has been removed. A displayed bold font is
4017 now derived from the normal font.
4019 * The option 'Display recipient in 'From' column if sender is yourself'
4020 has been removed from the GUI. It still exists as a hidden option.
4022 * Many improvements to the Address book.
4024 * A '/Special paste/' menu item has been added with sub-items 'as
4025 quotation', 'wrapped', and 'unwrapped'.
4027 * Colourisation of quotes, signatures, and URIs has been added to the
4030 * A 'To' column has been added to the message list pane.
4032 * The displayed columns in the folder list are now configurable.
4034 * A hidden option has been added, 'toolbar_detachable', that enables
4035 the removal of the toolbar handles.
4037 * A hidden option has been added, 'statusbar_update_step', that
4038 enables changing the sensitivity of the progress bar stepping.
4040 * Changes to the Fonts options are now applied immediately.
4042 * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
4045 * An 'Open image' menu item has been added to image popup menu in the
4048 * Several optimisations and speed-ups have been added throughout.
4050 * The localedir, manualdir, and faqdir are now user-configurable.
4052 * tools/asus_mailled.sh
4053 A new script to blink an ASUS laptop's mail LED when there is
4056 * tools/kdeservicemenu/*
4057 Use Claws Mail icon and the text 'Claws Mail' in the menu,
4058 use kdialog during installation
4063 * add GPGME 1.x support.
4065 * A new PGP/Core plugin has been added
4067 * IMAP now uses libEtPan!
4069 * Printing support using libgnomeprint2 and libgnomeprintui2
4071 * The cache/mark files are now platform-independent.
4073 * A plugin dependency system has been added.
4075 * The PGP/Inline plugin has been added to the main package.
4077 * Folders which contain Marked messages are now indicated by a
4078 Folder icon overlaid with a tick
4080 * '/Edit/Quick search' menu item has been added to the main window
4082 * An option to 'Confirm before sending queued messages' has been
4085 * The "Copy ..." menu items now copy to both the X and the gtk
4086 clipboards in the Compose window
4088 * The Template and Plugin lists are now sorted alphabetically
4090 * Plugins preferences are now grouped under their own 'Plugins'
4093 * A 'Go to Prev' button has been added to the toolbar
4095 * Keyboard accelerators have been added to many buttons
4097 * The folder selection dialogue now displays folder names with
4100 * The 'Display cursor in message view' option is now a hidden option,
4101 'textview_cursor_visible'
4103 * Reordering of accounts by drag 'n' drop has been enabled in the
4104 'Edit accounts' dialogue
4106 * New Claws Mail icons have been added, and the default
4107 application icon is now set.
4109 * The SpamAssassin and Clam AntiVirus plugins have been optimised.
4115 * improved IMAP support
4117 * Performance increases
4119 * /Message/Delete and /Message/Move to trash
4120 '/Message/Delete' has been renamed '/Message/Move to trash'
4121 and '/Message/Delete' has been added. '/Message/Delete' will
4122 now directly destroy the message, after asking for a
4123 confirmation, instead of moving it to the Trash folder.
4125 * new style configuration options interface.
4128 The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
4130 * LDAP bind password is no longer visible onscreen.
4132 * An option to encrypt replies to encrypted messages by default
4134 * Filtering rules can be reordered by drag n drop
4136 * '/Options/Character encoding/...' has been added to the Compose
4139 * Hebrew encodings have been added
4141 * The 'Show all headers' option is now sticky.
4143 * Return Receipts can now be sent from any account.
4145 * A clip/signed icon has been added.
4151 * bug-fix release which fixes the ASpell Spell Checker
4157 * Inline image display
4159 * An option to render HTML as text has been added to
4160 /Configuration/Preferences/Common/Message
4162 * An option for a default Queue folder has been added to the
4163 'Advanced' tab of Account Preferences
4165 * Filtering Preferences window size is saved
4167 * Batch sending of mails (per account)
4169 * Support for GBK encoding
4171 * New logo in About window
4173 * tools/acroread2sylpheed.pl
4174 script to send pdfs as attachments from Adobe Reader 7
4175 see tools/README for details
4181 Initial GTK2 release
4183 * default config dir is ~/.sylpheed-gtk2
4186 Copyright 1999-2014 by Hiroyuki Yamamoto and the Claws Mail team.
4187 See accompanying COPYING file for license details.