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