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