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