1 Changes of the Claws Mail GTK2 branch
6 * Due to licensing problems, the ClamAV plugin has been removed from
7 the Claws Mail core distribution and can now been found packaged
8 separately or with the 'extra plugins' package.
10 * Added NetworkManager support
11 This is built by default if the dependencies are satisfied; it can
12 be specifically disabled with '--disable-networkmanager-support'.
13 This enables Claws Mail to track changes to the network status.
15 * Added DIGEST-MD5 support for IMAP authentication
17 * Added Folder Properties option, 'Run processing rules when opening'
20 * Added sub-sorting to the Message List; when the Sort type is either
21 Subject, From, To or Tags, sub-sorting by Date will be active.
23 * Added from=address to the mailto sequence
24 The 'from' will try to select the first matching account in the
25 Accounts list, otherwise it will use the usual account selection
26 mechanism but will override it with the given 'from' address.
28 * Added insert=FILE to the mailto sequence (stands for 'insert file')
29 This adds the ability to create a new message from the command-line,
30 with the body set from the contents of an existing file.
32 * Added mailto with NNTP accounts
33 This comes into play if mailto is used when an NNTP account is the
34 default account or if an NNTP account address is used with 'from'.
36 * Added several GUI improvements to the Filtering, Processing, Tags,
37 Actions, Templates, Logging and Address Book dialogues
39 * Added a tooltip to the 'replied' icon in the Message List which
40 indicates 'click to see your reply' feature.
42 * Added 'claws-mail --version-full' to display the version and a list
43 of the compiled-in features
45 * Implemented speed-ups to list operations, deletions and cache
48 * Updated the man page
50 * The Trayicon plugin icons are now themable.
52 * text/calendar message parts are now automatically displayed if a
53 plugin handling text/calendar is loaded, e.g. vCalendar.
55 * Maemo: connect HW status change signal for shutdown
57 * Maemo: identify mmc1 and mmc2 more clearly in the GUI
59 * Maemo: Make dnd threshold higher
64 * Several GUI improvements
65 The colour preferences have been split into tabs.
66 Improve the way 'Find in current message' search results are
67 shown by vertically centering the selected text in the
69 Improvements to the 'List URIs' dialogue.
70 Filtering/Processing Match Type dialogue has been reworked.
71 Several other layout improvements.
73 * Several address book improvements
74 Added Custom Attributes, which can be edited from
75 '/Tools/Edit custom attributes...' and are used from the
76 'Name' drop down list on the 'Edit Person Details' dialogue.
77 Always add a new contact if any value is set, instead of
78 silently rejecting it when an email address is not set.
79 Better guessing of contact name from incomplete name
81 Better display of contacts that have no name set, in contact
82 lists, group contents, find duplicate results.
83 Error messages don't show in the status bar anymore, alert
84 panels are used instead.
85 Several other GUI improvements.
87 * Added optional Tooltips to the Message List. This is enabled by the
88 'Show tooltips' option on the '/Display/Summaries' Preferences page
89 and is only possible with GTK+ >= 2.12
91 * Much improved handling of Return Receipts, both outgoing and
94 * Added the option to use the system defaults for External Programs
95 preferences on the '/Message View/External Programs' page.
97 * Added "select first email in list" to the list of possible
98 selections in the 'Set default selection on entering a folder'
99 options on the '/Display/Summaries' preferences page.
101 * IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
102 prevents fetching of tags.)
104 * IMAP: Optimised flag handling and message copying.
106 * Improved printed page layout for built-in GTK+ printing
107 Bold fonts are now used where appropriate and a demarcation
108 between header and body has been added.
110 * Optimised filtering on flags/tags changes.
112 * MAEMO: Added LED flashing for new mail alerts
114 * MAEMO: Made all of the left of column in the Folder List a hotspot
115 for expanding/collapsing the tree.
120 Non-blocking NNTP has been implemented. NNTP support is now provided
121 by and depends upon libetpan
123 GnuTLS support has been implemented as an alternative to OpenSSL.
124 [./configure --enable-gnutls]
126 A run-time alternative configuration directory switch has been added,
127 [claws-mail --alternate-config-dir DIR]
129 Tags: Added tag alphabetical sorting and unified the dialogues.
131 Edit accounts dialogue: The 'default account' (D) column has been
132 removed, instead the default account is indicated by use of
135 Templates: Added ability to attach files using |attach{filename}.
136 Templates options are now presented in a tabbed layout.
138 Address Book: Added duplicate finder, '/Tools/Find duplicates'.
139 It is now possible to set an image for each contact. Pictures
140 from a contact's Face or X-Face will be automatically set
141 when available. The contact's image will be automatically
142 displayed in the message view or header pane if the message
143 has no Face or X-Face header.
145 '/View/Character encoding' submenus are now grouped together
147 GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
148 libgnomeprint will never be used if GTK+ >= 2.10 is available.
150 Reinstated 'Generate Message-ID' option as an Account preference. It
151 is hidden on IMAP accounts, because Message-IDs are needed on
152 servers that don't implement the UIDPLUS extension.
154 Toolbar preferences: Improved dialogue.
156 Compose window: the number of attachments is now shown in the tab's
159 Attachments: When opening attachments with 'Open' or 'Open with...'
160 the temporary files are now saved as read-only. A hidden
161 preference has been added, 'save_parts_readwrite', which
162 permits the previous behaviour.
164 IMAP: Added a button on the Folder Properties General page to allow
165 users to discard local caches.
166 Added much better error handling.
167 Fetching of cached mails has been heavily optimised.
169 LDAP: Added read-only support for jpegPhoto LDAP field
171 Bcc in commandline URIs has been added.
173 Dillo browser plugin: Address book based whitelisting for loading
174 remote images has been added.
176 SpamAssassin plugin: Address book based whitelisting has been added.
178 MAEMO: Maemo 4.0 (Chinook) build enabled.
180 MAEMO: Removed some useless tooltips.
182 tools/csv2addressbook.pl
183 a new script that imports a CSV formatted address book. Becky
184 and Thunderbird address book are currently supported.
190 o bug 1320, 'Memory leak caused by gtk_container_get_children'
191 o bug 1321, 'access before allocation when scanning for uris'
192 o bug 1324, 'Corrupted IMAP cache'
193 o bug 1327, 'segfault when replying to a non-existent news
195 o bug 1329, 'error in quicksearch.c'
196 o bug 1334, 'user defined mail incorporation script not run'
197 o bug 1336, 'Segfault if empty space before search-string'
198 o bug 1337, 'Crash on removing uncached emails'
199 o Prevent unquoted mime boundaries, by always using a /
200 o Remove unnecessary error when cancelling export to mbox.
201 o MAEMO: make all Folder Properties pages visible
202 o MAEMO: fix overlapping buttons in Edit Accounts page
209 o bug 1308, 'Claws deletes folderlist.xml after fetching mail
210 short after start-up'
211 o bug 1311, 'Wrong arrow position while moving message into
212 folder when column headers hidden'
213 o fix build without USE_LDAP_TLS
214 o Accounts list: fix "Local" protocol not shown when
216 o Tags: fixed issues with tags with spaces, and renaming tags
217 o Accounts list: Show protocol "SMTP" and the appropriate
218 server for send-only accounts
219 o Accounts list: show "-" instead of "" when no value is
221 o do not allow locked msgs to be deleted, even by filtering
223 o Show error message in the GUI if image can't be loaded
224 o Remove Generate Message-ID option. We need this on some
226 o Maemo: distinguish various statusbar messages,
227 in order to display only the most important.
228 o Maemo: fix statusbar/window mismatch
229 o Maemo: fix scrolling to cursor
235 * Claws Mail is now licensed under GPLv3 or later.
238 Tags are arbitrary labels that can be applied to messages. It is
239 possible to create, edit, remove Tags; apply them to mails;
240 filter on Tags or Tag presence; apply or unset Tags via Filtering
241 actions; reference Tags in reply Templates.
243 * Threads can now be sorted by most recent message
244 /View/Sort/By thread date
246 * Added "/View/Show or Hide/Column headers"
248 * Added 'watch thread' feature
250 * Enabled the running of folder Processing rules on demand
252 * Added options to stop/enable writing logs to disc, see Logging
255 * IMAP and News: Implement age-based caching: allow the specifying
256 of a threshold for the offline synchronisation feature, and whether
257 old cached bodies should be removed. Accessible from the Folder
260 * IMAP: Made multiple copy, (in the same IMAP account), faster by
261 matching source/destination message UIDs.
263 * LDAP: Ability to edit all Person attributes
265 * Nicer layout of the message part icons
267 * Speed up and clean up rendering of larger msgs
269 * Use progress bar when sending messages
271 * Made mainwindow's /Help/Manual point to the remote copy if the
272 local copy doesn't exist
274 * Replaced some deprecated widgets
276 * Enabled changing the emphasis color used to highlight the
277 newsreader/x-mailer header value when it matches our preferred
278 mail agent, (hidden pref 'emphasis_color' added to clawsrc).
280 * tools/mew2claws-mail.pl
281 Added new script that imports a Mew address book
283 * tools/popfile-link.sh
284 Added a new script that will open selected messages in
285 POPFile control center, in order to change the message
290 * Check that Dillo's installed when loading the Dillo Browser
293 * Maemo improvements:
294 o Automatically choose the correct application
296 o Better way to notify of new mails
297 o Destroy messageview after trashing mail
299 o Better toolbars, removal of CTree headers
300 o Add a specific icon to go back to folder list
301 o Improvements to the Wizard, About and icon legend dialogues
302 o add an easy way to store data (mails and IMAP/NNTP caches)
303 on one of the SD cards, and protect against unmounts if
305 o plug the online/offline system into maemo's interfaces to
306 have Claws automatically switch according to the system
307 status (on IT OS 2007)
308 o use HildonBanners to display status messages
309 o force layout to be Small screen
310 o put the progress bar in the toolbar
316 * libetpan 0.49 is now required for IMAP support
318 * Added "From, To or Subject" to the QuickSearch types.
320 * Added handling of the 'a' key to loop through a mail's MIME parts.
322 * In the Compose window "Add to address book" has been added to the
323 context menu of the sender and recipient fields.
325 * Implemented a proper References filtering condition.
327 * Added the possibility to cancel receiving in IMAP accounts.
329 * Made offline synchronisation faster.
331 * Added an alternate way to fetch flags on IMAP, which improves
332 performance with some servers, (like Exchange).
333 See "Bandwidth-efficient mode" in IMAP accounts' Receive
336 * Allow manual sorting of Templates.
338 * Templates improvements: easier syntax, add some useful variables.
340 * Implemented per-account and per-folder compose/reply/forward
343 * Added a QuickSearch option to automatically run a search selected
346 * Made the Summaries Preferemces page "when entering a folder..."
347 options fully customisable.
349 * Added an "Open last opened folder at startup" option to the
350 Summaries page in the Prerferences.
352 * Changed the Preference "Only mark as read when opened in new
353 window" on the Summaries page to "Only mark as read when opened
354 in new window, or replied to".
356 * Allow disabling mail filtering plugins on a per-account
359 * Added an option to the Bogofilter and SpamAssassin plugins to
360 enable marking saved spam as Read.
362 * Added a warning about encryption limits, which can be disabled.
364 * Removed the "Download all" preference from POP3 accounts; it
365 was useless and confusing.
367 * Re-organized some Preferences page.
369 * Replaced the tabbed layout in Account Preferences with pages.
371 * Renamed 'Protocol Log' to 'Network Log'
373 * Added a few cursor improvments while Claws is busy.
375 * Added support for CRLF in headers of messages.
377 * Added support for a few more date formats (RFC3339 subsets).
379 * The keypad's Enter key now does the same as the Return key.
381 * Improved LDIF import, better error handling, UI cleanup.
383 * LDAP write support has been added.
385 * Use Hildon's file chooser on Maemo.
391 * Added a printer icon.
394 o bug 1187, 'Reply-to addressee disappears when reply-to text
395 box is clicked...' (Maemo)
396 o bug 1190, 'dir_open' button doesn't work' (Maemo)
397 o bug 1193, 'Need a way to multi-select items'
398 o bug 1194, 'Hardware keys move from email list to account/
399 directory list, but not back to email list...'
401 o bug 1196, 'Edit>Select All doesn't work' (Maemo)
402 o bug 1198, 'Reply-all "disappearing" address bug
404 o bug 1200, 'Add option to always retrieve full messages'
405 o bug 1209, 'Clicking on address in header (mailto uri)
406 selects default account'
407 o bug 1211, 'Offline dialog message bugs/annoyances...'
408 o Don't reflect accounts changes to the mainwindow when it's
410 o Fix double fetching of mails if first try failed
411 o Fix a crash in textview
412 o Fix changing quicksearch type (after Esc, after changing
414 o tools/uudec Fix missing dash to `display` command-line
420 o Fix for CVE-2007-1558 (APOP)
421 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
424 o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
425 o Fix encoding woes wrt saving of mails and parts
431 The Maemo port touches several areas: using the correct APIs for
432 a good integration, adding of a new layout suited for small
433 screens, Maemo-specific default preferences changes, Maemo-specific
434 GUI improvements, etc.
436 * Added more customisable colour labels
438 * Added 'Mark as spam', 'Mark as ham', and 'Add to address book'
441 * Added a new Quote Format symbol, %A, to insert the sender's email
444 * Changed the option to display unread message counts next to folder
445 names: it is now possible to display the total count of messages
446 too. Configurable from Display/Summaries
448 * If Claws Mail is already running on another display, attempting to
449 start it will mention that instead of popping up the window on the
452 * Added debugging of filtering/processing rules. Configurable from
453 Other/Logging options page
455 * Added handling of the contextual menu key in compose windows and
458 * Added a "pulsing" progressbar in the label window used when
459 rebuilding folder tree, etc, in order to show activity
461 * Improved "Offline mode override" dialogue to avoid asking
462 repeatedly, but still ask on explicit user actions
464 * Improved the creation of POP/Local accounts when no MH mailbox
465 exist: create the default one
467 * Write folderlist directly after adding/deleting accounts that have
470 * Added logging IMAP ALERTs as errors in the log
472 * Added a way for MimeViewer plugins to implement search in a part's
475 * Updated, added and replaced some icons
477 * Added display of any LDAP specified Search attributes
479 * Added 'telephoneNumber' in the default LDAP list of attributes
481 * Updated the Face header in the welcome message
483 * Added the option to minimize to tray in the Trayicon plugin
485 * Added a wrapper to mairix in the tools folder, tools/mailrix.sh
487 * Added a script which enables inserting files into the message body
488 of a new Compose window from the command line,
489 tools/claws-mail-compose-insert-files.pl
491 * Updated Brazilian Portuguese, Catalan, Czech, French, German,
492 Hungarian, Polish,Serbian, Simplified Chinese, and Spanish
499 o bug 1129, '"local mbox file" account isn't retrieving
501 o bug 1135, 'cm-segfault on decrypting with PGP/inline'
502 o bug 1136, 'Crash in group address completion'
503 * Fix "After receiving new mail, go to inbox" on IMAP, and
504 restrict it to manual fetching only
505 * Fix alertpanel.h only included in #ifdef HAVE_LIBETPAN
506 * Fix return value without libetpan
507 * Use gtk_window_set_role instead of gtk_window_set_wmclass
508 * Fix mime/globs path on NetBSD
513 * Removed 'Separate Folder tree' and 'Separate Message View' and put
514 new layouts in place of it, 'Standard', 'Three columns', 'Wide
515 message' and 'Wide message list'. Accessible from /View/Layout.
517 * Added IMAP subscriptions
518 Creating a new folder subscribes it. Deleting a folder unsubscribes
519 it. "Creating" an existing but unsubscribed folder will subscribe
520 it. By default, for new accounts, only subscribed folders are shown.
521 A contextual menu item has been added, /Subscriptions, which allows
522 switching the display between All folders and Subscribed folders
523 only. It also enables the subscribing and unsubscribing of folders.
525 * Added the option 'Enable customisable menu shortcuts' to the
526 'Other' preferences page. Turning this off locks the current hot
527 keys, preventing accidental changes.
529 * Added icons for application/pdf, application/pgp-signature,
530 application/postscript and text/calendar.
532 * Added /Tools/List URIs
533 Enables opening any or all of the URIs contained in the currently
536 * Added 'spam flag' to the Filtering and Processing Match Types.
538 * Removed the 'Composing messages exist' dialogue on exit. Instead
539 opened messages are automatically saved to drafts, and re-opened at
542 * Added handling of local URIs, (file:///...), from the --attach
545 * Added Account options for spellcheck default dictionaries.
547 * Added 'Edit/Delete thread'.
549 * Added an option 'Ask about account specific filtering rules...' to
550 the 'Other' page, which was previously a hidden option.
552 * Some preferences have been re-arranged:
553 Moved the 'Ask before emptying trash' option on the 'Other' page
554 outside of the 'On exit' frame as it's not only an 'On exit' option.
555 Moved 'Never send Return Receipts' from 'Other' to 'Sending' page.
556 Moved keybinding preferences to the 'Other' page.
557 Added 'mousepad' to the list of text editors on the 'External
560 * Bogofilter and SpamAssassin plugins: Enabled moving spam mail to the
561 Account's Trash folder instead of default Trash folder.
563 * ClamAV plugin: updated for the upstream changes in libclamav, whilst
564 maintaining compatibility with older version of libclamav.
566 * GPG Plugins: Added an option 'Use gpg-agent to manage passwords' to
567 GPG page of the common preferences. Fixes annoyances with distro-
568 installed gpg-agent, when no pinentry program is installed, and the
569 user is at a loss on why "decryption failed". It can be turned off
570 to bypass gpg-agent. The option is disabled if gpg-agent is not
573 * TrayIcon plugin: Added 'Hide at startup' and 'Close to tray'
575 When the 'Close to tray' option is used the Window Manager's hotkey
576 and [X] button will hide the window instead of closing it - closing
577 CM can be done using the tray icon menu or the /File menu.
578 Clicking the trayicon now raises the window to current desktop when
579 it was either minimized or shaded, or when it was on another desktop.
581 * Added support for non ISO-8859-1 compatible locales to the Actions
582 scripts freshmeat_search.pl, google_search.pl and multiwebsearch.pl.
584 * Renamed the maildir2claws-mail.pl script to kmail-mailbox2claws-mail.pl
585 and updated it to work with newer versions of Kmail.
587 * Added thunderbird-filters-convertor.pl script, which converts
588 thunderbird filter rules to Claws filter rules.
590 * Updated Brazilian Portuguese, British English, Czech, Finnish,
591 French, German, Hungarian, Polish, Serbian, Simplified Chinese,
592 Slovak and Spanish translations.
597 * Added command line equivalent options:
599 -q and --quit for --exit
601 "Unknown option" is now printed when unknown command line options
604 * The wizard for configuration migration, (Sylpheed-Claws to Claws
605 Mail), now has the option to save or not save a backup of the old
606 configuration folder.
608 * The configuration wizard is now re-run if it was previously
612 o bug 1100, 'Highlighted e-mail data not visible when color
614 o bug 1101, '"Load plugin" button is accidentally hidden'
615 o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap
617 o IMAP: fixed crash when connect command doesn't exist.
618 o IMAP: better folder checking when an IMAP directory is set.
619 o IMAP: Never remove INBOX when scanning for new folders.
620 It's a special folder that must exist.
621 o fix vertical scrollbar jumping back to the top when 'Check
622 for new folders' is used.
623 o fix sensitivity issues of Mark as Spam/Ham context menus.
624 o fix potential crashes in the address book's embedded 'Edit
625 person' dialogue, and fix conflicting copy/paste menu
627 o Reflect change of Font configuration in the Header view
629 o fix handling of empty values in attach_load_directory and
630 attach_save_directory clawsrc options.
631 o fix 2nd-run loss and new configuration loss of filtering
632 rules on configuration migration.
633 o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
640 o bug 1095, 'Crash while changing folder columns during
642 o bug 1098, 'bogus last row display after expanding a thread'
643 o fix a few annoyances when choosing keys for the CMS (S/MIME)
645 o fix updating of the mime parts
646 o fix Forwarding msgs with attachments that have dos line
648 o strip S/MIME signatures when re-editing S/MIME signed
650 o fix body search starting at the end of the mail (and asking
652 o fix Enter in search windows
653 o fix dbus-related crash in the the GTK+ file selector.
654 o IMAP: fix recursion when server lists the current subfolder
656 o IMAP: get rid of the previous mailimap when connecting, just
657 in case disconnect was unclean
658 o IMAP: make sure we don't use an old socket when reconnecting
664 * The --select option can now also select emails by Message-ID
666 * Attaching files from 'mailto:' URIs (&attach=...) is now possible.
667 A dialog is displayed to make sure that the user is aware that the
668 mail will contain attachments
670 * 'New Message format' has been added to the Compose/Writing options,
671 this works like the Quote format and the same symbols are supported
673 * Reworked the About dialog, including the addition of a new page,
674 'Features', which indicates which of the optional features are
675 compiled in and which are not. A 'Release Notes' page was also
678 * Added history combo for all search fields (message and text)
680 * The 'mark_as_read_delay' option is not hidden anymore and can be
681 found in Configuration/Preferences/Summaries
683 * Added global and per-folder preferences to set the default
686 * Allow spell-checking to use both current and alternate dictionaries
688 * Added an hidden option 'addressbook_use_editaddress_dialog' to
689 embed the contact editor in the addressbook window in contrast to
692 * Added a hidden option 'unsafe_ssl_certs', to allow storing
693 multiple SSL certificates for a given server/port. You will be
694 asked to accept unknown certificates. Unchecking this option will
695 require you to re-accept previously known certificates
697 * Allow copying of folders between mailboxes
699 * Better automatic account selection for mailing lists (searches for
700 the email address in the Delivered-To header also)
702 * Made the "Synchronise" menu item inactive when there's nothing to
705 * Use Message font in Writing and Quoting preferences, as well as in
708 * Added more HTML symbols to the html to text converter
710 * Save the addressbook's window size on closing
712 * Better checks for syntax errors are applied to Templates and Quote
715 * Added a check to avoid trying to use a non-existent folder as
718 * Enable setting SSL via STARTTLS from the set-up wizard
720 * Added handling of ":port" in server addresses in the set-up wizard
721 to specify a port to connect to
723 * Bogofilter plugin: added an option to print the X-Claws-Bogosity
724 header in emails handled by the Bogofilter plugin (in MH folders
727 * Bogofilter plugin: added an option to whitelist senders found in
730 * Bogofilter plugin: Allow storing of Unsure mails in a specific
731 folder to make better teaching easier
733 * Bogofilter plugin: Improved GUI interaction while Bogofilter is
736 * TrayIcon plugin: added an "Email from account/..." submenu
738 * updated Brazilian Portuguese, British English, Catalan, Finnish,
739 French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
745 * First release as Claws Mail
748 o bug 1053, 'SC fails to reestablish a secure connection'
749 o bug 1054, 'Slowness logging big data chunks'
750 o bug 1057, 'crash on sending s signed message to a
752 o bug 1060, 'compilation error with Irix's cc'
753 o bug 1061, 'crash on opening signed email'
754 o bug 1066, 'Incorrect mailbox size displayed'
755 o bug 1069, 'Sent mails disappear, BCC or locking problem?'
756 o fix Reply To/Mailing list from the menu
757 o forbid drag and drop from/to different folders of type
759 o src/ssl_manager.c: fix possible infinite loop
760 o fix Options/Reply mode after draft save
761 o obey always_show_msg option when marking as spam
762 o fix spelling menu when replying
763 o don't change the From column title to To if the To column
765 o fix the wrong recipient being selected when replying to a
766 msg which is From one of our accounts To another of our
768 o fix crash on combining mark_as_read_delay with Hide Read
770 o create ~/.mailcap if it doesn't exist
776 * Final release as Sylpheed-Claws
778 * libetpan 0.48 or greater is now required for IMAP support.
780 * The Compose window now has an /Options/Reply mode/ menu. This
781 enables changing the recipients of a reply on the fly.
783 * QuickSearch now has a type-ahead option for fast searches.
785 * Extra symbols are now available for the Quote parser, your name,
786 your email address, the account name, and the organization.
788 * In the Folder Properties, it is now possible to test the regular
789 expression used in the Simplify Subject RegExp option.
791 * GSSAPI support has been added for IMAP.
793 * UIDPLUS support has been added for IMAP.
795 * A Stop button has been added for Message Body searches, enabling
796 cancelling of a running search. This is available in '/Edit/Search
797 Folder...' and '/Edit/Find in current message...'.
799 * libSM support has been added. This enables communication with the
800 session manager, so that it is known when the session ends, in
801 order to save the caches, and draft any messages currently being
804 * Support for Address Book Groups has been added to the Compose
805 window's automatic address completion.
807 * a new hidden option has been added, 'respect_flowed_format'. This
808 follows RFC3676 with regard to a message part with a Content-Type
809 that includes 'format=flowed' and 'delsp=yes'. This will cause some
810 mails to have long lines, but will fix some URLs that would
811 otherwise be wrapped. By default it is turned off.
813 * Basic key import/export has been added to the PGP plugins. When
814 generating a new key pair you can export the public key to a key
815 server. When selecting the signature part of a message, if the key
816 is not on your keyring, you will be asked if you want to attempt
817 to import it from a keyserver.
819 * The TrayIcon now displays 'offline' status.
821 * More window sizes and placements are remembered across sessions.
823 * tools/fix_date.sh: Switches to replace non RFC-compliant Date:
824 value, and to use strict RFC matching patterns for dates have been
827 * Several optimisations have been made.
834 o Fix redirecting of sent mails
835 o Fix Go to Next * after applying Preferences
836 o Fix quote-folding when emails don't convert cleanly to
843 o bug 1034, 'Incorrect display of size field in message view'
849 o bug 1032, 'Segmentation fault when showing message'
850 o fix crash with quote folding on HTML
851 o fix building with --disable-nls
852 o remove tabs in Subject string
857 * Make node expanding in the Folder List non-recursive
860 o bug 1024, 'Array index out of range in
862 o Fix "Check for new folders" on folders with accented
864 o Fix filtering "copy" rules
865 o Fix "goto next unread" after collapsing/expanding a node
871 o bug #1023 (Sylpheed deletes too much messages)
872 o Crash in partial downloading
877 * It is now possible to stop searches in message bodies
879 * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
880 to fix speed issues with badly implemented servers
883 o Fix multiple registering of SpamAssassin and Bogofilter
884 plugin after having changed their preferences, leading to
885 slowness or duplicated messages.
890 * Minimum required versions of GTK+ and GLIB is now 2.6.0
892 * Minimum required version of libetpan (for IMAP support) is now 0.46
894 * metamail support has been dropped, this is now handled internally
896 * New plugin: Bogofilter, providing Spam filtering and learning
898 * Account-based filtering rules. Each filtering rule can now be
899 assigned to a specific account, by default it's "All".
901 * Filtering against Address Book. It is now possible add matched
902 conditions to determine if any email address in a message matches
903 or doesn't match any or all books or folders in the Address Book.
905 * Quote folding. Quotes in the message view can now be folded, via
906 the "/View/Quotes/..." menu. The folding can also be toggled by
907 double clicking on the quotes in the Message View
909 * Re-enabled user-defined Headers in Displayed Headers configuration
911 * "/View/Go to/Parent message" and "/View/Go to/Last read message"
914 * Made the list views look more modern by add alternating coloured
915 lines, replacing the box-type expanders with arrows, removing the
917 Hidden prefs have been added to enable users to maintain the old
919 'enable_dotted_lines' for the dotted lines and box-type expanders.
920 'use stripes_in_summary' to enable alternating coloured lines in
921 the Message and Folder lists.
922 'use stripes_everywhere' to also enable alternating coloured lines
924 Note: 'use_stripes_everywhere' replaces the previous hidden option
927 * New hidden pref, 'stripes_color_offset', to change the value added/
928 subtracted to normal bgcolor to create the stripes in the summaries
930 * The Send button on the main toolbar is now inactive when the Queue
933 * IMAP: Added a View Log button on auth error
935 * PGP/Core plugin: it is now possible to create a new key pair from
938 * PGP/Core plugin: When encrypting, if only one key matches, and it
939 matches exactly, it is automatically used
941 * TrayIcon plugin: the icon now has transparency
943 * Enabled text selection for replying from MimeViewer plugins
945 * The attachments list in the MimeView column can now be scrolled
948 * In the MimeView column a middle-click will now just open the Mime
949 part without showing it in the Message View, likewise, a right-
950 click will display the context menu without displaying the part
952 * The "When entering a folder..." selection option is now used for
953 '/View/Go to/Next unread folder'
955 * A special Return-Receipt message is shown if the message is from
958 * An icon has been added to the statusbar to notify of errors
960 * Added missing icons to the Icon Legend dialog
962 * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
965 * Displaying of huge mails can now be cancelled, so the GUI doesn't
968 * Claws Mail' internal queue headers are now hidden when showing
969 all headers. They'll be present only in Source window.
971 * Several GUI improvements.
973 * Faster loading of folders and other optimisations and speed-ups
975 * Logging has been improved.
977 * improved sizing of some widgets
979 * Made the desktop file XDG compliant
981 * The manuals have been updated
983 * A Spanish translation of the manual has been added
985 * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
988 * Added an action tool, tools/fix_date.sh, to fix a missing Date field
994 * A ./configure option has been added, --with-mandir=DIR allowing the
995 setting of the man directory location
997 * 'Send queue' has been added to the folder contextual menu, which
998 allows sending the contents of a single queue, as opposed to the
999 toolbar's Send Queue, which sends all queues
1001 * '/View/Go to/Next unread folder' has been added
1003 * 'View/Go to/Next marked messages' now traverses folders
1005 * sftp:// links are now recognised in mails
1007 * A dialogue is presented to the user when dropping files into the
1008 Compose window, asking whether to insert or attach the file(s). The
1009 default behaviour can be controlled via a new option in
1012 * Allow attached message parts to be selected, opened, or saved via
1013 their text label in the message body
1015 * Save named inlined attachments with "Save all"
1017 * An option to change the Folder Type has been added to the Folder
1020 * Add |i{sub_expr} to Templates, which allows inserting user-entered
1023 * A new option has been added to '/Preferences/External programs' to
1024 allow "Display as text" on attachments to be done via a script
1026 * An option to 'Never send Return Receipts' has been added to the
1027 'Other' page of the preferences.
1029 * The Custom Header dialogue in Account Preferences now has a 'From
1030 file...' button, which enables a Face or X-Face header to be set by
1033 * libgnomeprint support : A font for printing can be specified in
1036 * Add Help buttons to some dialogues, clicking on them will open the
1037 manual at a suitable section in the configured browser
1039 * The option 'Add date header' has been removed, a date header is
1042 * The '/Message/Re-edit' menu item has been removed from the separate
1043 Message View, where it was useless
1045 * Display an Account's Protocol as a label instead of the unusable
1046 combo when editing accounts
1048 * It is now possible to move and copy mails from and to the Drafts
1051 * More non-English Subject prefixes have been added
1053 * The Attachment flag is now set for some inlined attachments
1055 * Faster recursive quicksearch (show current folder's results before
1056 searching sub-folders)
1058 * Faster send on IMAP
1060 * Alert in case of authentication error on imap
1062 * Better error reporting in GPG plugins
1064 * Faster and better MBOX import/export
1066 * Save caches on SIGPIPE (like on Xorg exit)
1068 * Unified Info/Help/Symbols buttons
1070 * Honor display-header-pane setting in separate window too
1072 * Use the user-defined From: in the Return-Path: header when sending
1074 * Grab Save button by default in Save dialog, which allows saving
1077 * The online status is checked before resetting mailcheck timer
1079 * Show POP3 connection earlier in statusbar
1081 * Re-read /etc/resolv.conf before connecting to IMAP servers, and
1082 when switching to Online mode
1084 * tools/textviewer.pl has been added, which can be used with the new
1085 option 'Command for Display as Text' in '/Preferences/External
1088 * The Claws Mail logo has been updated
1095 * Improved error catching in GnuPG plugins
1097 * Always replace \n, \r and \t with spaces in headers
1099 * Fix 'make clean' removing of provided manuals
1101 * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
1102 backwards compatible
1104 * Fix double-ask of "Do you want to mark all as read"
1106 * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't
1107 RFC-compliant)) - Workaround Rockliffe IMAP server bug
1109 * Fix bug #969 (crash on rebuilding imap folder)
1111 * Fix bug #971 (2.2.3 cannot read mail from local mbox)
1116 * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc)
1117 has been added in the main window's 'Message/Mailing list' menu
1119 * Filtering and processing rules can be disabled with just one click
1121 * The From address is editable in the Compose window
1123 * A menu has been added to the Compose toolbar button to enable
1124 choosing the account to use
1126 * Write-only support of .mh_sequences' Unseen property has been added
1127 for MH mailboxes, allowing synchronised flags when reading your MH
1128 mailbox with Mutt or other MH-based mail clients
1130 * More feedback is provided to the user when importing MBOX files
1132 * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
1135 * The option to go to the first Marked message when entering a
1136 folder has been added.
1138 * The 'ignore thread' flag is now correctly set on mails threaded by
1139 subject, in addition to standard headers.
1141 * Hidden prefs have been added that allow customization of the
1142 colours used in the Log window (useful for dark GTK+ themes)
1144 * Optimised large folder reading
1146 * Optimised copy/move/deletion/selection
1148 * Optimised 'mark all read' in the current folder
1150 * 'test' filtering rules are processed in the background
1152 * A progressbar for cache updates has been added
1154 * A progressbar for copy/move functions has been added
1156 * More dialogues have been made HIG compliant
1158 * Allow recursive setting of properties for whole mailboxes
1160 * A Face header has been added to the Welcome mail
1162 * The user manual has been updated
1164 * tools/filter_conv_new.pl has been updated for rule
1172 * Fix crash on a very common code path, introduced by a merge error in
1180 * Fix URI check, which failed to identify fake, phishing URIs if they
1183 * Reply-To and Sender addresses in the message view are now fully
1186 * Remove extraneous tab at start of addresses.
1193 * Always obey the "confirm before marking all mails read" option
1195 * Fixed MBOX import/export's behaviour on failure
1197 * Fixed automatic rule creation with List-Post
1199 * Fixed some GTK+ warnings and errors at runtime
1201 * Fixed some compiler warnings
1203 * Fixed double init of the g_thread subsystem
1205 * Fixed saving of parts with names that can't be converted to UTF-8
1207 * Fixed a possible infinite loop when filtering moved and copied some
1210 * Fixed a buffer overflow in Russian locale
1212 * Fixed a memory leak in expired SSL certificate check
1214 * Fixed bolding of folder names in the folder selector window with
1217 * Added an hidden preference, 'ssl_skip_cert_check', to avoid
1218 duplicates of bug #959 - if libetpan is linked against gnutls, there
1219 can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4
1222 * The SSL "expired certificate" warning is now presented only once per
1225 * Fixed races when reusing the SMTP sessions
1227 * Added the missing timeout on SMTP sessions
1231 * Fixed a crash in PGP plugins, which could happen when signing fails
1234 * Fixed SpamAssassin plugin, which stayed disabled as long as the
1235 transport wasn't reselected
1237 * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
1239 * Fixed bug #955 (copying messages between imap folders is extremely
1242 * Fixed bug #961 (return receipt dialog complains incorrectly about
1243 return-path email adress being different)
1245 * Fixed bug #962 (Manual and/or UI should warn about incompatible
1246 locking causing dataloss)
1251 * S/MIME signature verification has been removed from the PGP/MIME
1252 plugin as it is now provided by the S/MIME plugin.
1254 * IMAP users will see significant speed improvements.
1256 * ANONYMOUS auth has been added for IMAP
1258 * In the Compose window all spell-checker options are now available
1259 from the /Spelling/Options menu.
1261 * Syntax errors in the extended Quick Search are now indicated by
1262 a pink/red background.
1264 * An encrypt-to-self option has been added to the Account Privacy
1267 * Sysadmins can now provide their users with pre-filled values in
1268 the Setup Wizard. See the manual, '6.6. Deploying Claws Mail',
1271 * Various GUI improvements have been added.
1273 * A new command line option has been added: --select 'folder[/msg]'
1274 This can be used at startup and causes the specified folder/message
1275 to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
1277 * Optional background colouring of quotes has been added. It can be
1278 configured from the Colour Preferences dialogue.
1279 GTK+-2.8.x or newer is required for this feature.
1281 * In the Compose window, multiple quote levels are now coloured in
1282 the same way as the Message View.
1284 * A warning is now displayed on expired SSL certificates and the
1285 expiration date is shown.
1287 * A hidden option has been added, 'compose_no_markup', this prohibits
1288 the use of bold and italic text in Compose dialogue's account
1291 * LDAPS support has been added.
1293 * The user manual has been updated, and French and Polish
1294 translations are now also included.
1301 * The Preferences config file, ~/.claws-mail/sylpheedrc, is now
1302 stored with UTF-8 encoding
1307 * libetpan version 0.45 or newer is now required for IMAP support,
1308 this allows checking for IMAP/SSL certificates.
1310 * Support for the Face header has been added,
1311 see http://quimby.gnus.org/circus/face/
1313 * In the Templates dialog TAB address completion has been added for
1314 Cc and Bcc fields, in addition to To.
1316 * An account's signature file, (Account Preferences, Compose tab),
1317 can now been edited in place using the configured text editor.
1319 * An advanced search is now possible in the '/Edit/Search folder'
1322 * '/Edit/Find' has been added to the Compose window for text
1325 * A progress bar is now shown in the status bar whilst doing a Quick
1328 * A long search can now be cancelled.
1330 * In a Sent mail folder the From column in the message list is now
1331 automatically changed to the To column.
1333 * '/Message/Colour Label' has been added to the main menu, enabling
1334 (unmodifiable) shortcut keys, Ctrl+[0-7].
1336 * The colour labels are now customisable from the 'Display/Colours'
1337 page of the Preferences. It is now possible to choose any colours
1338 and to give them each a label.
1340 * A Spell Checking option to 'Recheck message when changing
1341 dictionary' has been added.
1343 * An option to 'Render HTML-only mail with plugin if possible' has
1344 been added to the 'Message View/Text Options' preferences page.
1346 * Headers in the message view and the Custom headers dialog are now
1347 translated if the option 'Translate header names' is activated.
1349 * It is now possible to sort the columns in the Addressbook.
1351 * More drag-n-drop capabilities have been added, from the message
1352 list to other apps, from the mimeview to other apps, from other
1353 apps to message list, from other apps to folder list, from the
1354 mimeview to the message and folder lists and the Compose window's
1357 * "Ignore thread" has beed added as a filtering action.
1359 * The Compose window is now hidden when sending mails via filtering.
1361 * An alphabetical resort is done immediately when a folder's name
1364 * Unsubscribing a newsgroup now removes the related folder and
1365 articles from newscache/
1367 * A "Get more..." link has been added to the Plugins window. This
1368 loads http://claws.sylpheed.org/plugins.php in your browser.
1370 * The SpamAssassin plugin is now equipped with a spam learning
1371 interface, usable by right-clicking a message and choosing
1372 'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
1373 possible to disable SpamAssasin filtering when receiving mail, so
1374 that the plugin can be used for learning only.
1376 * Remote learning in the SpamAssassin plugin has been added. This
1377 requires SpamAssassin 3.1.x.
1379 * A new script has been added that integrates a Thunderbird folder
1380 tree into Claws Mail, tools/tbird2syl.py
1385 * libetpan >= 0.41 is now required for IMAP support
1387 * A new and completely rewritten manual has been added.
1389 * An icon legend window has been added to the Help menu
1391 * Attached images can now be printed along with the message when using
1392 the optional libgnomeprintui support.
1394 * '--exit' command-line option has been added.
1396 * '--subscribe' command-line option has been added.
1397 Calling claws-mail --subscribe '%s' will ask the loaded plugins
1398 if they can handle the type of URL passed as a parameter. Thus, if
1399 using the RSSyl or vCalendar plugins, for example, the user will be
1400 able to subscribe RSS feeds or Webcals from the browser.
1402 * claws-mail email@domain.com is now equivalent to --compose
1404 * claws-mail proto://blah.com is equivalent to --subscribe
1406 * HIG compliant button order has been implemented.
1408 * Several dialogues throughout have been improved.
1410 * Text can now also been displayed next to the icons in the main
1413 * Quick mail retrieval from any account is now possible due to the
1414 account submenu which has been added to the 'Get All' button.
1416 * The spellchecker context menu in the compose window has been added
1417 to the standard GtkTextView menu instead of replacing it.
1419 * The Subject in the compose window title now updates instantaneously.
1421 * The mimetypes list in the compose window attachment pane is now
1422 alphabetically ordered.
1424 * The message view email and URI parsers have been enhanced.
1426 * In Quick Search Extended mode, a '...' button has been added, this
1427 provides the user with a dialogue enabling the quick formation of
1430 * When Quick Search is activated, the entry box is given a yellow
1431 background for greater visibility.
1433 * The LDAP search in the address book now supports wildcard searching
1436 * The configuration option 'Go to inbox after receiving new mail' has
1437 been moved from 'Display/Summaries' to 'Mail handling/Receive'.
1439 * The 'Wrap at send' configuration option has been removed.
1441 * Colour preferences have been moved from '/Message View/Colors' to
1444 * The previously hidden option, color_new, has been added to the GUI
1445 as '/Display/Colors/Folder' containing new messages.
1447 * The spamassassin and spamassassin_gtk plugins have been merged into
1448 one single plugin, and this plugin is now built by default if the
1449 requirements are matched.
1451 * The clamav and clamav_gtk plugins have been merged into one single
1454 * GnuPG support: Add support for PKA info if available
1456 * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
1458 * A check to verify that plugins are licenced under a GPL-compatible
1459 licence has been added.
1461 * The unmaintained mathml_viewer plugin has been removed.
1463 * Added tools/filter_conv_new.pl.
1464 Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
1465 to Claws filtering rules.
1470 * etpan >= 0.40 is now required for IMAP support
1471 0.40 fixes the SSL connection errors that some users experienced.
1473 * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
1474 functions were fixed.
1477 Signature checking is now non-blocking
1479 * The URLs in the About window are now clickable
1481 * the man page has been updated and renamed 'claws-mail'
1486 * The binary is now 'claws-mail' and not 'sylpheed'
1488 * The default config dir is now '~/.claws-mail'. The user will
1489 be prompted to perform an automatic migration of configuration
1490 options to this new directory.
1492 * A new default internal icon theme has been added, based on the
1495 * Messages are now sorted by Date by default
1498 The noticeview is now shown on the message/rfc822 part in addition
1499 to the text/plain part.
1500 The privacy icon in the noticeview is now clickable and also uses
1501 key C to perform the signature check.
1502 The Trust field has been moved into Full info display.
1503 When trust is less than full, don't display a warning icon.
1504 Visual feedback is provided in the statusbar when checking
1506 The PGP/MIME signature file is now named 'signature.asc'.
1507 The dialog for entering a passphrase has been improved.
1509 * Local deletion of news posts has been added.
1511 * A file selector has been added for selecting an account's Signature
1514 * Many window sizes are now remembered.
1516 * The presense of marked msgs in unexpanded subfolders is now indicated
1517 by the icon of the parent folder.
1520 The message list is reset when the dialog is hidden.
1521 The 'Sticky' option, for keeping the search activated across folders.
1523 * The Subject is now set when forwarding multiple mails.
1525 * When a default Cc or Bcc is used, a check is performed to make sure
1526 the To header has also been set.
1528 * In the filtering dialog a warning dialog is shown if the rule was
1531 * The file and directory Browse buttons, ("...") have been improved.
1533 * When double-clicking an attachment the "Open with" dialog is
1534 presented if no command was found for the file type.
1536 * The X-Face has been added to the message view and can be toggled by
1537 '/Configuration/Preferences/Message View/Text options/Display
1538 X-Face in messageview'.
1540 * The message list context menu has been reworked.
1542 * When replying to a mail sent by yourself, Reply excludes your own
1543 address from the list of recipients. 'Reply All' and 'Reply to
1544 sender' still work like before.
1546 * When the Folder Preference 'Default To for replies' the entry in
1547 the Compose window is presented in bold text.
1549 * The About window has been reworked.
1554 * etpan >= 0.39 is now required for IMAP support
1556 * LDAP and JPilot support is now built by default if the dependencies
1559 * ~/.mailcap or /etc/mailcap is now used to open attachments
1561 * middle-click pasting that respects the 'Wrap pasted text' option
1564 * during composition the user is alerted if the message can't be
1567 * the description windows are now non-modal
1569 * a 'Clear Log' button has been added to the log window popup menu
1571 * Sender, List-Post and To have been added to the headers that are
1572 checked during automatic Filtering and Processing rules creation
1574 * the current locale's charset is used for display of broken mails
1575 and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
1576 been added allowing the user to use UTF-8 for broken mails
1578 * GNU/aspell support: if black is chosen as the misspelled word
1579 colour, misspelled words will be underlined.
1581 * the Message View and Compose windows now display the message
1582 subject as the window title.
1584 * libgnomeprint support: currently selected text attachments can be
1587 * drag'n'drop of messages from the Message List to a Compose window's
1588 Attachment pane is now possible
1590 * PGP/MIME plugin: it is now possible to verify S/MIME signatures
1592 * PGP/Core plugin: A "Don't encrypt" button has been added to the key
1593 selection dialog, and the buttons have been reordered.
1595 * the user is warned if the requested Privacy system is not available
1596 when composing a message
1601 * The 'Open first unread message when entering a folder' option has
1602 been replaced with 'When entering a folder select...'.
1603 Whether or not the selected message is opened is now exclusively
1604 controlled by the 'Always open message when selected' option.
1606 * Filtering and Processing rules can now be named.
1608 * A new icon for the Trash button has been added.
1610 * The 'Bold font' option has been removed. A displayed bold font is
1611 now derived from the normal font.
1613 * The option 'Display recipient in 'From' column if sender is yourself'
1614 has been removed from the GUI. It still exists as a hidden option.
1616 * Many improvements to the Address book.
1618 * A '/Special paste/' menu item has been added with sub-items 'as
1619 quotation', 'wrapped', and 'unwrapped'.
1621 * Colourisation of quotes, signatures, and URIs has been added to the
1624 * A 'To' column has been added to the message list pane.
1626 * The displayed columns in the folder list are now configurable.
1628 * A hidden option has been added, 'toolbar_detachable', that enables
1629 the removal of the toolbar handles.
1631 * A hidden option has been added, 'statusbar_update_step', that
1632 enables changing the sensitivity of the progress bar stepping.
1634 * Changes to the Fonts options are now applied immediately.
1636 * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
1639 * An 'Open image' menu item has been added to image popup menu in the
1642 * Several optimisations and speed-ups have been added throughout.
1644 * The localedir, manualdir, and faqdir are now user-configurable.
1646 * tools/asus_mailled.sh
1647 A new script to blink an ASUS laptop's mail LED when there is
1650 * tools/kdeservicemenu/*
1651 Use Claws Mail icon and the text 'Claws Mail' in the menu,
1652 use kdialog during installation
1657 * add GPGME 1.x support.
1659 * A new PGP/Core plugin has been added
1661 * IMAP now uses libEtPan!
1663 * Printing support using libgnomeprint2 and libgnomeprintui2
1665 * The cache/mark files are now platform-independent.
1667 * A plugin dependency system has been added.
1669 * The PGP/Inline plugin has been added to the main package.
1671 * Folders which contain Marked messages are now indicated by a
1672 Folder icon overlaid with a tick
1674 * '/Edit/Quick search' menu item has been added to the main window
1676 * An option to 'Confirm before sending queued messages' has been
1679 * The "Copy ..." menu items now copy to both the X and the gtk
1680 clipboards in the Compose window
1682 * The Template and Plugin lists are now sorted alphabetically
1684 * Plugins preferences are now grouped under their own 'Plugins'
1687 * A 'Go to Prev' button has been added to the toolbar
1689 * Keyboard accelerators have been added to many buttons
1691 * The folder selection dialogue now displays folder names with
1694 * The 'Display cursor in message view' option is now a hidden option,
1695 'textview_cursor_visible'
1697 * Reordering of accounts by drag 'n' drop has been enabled in the
1698 'Edit accounts' dialogue
1700 * New Claws Mail icons have been added, and the default
1701 application icon is now set.
1703 * The SpamAssassin and Clam AntiVirus plugins have been optimised.
1709 * improved IMAP support
1711 * Performance increases
1713 * /Message/Delete and /Message/Move to trash
1714 '/Message/Delete' has been renamed '/Message/Move to trash'
1715 and '/Message/Delete' has been added. '/Message/Delete' will
1716 now directly destroy the message, after asking for a
1717 confirmation, instead of moving it to the Trash folder.
1719 * new style configuration options interface.
1722 The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
1724 * LDAP bind password is no longer visible onscreen.
1726 * An option to encrypt replies to encrypted messages by default
1728 * Filtering rules can be reordered by drag n drop
1730 * '/Options/Character encoding/...' has been added to the Compose
1733 * Hebrew encodings have been added
1735 * The 'Show all headers' option is now sticky.
1737 * Return Receipts can now be sent from any account.
1739 * A clip/signed icon has been added.
1745 * bug-fix release which fixes the ASpell Spell Checker
1751 * Inline image display
1753 * An option to render HTML as text has been added to
1754 /Configuration/Preferences/Common/Message
1756 * An option for a default Queue folder has been added to the
1757 'Advanced' tab of Account Preferences
1759 * Filtering Preferences window size is saved
1761 * Batch sending of mails (per account)
1763 * Support for GBK encoding
1765 * New logo in About window
1767 * tools/acroread2sylpheed.pl
1768 script to send pdfs as attachments from Adobe Reader 7
1769 see tools/README for details
1775 Initial GTK2 release
1777 * default config dir is ~/.sylpheed-gtk2