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