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