for 3.14.0 release
[claws.git] / NEWS
blob707519c0d8dd1a9c01329dec8d7883322fbe9bed
1 Changes of the  Claws Mail GTK2 branch
3 * 3.14.0
4 --------
6 * Passwords can now be secured with a Master Passphrase.
7   (/Configuration/Preferences/Other/Miscellaneous/)
9 * Passwords: The password storage method has changed. All passwords
10   are now stored in a separate file, (~/.claws-mail/passwordstorerc),
11   and use a stronger encryption than previously. Existing passwords
12   are moved to the new file automatically, in the old format. The
13   new format will be used whenever old passwords are changed or when
14   a Master Passphrase is used. All new passwords are saved using the
15   new format, irrespective of whether a Master Passphrase is used or
16   not. Further information can be found here:
17   http://www.claws-mail.org/doc/password_encryption.txt
19 * Compose window: Removed the outer scrollbar from header area.
21 * Message view: The HTML to plain text converter now indicates list
22   items with a hyphen (-), adds a line break after <dd>, and indents
23   text within blockquotes.
25 * Main window: Changed default /View/Show or hide/Menubar shortcut to
26   Ctrl+F12.
28 * SSL certificates list: Added automatic scrollbar.
30 * Address book: Double-clicking datasources now opens the edit
31   dialogue.
33 * Forwarding: The external editor is now automatically used when
34   forwarding as attachment, if the preference is set.
36 * Preferences: Automatic mail checking can now be configured in
37   hours, minutes and seconds.
38   (/Configuration/Preferences/Mail Handling/Receiving)
40 * Preferences: The 'next_on_delete' hidden preference now applies to
41   trashing or moving, in addition to deleting, a message.
43 * Command line: Added -geometry to set geometry for main window.
45 * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
46   accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.
48 * IMAP: The acccount preference, 'Move deleted mails to trash and
49   expunge immediately' has been removed.
51 * Notification plugin: Added 'Get mail from account...' to the
52   SysTray module's menu.
54 * Notification plugin: Focus the widget between iconify/deiconify
55   events.
57 * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
58   parenting for two or more messages.
60 * Documentation: Updated man page and manual.
62 * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
63                          Finnish, French, German, Hungarian, Italian,
64                          Slovak, Spanish, Swedish, Traditional
65                          Chinese.
66                 Added: Danish, Indonesian, Turkish.
67                 Dropped: Lithuanian (unmaintained)
69 * Bug fixes:
70         o bug 2518, '"Reply-All" message from NNTP-account does not
71                      contain CC'ed correspondents'
72         o bug 2781, 'Unsanitised Folder Creation'
73         o bug 3028, 'Claws doesn't select html part if attachments
74                      present'
75         o bug 3213, 'Line break in subject of message'
76         o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
77                      in codeconv.c'
78         o bug 3581, 'sys:1: Warning: Source ID # was not found when
79                      attempting to remove it'
80         o bug 3603, 'Feeds from Reddit are empty'
81         o bug 3610, 'Heap use after free in
82                      privacy_mimeinfo_check_signature()'
83         o bug 3616, 'segfault setting up new CM in new userid'
84         o bug 3623, 'Client crash on importing duplicated feed'
85         o bug 3629, 'Invalid subject can distort message list view'
86         o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
87                      pointer with integer zero [-Wextra]'
88         o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
89                      3.13.2git tries to load 3.11.1 plugins'
90         o bug 3658, 'Passphrase ignored during keypair generation
91                      with gpg2'
92         o include Reply-To value when using 'reply to all'
93         o inputdialog modality and focus issue
94         o fix Compose account selection when imap folder is selected.
95         o set correct rcdir on Win32
96         o Fix behavior in selecting PGP MIME signature on Windows.
97         o RSSyl: typo in handling feed name ending with a period on
98           Win32
99         o vCalendar: Handle ical lines longer than 256 bytes
101 * 3.13.2
102 --------
104 * Bug fixes:
105         o bug 2358, '"Disposition-Notification-To:" should default
106                      to same value as "From:'
107         o bug 3557, 'Remotely exploitable bug.'
108         o bug 3584, 'After 3.13.1, characters in some Japanese codec
109                      are never correctly converted to internal ones'
111 * 3.13.1
112 --------
114 * When attaching files with no suffix, e.g. Makefile, the correct
115   mime type is now found.
117 * Added support for a whole range of extra TLDs.
119 * '➜' is used instead of '-->' in the Message List when sender is
120   yourself. (Only visible if the hidden pref 'enable_swap_from' is
121   set to 0.)
123 * An external editor can now be embedded in the Compose window.
124   This depends upon the 'Text editor' option (/Configuration/
125   Preferences/Message View/External Programs) having a suitable
126   value, such as 'gvim -f --socketid %w %s'.
128 * Address Book: address books can now be searched.
130 * A hidden pref has been added, 'next_on_delete'. This controls the
131   message selection when a message is deleted. A setting of '0'
132   which cause the previous, older message to be selected, a setting
133   of '1' will cause the next, newer message to be selected.
135 * PDF Viewer plugin: Support for encrypted (password protected) PDFs.
137 * RSSyl plugin: The feed preferences window appearance has been
138   improved.
140 * The --enable-new-addrbook configure option has been renamed to
141   --enable-alternate-addressbook.
143 * Windows: Re-enabled regexps.
145 * updated man page.
147 * Updated translations: British English, Czech, Dutch, Finnish,
148   French, German, Hebrew, Hungarian, Italian, Lithuanian,
149   Norwegian Bokmål, Slovak, Swedish, Traditional Chinese.
151 * New translations: Russian.
153 * Removed translations: Bulgarian, Esperanto.
155 * Bug fixes:
156         o bug 1959, 'Selection selects too many under expanded view'
157         o bug 2490, 'Selecting mails through Shift-Home/End doesn't
158                      work properly'
159         o bug 3151, 'loaded vCalendar plugin "disables" gnome-shells
160                      calendar view entries'
161         o bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting
162                      an unread message'
163         o bug 3557, 'Remotely exploitable bug.'
164         o bug 3454, (windows) 'Attachments containing certain special
165                      characters in filename are not opened'
166         o bug 3480, 'No valid feed found when channel title is
167                      missing'
168         o bug 3513, 'Can't delete multiple selected e-mails'
169         o bug 3541, 'Selecting a leaf folder with keyboard no longer
170                      opens it'
171         o bug 3559, 'Opening preferences window causes out of bounds
172                      read'
173         o bug 3561, 'HTML <a> tag with no href makes message display
174                      incorrectly.'
175         o bug 3562, 'Hyperlink Errors URI XMPP, SIP, SIPS and Skype'
176         o bug 3563, 'URL parser will read out of bounds when closing
177                      bracket is missing in get_url_part'
178         o bug 3566, 'Missing locales in Eastern name order'
179         o Debian bug 801375, 'Segfault when activating ... the plugin
180                               with the Code from Google'
181         o better fix for crash after broken pgp keyring update, and
182           bogus EOF message on verifying sigs of missing keys
183         o building on OpenBSD
184         o libetpan version test
185         o folder renaming for IMAP on Windows.
187 * 3.13.0
188 --------
190 * Preferences are now saved to disk immediately on pressing OK or
191   Apply.
193 * New preferences have been added for default sorting of the message
194   lists. They are found in the 'Message list' frame of the Display/
195   Summaries page of the general preferences. These options only apply
196   to newly created folders.
198 * The menu item 'Delete thread' has been moved to the Message menu.
199   Previously clicking it would not delete the thread, but just move
200   it to the Trash folder. Now it will delete the thread.
201   An additional menu item has been added, 'Move thread to trash',
202   which implements the original behaviour.
204 * Compose window: By default it is no longer possible to add user-
205   defined headers, with only those pre-defined in the drop down menus
206   being possible. To restore the old behaviour, a new hidden
207   preference has been added: 'type_any_header', setting this to 1
208   restores the old behaviour.
210 * Automatic account selection is now also applied when you reply to
211   one of your own messages, e.g. from the Sent folder.
213 * Folder list: The Left and Right cursor keys now collapse or expand
214   the currently selected folder tree item. The Left cursor key also
215   moves the selection to parent folder, if current folder is within
216   a collapsed tree.
218 * Folder list: The Home and End keys now move the selection to the
219   first folder and last folder in the tree.
221 * Account Auto-configuration: when errors occur, a more detailed
222   error message is shown.
224 * GnuPG plugins: An option has been added to specify the location of
225   the GnuPG executable.
227 * GnuPG plugins: A new hidden preference has been added which limits
228   the number of results returned when using your keyring for address
229   auto-completion: 'autocompletion_limit'. The default value is 0,
230   which means there is no limit, any other number will limit the
231   results to that number.
233 * Python plugin: Folder has been added to MessageInfo objects.
235 * The GeoLocation plugin is no longer included.
237 * The user manual has been updated.
239 * The man page has been updated.
241 * Updated translations: Brazilian Portuguese, British English, Czech,
242   Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
243   Slovak, Spanish, Swedish.
245 * New translations: Italian, Traditional Chinese.
247 * Removed translations:  Indonesian, Polish.
249 * Bug fixes:
250         o bug 2115, 'Drag n' Drop of files with special characters
251                      crashes CM'
252         o bug 3209, 'autoconfig does not use full email address as
253                      username'
254         o bug 3253, 'all addresses of getaddrinfo() result should be
255                      tried'
256         o bug 3263, 'Wrong timezone while using date_fmt function'
257         o bug 3296, 'Crash on double notification popup'
258         o bug 3352, 'found_in_addressbook matches entries from GPG
259                      keyring'
260         o bug 3454, 'Attachments containing certain special
261                      characters in filename are not opened'
262         o bug 3473, 'base64 regression with old glib2 (before
263                      2.26.0)'
264         o bug 3475, 'Attachment dragged to email must be dropped to
265                      attachment tab only - reggresion'
266         o bug 3483, 'When replying to a *de*crypted message, it is
267                      contained *encrypted* in reply'
268         o bug 3507, 'build fails w/o GnuTLS'
269         o bug 3516, 'vCard icon misplaced'
270         o bug 3524, 'vCard does not decode all quoted-printable
271                      values'
272         o bug 3531, 'a/z hotkeys crash Claws immediately after
273                      startup'
274         o make 'date' (not thread date) the default sort when
275           clicking column header to switch to date sort.
276         o Several memory leaks in RSSyl.
277         o IPv6 now works on Windows, for connections not handled by
278           libetpan.
279         o GPG preferences initialization.
280         o Possible crash when gpg is upgraded to gpg-v21
281         o Save temporary file in mime temporary directory when using
282           right-click/Open image instead of saving in current working
283           directory.
284         o Crash in address completion when matching group name.
285         o Correct handling of RFC3339 timestamp format with second
286           fraction.
287         o Building on GLib older than 2.25.
289 * 3.12.0
290 --------
292 * New plugin: ManageSieve. Manage sieve filters on a server using
293   the ManageSieve protocol.
295 * Filtering/Processing: increase range for age matcher condition.
297 * Filtering/Processing: 'mark_as_spam' now only marks as spam, it
298   does not do an additional move.
300 * Compose window: From line gets its own label with mnemonic.
302 * Compose window: more intuitive right-click behaviour in attachments
303   list.
305 * QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
307 * Folder list: Added 'Mark all read recursively' to context menu.
309 * Support for Mac-cyrillic encoding.
311 * IMAP: Support for SCRAM-SHA-1 authentication mechanism.
313 * PGP plugins: Display validity of signatures
315 * Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
317 * RSSyl plugin: Per-feed support for HTTP basic auth.
319 * GData plugin: minimum requirement: libgdata 0.17.1
321 * Several layout improvements to preferences pages.
323 * Updated user manual.
325 * Updated man page.
327 * Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
328   French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, 
329   Spanish, Swedish.
331 ...and so much more!
333 * Bug fixes:
334         o bug 1769, 'vCalendar timezone glitches'
335         o bug 1901, 'More descriptive error msgs when attempting to 
336                      delete a folder'
337         o bug 2435, 'Infinite loop+crash when refreshing folders from
338                      dovecot mbox based mailbox'
339         o bug 2577, 'improve focus rectangle removal in summaryview'
340         o bug 2601, '"if item changes... never mark as unread" marks
341                      new items as read'
342         o bug 2965, 'Encrypted mails are stored unencrypted in
343                      'Queue' while sending via IMAP'
344         o bug 2981, 'claws-mail-3.9.3 compilation warnings'
345         o bug 3211, 'Fails to build in Debian hurd-i386'
346         o bug 3321, 'revert "Remove unreachable code"'
347         o bug 3345, 'Ability to choose other From values via keyboard
348                      has been lost'
349         o bug 3349, 'Unable to insert a file into a message during
350                      compose.'
351         o bug 3351, 'Two problems when re-sending a file with an
352                      attachment'
353         o bug 3354, 'Event cancellation uses incorrect method
354                      parameter for Content-Type header'
355         o bug 3364, 'segfault in src/prefs_account.c'
356         o bug 3365, 'segfault in src/wizard.c'
357         o bug 3380, 'Initialize widget before callback handler for
358                      'clicked''
359         o bug 3389, 'document 'F12' shortcut'
360         o bug 3407, 'Pressing the "Date" column header to "sort by
361                      date" causes all columns to have a sort arrow.'
362         o bug 3419, 'Saving/appending messages to an mbox file
363                      violates RFC#4155'
364         o bug 3421, 'Recipients list doesn't scroll when moving with
365                      arrow keys.'
366         o bug 3432, 'Google ClientLogin has been deprecated, should
367                      be migrated to OAuth 2.0'
368         o bug 3438, 'Filter to add address to Addressbook duplicates
369                      address in Name field'
370         o bug 3466, 'address auto-complete does not work on plasma5'
371         o Debian bug 771360, CVE 2010-5109
372         o Debian bug 771737, 'Segfaults when trying to open folder'
373         o Debian bug 779824, 'claws-mail depends on plugins 
374                               libraries'
375         o Fix LDAP access using TLS protocol
376         o claws-mail.desktop installation
377         o Compose window Subject mnemonic
378         o Archiver plguin: compatibility with libarchive 2.8.x
379         o Remove draft when cancelling a message written with an
380           external editor
381         o Remove superfluous dynamic link against libarchive
382         o Fix labels referring to 'SSL' instead of 'TLS'
383         o Allow single-click to select mailboxes in the mailbox order
384           dialog.
385         o tbird2claws.py: set encoding to UTF-8.
388 * 3.11.1
389 --------
391 * Use 'gnutls_priority' hidden account preference for POP3 and
392   STARTTLS connections, in addition to SMTP.
394 * RSSyl plugin: Enable use of .netrc to store network credentials.
396 * Remove dependency on intltool.
398 * Remove appdata.
400 * Updated translations: Norwegian Bokmål.
402 * Bug fixes:
403         o bug 3306, 'HTML tag </b> is not always rendered in error
404                      dialog'
405         o bug 3308, 'build ignores --localedir'
408 * 3.11.0
409 --------
411 * SSLv3 server connections are now disabled by default, in response
412   to the POODLE vulnerability, see
413   https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566.
415 * Several PGP/Core plugin improvements
416   Indicate when a key has been revoked or has expired when displaying
417   signature status. For example,
418         "Good signature from %s, but the key has expired."
419         "Good signature from %s, but the key has been revoked."
420   When displaying the full information, show the Validity, and the
421   Owner Trust level. Also indicate expired and revoked keys, and
422   revoked UIDs.
424   The "Content-Disposition: attachment" flag in PGP/MIME signed
425   messages has been removed. It was confusing for cetain MUAs.
427 * A new version of the RSSyl plugin, completely redesigned and
428   rewritten. Migration from the previous version is automatic,
429   it has a new storage format in ~/.claws-mail/RSSyl/ (hierarchical
430   directories instead of flat file format). It uses the expat
431   library instead of libxml2 for parsing feed data.
433 * The results of TAB address completion in the Compose window have
434   improved ordering.
435         Order of results:
436         1. Match beginning of name
437         2. Match beginning of additional names
438         3. Match complete email address before @
439         4. Match beginning of email address
440         5. Compare relative position of match
441         6. Compare name alphabetically
442         7. Compare address alphabetically.
443         
444 * Due to popular demand, use of the Up key in the message body in the
445   Compose window stops at the top of the message body and does not
446   continue up to the header fields. This reverts the behaviour
447   introduced in version 3.10.0.
449 * In the Compose window, when navigating with the arrow keys,
450   selecting, and thus modifying, the Account selector is now
451   prevented.
453 * In the Compose window, a mnemonic (s) has been added to the Subject
454   line.
456 * The Queue folder is highlighted if there are messages in its sub-
457   folders and the tree is collapsed.
459 * When sorting messages by 'thread date', clicking the 'Date' column
460   header will now toggle between ascending/descending and will not
461   switch to 'date' sorting.
463 * A new QuickSearch filter has been added that searches a header's
464   content only.
465   H S : messages which contain S in the value of any header.
467 * A Reply-To field has been added to the main Template configuration.
469 * The menubar can now be hidden, default hotkey: F12.
471 * Fancy plugin: A user-controlled stylesheet can now be used.
473 * Python plugin: Add flag attributes to MessageInfo object.
475 * Python plugin: Make 'account' property of ComposeWindow read/write.
477 * Libravatar plugin: a network timeout option has been added.
479 * appdata has been added for package managers, it must be
480   specifically enabled, using ./configure --enable-appdata
481   See http://people.freedesktop.org/~hughsient/appdata/ for further
482   information.
484 * The tbird2claws.py script, for converting a Thunderbird mailbox to
485   a Claws Mail mailbox, now handles sub-directory recursion.
487 * Updated translations: Brazilian Portuguese, Bulgarian, Dutch,
488   Esperanto, Finnish, German, Hebrew, Lithuanian, Slovak, Spanish,
489   and Swedish
491 * Bug fixes:
492         o bug 3173, 'quick search ignores trailing blank'
493         o bug 3211, 'Fails to build in Debian hurd-i386 architecture'
494         o bug 3212, 'When msgnum matches a sub-folder name, fetch
495                      fails'
496         o bug 3221, 'IMAP: Claws Mail has issues with Yahoo IMAP
497                      server/folders'
498         o bug 3235, 'Extraneous double quotes inside base64-encoded
499                      From header confuse 'Reply' action'
500         o bug 3236, 'sc_html_parse_tag() does not recognize '<br/>'
501                      as line break'
502         o bug 3246, 'attachment open: "remember this" ignored if
503                      ~/.mailcap does not exist'
504         o bug 3265, 'procmime.c: unbalanced flockfile() /
505                      funlockfile()'
506         o bug 3300, 'Cannot send/receive mail when SSL 3.0 is not
507                      supported on the server'
508         o Debian bug 755022, '[claws-mail-spam-report] likely useless
509                      to report to Debian because of the use of http
510                      instead of https'
511         o Disable SSL3.0 entirely as a Poodle fix.
512         o fix msg display when utf8_instead_of_locale_for_broken_mail
513           is turned off and you use a UTF-8 locale
514         o fix building without gnuTLS support
515         o Don't differentiate the protocols used when using direct
516           SSL/TLS versus STARTTLS
517         o disallow editing any account (even current account) when at
518           least one compose window is open
519         o Actually display "(No From)" in messageview's From column
520           when appropriate.
521         o When changing focus in folderview, make sure the newly
522           focused folder is visible first.
523         o various fixes to flaws reported by Coverity scan
524         o PGP/Core plugin: Don't automatically re-check signatures
525         o PGP/Core plugin: fix erroneous 'untrusted' msg based on
526           validity not trust
527         o Make INBOX case-insensitive (as RFC states)
528         o Python plugin: Fix ComposeWindow.get_account_selection
530         
531 * 3.10.1
532 --------
534 * Add an account preference to allow automatically accepting
535   unknown and changed SSL certificates, if they're valid (that is,
536   if the root CA is trusted by the distro).
538 * RFE 3196, 'When changing quicksearch Search Type, set focus to
539              search input box'
541 * PGP/Core plugin: Generate 2048 bit RSA keys.
543 * Major code cleanup.
545 * Extended claws-mail.desktop with Compose and Receive actions.
547 * Updated Bulgarian, Brazilian Portuguese, Czech, Dutch, Esperanto,
548   Finnish, French, German,Hebrew, Hungarian, Indonesian, Lithuanian,
549   Slovak, Spanish, and Swedish translations.
551 * Bug fixes:
552         o bug 2728, 'erroneous switching from one to three column
553                      view'
554         o bug 2981, 'claws-mail-3.9.3 compilation warnings'
555         o bug 3170, 'QuickSearch fights with View/Hide read threads
556                      menu option'
557         o bug 3179, 'Win32: Please add 'gtk-auto-mnemonics = 1' to
558                      GTK+ setting'
559         o bug 3201, 'Fix memory corruption in sc_html_read_line()'
560         o Debian bug 730050, 'vcalendar plugin crash'
561         o Fix GCond use with newer Glib
562         o Fix the race fix, now preventing the compose window to be
563           closed.
564         o Fix "File (null) doesn't exist" error dialog, when
565           attaching a non-existing file via --attach
566         o Fix spacing in Folderview if the font is far from the
567           system font
568         o RSSyl: When parsing RSS 2.0, ignore <link> tags with a
569           namespace prefix.
570         o RSSyl: Check for existence of xmlNode namespace, to prevent
571           NULL pointer crashes.
574 * 3.10.0
575 --------
577 * Complete SSL certificate chains are now saved, and if built with
578   Libetpan 1.4.1, the IMAP SSL connection's certificate chain is made
579   available. Both of these allow correct certificate verification
580   instead of a bogus 'No certificate issuer found' status.
582 * Auto-configuration of account email servers, based on SRV records,
583   is now possible. (GLib >= 2.22 is required.)
585 * Added a preference to avoid automatically drafting emails that are
586   to be sent encrypted, (Configuration/Preferences/Compose/Writing).
588 * Messages saved as Drafts are now saved as New, highlighting the
589   Drafts folder, in order to draw the attention to unfinished mails
590   there.
592 * It is now possible to add a 'Replace signature' button to the
593   Compose window toolbar.
595 * Quotation wrapping and undo/redo in the Compose window has been
596   improved.
598 * 'Reply to all' now excludes your own address.
600 * The 'Generate X-Mailer header' option has been renamed 'Add user
601   agent header' and applies to both X-Mailer and X-Newsreader
602   headers.
604 * Added hidden preferences, 'address_search_wildcard' and 
605   'folder_search_wildcard', to choose between matching from start of
606   the folder name/address or any part of the name. (Activating these
607   options restores the previous behaviour.)
609 * Added hidden preference 'enable_avatars' to control the internal
610   capture/render process, and which allows disabling it by external
611   plugins for example.
613 * 'Check for new folders' now only updates the folder list, not
614   updating the contents of folders. If needed, it can be followed by
615   'Check for new messages'
616   
617 * When using Redirect, the redirecting account's address is used in
618   the SMTP MAIL FROM instead of the original sender's address.
620 * NEW: Libravatar plugin, which displays avatars from
621   https://www.libravatar.org/
623 * Added support for an arbitrary number and sources of 'avatars' and
624   images for email senders, and migrated Face and X-Face headers.
626 * Avatars are now included when printing mails.
628 * The GPG keyring can now be used as the source for address auto-
629   completion.
631 * The vCalendar and RSSyl plugins now have an option to disable SSL
632   certificate verification (and check them by default).
634 * The ClamAV plugin now pops up an error message only once instead of
635   repeatedly
637 * Updated the man page and the manual.
639 * Updated Brazilian Portuguese, British English, Czech, Dutch,
640   Finnish, French, Hebrew, Hungarian, Indonesian, Lithuanian, Slovak,
641   Spanish, and Swedish translations.
643 * Added Esperanto translation.
646 * Bug fixes:
647         o bug 1644, 'race condition between message move and mark as
648                      read after timeout'
649         o bug 2119, 'Check for new folders on remote mailboxes is
650                      very slow'
651         o bug 2145, 'Claws becomes unresponsive and gets Killed while
652                      moving messages between imap folders'
653         o bug 2179, 'Improve quotation wrapping support'
654         0 bug 2238, 'Incorrect undo/redo operations after paste with
655                      replace from context menu'
656         o bug 2389, 'GnuPG: invalid/revoked user IDs accepted'
657         o bug 2398, 'Race when closing compose during drafting'
658         o bug 2447, 'Compose window crashes if moving a folder that
659                      is being replied to'
660         o bug 2643, 'claws crash when accessing imap folder'
661         o bug 2875, 'SMTP session disconnects before recieving'
662         o bug 2991, 'POP3 sessions duplicated" on race conditions'
663         o bug 3020, 'Use theme doesn't change some icons until
664                      restart'
665         o bug 3055, 'Claws segfaults when cancelling a sticky search
666                      after changing folder'
667         o bug 3038, 'Select a folder incorrectly matches on number in
668                      parentheses'
669         o bug 3039, 'displaying one specific html email lead in 100%
670                      CPU usage'
671         o bug 3040, 'Handle revoked GPG private keys'
672         o bug 3050, 'Claws segfaults when attempting to delete a tag'
673         o bug 3094, 'OK or Yes to create new directory ?'
674         o bug 3100, 'Automatic account selection on reply fails if
675                      name  is quoted and contains a comma'
676         o bug 3105, 'vCal plugin via https does not check SSL peer
677                      certificates or host'
678         o bug 3106, 'rssyl plugin does not verify SSL peer at all'
679         o bug 3107, 'Height of row in message list does not reflect
680                      font size - three columns, small screen layout'
681         o bug 3116, 'invalid DTSTART in ics subscription makes claws
682                      crash'
683         o bug 3117, 'full-day event shown from 01:00 to 01:00 next
684                      day'
685         o bug 3120, '"Error - File is empty" when redirecting mail
686                      with empty parts'
687         o bug 3131, 'Crash on reccurent events with no DTSTART'
688         o bug 3138, 'PGP/Inline crashes on signature check if gpgme
689                      failed to init'
690         o bug 3139, 'Mainwindow unresponsive due to a busy loop'
691         o bug 3145, 'Memory corruption in imap_disconnect_all'
692         o bug 3146, 'Memory corruption when deleting a message from
693                      folder'
694         o bug 3147, 'verify_folderlist_xml() leaks memory'
695         o bug 3148, 'Logic error in claws_get_socket_name()'
696         o bug 3150, 'etpan_certificate_check() leaks memory'
697         o bug 3155, 'Memory leaks found by Valgrind in
698                      a9065aec26499a0e1294c73b6d9e6f039976521e'
699         o bug 3169, 'threaded message list performance issue'
700         o bug 3964, 'headers in wrong order -- file src/common/ssl.c'
701         o Fix lots of memory leaks
702         o Fix interference from liboverlay-scrollbar
703         o Fix some typos
704         o Fix some layout issues when user has large GTK font
705         o Fix message search starting from end
706         o Fix disappearing MIME icon highlight in mails with PGP
707           signatures
708         o When autoselecting account for a new message, quoted
709           recipient names are handled better.
710         o Python plugin: Also check for _PyGtk_API being a PyCapsule
711         o MailMBOX plugin: Fix parsing UTC dates
712         o vCalendar plugin: recognition of quoted parameter values,
713                 which are legal.
714         o ClamAV plugin: Fix a format string error.
717 * 3.9.3
718 -------
720 * The TAB address completion in the Compose window now matches any
721   part of the address and not just the beginning.
723 * When copying or moving a message, the type-ahead search now matches
724   any part of a folder name and not just the beginning.
726 * It is now possible to replace the current signature in the Compose
727   window by using the '/Message/Replace signature' menu item.
729 * It is now possible to disable the 'Subject is empty' warning
730   dialogue. See the option 'Warn when Subject is empty' option on the
731   '/Configuration/Preferences/Mail handling/Sending' page.
732   
733 * When sending messages, if the hostname cannot be determined,
734   fallback to 'localhost' rather than 'unknown', as the latter is
735   rejected by some servers.
737 * Added better handling of messages from broken mailers, such as
738   yahoo groups.
740 * PDF plugin: the minimum required version of poppler is 0.12.0.
742 * PGP/* plugin: long key IDs are now displayed in the dialogues
743   instead of short IDs.
745 * PGP/* plugin: The automatic signature check is now non-blocking.
747 * Python plugin: can now access accounts, mailboxes, folder
748   properties
750 * vCalendar plugin: webcals:// URLs are now treated as https://
752 * Translation updates: Brazilian Portuguese, Czech, Dutch, French,
753   German, Hebrew, Slovak, Spanish, and Swedish.
755 * Support for Maemo has been removed.
757 * Bug fixes:
758         o bug 2132, 'Keyboard accelerators for "Clear" and "Edit"
759                      quick search conflict with top menus'
760         o bug 2210, 'Display name with invalid addresses not quoted
761                      when inserted from address book'
762         o bug 2794, 'account privacy signing method ignored on reply'
763         o bug 2923, 'build failure with perl 5.18'
764         o bug 2940, 'Extended search dialog too small for content in
765                      polish l10n'
766         o bug 2954, 'Crash in "Save Image As" for HTML message'
767         o bug 2957, 'Double-free in account preferences'
768         o bug 2960, 'rfc3156 deviation regarding hash symbols'
769         o bug 2961, 'Partial retrieval not available with PGP/Inline
770                      encrypted messages'
771         o bug 2964, 'Lack of escaping of nested double-quotes in To:
772                      header'
773         o bug 2979, 'claws fails to load (empty) folderlist.xml and
774                      shows account wizard'
775         o bug 2982, 'variable declaration behind FLOCK conditional'
776         o bug 2986, 'Down and Delete buttons have same hotkey in
777                      filtering config'
778         o bug 2989, 'Segfault at startup because of corrupted
779                      folderlist.xml'
780         o bug 2994, 'translating folder name'
781         o bug 2995, 'closing extended quick search information panel
782                      triggers window focus bug'
783         o bug 3002, 'undefined reference to check_file_integrity'
784         o bug 3004, 'claws picks wrong mime type for attachments'
785         o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
786                      directory name isn't valid utf-8'
787         o bug 3011, 'crash when using %f Action on two or more
788                      uncached (IMAP) messages.'
789         o bug 3021, 'Icon key_pgp_signed always shows as the default,
790                      never the themed version'
791         o debian bug 711864, 'claws-mail-vcalendar-plugin: when
792                               creating meeting GTK_IS_COMBO_BOX_TEXT
793                               failed'
794         o Quote all specials in name as defined on RFC,
795           see http://tools.ietf.org/html/rfc5322#section-3.2.3
796         o fix sensitivity and state of 'hide read threads'
797         o Fancy plugin: disable DNS Prefetching when 'Enable loading
798           of remote content' is switched off
799         o Bogofilter plugin: insert X-Bogosity header like the option
800           says, not X-Claws-Bogosity header
802 * 3.9.2
803 -------
805 * New big icon for compose windows.
807 * Bug fixes:
808         o bug 2923 'build failure with perl 5.18'
809         o Never decode multipart/* or message/* parts, as RFC states
810         o add missing check for libperl
811         o fix check for libsoup - it is not obligatory
812         o Do not try to destroy a NULL session after an unsuccesful 
813           NNTP connect attempt.
814         o The extraheaderrc format doesn't allow data after the
815           header colon. Other OSes may insert extra characters 
816           other than \n, so, remove them all.
817         o fix undoing file insertion.
818         o fix check for python.
819         o fix detection of account in --compose and
820           --compose-from-file where the From value contains a name +
821           email.
823 * 3.9.1
824 -------
826 All plugins previously packaged as 'Extra Plugins' are now contained
827 within the Claws Mail package. In addition to that, the following
828 plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2
829 Viewer.
831 This release contains the following plugins: ACPI Notifier, Address
832 Keeper, Attachment Remover, Attachment Warner, Bogofilter, BS Filter,
833 Clam AntiVirus, Fancy HTML Viewer, FetchInfo, gData, GeoLocation,
834 Mail Archiver, MailMBOX, New Mail, Notification, PDF Viewer, Perl,
835 PGP/Core, PGP/Inline, PGP/MIME, Python, RSSyl, SMime, Spam Report,
836 SpamAssassin, TNEF Parse, and vCalendar. 
838 * 3 command-line switches have been added:
839   --cancel-receiving which cancels the currently running message
840         retrieval operation
841   --cancel-sending which cancels the currently running message
842         sending operation
843   --debug which toggles debug output.
845 * '/Message/Cancel sending' has been added to the main menu. 
847 * In the filtering and processing condition configuration for Age,
848   it is now possible to match based on number of hours.
850 * The GnuPG signature timestamp is now displayed in the full
851   signature information
853 * Support for GnuTLS priority string has been added. This is achieved
854   via 2 hidden account preferences, gnutls_set_priority and 
855   gnutls_priority. The former turning the option on or off, the
856   latter containing the required priority string.
858 * Keep-alive pings are now performed on IMAP and NNTP connections.
860 * In the Compose window, the focus is now moved to the message body
861   when focus is in the Subject entry and the Enter key is pressed.
862   
863 * The Delete key can now be used to remove Colour Label hotkeys.
865 * PDF Viewer: The printed PDF quality has been improved.
867 * Fancy HTML viewer: The options dialogue has been completely
868   reworked, and disabling remote content is now totally strict.
869                 
870 * Python plugin: Added Cc field to messageinfo objects.
872 * Python plugin: Added examples.
874 * Python plugin: Added a function to get an arbitrary header from a
875   MessageInfo object
877 * Perl plugin: The documentation for insert_perl.pl has been
878   improved.
880 * Basic handling of vcard 3.0 has been added to vcard2xml.py.
882 * A Swedish translation has been added to claws-mail.desktop.
883                 
884 * The man page has been updated.
886 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
887   German, Hebrew, Hungarian, Lithuanian, Slovak, Spanish, Swedish
889 * Bug fixes:
890         o bug 1137, 'loading plugins with same profile on different
891                      archs'
892         o bug 1684, 'view news messages with large attachements
893                      segfaults'
894         o bug 1963, 'Preferences Templates Information Window Focus
895                      loss'
896         o bug 2340, 'Create block list'
897         o bug 2617, 'code cleanup'
898         o bug 2624, 'dialog "Action Configuration" cannot be closed'
899         o bug 2702, 'Support splitting subject line for small screen
900                      layout'
901         o bug 2774, 'Select folder/New Folder dialog - modal problem'
902         o bug 2785, 'Marking mails for deletion reopens internal
903                      message view'
904         o bug 2801, 'Filtering Header:Name list is blank/corrupt'
905         o bug 2826, 'replace deprecated gnutls function'
906         o bug 2828, 'Use MD5 digest for socket name'
907         o bug 2832, 'mail to from adress-book splitt names'
908         o bug 2835, 'add_address() in addr_compl.c should allow a
909                      NULL name'
910         o bug 2859, 'Newmail plugin doesn't work if Mail folder not 
911                      present when it is loaded.'
912         o bug 2862, 'Segmentation fault when replying to a message
913                      where the "code conversion" fails'
914         o bug 2863, 'Applying has_attachment quicksearch on IMAP
915                      segfaults'
916         o bug 2878 'bsfilter / folder.c:1435 Condition identifier
917                     != NULL failed'
918         o bug 2879, 'Plain text mails treated as encrypted'
919         o bug 2882, 'Reverse preference for external content'
920         o bug 2885, 'SIGSEGV in hooks_marshal at hooks.c:108'
921         o bug 2890, 'html2ps required...'
922         o bug 2893, 'ical_yy_scan_bytes has wrong type'
923         o bug 2903, 'key 'C' mention harcoded in string'
924         o bug 2909, 'Changing folder quickly can cause wrong email to
925                      be deleted'
926         o IMAP: Don't set charset on simple searches. Fixes Exchange
927           2007.
928         o Disconnect NNTP accounts too when switching offline.
929         o Fix sensitivity of next-unread toolbar button.
930         o tools/gif2xface.pl, tools/outlook2claws-mail.pl: Fix
931           address.
932         o Add missing \n at end of the return receipt last part's
933           headers.
934         o Make LDAP over SSL work on Win32.
935         o Fix crash on action error.
936         o Fix trimming of leading spaces in actions.
937         o tools/vcard2xml.py: Fix missing file encoding info.
938         o fix sensitivity of 'Use both dictionaries' in compose
939           window.
940         o Fix actions with spaces (and quotes).
941         o tools/vcard2xml.py: Lines split over more than one line
942           breaks parser; Get email addres correct. Not only 
943           email;internet.
944         o Escape filename/description text of MIME parts, prevents
945           error if, e.g., the filename contains an ampersand.
946         o Fix 'edit accounts' windows going behind when leaving an
947           'account preferences' window, by re-focusing this window.
948         o Fix crash closing PDF information alert panel.
949         o Fix default fonts on Windows.
950         o Fix ugly icon in XFCE's alt-tab window.
951         o Fix untranslated description in archiver plugin
952         o fix crasher when using /Edit/Search folder on start-up with
953           nothing selected.
955 * 3.9.0
956 -------
958 * Added IMAP server side search
960 * Added the file .claws-mail/extraheaderrc which holds editable extra
961   headers to be added to compose window combobox
963 * Added 'Select html part of multipart messages' to the Folder
964   Properties
966 * GnuPG: Consider marginal signature validity as untrusted
968 * The mimeview shortcuts are now user configurable
970 * Spell checker: Always show 'change dictionary' menu
972 * Filtering dialogue: TreeView type-ahead is now case insensitive
974 * Separated 'Mark all read' from 'Mark as read' and 'Ignore thread'
976 * Made 'Mark all read' confirmation button more clear
978 * Made the clickable area of the expander arrows in the folder list
979   larger
981 * Made SSL client certificate error messages more meaningful
983 * The type of units required in the Extended Search information
984   dialogue are now indicated
986 * Several speed-ups and optimisations
988 * Updated manual
990 * Updated translations: Brazilian Portuguese, Finnish, French, German,
991   Hungarian, Spanish, Swedish, traditional Chinese, Ukrainian
993 * Bug fixes:
994         o bug 1137, 'loading plugins with same profile on different
995                      archs'
996         o bug 1961, 'patches for a couple of clang warnings'
997         o bug 1975, 'preference mutt key bindings do not take effect'
998         o bug 2096, 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
999                      Domino'
1000         o bug 2203, 'Problems in forwarding multipart/alternative
1001                      messages with HTML part'
1002         o bug 2390, 'Non-fully-trusted-key-warning appears based on 
1003                      primary UID rather than recipient e-mail'
1004         o bug 2579, 'Installed headers redefine autotools-specific
1005                      constants'
1006         o bug 2596, 'Spell checker does not work properly'
1007         o bug 2638, 'Respect $LEX environment variable in autogen.sh'
1008         o bug 2639, 'The MSGBUFSIZE definition collides with a
1009                      definition of OpenBSD'
1010         o bug 2650, 'segfault in pgp when gpgme_strerror() returns
1011                      a non utf-8 string'
1012         o bug 2689, 'segfault when trying to view info about
1013                      pgp/smime sign'
1014         o bug 2697, 'segfault in parse_parameters()'
1015         o bug 2718, 'Failure to check peer hostname when checking
1016                      certificate'
1017         o bug 2723, 'Missing encoding in generated html manual'
1018         o bug 2743, 'null pointer crash in procmime strchr'
1019         o bug 2744, 'Quick search throws bad command argument error
1020                      since recent change'
1021         o bug 2751, 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1022         o bug 2760, 'display correct libc version in crash dialog
1023                      when uclibc is used'
1024         o bug 2761, 'Desktop file does not pass validation'
1025         o bug 2776, 'Make all menu shortcuts work properly in the
1026                      message window'
1027         o bug 2777, 'Installing latest cvs116 package 14 Windows
1028                      version results in wrong paths in clawsrc'
1029         o Fix some modal windows
1030         o Only show HTML parts by default (if the pref is set so) if
1031           the part disposition-type is inline or unknown, but not
1032           attachment.
1033         o IMAP: Always clear the tags list when fetching a folder, or
1034           Claws will never untag an untagged email.
1035         o Fix double mainwindow presentation that confuses GNOME3
1036           when some plugins fail to load (subsequent Claws windows
1037           got no focus in that case)
1038         o Fix build on Fink/OS X
1039         o Fix build with gnutls 3.1.3
1040         o Fix Windows build
1041         o Fix Windows runtime crash
1042         o Fix socket communication
1044 * 3.8.1
1045 -------
1047 * Replied and Forwarded message status flags are now non-exclusive.
1048   Introduced a new message state (and relevant icon in message list)
1049   where both the Replied and Forwarded flags are set
1051 * 'Send to...' has been added to the context menu of a message's
1052   parts. This causes a new Compose window to open with the selected
1053   mime part attached.
1055 * 'Hide' and 'View Log' buttons have been added to the Send and
1056    Receive dialogues. The former will hide the dialogue, the latter
1057    will open the Network Log dialogue.
1059 * A short symbol has been added the QuickSearch Extended mode: 'ha',
1060   an abbreviated form of 'has_attachment'.
1062 * Basic session statistics are now available, from the Statistics
1063   tab in About dialog and the command-line.
1065 * The display of attached patches, (text/x-patch or text/x-diff), is
1066   now colourised. The colours are controlled by 3 new hidden
1067   preferences: diff_added_color, diff_deleted_color, and
1068   diff_hunk_color.
1070 * Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
1071   Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
1072   Traditional Chinese.
1074 * Bug fixes:
1075         o bug 1090, 'Standard-folders appear again after rescanning tree'
1076         o bug 1924, 'Messages marked move to Trash appear identical to
1077                      messages marked move to $FOLDER'
1078         o bug 2598, 'Actions can move locked messages'
1079         o bug 2501, 'opened message blanks when moved to other folder'
1080         o bug 2574, 'Statement might be overflowing a buffer in strncat'
1081         o bug 2577, 'Focus rectangle on folder list and message
1082                      list headings doesn't get properly cleared when switching
1083                      heading and horizontally scrolling list (underlines and
1084                      vertical lines remain on screen)'
1085         o bug 2582, 'Expanded mimeview drag n drop no longer works'
1086         o bug 2595, 'Change expand behavior for message list / message view'
1087         o bug 2620, 'shift+tab from subject field not working'
1088         o bug 2624, 'dialog "Action Configuration" cannot be closed'
1089         o bug 2646, 'Compile fails with gnutls-3.0.18'
1090         o bug 2659, 'E-mail attachments are handled inconsistently'
1091         o bug 2662, '"ag" quicksearch adds "1" to value'
1092         o Fix bug in search criteria when doing a complete directory
1093           search using '*'
1094         o Fix GTK+2.16 build (w32)
1095         o Fix sensitivity of toolbar's get_btn (retrieve mail from current
1096           account) and of mainwindows's relevant entry when current account
1097           is not able to retrieve (SMTP-only).
1098         o don't do TLS if not requested by user. fixes connecting to servers
1099           which, for example, want SSL 3 only
1101 * 3.8.0
1102 -------
1105 * GnuTLS 2.2 is now a minimum requirement if encrypted connections to
1106   servers are required.
1108 * The list displays have been updated to use newer GTK+ functions,
1109   this means that the expanders look different and the optional dotted
1110   lines have been dropped.
1112 * A hidden option, 'summary_from_show', which controls the display in
1113   the From column of the Message List: 0 (default): show name,
1114   1: show address, 2: show name + address
1115                 
1116 * The image viewer now uses the EXIF Orientation.
1117                 
1118 * 'Generate X-Mailer header' has been added as an Account option.
1120 * /View/Message scroll has been added, allowing keyboard shortcuts to
1121   be added and used for message scrolling.
1123 * Home and End keys now function in the Message View.
1125 * /Message/Print has been added to the Compose window.
1127 * Updated manuals
1129 * Update man page
1131 * Updated translations: Brazilian Portuguese, Czech, French,
1132         Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
1134 * Bug fixes:
1135         o bug 1489, 'Filter action mark_as_read inoperative
1136                      following move action
1137         o bug 1563, 'Folder view: show complete threads if they
1138                      contain unread messages'
1139         o bug 1870, 'arrow scrolling in filters'
1140         o bug 2116, 'Rip spaces off server names in account
1141                      configuration'
1142         o bug 2127, 'SSL cert check uses canonical name instead of
1143                      specified name'
1144         o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
1145                      after removing the address book in the GUI'
1146         o bug 2303, 'Next unread message enables message view'
1147         o bug 2310, 'Crash when hitting Ctrl+R to reply to a 
1148                      particular mail'
1149         o bug 2377, 'Show All Headers - make change persistent
1150                      between sessions'
1151         o bug 2402, 'GnuTLS change breaks socket communication'
1152         o bug 2404, 'matcherrc updates upon account renaming'
1153         o bug 2406, 'some part of accountrc not updated upon account
1154                      rename'
1155         o bug 2408, 'Some UI elements are not persistent between
1156                      sessions'
1157         o bug 2422, 'Toggle Message View w/ V crashes Claws'
1158         o bug 2479, 'LDIF address book import matches tags case
1159                      sensitive'
1160         o bug 2481, 'do not scroll "from" dropdown list and sender
1161                      address'
1162         o bug 2493, 'Subscription pull down should be alphabetized'
1163         o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
1164                      3.0.3'
1165         o bug 2505, 'tagsdb becomes polluted with old folder entries'
1166         o bug 2509, 'manually added headers are lost unless mail is
1167                      sent inmediately'
1168         o bug 2520, 'Please remove verbose "No further processing
1169                      after rule %s" message.'
1170         o bug 2525, 'Address completion window does not get keyboard
1171                      focus'
1172         o bug 2526, 'When reading message in separate window, n and p
1173                      keys do not work'
1174         o bug 2529, 'crash in mimeview_start_drag after deleting
1175                      message'
1176         o bug 2543, 'filter actions in actionsrc not updated upon
1177                      account renaming'
1178         o bug 2560, 'crash when unsubscribing newsgroup and having
1179                      active search field'
1180         o Fix focus problem on Gnome shell
1181         o Fix flicker on recursive quicksearch
1182         o Fix huge slowness induced by spellcheck "while typing"
1183           during initial quote rewraps.
1184         o Fix build with GLib 2.31.
1185         o Fix crasher when spellchecking is not enabled
1186         o Fix compose window size saving/restoring
1189 * 3.7.10
1190 --------
1192 * The name of the account is now included within the Network Log
1193   output. (See enhancement request 2184)
1195 * Right-clicking a message in the Message List no longer opens the
1196   message. (See enhancement request 2353)
1197   
1198 * Updated manuals.
1200 * Updated translations: Brazilian Portuguese, Czech, French, Hungarian,
1201   Lithuanian, and Slovak.
1203 * Bug fixes:
1204         o bug 1963, 'Preferences Templates Information Window Focus
1205                      loss'
1206         o bug 2397, 'Gtkhtml2 viewer ignores message encoding'
1207         o bug 2402, 'can't download message from pop3 server'
1208         o bug 2409, 'Failed to compile under GCC 3.x : option
1209                      -Wno-pointer-sign badly set in configure.ac'
1210         o bug 2412, 'Send account mail address in Message-ID wrongly
1211                      implemented'
1212         o bug 2414, 'Claws segfaults on startup with notification
1213                      plugin enabled'
1214         o bug 2418, 'NNTP authentication is broken'
1215         o bug 2420, 'Invalid markup in icon tooltip text after
1216                      signature check'
1217         o bug 2439, 'use bitwise operator for bitmask instead of
1218                      logical operator'
1219         o bug 2461, 'popup menu in message list displays 'move to
1220                      trash' and 'delete''
1221         o bug 2462, 'Building without GnuTLS support leads to a
1222                      failure in wizard.c'
1223         o fix trayicon build with gtk < 2.18.x
1224         o don't minimise/hide warning dialogue on plugin load error
1225         o when using a Compose template, only place the cursor in the
1226           body when the cursor symbol, %cursor (%X), is used
1227         o fix build on Debian Sid.
1228         o fix cursor placement in Forward template
1229         o fix duplicate key accels
1230         o fix NNTP server sending authentication warning as part of
1231           the connection session
1233 * 3.7.9
1234 -------
1236 * Added a hidden option, 'show_inline_attachments'. When this is
1237   de-activated inline attachments referenced by other message parts,
1238   (e.g. attached images referenced in an HTML message part), are
1239   hidden. This is on by default, maintaining previous behaviour.
1241 * Added a hidden option, 'msgview_date_format'. When this option is
1242   activated the Date format in the Message View will have the same
1243   format as in the Message List. The format of the date is also
1244   controlled in the same way, by the option on the Display/Summaries
1245   page of the Preferences. This is off by default, maintaining
1246   previous behaviour.
1247                 
1248 * Several GUI improvements:
1249         o Reworked Simplify Subject RegExp in the Folder Properties
1250         o The IMAP option 'Move deleted mails to trash and expunge
1251           immediately' has been moved to the Advanced page of the
1252           Account Preferences.
1253         o The option 'Send account mail address in Message-ID' has
1254           been moved to theSend page of the Account Preferences.
1255         o Improvements to the Preferences for the Toolbars.
1256         o Improvements to the initial Set-up Wizard dialogues.
1257         o Improvements to the Templates preferences pages.
1258         o Implemented a nicer scroll when drag and dropping.
1259         o Added a button to get dictionaries on WIndows.
1261 * New translation: Lithuanian.
1263 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
1264   Slovak, Spanish, Ukranian.
1265   
1266 * Bug fixes:
1267         o bug 2039, 'SMTP AUTHENTICATION'
1268         o bug 2050, 'Clawsmail sends return receipt every seconds'
1269         o bug 2148, 'Attachment content-transfer-encoding incorrectly
1270                      set when signing emails'
1271         o bug 2165, 'The date not localized in the message view'
1272         o bug 2203, 'Problems in forwarding multipart/alternative
1273                      messages with HTML part'
1274         o bug 2237, 'User action makes Claws unresponsive'
1275         o bug 2279, 'crash when clicking 'define' in filter
1276                      configuring'
1277         o bug 2299, 'Incorrect handling of quoted printable coma
1278                      in headers'
1279         o bug 2315, 'claws-mail 3.7.7 crashes when trying to compose
1280                      mail on FreeBSD 9.0 amd64 (GTK+ 2.22.1/GLib
1281                      2.26.1)'
1282         o bug 2322, 'GPG Full info: showing subkey ID instead of
1283                      primary key fingerprint'
1284         o bug 2325, 'messages remains in folder cache after moving
1285                      from MH to IMAP boxes'
1286         o bug 2331, 'Base64 is broken in 3.7.7 and 3.7.8'
1287         o bug 2332, 'Crash when hitting cancel on the SMTP status
1288                      window'
1289         o bug 2346, 'Please register x-handler-scheme in .desktop
1290                      file'
1291         o bug 2350, 'Make displaying localized date/time in message
1292                      view optional'
1293         o bug 2361, 'Claws crashes after PGP Check in separate msg
1294                      view'
1295         o bug 2365, 'Crash when auto-scrolling headers in compose
1296                      window'
1297         o bug 2369, 'valgrind.h should NOT be part of claws-mail'
1298         o bug 2381, 'Support for NetworkManager 0.9'
1299         o bug 2383, 'folderitemrc not updated when account name is
1300                      changed'
1301         o bug 2393, 'Crashes and rendering problems in the "Save as"
1302                      menu caused by attachments with umlauts in the
1303                      file name'
1304         o bug 2394, 'backtrace() crashes on FreeBSD'
1305         o fix matcher body parsing
1306         o fix crash when searching or adding a LDAP server
1307         o fix sa-learn when offline
1308         o TrayIcon plugin: fix logic bug which caused icon to be
1309           always set no-mail status on plugin load
1310         o TrayIcon plugin: force icon hide on plugin_done(), without
1311            it an empty space is left in tray under KDE3 and KDE4
1312         o fix segfault on Windows
1314 * 3.7.8
1315 -------
1317 * Bug fixes:
1318         o rfe 2309, 'Shortcuts should not be modifiable by default'
1319         o bug 2313, 'CLI quicksearch sometimes returns the same
1320                      messages twice'
1321         o bug 2317, 'Action results in "Bad file descriptor"'
1322         o PGP/Core: Win32 build fix
1323         o NNTP: fix replying (broken in corner case)
1324         o fix configure option --disable-manual
1325         o One more GTK+ 2.22 build fix
1326         o Debian bug 599547, 'Please re-introduce quick shortcut for
1327                               marking as spam'
1329 * 3.7.7
1330 -------
1332 * Enable building with GTK+ 2.22.
1334 * A QuickSearch can now be run from the command line using the
1335   --search command. See `claws-mail --help` for more information.
1337 * Added a hidden option to set a margin in the text area of the
1338   Compose window. 'show_compose_margin', defaults to FALSE.
1340 * 3.7.6
1341 -------
1343 * Require GTK+ 2.10 or newer.
1345 * Enable building with GTK+ 2.19 or newer.
1347 * Enable building with libetpan 1.0.
1349 * Encrypt saved LDAP passwords.
1351 * FIltering/Processing: Added 'List-Id' to the pre-defined headers.
1353 * Added 'Reply to this address' to popup menu in the Message View.
1355 * Added separate search phrase completion for normal/extended
1356   QuickSearch.
1358 * Several interface improvements.
1360 * Use in-reply-to info that is passed in mailto: links.
1362 * Added the GB18030 Chinese charset, which is a superset of GB2312
1363   and (X-)GBK.
1365 * Added German translation of the manual.
1367 * Added Ukrainian translation.
1370 * 3.7.5
1371 -------
1373 * Bug fixes:
1374         o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
1375                     encryption'
1376         o bug 2076 'having worked 2 times properly CLAWS ceased to
1377                     decrypt incoming PGP mails -displays base64 
1378                     instead - sucks completely'
1379         o bug 2098, 'claws-mails crashes frequently with pgpcore'
1380         o Address Book: fix button sensitivity in compose mode.
1382 * 3.7.4
1383 -------
1385 * Spell checker: Highlight misspelled words when applying template
1386   and 'check while typing' option is on
1388 * Spell checker: Highlight misspelled words in text inserted from
1389   file(s) or pasted to message body when 'check while typing' option
1390   is on
1392 * Improve parsing of List-Post header
1394 * Add new drag type "claws-mail/msg-path-list" for drag'n'drop of a
1395   message selection from the message list into other applications.
1396   This enables other applications to back-link to Claws Mail via a
1397   "claws-mail --select" call after they received a drop.
1399 * Place the cursor in the compose window according to provided input.
1400   If To: is present place cursor in Subject: field and if both To:
1401   and Subject: are present place cursor in body. If body: is present
1402   insert a new line after text and place cursor there.
1404 * QuickSearch: Use all of the available space to view expressions
1407 * 3.7.3
1408 -------
1410 * The user is now warned when inserting a large file in the message
1411   body. The value of 'large' can be configured on the Compose/Writing
1412   page of the Preferences.
1414 * Added 'has_attachment' and 'signed' matcher expressions to
1415   Filtering and Processing Flags lists.
1417 * Support Reply prefixes of French Yahoo mail and French Lotus Notes.
1419 * Enabled Page Size and Orientation configuration in the print dialog.
1420   GTK+ 2.18 or newer only.
1422 * tools/convert_mbox.pl
1423   Add -R flag to support recursive conversions of arbitrary Evolution
1424   mail folders.
1426 * 3.7.2
1427 -------
1429 * Default Cc, Bcc and Reply-To options have been added to Folder
1430   Properties.
1432 * MIME parts that lack an end boundary are now handled, (even though
1433   they're INVALID!).
1435 * A 'Metadata handling' option has been added to the Miscellaneous
1436   options page. The options are 'safer' or 'faster'. 'faster' is
1437   Claws' original behaviour. 'safer' prevents data loss on system
1438   crashes where the filesystem is of a 'not-so-robust' variety, e.g.
1439   xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
1441 * Face and X-Face previews have been added to the Custom Header
1442   Configuration dialogue in Account preferences.
1444 * An option has been added to the Receive page of IMAP account
1445   preferences, "Move deleted mails to trash and expunge immediately".
1446   This option is on by default to avoid changing the existing
1447   behaviour. Turning it off prevents automatic expunging.
1448   Also, 'Tools/Expunge'  and 'View/Hide deleted messages' menu items
1449   have been added to main toolbar.
1451 * Support for clickable gopher:// links has been added.
1453 * In the Compose window a warning dialogue is raised if attachments
1454   that have been added no longer exist on the filesystem at the time
1455   of sending.
1457 * Buttons to clear header lines in the Compose window have been
1458   added.
1460 * GnuTLS compatibility mode is now used, this avoids problems with 
1461   servers that don't comply 100% with the spec, but still exist.
1463 * tools/csv2addressbook.pl
1464   thunderbird import for version 2.0.0.21 has been added.
1466 * 3.7.1
1467 -------
1469 * Spell Checking has been added to the Subject in the Compose window.
1471 * The 'Quotation characters' option has been moved from the Compose/
1472   Writing page of the preferences to the /Message View/Text Options
1473   page.
1475 * When replying to signed and/or encrypted mail and the preference to
1476   sign and/or encrypt is set, the original mail's privacy system is
1477   automatically used, if available.
1479 * If a text/calendar attachment is present in a message it is
1480   automatcally selected if a suitable plugin (i.e. vCalendar) is
1481   available.
1483 * /Tools/List URLs now shows both the link title and URI if possible.
1485 * A URI appearing in the statusbar is now only trimmed if necessary.
1487 * When using /Tools/Create filter|procesing rule/Automatically
1488   the List-Id header is preferred to X-* headers.
1490 * The manual has been updated.
1492 * 3.7.0
1493 -------
1495 * Expanding/Collapsing of threads is now approximately 95% faster.
1497 * Cache reading is now approximately 10% faster. 
1499 * The shortcut key settings of the main window and the message list
1500   context menus are now connected.
1502 * The preferences on the 'Other' page have now been moved to
1503   Other/Miscellaneous. The parent pages are now unselectable and the
1504   first page is automatically selected on opening the preferences.
1506 * In the Compose window, on the Others tab, the 'Save message to'
1507   entry now has a drop-down list of the previous save locations.
1509 *  In the Compose window, the Attachments Properties window is now
1510    confirmed and closed with the Return key.
1512 * When using an external editor to compose messages, the message is
1513   automatically saved to Drafts when the external editor is closed. 
1515 * A hidden option has been added, 'primary_paste_unselects' which
1516   causes the primary buffer to be cleared and the insertion point to
1517   be repositioned when the middle mouse button is used for pasting
1518   text. It is turned off by default.
1520 * In the Actions window, the Escape key now cancels the action
1521   editing.
1523 * Offline SSL certificate verification has been added.
1525 * Privacy plugins: The decryption failure messages are now shown
1526   in the NoticeView just above the message text rather than in a
1527   popup window.
1529 * Privacy plugins: when listing the UIDs during a signature check,
1530   show the UID validity
1532 * tools/popfile-link.sh
1533   Support for reusing existing POPFile session ID has been added.
1535 * tools/kdeservicemenu
1536   Support for kde4 has been added.
1538 * win32: better integration has been implemented by using the
1539   standard file associations.
1541 * 3.6.1
1542 -------
1544 * Claws Mail now requires libetpan 0.57 for IMAP and NNTP.
1546 * SSL support is now provided by gnuTLS exclusively. OpenSSL support
1547   has been dropped due to licensing issues.
1549 * Added /View/Fullscreen option.
1551 * Re-ordering of the filtering/processing condition and actions lists
1552   is now possible using drag'n'drop.
1554 * 3.6.0
1555 -------
1557 * Claws Mail now requires libetpan 0.56 for IMAP and NNTP
1559 * Spell checking is now provided by Enchant instead of Aspell. To
1560   build spell checker support, you will need the libenchant headers.
1562 * The S/MIME plugin is now part of this package.
1564 * IMAP, NNTP, and SSL are now supported in the Windows port.
1566 * Support for client SSL certificates.
1568 * Better support of SSL certificate stores, to be able to verify
1569   server certificates.
1571 * Renaming of newsgroups is possible.
1573 * "Always open message when selected" can now have three values:
1574   'Never', 'Always' and 'When message view is visible'.
1576 * Unsaved server passwords can now be temporarily saved for the
1577   duration of the session. They can be cleared before the session
1578   expires by using '/Tools/Forget all session passwords'.
1580 * Auto-wrapping settings are now saved in drafted messages.
1582 * Support for basic auto-indentation in the Compose window.
1584 * Support for animated GIFs in the message view.
1586 * Type-ahead search in Filtering, Templates, Actions dialogs now
1587   select the result of the search.
1589 * Finer granularity in POP3 accounts' Remove After delay - hours in
1590   addition to days.
1592 * Spam/Ham flag is now stored on IMAP server when possible, using
1593   "Junk" and "NonJunk" keywords. 
1595 * Use less precise intervals when possible for auto-checking, thus
1596   the CPU is woken up less frequently.
1598 * The warning icon in the main window is cleared when the error it
1599   relates to is clipped from the network log.
1601 * IMAP errors now reveal the server on which they happen.
1603 * All deprecated GTK interfaces have been replaced with their
1604   non-deprecated equivalents.
1606 * csv2addressbook.pl: Added support for FoxMail.
1609 * 3.5.0
1610 -------
1612 * Added an option, "Use secure file deletion if possible", which
1613   enables shredding of temporary files and messages instead of
1614   just removing them. This is available on the Other preferences
1615   page.
1617 * Added an option, "Select the HTML part of multipart/alternative
1618   messages". This is available on the Message View/Text Options
1619   preferences page. 
1621 * Added an option to the 'Create new folder' dialogue which enables
1622   new folders to inherit the properties of their parent folders
1623   during folder creation.
1625 * Added a hidden option, "two_line_vertical", which toggles the
1626   2-line view in the message list when using the 3-column layout.
1627   Defaults to '1', show 2 lines.
1629 * Added a hidden option, "outgoing_fallback_to_ascii", which allows
1630   the user to specify an outgoing charset/encoding, but still fall
1631   back to 7bit US-ASCII when possible.
1632   Defaults to '1', fallback when possible.
1634 * Added support for the Avant Window Navgator (Awn) information
1635   bubble. This is automatically enabled if dbus is available.
1637 * Face and X-Face headers can now be added globally and per-account
1638   from configuration files under ~/.claws-mail/autofaces/. Further
1639   information is provided in the manual.
1641 * The SHA1 fingerprint is now shown on the SSL certificate dialogue
1642   and the labels are now selectable.
1644 * Several GUI improvements have been made, (Address book, filtering
1645   dialogue, Actions dialogue, and Account preferences).
1647 * New icons have been added for 'Reply to list' and 'Cancel'. The
1648   'Insert file' and 'Close' icons have been improved, as have the
1649   tray icons.   
1651 * Added the Trash and Delete icons to the Custom Toolbars options.
1653 * SMTP-only accounts are now not shown in the Receive menus and
1654   Account lists in filtering/processing, as they are irrelevant here.
1656 * tools/csv2addressbook.pl
1657   Support for a gmail exported csv address book was added.
1659 * Updated English, French, and Spanish manuals.
1661 * 3.4.0
1662 -------
1664 * Added support for /dev/mem_notify. This Linux kernel feature
1665   will allow applications to be notified that memory has to be
1666   freed before getting OOM-killed.
1667   For more information: http://lwn.net/Articles/267013/
1669 * Enabled moving/copying folders to root folders when using the
1670   folder selection dialogue.
1672 * Global and per-folder templates can now override the From name.
1674 * Added a tooltip with extended folder stats. (Hover the cursor over
1675   the short stats on the right, below the message list.)
1677 * Implemented 2-line items in the message list when in three column
1678   mode.
1680 * Added support for png themes.
1682 * Added an icon for attached patches (text/x-patch and text/x-diff).
1684 * When viewing a message that has a large amount of text, show a
1685   maximum of 1MB of text and add a noticeview to show optionally show
1686   the whole message.
1688 * Added a button to the templates preferences to restore defaults for
1689   current language.
1691 * Added search in filtering rules list.
1693 * Bogofilter Plugin:
1694   Added a "learn from whitelist" preference.
1696 * MAEMO:
1697   Added information when fetching large messages.
1699 * tools/csv2addressbook.pl
1700   Added support for Kmail/Kaddressbook.
1702 * 3.3.1
1703 -------
1705 * Forbid attaching anything containing "../" or ".ssh/" in mailto:
1706   URIs.
1708 * Add a hidden preference, 'use_networkmanager', to disable
1709   NetworkManager handling
1711 * 3.3.0
1712 -------
1714 * Due to licensing problems, the ClamAV plugin has been removed from
1715   the Claws Mail core distribution and can now been found packaged
1716   separately or with the 'extra plugins' package.
1718 * Added NetworkManager support
1719   This is built by default if the dependencies are satisfied; it can
1720   be specifically disabled with '--disable-networkmanager-support'.
1721   This enables Claws Mail to track changes to the network status.
1723 * Added DIGEST-MD5 support for IMAP authentication
1725 * Added Folder Properties option, 'Run processing rules when opening'
1726   to the General page.
1728 * Added sub-sorting to the Message List; when the Sort type is either
1729   Subject, From, To or Tags, sub-sorting by Date will be active.
1731 * Added from=address to the mailto sequence
1732   The 'from' will try to select the first matching account in the
1733   Accounts list, otherwise it will use the usual account selection
1734   mechanism but will override it with the given 'from' address.
1736 * Added insert=FILE  to the mailto sequence (stands for 'insert file')
1737   This adds the ability to create a new message from the command-line,
1738   with the body set from the contents of an existing file.
1739                 
1740 * Added mailto with NNTP accounts
1741   This comes into play if mailto is used when an NNTP account is the
1742   default account or if an NNTP account address is used with 'from'.
1744 * Added several GUI improvements to the Filtering, Processing, Tags,
1745   Actions, Templates, Logging and Address Book dialogues
1747 * Added a tooltip to the 'replied' icon in the Message List which
1748   indicates 'click to see your reply' feature.
1750 * Added 'claws-mail --version-full' to display the version and a list
1751   of the compiled-in features
1753 * Implemented speed-ups to list operations, deletions and cache
1754   updates.
1756 * Updated the man page
1758 * The Trayicon plugin icons are now themable.
1760 * text/calendar message parts are now automatically displayed if a
1761   plugin handling text/calendar is loaded, e.g. vCalendar.
1763 * Maemo: connect HW status change signal for shutdown
1765 * Maemo: identify mmc1 and mmc2 more clearly in the GUI
1767 * Maemo: Make dnd threshold higher
1769 * 3.2.0
1770 -------
1772 * Several GUI improvements
1773         The colour preferences have been split into tabs.
1774         Improve the way 'Find in current message' search results are
1775         shown by vertically centering the selected text in the
1776         Message View.
1777         Improvements to the 'List URIs' dialogue.
1778         Filtering/Processing Match Type dialogue has been reworked.
1779         Several other layout improvements.
1781 * Several address book improvements
1782         Added Custom Attributes, which can be edited from
1783         '/Tools/Edit custom attributes...' and are used from the
1784         'Name' drop down list on the 'Edit Person Details' dialogue. 
1785         Always add a new contact if any value is set, instead of
1786         silently rejecting it when an email address is not set.
1787         Better guessing of contact name from incomplete name
1788         information.
1789         Better display of contacts that have no name set, in contact
1790         lists, group contents, find duplicate results.
1791         Error messages don't show in the status bar anymore, alert
1792         panels are used instead.
1793         Several other GUI improvements.
1795 * Added optional Tooltips to the Message List. This is enabled by the
1796   'Show tooltips' option on the '/Display/Summaries' Preferences page
1797   and is only possible with GTK+ >= 2.12
1799 * Much improved handling of Return Receipts, both outgoing and
1800   incoming. 
1802 * Added the option to use the system defaults for External Programs
1803   preferences on the '/Message View/External Programs' page.
1805 * Added "select first email in list" to the list of possible
1806   selections in the 'Set default selection on entering a folder'
1807   options on the '/Display/Summaries' preferences page.
1809 * IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
1810   prevents fetching of tags.)
1812 * IMAP: Optimised flag handling and message copying.
1814 * Improved printed page layout for built-in GTK+ printing
1815         Bold fonts are now used where appropriate and a demarcation
1816         between header and body has been added.
1818 * Optimised filtering on flags/tags changes.
1820 * MAEMO: Added LED flashing for new mail alerts
1822 * MAEMO: Made all of the left of column in the Folder List a hotspot
1823   for expanding/collapsing the tree.
1825 * 3.1.0
1826 -------
1828 Non-blocking NNTP has been implemented. NNTP support is now provided
1829         by and depends upon libetpan
1831 GnuTLS support has been implemented as an alternative to OpenSSL.
1832         [./configure --enable-gnutls]
1834 A run-time alternative configuration directory switch has been added,
1835         [claws-mail --alternate-config-dir DIR]
1837 Tags: Added tag alphabetical sorting and unified the dialogues.
1839 Edit accounts dialogue: The 'default account' (D) column has been
1840         removed, instead the default account is indicated by use of
1841         bold text.
1843 Templates: Added ability to attach files using |attach{filename}.
1844     Templates options are now presented in a tabbed layout.
1846 Address Book: Added duplicate finder, '/Tools/Find duplicates'.
1847     It is now possible to set an image for each contact. Pictures 
1848         from a contact's Face or X-Face will be automatically set
1849         when available. The contact's image will be automatically
1850         displayed in the message view or header pane if the message
1851         has no Face or X-Face header.
1853 '/View/Character encoding' submenus are now grouped together
1855 GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
1856         libgnomeprint will never be used if GTK+ >= 2.10 is available.
1858 Reinstated 'Generate Message-ID' option as an Account preference. It
1859         is hidden on IMAP accounts, because Message-IDs are needed on
1860         servers that don't implement the UIDPLUS extension.
1862 Toolbar preferences: Improved dialogue.
1864 Compose window: the number of attachments is now shown in the tab's
1865         title.
1867 Attachments: When opening attachments with 'Open' or 'Open with...'
1868         the temporary files are now saved as read-only. A hidden
1869         preference has been added, 'save_parts_readwrite', which
1870         permits the previous behaviour.
1872 IMAP: Added a button on the Folder Properties General page to allow
1873         users to discard local caches.
1874     Added much better error handling.
1875     Fetching of cached mails has been heavily optimised.
1877 LDAP: Added read-only support for jpegPhoto LDAP field
1879 Bcc in commandline URIs has been added.
1881 Dillo browser plugin: Address book based whitelisting for loading
1882         remote images has been added.
1884 SpamAssassin plugin: Address book based whitelisting has been added.
1886 MAEMO: Maemo 4.0 (Chinook) build enabled.
1888 MAEMO: Removed some useless tooltips.
1890 tools/csv2addressbook.pl
1891         a new script that imports a CSV formatted address book. Becky
1892         and Thunderbird address book are currently supported.
1894 * 3.0.2
1895 -------
1897 * Bug fixes:
1898         o bug 1320, 'Memory leak caused by gtk_container_get_children'
1899         o bug 1321, 'access before allocation when scanning for uris'
1900         o bug 1324, 'Corrupted IMAP cache'
1901         o bug 1327, 'segfault when replying to a non-existent news
1902                      message'
1903         o bug 1329, 'error in quicksearch.c'
1904         o bug 1334, 'user defined mail incorporation script not run'
1905         o bug 1336, 'Segfault if empty space before search-string'
1906         o bug 1337, 'Crash on removing uncached emails'
1907         o Prevent unquoted mime boundaries, by always using a /
1908         o Remove unnecessary error when cancelling export to mbox.
1909         o MAEMO: make all Folder Properties pages visible
1910         o MAEMO: fix overlapping buttons in Edit Accounts page
1913 * 3.0.1
1914 -------
1916 * Bug fixes:
1917         o bug 1308, 'Claws deletes folderlist.xml after fetching mail
1918                      short after start-up'
1919         o bug 1311, 'Wrong arrow position while moving message into
1920                      folder when column headers hidden'
1921         o fix build without USE_LDAP_TLS
1922         o Accounts list: fix "Local" protocol not shown when
1923           USE_OPENSSL is set.
1924         o Tags: fixed issues with tags with spaces, and renaming tags
1925         o Accounts list: Show protocol "SMTP" and the appropriate
1926           server for send-only accounts
1927         o Accounts list: show "-" instead of "" when no value is
1928           relevant
1929         o do not allow locked msgs to be deleted, even by filtering
1930           or processing
1931         o Show error message in the GUI if image can't be loaded
1932         o Remove Generate Message-ID option. We need this on some
1933           IMAP servers.
1934         o Maemo: distinguish various statusbar messages,
1935                 in order to display only the most important.
1936         o Maemo: fix statusbar/window mismatch
1937         o Maemo: fix scrolling to cursor
1940 * 3.0.0
1941 -------
1943 * Claws Mail is now licensed under GPLv3 or later.
1945 * added Tags feature
1946   Tags are arbitrary labels that can be applied to messages. It is
1947   possible to create, edit, remove Tags; apply them to mails;
1948   filter on Tags or Tag presence; apply or unset Tags via Filtering
1949   actions; reference Tags in reply Templates.
1951 * Threads can now be sorted by most recent message
1952   /View/Sort/By thread date
1954 * Added "/View/Show or Hide/Column headers"
1956 * Added 'watch thread' feature
1957         
1958 * Enabled the running of folder Processing rules on demand
1960 * Added options to stop/enable writing logs to disc, see Logging
1961   page of preferences
1963 * IMAP and News: Implement age-based caching: allow the specifying 
1964   of a threshold for the offline synchronisation feature, and whether 
1965   old cached bodies should be removed. Accessible from the Folder
1966   Properties.
1968 * IMAP: Made multiple copy, (in the same IMAP account), faster by
1969   matching source/destination message UIDs.
1970         
1971 * LDAP: Ability to edit all Person attributes
1973 * Nicer layout of the message part icons
1975 * Speed up and clean up rendering of larger msgs
1977 * Use progress bar when sending messages
1979 * Made mainwindow's /Help/Manual point to the remote copy if the
1980   local copy doesn't exist
1982 * Replaced some deprecated widgets
1984 * Enabled changing the emphasis color used to highlight the
1985   newsreader/x-mailer header value when it matches our preferred
1986   mail agent, (hidden pref 'emphasis_color' added to clawsrc).
1988 * tools/mew2claws-mail.pl
1989   Added new script that imports a Mew address book
1991 * tools/popfile-link.sh
1992   Added a new script that will open selected messages in
1993   POPFile control center, in order to change the message
1994   status.
1996 * Updated the manual
1998 * Check that Dillo's installed when loading the Dillo Browser
1999   plugin
2001 * Maemo improvements:
2002         o Automatically choose the correct application
2003           to open parts
2004         o Better way to notify of new mails
2005         o Destroy messageview after trashing mail
2006         o Simplified layout
2007         o Better toolbars, removal of CTree headers
2008         o Add a specific icon to go back to folder list
2009         o Improvements to the Wizard, About and icon legend dialogues
2010         o add an easy way to store data (mails and IMAP/NNTP caches)
2011           on one of the SD cards, and protect against unmounts if
2012           needed
2013         o plug the online/offline system into maemo's interfaces to
2014           have Claws automatically switch according to the system
2015           status (on IT OS 2007)
2016         o use HildonBanners to display status messages
2017         o force layout to be Small screen
2018         o put the progress bar in the toolbar
2021 * 2.10.0
2022 --------
2024 * libetpan 0.49 is now required for IMAP support
2026 * Added "From, To or Subject" to the QuickSearch types.
2028 * Added handling of the 'a' key to loop through a mail's MIME parts.
2030 * In the Compose window "Add to address book" has been added to the
2031   context menu of the sender and recipient fields.
2033 * Implemented a proper References filtering condition.
2035 * Added the possibility to cancel receiving in IMAP accounts.
2037 * Made offline synchronisation faster.
2039 * Added an alternate way to fetch flags on IMAP, which improves
2040   performance with some servers, (like Exchange).
2041   See "Bandwidth-efficient mode" in IMAP accounts' Receive
2042   preferences.
2044 * Allow manual sorting of Templates.
2046 * Templates improvements: easier syntax, add some useful variables.
2048 * Implemented per-account and per-folder compose/reply/forward
2049   Templates.
2051 * Added a QuickSearch option to automatically run a search selected
2052   from the history.
2054 * Made the Summaries Preferemces page "when entering a folder..."
2055   options fully customisable.
2057 * Added an "Open last opened folder at startup" option to the
2058   Summaries page in the Prerferences.
2060 * Changed the Preference "Only mark as read when opened in new
2061   window" on the Summaries page to "Only mark as read when opened
2062   in new window, or replied to".
2064 * Allow disabling mail filtering plugins on a per-account
2065   basis.
2067 * Added an option to the Bogofilter and SpamAssassin plugins to
2068   enable marking saved spam as Read.
2070 * Added a warning about encryption limits, which can be disabled.
2072 * Removed the "Download all" preference from POP3 accounts; it
2073   was useless and confusing.
2075 * Re-organized some Preferences page.
2077 * Replaced the tabbed layout in Account Preferences with pages.
2079 * Renamed 'Protocol Log' to 'Network Log'
2081 * Added a few cursor improvments while Claws is busy.
2083 * Added support for CRLF in headers of messages.
2085 * Added support for a few more date formats (RFC3339 subsets).
2087 * The keypad's Enter key now does the same as the Return key.
2089 * Improved LDIF import, better error handling, UI cleanup.
2091 * LDAP write support has been added.
2093 * Use Hildon's file chooser on Maemo.
2096 * 2.9.2
2097 -------
2099 * Added a printer icon.
2101 * Bug fixes
2102         o bug 1187, 'Reply-to addressee disappears when reply-to text
2103                      box is clicked...' (Maemo)
2104         o bug 1190, 'dir_open' button doesn't work' (Maemo)
2105         o bug 1193, 'Need a way to multi-select items'
2106         o bug 1194, 'Hardware keys move from email list to account/
2107                      directory list, but not back to email list...'
2108                      (Maemo)
2109         o bug 1196, 'Edit>Select All doesn't work' (Maemo)
2110         o bug 1198, 'Reply-all "disappearing" address bug
2111                      persists...'
2112         o bug 1200, 'Add option to always retrieve full messages'
2113         o bug 1209, 'Clicking on address in header (mailto uri)
2114                      selects default account'
2115         o bug 1211, 'Offline dialog message bugs/annoyances...'
2116         o Don't reflect accounts changes to the mainwindow when it's
2117           not necessary.
2118         o Fix double fetching of mails if first try failed
2119         o Fix a crash in textview
2120         o Fix changing quicksearch type (after Esc, after changing
2121           Recursive, ...)
2122         o tools/uudec Fix missing dash to `display` command-line
2124 * 2.9.1
2125 -------
2127 * Security fix:
2128         o Fix for CVE-2007-1558 (APOP)
2129           http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
2131 * Bug fixes
2132         o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2133         o Fix encoding woes wrt saving of mails and parts
2135 * 2.9.0
2136 -------
2138 * Added a Maemo port
2139   The Maemo port touches several areas: using the correct APIs for
2140   a good integration, adding of a new layout suited for small
2141   screens, Maemo-specific default preferences changes, Maemo-specific
2142   GUI improvements, etc.
2144 * Added more customisable colour labels
2146 * Added 'Mark as spam', 'Mark as ham', and 'Add to address book'
2147   filtering actions
2149 * Added a new Quote Format symbol, %A, to insert the sender's email 
2150   address
2152 * Changed the option to display unread message counts next to folder
2153   names: it is now possible to display the total count of messages
2154   too. Configurable from Display/Summaries
2156 * If Claws Mail is already running on another display, attempting to
2157   start it will mention that instead of popping up the window on the
2158   other display
2160 * Added debugging of filtering/processing rules. Configurable from
2161   Other/Logging options page
2163 * Added handling of the contextual menu key in compose windows and
2164   MIME parts list
2166 * Added a "pulsing" progressbar in the label window used when
2167   rebuilding folder tree, etc, in order to show activity
2169 * Improved "Offline mode override" dialogue to avoid asking
2170   repeatedly, but still ask on explicit user actions
2172 * Improved the creation of POP/Local accounts when no MH mailbox
2173   exist: create the default one
2175 * Write folderlist directly after adding/deleting accounts that have
2176   folders
2178 * Added logging IMAP ALERTs as errors in the log
2180 * Added a way for MimeViewer plugins to implement search in a part's
2181   body
2183 * Updated, added and replaced some icons
2185 * Added display of any LDAP specified Search attributes 
2187 * Added 'telephoneNumber' in the default LDAP list of attributes
2189 * Updated the Face header in the welcome message
2191 * Added the option to minimize to tray in the Trayicon plugin
2193 * Added a wrapper to mairix in the tools folder, tools/mailrix.sh
2195 * Added a script which enables inserting files into the message body
2196   of a new Compose window from the command line,
2197   tools/claws-mail-compose-insert-files.pl
2199 * Updated Brazilian Portuguese, Catalan, Czech, French, German,
2200   Hungarian, Polish,Serbian, Simplified Chinese, and Spanish
2201   translations
2203 * 2.8.1
2204 -------
2206 * Bug fixes:
2207         o bug 1129, '"local mbox file" account isn't retrieving 
2208                      mails'
2209         o bug 1135, 'cm-segfault on decrypting with PGP/inline'
2210         o bug 1136, 'Crash in group address completion'
2211         * Fix "After receiving new mail, go to inbox" on IMAP, and
2212           restrict it to manual fetching only
2213         * Fix alertpanel.h only included in #ifdef HAVE_LIBETPAN
2214         * Fix return value without libetpan
2215         * Use gtk_window_set_role instead of gtk_window_set_wmclass
2216         * Fix mime/globs path on NetBSD
2218 * 2.8.0
2219 -------
2221 * Removed 'Separate Folder tree' and 'Separate Message View' and put
2222   new layouts in place of it, 'Standard', 'Three columns', 'Wide
2223   message' and 'Wide message list'. Accessible from /View/Layout.
2225 * Added IMAP subscriptions
2226   Creating a new folder subscribes it. Deleting a folder unsubscribes
2227   it. "Creating" an existing but unsubscribed folder will subscribe
2228   it. By default, for new accounts, only subscribed folders are shown.
2229   A contextual menu item has been added, /Subscriptions,  which allows
2230   switching the display between All folders and Subscribed folders
2231   only. It also enables the subscribing and unsubscribing of folders. 
2233 * Added the option 'Enable customisable menu shortcuts' to the
2234   'Other' preferences page. Turning this off locks the current hot
2235   keys, preventing accidental changes.
2237 * Added icons for application/pdf, application/pgp-signature,
2238   application/postscript and text/calendar.
2240 * Added /Tools/List URIs
2241   Enables opening any or all of the URIs contained in the currently
2242   selected mail.
2244 * Added 'spam flag' to the Filtering and Processing Match Types.
2246 * Removed the 'Composing messages exist' dialogue on exit. Instead
2247   opened messages are automatically saved to drafts, and re-opened at
2248   the next startup.
2250 * Added handling of local URIs, (file:///...), from the --attach
2251   command line.
2253 * Added Account options for spellcheck default dictionaries.
2255 * Added 'Edit/Delete thread'.
2257 * Added an option 'Ask about account specific filtering rules...' to
2258   the 'Other' page, which was previously a hidden option.
2260 * Some preferences have been re-arranged:
2261   Moved the 'Ask before emptying trash' option on the 'Other' page
2262   outside of the 'On exit' frame as it's not only an 'On exit' option.
2263   Moved 'Never send Return Receipts' from 'Other'  to 'Sending' page.
2264   Moved keybinding preferences to the 'Other' page.
2265   Added 'mousepad' to the list of text editors on the 'External
2266   Programs' page.
2268 * Bogofilter and SpamAssassin plugins:  Enabled moving spam mail to the
2269   Account's Trash folder instead of default Trash folder.
2271 * ClamAV plugin: updated for the upstream changes in libclamav, whilst
2272   maintaining compatibility with older version of libclamav.
2274 * GPG Plugins: Added an option 'Use gpg-agent to manage passwords' to
2275   GPG page of the common preferences. Fixes annoyances with distro-
2276   installed gpg-agent, when no pinentry program is installed, and the
2277   user is at a loss on why "decryption failed". It can be turned off
2278   to bypass gpg-agent. The option is disabled if gpg-agent is not
2279   running.
2281 * TrayIcon plugin: Added 'Hide at startup' and 'Close to tray'
2282   options.
2283   When the 'Close to tray' option is used the Window Manager's hotkey
2284   and [X] button will hide the window instead of closing it - closing
2285   CM can be done using the tray icon menu or the /File menu.
2286   Clicking the trayicon now raises the window to current desktop when
2287   it was either minimized or shaded, or when it was on another desktop.
2289 * Added support for non ISO-8859-1 compatible locales to the Actions
2290   scripts freshmeat_search.pl, google_search.pl and multiwebsearch.pl.
2291                 
2292 * Renamed the maildir2claws-mail.pl script to kmail-mailbox2claws-mail.pl
2293   and updated it to work with newer versions of Kmail. 
2295 * Added thunderbird-filters-convertor.pl script, which converts
2296   thunderbird filter rules to Claws filter rules.
2298 * Updated Brazilian Portuguese, British English, Czech, Finnish,
2299   French, German, Hungarian, Polish, Serbian, Simplified Chinese,
2300   Slovak and Spanish translations.
2302 * 2.7.2
2303 -------
2305 * Added command line equivalent options:
2306   -h for --help
2307   -q and --quit for --exit
2308   -v for --version
2309   "Unknown option" is now printed when unknown command line options
2310   are used.
2312 * The wizard for configuration migration, (Sylpheed-Claws to Claws
2313   Mail), now has the option to save or not save a backup of the old
2314   configuration folder.
2316 * The configuration wizard is now re-run if it was previously
2317   cancelled.
2319 * Bug fixes:
2320         o bug 1100, 'Highlighted e-mail data not visible when color
2321                      label applied.'
2322         o bug 1101, '"Load plugin" button is accidentally hidden'
2323         o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap 
2324                      functions'
2325         o IMAP: fixed crash when connect command doesn't exist.
2326         o IMAP: better folder checking when an IMAP directory is set.
2327         o IMAP: Never remove INBOX when scanning for new folders.
2328           It's a special folder that must exist.
2329         o fix vertical scrollbar jumping back to the top when 'Check
2330           for new folders' is used.
2331         o fix sensitivity issues of Mark as Spam/Ham context menus.
2332         o fix potential crashes in the address book's embedded 'Edit
2333           person' dialogue, and fix conflicting copy/paste menu
2334           entry.
2335         o Reflect change of Font configuration in the Header view
2336           clickable links.
2337         o fix handling of empty values in attach_load_directory and
2338           attach_save_directory clawsrc options.
2339         o fix 2nd-run loss and new configuration loss of filtering
2340           rules on configuration migration.
2341         o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
2342           header" option
2344 * 2.7.1
2345 -------
2347 * Bug fixes:
2348         o bug 1095, 'Crash while changing folder columns during
2349                      incorporation'
2350         o bug 1098, 'bogus last row display after expanding a thread'
2351         o fix a few annoyances when choosing keys for the CMS (S/MIME)
2352           protocol
2353         o fix updating of the mime parts
2354         o fix Forwarding msgs with attachments that have dos line
2355           endings
2356         o strip S/MIME signatures when re-editing S/MIME signed
2357           messages
2358         o fix body search starting at the end of the mail (and asking
2359           for loop)
2360         o fix Enter in search windows
2361         o fix dbus-related crash in the the GTK+ file selector.
2362         o IMAP: fix recursion when server lists the current subfolder
2363           in the response
2364         o IMAP: get rid of the previous mailimap when connecting, just
2365           in case disconnect was unclean
2366         o IMAP: make sure we don't use an old socket when reconnecting
2369 * 2.7.0
2370 -------
2372 * The --select option can now also select emails by Message-ID
2374 * Attaching files from 'mailto:' URIs (&attach=...) is now possible.
2375   A dialog is displayed to make sure that the user is aware that the
2376   mail will contain attachments
2378 * 'New Message format' has been added to the Compose/Writing options,
2379   this works like the Quote format and the same symbols are supported
2381 * Reworked the About dialog, including the addition of a new page, 
2382   'Features', which indicates which of the optional features are
2383   compiled in and which are not. A 'Release Notes' page was also
2384   added
2386 * Added history combo for all search fields (message and text)
2388 * The 'mark_as_read_delay' option is not hidden anymore and can be
2389   found in Configuration/Preferences/Summaries
2391 * Added global and per-folder preferences to set the default
2392   alternate dictionary
2394 * Allow spell-checking to use both current and alternate dictionaries
2396 * Added an hidden option 'addressbook_use_editaddress_dialog' to
2397   embed the contact editor in the addressbook window in contrast to
2398   a separate dialog
2400 * Added a hidden option 'unsafe_ssl_certs', to allow storing
2401   multiple SSL certificates for a given server/port. You will be
2402   asked to accept unknown certificates. Unchecking this option will
2403   require you to re-accept previously known certificates
2405 * Allow copying of folders between mailboxes
2407 * Better automatic account selection for mailing lists (searches for
2408   the email address in the Delivered-To header also)
2410 * Made the "Synchronise" menu item inactive when there's nothing to
2411   synchronise
2413 * Use Message font in Writing and Quoting preferences, as well as in
2414   Templates
2416 * Added more HTML symbols to the html to text converter
2418 * Save the addressbook's window size on closing
2420 * Better checks for syntax errors are applied to Templates and Quote
2421   formats
2423 * Added a check to avoid trying to use a non-existent folder as
2424   default inbox
2426 * Enable setting SSL via STARTTLS from the set-up wizard
2428 * Added handling of ":port" in server addresses in the set-up wizard
2429   to specify a port to connect to
2431 * Bogofilter plugin: added an option to print the X-Claws-Bogosity
2432   header in emails handled by the Bogofilter plugin (in MH folders
2433   only)
2435 * Bogofilter plugin: added an option to whitelist senders found in
2436   addressbook
2438 * Bogofilter plugin: Allow storing of Unsure mails in a specific
2439   folder to make better teaching easier
2441 * Bogofilter plugin: Improved GUI interaction while Bogofilter is
2442   filtering
2444 * TrayIcon plugin: added an "Email from account/..." submenu
2446 * updated Brazilian Portuguese, British English, Catalan, Finnish,
2447   French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
2448   translations
2450 * 2.6.1
2451 -------
2453 * First release as Claws Mail
2455 * Bug fixes:
2456         o bug 1053, 'SC fails to reestablish a secure connection'
2457         o bug 1054, 'Slowness logging big data chunks'
2458         o bug 1057, 'crash on sending s signed message to a
2459                      newsgroup'
2460         o bug 1060, 'compilation error with Irix's cc'
2461         o bug 1061, 'crash on opening signed email'
2462         o bug 1066, 'Incorrect mailbox size displayed'
2463         o bug 1069, 'Sent mails disappear, BCC or locking problem?'
2464         o fix Reply To/Mailing list from the menu
2465         o forbid drag and drop from/to different folders of type
2466           F_UNKNOWN
2467         o src/ssl_manager.c: fix possible infinite loop
2468         o fix Options/Reply mode after draft save
2469         o obey always_show_msg option when marking as spam
2470         o fix spelling menu when replying
2471         o don't change the From column title to To if the To column
2472           is visible
2473         o fix the wrong recipient being selected when replying to a
2474           msg which is From one of our accounts To another of our
2475           accounts
2476         o fix crash on combining mark_as_read_delay with Hide Read
2477           Messages
2478         o create ~/.mailcap if it doesn't exist
2481 * 2.6.0
2482 -------
2484 * Final release as Sylpheed-Claws
2486 * libetpan 0.48 or greater is now required for IMAP support.
2488 * The Compose window now has an /Options/Reply mode/ menu. This
2489   enables changing the recipients of a reply on the fly.
2491 * QuickSearch now has a type-ahead option for fast searches.
2493 * Extra symbols are now available for the Quote parser, your name,
2494   your email address, the account name, and the organization.
2496 * In the Folder Properties, it is now possible to test the regular
2497   expression used in the Simplify Subject RegExp option.
2499 * GSSAPI support has been added for IMAP.
2501 * UIDPLUS support has been added for IMAP.
2503 * A Stop button has been added for Message Body searches, enabling
2504   cancelling of a running search. This is available in '/Edit/Search
2505   Folder...' and '/Edit/Find in current message...'.
2507 * libSM support has been added. This enables communication with the
2508   session manager, so that it is known when the session ends, in
2509   order to save the caches, and draft any messages currently being
2510   composed.
2512 * Support for Address Book Groups has been added to the Compose
2513   window's automatic address completion.
2515 * a new hidden option has been added, 'respect_flowed_format'. This
2516   follows RFC3676 with regard to a message part with a Content-Type
2517   that includes 'format=flowed' and 'delsp=yes'. This will cause some
2518   mails to have long lines, but will fix some URLs that would
2519   otherwise be wrapped. By default it is turned off.
2521 * Basic key import/export has been added to the PGP plugins. When
2522   generating a new key pair you can export the public key to a key
2523   server. When selecting the signature part of a message, if the key
2524   is not on your keyring, you will be asked if you want to attempt
2525   to import it from a keyserver.
2527 * The TrayIcon now displays 'offline' status.
2529 * More window sizes and placements are remembered across sessions.
2531 * tools/fix_date.sh: Switches to replace non RFC-compliant Date:
2532   value, and to use strict RFC matching patterns for dates have been
2533   added.
2535 * Several optimisations have been made.
2538 * 2.5.6
2539 -------
2541 * Bug fixes:
2542         o Fix redirecting of sent mails
2543         o Fix Go to Next * after applying Preferences
2544         o Fix quote-folding when emails don't convert cleanly to
2545           UTF-8
2547 * 2.5.5
2548 -------
2550 * Bug fix:
2551         o bug 1034, 'Incorrect display of size field in message view'
2553 * 2.5.4
2554 -------
2556 * Bug fixes:
2557         o bug 1032, 'Segmentation fault when showing message'
2558         o fix crash with quote folding on HTML
2559         o fix building with --disable-nls
2560         o remove tabs in Subject string
2562 * 2.5.3
2563 -------
2565 * Make node expanding in the Folder List non-recursive
2567 * Bug fixes:
2568         o bug 1024, 'Array index out of range in
2569           claws-mail-2.5.2'
2570         o Fix "Check for new folders" on folders with accented
2571           characters
2572         o Fix filtering "copy" rules
2573         o Fix "goto next unread" after collapsing/expanding a node
2575 * 2.5.2
2576 -------
2578 * Bug fixes: 
2579         o bug #1023 (Sylpheed deletes too much messages)
2580         o Crash in partial downloading
2582 * 2.5.1
2583 -------
2585 * It is now possible to stop searches in message bodies
2587 * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
2588   to fix speed issues with badly implemented servers
2589   
2590 * Bug fixes: 
2591         o Fix multiple registering of SpamAssassin and Bogofilter
2592           plugin after having changed their preferences, leading to
2593           slowness or duplicated messages.
2595 * 2.5.0
2596 -------
2598 * Minimum required versions of GTK+ and GLIB is now 2.6.0
2600 * Minimum required version of libetpan (for IMAP support) is now 0.46
2602 * metamail support has been dropped, this is now handled internally
2604 * New plugin: Bogofilter, providing Spam filtering and learning
2606 * Account-based filtering rules. Each filtering rule can now be
2607   assigned to a specific account, by default it's "All".
2609 * Filtering against Address Book. It is now possible add matched 
2610   conditions to determine if any email address in a message matches
2611   or doesn't match any or all books or folders in the Address Book.
2613 * Quote folding. Quotes in the message view can now be folded, via
2614   the "/View/Quotes/..." menu. The folding can also be toggled by
2615   double clicking on the quotes in the Message View
2617 * Re-enabled user-defined Headers in Displayed Headers configuration
2619 * "/View/Go to/Parent message" and "/View/Go to/Last read message"
2620   have been added
2622 * Made the list views look more modern by add alternating coloured
2623   lines, replacing the box-type expanders with arrows, removing the
2624   dotted lines.
2625   Hidden prefs have been added to enable users to maintain the old
2626   style:
2627   'enable_dotted_lines' for the dotted lines and box-type expanders. 
2628   'use stripes_in_summary' to enable alternating coloured lines in
2629    the Message and Folder lists.
2630   'use stripes_everywhere' to  also enable alternating coloured lines
2631    in all other lists.
2632   Note: 'use_stripes_everywhere' replaces the previous hidden option
2633   'enable_rules_hint'.
2635 * New hidden pref, 'stripes_color_offset', to change the value added/
2636   subtracted to normal bgcolor to create the stripes in the summaries
2638 * The Send button on the main toolbar is now inactive when the Queue
2639   folders are empty
2641 * IMAP: Added a View Log button on auth error
2643 * PGP/Core plugin: it is now possible to create a new key pair from
2644   within Claws Mail
2646 * PGP/Core plugin: When encrypting, if only one key matches, and it 
2647   matches exactly, it is automatically used
2649 * TrayIcon plugin: the icon now has transparency
2651 * Enabled text selection for replying from MimeViewer plugins
2653 * The attachments list in the MimeView column can now be scrolled
2654   using the mousewheel
2656 * In the MimeView column a middle-click will now just open the Mime
2657   part without showing it in the Message View, likewise, a right-
2658   click will display the context menu without displaying the part
2660 * The "When entering a folder..." selection option is now used for
2661   '/View/Go to/Next unread folder'
2663 * A special Return-Receipt message is shown if the message is from
2664   the user
2666 * An icon has been added to the statusbar to notify of errors
2668 * Added missing icons to the Icon Legend dialog
2670 * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
2671   key
2673 * Displaying of huge mails can now be cancelled, so the GUI doesn't
2674   block
2676 * Claws Mail' internal queue headers are now hidden when showing
2677   all headers. They'll be present only in Source window.
2679 * Several GUI improvements.
2681 * Faster loading of folders and other optimisations and speed-ups
2683 * Logging has been improved.
2685 * improved sizing of some widgets
2687 * Made the desktop file XDG compliant
2689 * The manuals have been updated
2691 * A Spanish translation of the manual has been added
2693 * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
2694   with OpenOffice.
2696 * Added an action tool, tools/fix_date.sh, to fix a missing Date field
2697   in emails.
2699 * 2.4.0
2700 -------
2702 * A ./configure option has been added, --with-mandir=DIR allowing the
2703   setting of the man directory location
2705 * 'Send queue' has been added to the folder contextual menu, which
2706   allows sending the contents of a single queue, as opposed to the
2707   toolbar's Send Queue, which sends all queues
2709 * '/View/Go to/Next unread folder' has been added
2711 * 'View/Go to/Next marked messages' now traverses folders
2713 * sftp:// links are now recognised in mails
2715 * A dialogue is presented to the user when dropping files into the
2716   Compose window, asking whether to insert or attach the file(s). The
2717   default behaviour can be controlled via a new option in 
2718   Compose/Writing
2720 * Allow attached message parts to be selected, opened, or saved via
2721   their text label in the message body
2723 * Save named inlined attachments with "Save all"
2725 * An option to change the Folder Type has been added to the Folder
2726   Properties
2728 * Add |i{sub_expr} to Templates, which allows inserting user-entered
2729   text in a template
2731 * A new option has been added to '/Preferences/External programs' to
2732   allow "Display as text" on attachments to be done via a script
2734 * An option to 'Never send Return Receipts' has been added to the
2735   'Other' page of the preferences.
2737 * The Custom Header dialogue in Account Preferences now has a 'From
2738   file...' button, which enables a Face or X-Face header to be set by
2739   selecting a file 
2741 * libgnomeprint support : A font for printing can be specified in
2742   '/Display/Fonts'
2744 * Add Help buttons to some dialogues, clicking on them will open the
2745   manual at a suitable section in the configured browser
2747 * The option 'Add date header' has been removed, a date header is
2748   now always added
2750 * The '/Message/Re-edit' menu item has been removed from the separate
2751   Message View, where it was useless
2753 * Display an Account's Protocol as a label instead of the unusable
2754   combo when editing accounts
2756 * It is now possible to move and copy mails from and to the Drafts
2757   and Queue folders
2759 * More non-English Subject prefixes have been added
2761 * The Attachment flag is now set for some inlined attachments
2763 * Faster recursive quicksearch (show current folder's results before
2764   searching sub-folders)
2766 * Faster send on IMAP
2768 * Alert in case of authentication error on imap
2770 * Better error reporting in GPG plugins
2772 * Faster and better MBOX import/export
2774 * Save caches on SIGPIPE (like on Xorg exit)
2776 * Unified Info/Help/Symbols buttons
2778 * Honor display-header-pane setting in separate window too
2780 * Use the user-defined From: in the Return-Path: header when sending
2782 * Grab Save button by default in Save dialog, which allows saving
2783   by hitting Enter
2785 * The online status is checked before resetting mailcheck timer
2787 * Show POP3 connection earlier in statusbar
2789 * Re-read /etc/resolv.conf before connecting to IMAP servers, and
2790   when switching to Online mode
2792 * tools/textviewer.pl has been added, which can be used with the new
2793   option 'Command for Display as Text' in '/Preferences/External
2794   programs'
2796 * The Claws Mail logo has been updated
2798 * 2.3.1
2799 -------
2801   * bug fix release
2803   * Improved error catching in GnuPG plugins
2805   * Always replace \n, \r and \t with spaces in headers
2807   * Fix 'make clean' removing of provided manuals
2809   * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
2810     backwards compatible
2812   * Fix double-ask of "Do you want to mark all as read"
2814   * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't 
2815     RFC-compliant)) - Workaround Rockliffe IMAP server bug
2817   * Fix bug #969 (crash on rebuilding imap folder)
2819   * Fix bug #971 (2.2.3 cannot read mail from local mbox)
2821 * 2.3.0
2822 -------
2824   * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc) 
2825     has been added in the main window's 'Message/Mailing list' menu
2827   * Filtering and processing rules can be disabled with just one click
2829   * The From address is editable in the Compose window
2831   * A menu has been added to the Compose toolbar button to enable
2832     choosing the account to use
2834   * Write-only support of .mh_sequences' Unseen property has been added 
2835     for MH mailboxes, allowing synchronised flags when reading your MH
2836     mailbox with Mutt or other MH-based mail clients
2838   * More feedback is provided to the user when importing MBOX files
2840   * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
2841     Search
2843   * The option to go to the first Marked message when entering a
2844     folder has been added.
2846   * The 'ignore thread' flag is now correctly set on mails threaded by
2847     subject, in addition to standard headers.
2849   * Hidden prefs have been added that allow customization of the
2850     colours used in the Log window (useful for dark GTK+ themes)
2852   * Optimised large folder reading
2854   * Optimised copy/move/deletion/selection
2856   * Optimised 'mark all read' in the current folder
2858   * 'test' filtering rules are processed in the background
2860   * A progressbar for cache updates has been added
2862   * A progressbar for copy/move functions has been added
2864   * More dialogues have been made HIG compliant
2866   * Allow recursive setting of properties for whole mailboxes
2868   * A Face header has been added to the Welcome mail
2870   * The user manual has been updated
2872   * tools/filter_conv_new.pl has been updated for rule 
2873     enabling/disabling
2875 * 2.2.3
2876 -------
2878   * bug fix release
2880   * Fix crash on a very common code path, introduced by a merge error in 
2881     2.2.1
2883 * 2.2.2
2884 -------
2886   * bug fix release
2888   * Fix URI check, which failed to identify fake, phishing URIs if they
2889     began with a space.
2891   * Reply-To and Sender addresses in the message view are now fully
2892     clickable.
2894   * Remove extraneous tab at start of addresses.
2896 * 2.2.1
2897 -------
2899   * bug fix release
2901   * Always obey the "confirm before marking all mails read" option
2903   * Fixed MBOX import/export's behaviour on failure
2905   * Fixed automatic rule creation with List-Post
2907   * Fixed some GTK+ warnings and errors at runtime
2909   * Fixed some compiler warnings
2911   * Fixed double init of the g_thread subsystem
2913   * Fixed saving of parts with names that can't be converted to UTF-8
2915   * Fixed a possible infinite loop when filtering moved and copied some
2916     mails
2918   * Fixed a buffer overflow in Russian locale 
2920   * Fixed a memory leak in expired SSL certificate check
2922   * Fixed bolding of folder names in the folder selector window with
2923     GLib 2.10
2925   * Added an hidden preference, 'ssl_skip_cert_check', to avoid
2926     duplicates of bug #959 - if libetpan is linked against gnutls, there
2927     can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4 
2928     release.
2930   * The SSL "expired certificate" warning is now presented only once per
2931     session
2933   * Fixed races when reusing the SMTP sessions
2935   * Added the missing timeout on SMTP sessions
2937   * Fixed a few leaks
2939   * Fixed a crash in PGP plugins, which could happen when signing fails
2940     for unknown reasons
2942   * Fixed SpamAssassin plugin, which stayed disabled as long as the
2943     transport wasn't reselected
2945   * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
2947   * Fixed bug #955 (copying messages between imap folders is extremely
2948     slow)
2950   * Fixed bug #961 (return receipt dialog complains incorrectly about
2951     return-path email adress being different)
2953   * Fixed bug #962 (Manual and/or UI should warn about incompatible
2954     locking causing dataloss)
2956 * 2.2.0
2957 -------
2959   * S/MIME signature verification has been removed from the PGP/MIME
2960     plugin as it is now provided by the S/MIME plugin.
2962   * IMAP users will see significant speed improvements.
2964   * ANONYMOUS auth has been added for IMAP
2966   * In the Compose window all spell-checker options are now available
2967     from the /Spelling/Options menu. 
2968         
2969   * Syntax errors in the extended Quick Search are now indicated by
2970     a pink/red background.
2972   * An encrypt-to-self option has been added to the Account Privacy
2973     options.
2975   * Sysadmins can now provide their users with pre-filled values in
2976     the Setup Wizard. See the manual, '6.6. Deploying Claws Mail',
2977     for details.
2979   * Various GUI improvements have been added.
2981   * A new command line option has been added: --select 'folder[/msg]'
2982     This can be used at startup and causes the specified folder/message
2983     to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
2985   * Optional background colouring of quotes has been added. It can be
2986     configured from the Colour Preferences dialogue.
2987     GTK+-2.8.x or newer is required for this feature.
2989   * In the Compose window, multiple quote levels are now coloured in
2990     the same way as the Message View.
2992   * A warning is now displayed on expired SSL certificates and the 
2993     expiration date is shown.
2995   * A hidden option has been added, 'compose_no_markup', this prohibits
2996     the use of bold and italic text in Compose dialogue's account 
2997     selector.
2999   * LDAPS support has been added.
3001   * The user manual has been updated, and French and Polish 
3002     translations are now also included.
3004 * 2.1.1
3005 -------
3007   * bug fix release
3009   * The Preferences config file, ~/.claws-mail/sylpheedrc, is now
3010     stored with UTF-8 encoding
3012 * 2.1.0
3013 -------
3015   * libetpan version 0.45 or newer is now required for IMAP support,
3016     this allows checking for IMAP/SSL certificates.
3018   * Support for the Face header has been added, 
3019     see http://quimby.gnus.org/circus/face/
3021   * In the Templates dialog TAB address completion has been added for
3022     Cc and Bcc fields, in addition to To. 
3024   * An account's signature file, (Account Preferences, Compose tab),
3025     can now been edited in place using the configured text editor.
3027   * An advanced search is now possible in the '/Edit/Search folder' 
3028     dialog.
3030   * '/Edit/Find' has been added to the Compose window for text 
3031     searching.
3033   * A progress bar is now shown in the status bar whilst doing a Quick 
3034     Search.
3036   * A long search can now be cancelled.
3038   * In a Sent mail folder the From column in the message list is now
3039     automatically changed to the To column.
3041   * '/Message/Colour Label' has been added to the main menu, enabling
3042     (unmodifiable) shortcut keys, Ctrl+[0-7].
3044   * The colour labels are now customisable from the 'Display/Colours'
3045     page of the Preferences. It is now possible to choose any colours 
3046     and to give them each a label.
3048   * A Spell Checking option to 'Recheck message when changing 
3049     dictionary' has been added.
3051   * An option to 'Render HTML-only mail with plugin if possible' has
3052     been added to the 'Message View/Text Options' preferences page.
3054   * Headers in the message view and the Custom headers dialog are now
3055     translated if the option 'Translate header names' is activated.
3057   * It is now possible to sort the columns in the Addressbook.
3059   * More drag-n-drop capabilities have been added, from the message
3060     list to other apps, from the mimeview to other apps, from other 
3061     apps to message list, from other apps to folder list, from the 
3062     mimeview to the message and folder lists and the Compose window's
3063     attachments pane.
3065   * "Ignore thread" has beed added as a filtering action.
3067   * The Compose window is now hidden when sending mails via filtering.
3069   * An alphabetical resort is done immediately when a folder's name
3070     is changed.
3072   * Unsubscribing a newsgroup now removes the related folder and
3073     articles from newscache/
3075   * A "Get more..." link has been added to the Plugins window. This
3076     loads http://claws.sylpheed.org/plugins.php in your browser.
3078   * The SpamAssassin plugin is now equipped with a spam learning 
3079     interface, usable by right-clicking a message and choosing
3080     'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
3081     possible to disable SpamAssasin filtering when receiving mail, so
3082     that the plugin can be used for learning only.
3084   * Remote learning in the SpamAssassin plugin has been added. This 
3085     requires SpamAssassin 3.1.x.
3087   * A new script has been added that integrates a Thunderbird folder 
3088     tree into Claws Mail, tools/tbird2syl.py
3090 * 2.0.0
3091 -------
3093   * libetpan >= 0.41 is now required for IMAP support
3095   * A new and completely rewritten manual has been added.
3097   * An icon legend window has been added to the Help menu
3099   * Attached images can now be printed along with the message when using
3100     the optional libgnomeprintui support.
3102   * '--exit' command-line option has been added.
3104   * '--subscribe' command-line option has been added.
3105     Calling claws-mail --subscribe '%s' will ask the loaded plugins
3106     if they can handle the type of URL passed as a parameter. Thus, if
3107     using the RSSyl or vCalendar plugins, for example, the user will be
3108     able to subscribe RSS feeds or Webcals from the browser.
3110   * claws-mail email@domain.com  is now equivalent to --compose
3112   * claws-mail proto://blah.com is equivalent to --subscribe
3114   * HIG compliant button order has been implemented.
3116   * Several dialogues throughout have been improved.
3118   * Text can now also been displayed next to the icons in the main 
3119     window Toolbar.
3121   * Quick mail retrieval from any account is now possible due to the
3122     account submenu which has been added to the 'Get All' button.
3124   * The spellchecker context menu in the compose window has been added
3125     to the standard GtkTextView menu instead of replacing it.
3127   * The Subject in the compose window title now updates instantaneously.
3129   * The mimetypes list in the compose window attachment pane is now
3130     alphabetically ordered.
3132   * The message view email and URI parsers have been enhanced.
3134   * In Quick Search Extended mode, a '...' button has been added, this 
3135     provides the user with a dialogue enabling the quick formation of 
3136     search criteria.
3138   * When Quick Search is activated, the entry box is given a yellow
3139     background for greater visibility.
3141   * The LDAP search in the address book now supports wildcard searching
3142     using '*'.
3144   * The configuration option 'Go to inbox after receiving new mail' has 
3145     been moved from 'Display/Summaries' to 'Mail handling/Receive'.
3147   * The 'Wrap at send' configuration option has been removed.
3149   * Colour preferences have been moved from '/Message View/Colors' to
3150     '/Display/Colors'.
3152   * The previously hidden option, color_new, has been added to the GUI
3153     as '/Display/Colors/Folder' containing new messages.
3155   * The spamassassin and spamassassin_gtk plugins have been merged into
3156     one single plugin, and this plugin is now built by default if the
3157     requirements are matched.
3159   * The clamav and clamav_gtk plugins have been merged into one single
3160     plugin.
3162   * GnuPG support: Add support for PKA info if available
3164   * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
3166   * A check to verify that plugins are licenced under a GPL-compatible
3167     licence has been added.
3169   * The unmaintained mathml_viewer plugin has been removed.
3171   * Added tools/filter_conv_new.pl.
3172     Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
3173     to Claws filtering rules.
3175 * 1.9.100
3176 ---------
3178   * etpan >= 0.40 is now required for IMAP support
3179     0.40 fixes the SSL connection errors that some users experienced.
3181   * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
3182     functions were fixed.
3184   * GnuPG support:
3185     Signature checking is now non-blocking
3187   * The URLs in the About window are now clickable
3189   * the man page has been updated and renamed 'claws-mail'
3191 * 1.9.99
3192 --------
3194   * The binary is now 'claws-mail' and not 'sylpheed'
3196   * The default config dir is now '~/.claws-mail'. The user will
3197     be prompted to perform an automatic migration of configuration
3198     options to this new directory.
3200   * A new default internal icon theme has been added, based on the
3201     Gnomaws theme.
3203   * Messages are now sorted by Date by default
3205   * GnuPG support:
3206     The noticeview is now shown on the message/rfc822 part in addition
3207     to the text/plain part.
3208     The privacy icon in the noticeview is now clickable and also uses
3209     key C to perform the signature check.
3210     The Trust field has been moved into Full info display.
3211     When trust is less than full, don't display a warning icon.
3212     Visual feedback is provided in the statusbar when checking
3213     signature.
3214     The PGP/MIME signature file is now named 'signature.asc'.
3215     The dialog for entering a passphrase has been improved.
3217   * Local deletion of news posts has been added.
3219   * A file selector has been added for selecting an account's Signature
3220     file
3222   * Many window sizes are now remembered.
3224   * The presense of marked msgs in unexpanded subfolders is now indicated
3225     by the icon of the parent folder.
3227 * QuickSearch:
3228   The message list is reset when the dialog is hidden.
3229   The 'Sticky' option, for keeping the search activated across folders.
3231   * The Subject is now set when forwarding multiple mails.
3233   * When a default Cc or Bcc is used, a check is performed to make sure
3234     the To header has also been set.
3236   * In the filtering dialog a warning dialog is shown if the rule was
3237     not saved.
3239   * The file and directory Browse buttons, ("...") have been improved.
3241   * When double-clicking an attachment the "Open with" dialog is
3242     presented if no command was found for the file type.
3244   * The X-Face has been added to the message view and can be toggled by
3245     '/Configuration/Preferences/Message View/Text options/Display
3246     X-Face in messageview'.
3248   * The message list context menu has been reworked.
3250   * When replying to a mail sent by yourself, Reply excludes your own
3251     address from the list of recipients. 'Reply All' and 'Reply to
3252     sender' still work like before.
3254   * When the Folder Preference 'Default To for replies' the entry in
3255     the Compose window is presented in bold text.
3257   * The About window has been reworked.
3259 * 1.9.15
3260 --------
3262   * etpan >= 0.39 is now required for IMAP support
3264   * LDAP and JPilot support is now built by default if the dependencies
3265     are available.
3267   * ~/.mailcap or /etc/mailcap is now used to open attachments
3269   * middle-click pasting that respects the 'Wrap pasted text' option
3270     has been added
3272   * during composition the user is alerted if the message can't be
3273     drafted
3275   * the description windows are now non-modal
3277   * a 'Clear Log' button has been added to the log window popup menu
3279   * Sender, List-Post and To have been added to the headers that are
3280     checked during automatic Filtering and Processing rules creation
3282   * the current locale's charset is used for display of broken mails
3283     and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
3284     been added allowing the user to use UTF-8 for broken mails
3286   * GNU/aspell support: if black is chosen as the misspelled word
3287     colour, misspelled words will be underlined.
3289   * the Message View and Compose windows now display the message
3290     subject as the window title.
3292   * libgnomeprint support: currently selected text attachments can be
3293     printed
3295   * drag'n'drop of messages from the Message List to a Compose window's
3296     Attachment pane is now possible
3298   * PGP/MIME plugin: it is now possible to verify S/MIME signatures
3300   * PGP/Core plugin: A "Don't encrypt" button has been added to the key
3301     selection dialog, and the buttons have been reordered.
3303   * the user is warned if the requested Privacy system is not available
3304     when composing a message
3306 * 1.9.14
3307 --------
3309   * The 'Open first unread message when entering a folder' option has
3310     been replaced with 'When entering a folder select...'.
3311     Whether or not the selected message is opened is now exclusively
3312     controlled by the 'Always open message when selected' option.
3314   * Filtering and Processing rules can now be named.
3316   * A new icon for the Trash button has been added.
3318   * The 'Bold font' option has been removed. A displayed bold font is
3319     now derived from the normal font.
3321   * The option 'Display recipient in 'From' column if sender is yourself'
3322     has been removed from the GUI. It still exists as a hidden option.
3324   * Many improvements to the Address book.
3326   * A '/Special paste/' menu item has been added with sub-items 'as
3327     quotation', 'wrapped', and 'unwrapped'.
3329   * Colourisation of quotes, signatures, and URIs has been added to the
3330     Compose window.
3332   * A 'To' column has been added to the message list pane.
3334   * The displayed columns in the folder list are now configurable.
3336   * A hidden option has been added, 'toolbar_detachable', that enables
3337     the removal of the toolbar handles.
3339   * A hidden option has been added, 'statusbar_update_step', that
3340     enables changing the sensitivity of the progress bar stepping.
3342   * Changes to the Fonts options are now applied immediately.
3344   * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
3345     parents.
3347   * An 'Open image' menu item has been added to image popup menu in the
3348     message view.
3350   * Several optimisations and speed-ups have been added throughout.
3352   * The localedir, manualdir, and faqdir are now user-configurable.
3354   * tools/asus_mailled.sh
3355     A new script to blink an ASUS laptop's mail LED when there is
3356     unread mail.
3358   * tools/kdeservicemenu/*
3359     Use Claws Mail icon and the text 'Claws Mail' in the menu,
3360     use kdialog during installation
3362 * 1.9.13
3363 --------
3365   * add GPGME 1.x support.
3367   * A new PGP/Core plugin has been added
3369   * IMAP now uses libEtPan!
3371   * Printing support using libgnomeprint2 and libgnomeprintui2
3373   * The cache/mark files are now platform-independent.
3375   * A plugin dependency system has been added.
3377   * The PGP/Inline plugin has been added to the main package.
3379   * Folders which contain Marked messages are now indicated by a
3380     Folder icon overlaid with a tick
3382   * '/Edit/Quick search' menu item has been added to the main window
3384   * An option to 'Confirm before sending queued messages' has been
3385   added
3387   * The "Copy ..." menu items now copy to both the X and the gtk
3388     clipboards in the Compose window
3390   * The Template and Plugin lists are now sorted alphabetically
3392   * Plugins preferences are now grouped under their own 'Plugins'
3393     heading
3395   * A 'Go to Prev' button has been added to the toolbar
3397   * Keyboard accelerators have been added to many buttons
3399   * The folder selection dialogue now displays folder names with
3400     new/unread counts
3402   * The 'Display cursor in message view' option is now a hidden option,
3403     'textview_cursor_visible'
3405   * Reordering of accounts by drag 'n' drop has been enabled in the
3406     'Edit accounts' dialogue
3408   * New Claws Mail icons have been added, and the default
3409     application icon is now set.
3411   * The SpamAssassin and Clam AntiVirus plugins have been optimised.
3414 * 1.9.12
3415 --------
3417   * improved IMAP support
3419   * Performance increases
3421   * /Message/Delete and /Message/Move to trash
3422         '/Message/Delete' has been renamed '/Message/Move to trash'
3423         and '/Message/Delete' has been added. '/Message/Delete' will
3424         now directly destroy the message, after asking for a
3425         confirmation, instead of moving it to the Trash folder.
3427   * new style configuration options interface.
3429   * PGP MIME plugin
3430         The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
3432   * LDAP bind password is no longer visible onscreen.
3434   * An option to encrypt replies to encrypted messages by default
3436   * Filtering rules can be reordered by drag n drop
3438   * '/Options/Character encoding/...' has been added to the Compose
3439     window
3441   * Hebrew encodings have been added
3443   * The 'Show all headers' option is now sticky.
3445   * Return Receipts can now be sent from any account.
3447   * A clip/signed icon has been added.
3450 * 1.9.11
3451 --------
3453   * bug-fix release which fixes the ASpell Spell Checker
3454     support
3456 * 1.9.9
3457 -------
3459   * Inline image display
3461   * An option to render HTML as text has been added to
3462     /Configuration/Preferences/Common/Message
3464   * An option for a default Queue folder has been added to the
3465     'Advanced' tab of Account Preferences
3467   * Filtering Preferences window size is saved
3469   * Batch sending of mails (per account)
3471   * Support for GBK encoding
3473   * New logo in About window
3475   * tools/acroread2sylpheed.pl
3476         script to send pdfs as attachments from Adobe Reader 7
3477         see tools/README for details
3480 * 1.9.6
3481 -------
3483   Initial GTK2 release
3485   * default config dir is ~/.sylpheed-gtk2
3487 -- 
3488 Copyright 1999-2014 by Hiroyuki Yamamoto and the Claws Mail team.
3489 See accompanying COPYING file for license details.