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