talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

NEWS (173602B)


      1 * 4.3.1  [2025-02-24]
      2 ---------------------
      3 
      4 * The configuration option, "Don't popup error dialog on receive error"
      5   has been changed to "Show error dialog on receive error". Your previous
      6   choice will be automatically changed to the new format.
      7 
      8 * The option "Warn when pasting files as attachments" has been added to
      9   the Compose/Writing preferences page. This option was previously
     10   hidden.
     11 
     12 * chmod 0600 is now set on *history files in the configuration directory.
     13 
     14 * A new preference has been added to enable setting the chmod value of
     15   saved attachments: "Save attachments with chmod [   ]", found on the
     16   Other/Miscelleanous preferences page. The default value is 600.
     17 
     18 * The creation and updating of .mh_sequences files in MH mailbox folders
     19   is now optional and disabled by default. This is controlled by a new
     20   hidden preference, mh_compat_mode. If you were previously relying on
     21   this feature, set mh_compat_mode=1 in clawsrc before running this
     22   version.
     23 
     24 * A new hidden preference has been added, passphrase_dialog_msg_title_switch.
     25   This switches the placement of the dialogue message with the dialogue
     26   title in the passphrase dialogue. This can be useful for interacting with
     27   third-party programs such as KeePassXC.
     28     
     29 * The top-level 'Mark' menu item has been renamed to 'Marks'. If you have
     30   set custom hotkeys for any items in this menu you will need to re-set
     31   them.
     32 
     33 * New accounts now have all secure options activated by default,
     34   including TLS connections and SMTP AUTH.
     35 
     36 * The option to accept valid TLS certificates is now activated by default
     37   on new accounts.
     38 
     39 * Notification plugin: support for Ayatana indicator has been added.
     40 
     41 * PDF Viewer plugin: support for image/x-eps (encapsulated postscript)
     42   images has been added.
     43 
     44 * Libravatar plugin: the https URL, https://seccdn.libravatar.org/avatar,
     45   is now used by default.
     46 
     47 * vCalendar plugin: CREATED/LAST_MODIFIED are correctly handled, and the
     48   VTIMEZONE component is used when present
     49 
     50 * Various code cleanups.
     51 
     52 * The English, Spanish and French manuals have been updated.
     53 
     54 * Updated translations: Albanian, Brazilian Portuguese, British English,
     55   Catalan, Czech, Dutch, French, Polish, Portuguese, Romanian, Russian,
     56   Simplified Chinese, Slovak, Spanish, Swedish, Turkish.
     57 
     58 * bug fixes:
     59 	* bug 3964, 'Attachment icon doesn't show in message list unless
     60 		     the message is clicked and then disappears later'
     61 	* bug 4658, 'Headers unfolded incorrectly in message view'
     62 	* bug 4817, 'Edit button in Messages view->Text settings not
     63 		     translatable'
     64 	* bug 4818, 'Your Claws Mail configuration is from a newer...'
     65 		     dialog is shown more than once'
     66 	* bug 4819, 'Text wrapping broken when text contains an URL'
     67 	* bug 4821, 'If the Mail folder is on another partition, folder
     68 		     chmod settings are not applied to draft and queue'
     69 	* bug 4824, 'No syntax highlighting after exiting external editor'
     70 	* bug 4828, '"Mark" not translated anymore'
     71 	* bug 4835, 'Disallow a forward slash in (IMAP) account names'
     72 	* bug 4840, 'core dump unsubscribing from newsgroups'
     73 	* CID 1491093: attrib leaked if attvalue is null
     74 	* CID 1491370: unchecked return value.
     75 	* archive plugin build in debug mode.
     76 	* keep newsgroup subscription window on top when 'subscribe to
     77 	  newsgroup...' fails and newsgroup list can't be retrieved
     78 	* don't silently fail to save a sent msg
     79 	* IMAP: show the clip icon in the message list as soon as
     80 	  possible
     81 	* stop needlessly checking which folders want sycnhronising every
     82 	  time we select a msg in an MH mailbox
     83 
     84 
     85 * 4.3.0 / 3.21.0  [2024-06-10]
     86 ------------------------------
     87 
     88 * Compose window: when the focus is in the message text, copied files
     89   can be pasted as attachments using /Edit/paste or Ctrl+V.
     90   (The context menu's Paste will still insert the list of files into
     91   the message body.)
     92 
     93 * '/Mark/Mark all read in folder' and 'Mark/Mark all unread in
     94   folder' have been re-added to the Message List context menu.
     95 
     96 * It is now possible to use '/Tools/Remove references' when
     97   forwarding mail.
     98 
     99 * Keyboard shortcuts: The "Choose preset keyboard shortcuts" selector
    100   has been integrated into the main preferences page.
    101   When 'Current' is the selected preset, Apply/OK will keep the
    102   existing settings.
    103     
    104 * An MBOX file can now be imported from the command line using
    105   `claws-mail --import-mbox %f` where %f is the full path to the
    106   MBOX file.
    107 
    108 * OAUTH2 support for Microsoft 365 GCC High has been added.
    109 
    110 * LiteHTML Viewer plugin: Updated to LiteHTML 0.9.
    111 
    112 * The menurc file is now backed-up on startup.
    113 
    114 * Removed support for the obsolete Avant Window Navigator.
    115     
    116 * Various code cleanups.
    117 
    118 * The manual has been updated.
    119 
    120 * New translation: Albanian.  
    121 
    122 * Updated translations: Catalan, Czech, French, Hungarian, Indonesian,
    123   Polish, Romanian, Slovak, Spanish, Swedish, Turkish.
    124 
    125 * bug fixes:
    126 	* bug 4668, 'Sometimes, at program start, message list takes
    127 		     all the vertical space'
    128 	* bug 4720, 'matcher: release regex_t in
    129 		     matcherprop_string_match'
    130 	* bug 4724, 'set proper availability status to sign/encrypt
    131 		     toolbar buttons'
    132 	* bug 4725, 'oauth2: remove trailing zero from transmit
    133 		     buffer in oauth2_contact_server'
    134 	* bug 4728, 'socket: handle GNUTLS_E_PREMATURE_TERMINATION in
    135 		     ssl_read'
    136 	* bug 4730, 'oauth2: fix string handling in
    137 		     oauth2_contact_server'
    138 	* bug 4733, 'Line breaks lost in headers'
    139 	* bug 4734, 'ssl_certificate: remove unhelpful warnings from
    140 		     certificate check'
    141 	* bug 4746, 'matcher: remove incorrect condition in
    142 		     matcherprop_free'
    143 	* bug 4747, 'matcher: simplify matcherprop_new'
    144 	* bug 4749, 'release regex_t in
    145 		     summary_compile_simplify_regexp'
    146 	* bug 4750, 'remove regcomp wrapper and call regcomp
    147 		     directly'
    148 	* bug 4752, 'Adjust incorrect debug_printf call in pgp
    149 		     plugins'
    150 	* bug 4754, 'text/enriched literal less-than sign sequence
    151 		     handled incorrectly
    152 	* bug 4757, 'remove AX_FUNC_MKDIR'
    153 	* bug 4758, 'remove unused check for bind_textdomain_codeset'
    154 	* bug 4759, 'remove unused function checks from
    155 		     AC_CHECK_FUNCS'
    156 	* bug 4760, 'use correct type for move_bar_id'
    157 	* bug 4762, 'oauth2: preserve an existing refresh token'
    158 	* bug 4765, 'only store smtp auth if authorization method is
    159 		     OAUTH2'
    160 	* bug 4766, 'preserve the expiry value of SMTP auth type is
    161 		     not OAUTH2'
    162 	* bug 4768, 'Adjust logic while evaluating enable_avatars'
    163 	* bug 4770, 'remove intl from list of include directories'
    164 	* bug 4773, 'remove obsolescent AC_C_CONST'
    165 	* bug 4780, 'use proper prototype for two archiver functions'
    166 	* bug 4781, 'use correct prototype for
    167 		     privacy_free_signature_data'
    168 	* bug 4782, 'use correct prototype for stop_archiving'
    169 	* bug 4786, 'remove type confusion in getsockopt call in
    170 		     sock_connect_async_cb'
    171 	* bug 4787, 'Use correct function for memory transfer in
    172 		     crypt_cfb_buf'
    173 	* bug 4788, '"Change primary passphrase" disabled status
    174 		     handling'
    175 	* bug 4790, 'widget spacing in "Changing primary passphrase"
    176 		     dialog'
    177 	* bug 4791, 'remove obsolete glib version check'
    178 	* bug 4795, 'Please remove -no-cpp-precomp flag for Apple'
    179 	* bug 4796, 'URL with wide character doesn't work'
    180 	* bug 4798, 'Quoting wrong when format=flowed and
    181 		     respect_flowed_format is set'
    182 	* CIDs 1220325, 1491306 and 1491315, 'Explicit null
    183 	  dereferenced (FORWARD_NULL)'
    184 	* CIDs 1491064, 1491074, 1491211, 1491105, 1491139, 1491164,
    185 	  1491166, 1491168, 1491169, 1491178, 1491232, 1491242,
    186 	  1492281 and 1591844 'Use after free (USE_AFTER_FREE)'
    187 	* CID 1491137 'Out-of-bounds access (OVERRUN)'
    188 	* CID 1591952 values overwritten before being used
    189 	* CID 1596594 (CHECKED_RETURN)
    190 	* CID 1596595 'Resource leak'
    191 	* errors caused by invalid MIME viewer command-line
    192 	* building on non-X11 systems
    193 	* Use CFLAGS provided by nettle.pc
    194 	* Fancy plugin, recognise mid and data embedded images
    195 
    196 
    197 * 4.2.0 / 3.20.0  [2023-11-20]
    198 ------------------------------
    199 
    200 * An easy way to open any folder on start-up has been added:
    201   Right-click a folder and choose 'Open on start-up'.
    202   This can also be configured on the 'Folder list' tab of the
    203   /Configuration/Preferences/Display/Summaries page.
    204 
    205 * Spam statistics have been added to the session statistics.
    206 
    207 * It is now possible to save message attachments only, without the
    208   other message parts.
    209 
    210 * QuickSearch: support for a "v H V" search expression has been added
    211   and the 'y S' expression has been removed ('v X-Label S' can be
    212   used instead).
    213 
    214 * font/* and chemical/* MIME types are now recognised.
    215 
    216 * The image viewer now works correctly when not auto-loading images.
    217 
    218 * Icon Themes: it is no longer possible to install or remove system
    219   themes.
    220 
    221 * IMAP: Support for SCRAM-SHA-{224,256,384,512} authentication
    222   mechanisms has been added.
    223 
    224 * IMAP: The statusbar now shows that expunge is happening.
    225 
    226 * The GData plugin has been removed.
    227 
    228 * The Fancy plugin no longer requires libsoup or libsoup-gnome.
    229 
    230 * The LiteHTML Viewer plugin has been synchronised with litehtml 0.7.
    231 
    232 * The LiteHTML viewer plugin will now only be built automatically if
    233   libgumbo 0.12 or newer is available. Building with libgumbo 0.10
    234   must be explicitly requested using --enable-litehtml_viewer-plugin.
    235 
    236 * For extra debug output use --enable-more-addressbook-debug and
    237   --enable-more-ldap-debug.
    238 
    239 * Added translation: Portuguese  
    240 
    241 * Updated translations: Brazilian Portuguese, Catalan, Czech, French,
    242   Polish, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
    243   Turkish.
    244 
    245 * bug fixes:
    246 	* bug 4491, 'address autocompletion list does not expand in
    247 		     height with the number of matches'
    248 	* bug 4618, 'Rate limit by remote breaks queued/marked
    249 		     actions (Delete/Move)'
    250 	* bug 4631, 'Embedding external editor crashes Claws-Mail on
    251 		     Wayland'
    252 	* bug 4637, 'Segmentation fault when using SUMMARY is empty'
    253 	* bug 4645, 'fails to check for perl-ExtUtils::Embed'
    254 	* bug 4648, 'fails to build with gcc 13'
    255 	* bug 4658, 'Headers unfolded incorrectly in message view'
    256 	* bug 4664, 'OAUTH2 overwrites passwords even for plaintext
    257 		     logins'
    258 	* bug 4666, 'fancy plugin doesn't build with
    259 		     libwebkit2gtk-4.1'
    260 	* bug 4670, 'To/CC incorrectly escaped with a trailing
    261 		     backslash'
    262 	* bug 4679, 'The correct date header is interpreted
    263 		     incorrectly to display strange date.'
    264 	* bug 4693, 'Hang and crash when enable disable SVG Rendering
    265 		     prefs'
    266 	* when starting with msgview hidden, toggling msgview to show
    267 	  it would use incorrect height
    268 	* update quicksearch history list when changing type 
    269 	* wrong message which is shown when mail can't be sent
    270 	* when redirecting, disable queueing
    271 	* arbitrary paste restriction
    272 	* when queueing or drafting a msg with an attachment which no
    273 	  longer exists, use the correct label on the button of the
    274 	  warning dialogue
    275 	* using a custom header in found_in_addressbook match
    276 	  expressions
    277 	* URIs may contain the '$' dollar sign
    278 	* OAuth2, Update on-disk tokens as well when in-memory tokens
    279 	  are updated
    280 	* Microsoft POP3 OAuth2 protocol
    281 
    282 
    283 * 4.1.1 / 3.19.1  [2022-10-20]
    284 ------------------------------
    285 
    286 * Marked messages in the Message List can now be displayed with bold
    287   text by setting the hidden preference "bold_marked".
    288 
    289 * The confirmation dialogue when saving all the attachments of a
    290   message can now be disabled.
    291 
    292 * The Message List tooltip for the From column now shows name and
    293   address.
    294 
    295 * OAuth2: various fixes and improvements.
    296 
    297 * The user manuals have been updated.
    298 
    299 * Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
    300   French, Polish, Russian, Slovak, Spanish, Swedish, Traditional
    301   Chinese, Turkish.
    302 
    303 * Build system: GLib version 2.50 or greater is required; autoconf
    304   version 2.69 or greater is required; pkgconfig support for GPGME
    305   and libgpg-error has been added; GnuTLS is required for OAuth2;
    306   OAuth2 support can be removed with --disable-oauth2.
    307 
    308 * bug fixes:
    309 	• bug 4547, '--enable-tests makes compilation fail'
    310 	• bug 4583, 'Compose window 'Discard message' dialog is
    311 		     displayed even though draft is already saved'
    312 	• bug 4584, 'Compose window causing Claws to terminate
    313 		     unexpectedly'
    314 	• bug 4589, 'Edit Group Details panel wording unclear.'
    315 	• bug 4615, 'Compilation fails with --disable-gnutls'
    316 	• bug 4620, 'German translation of Content-Transfer-Encoding
    317 		     adds unwanted colon'
    318 	• bug 4628, 'typos in the README file'
    319 	• bug 4630, 'Fancy loads remote images when remote content
    320 		     is disabled'
    321 	• bug 4636, 'Handle non-ascii characters in server response'
    322 	• AddressKeeper plugin: not saving addresses.
    323 	• Perl plugin: building with perl v5.35.2 or greater.
    324 	• AttRemover plugin: filenames would not be shown and corrupt
    325 	  the output
    326 	• OAuth2: Use the user-configured timeout
    327 	• 'save all' dialogues' logic.
    328 	• Make custom headers compliant with RFC 2822 § 3.6.
    329 	• correctly set modified flag after auto-save
    330 	• NNTP account's SMTP server wasn't used
    331 	• building with older GLibs
    332 
    333 * 4.1.0 / 3.19.0  [2022-04-03]
    334 ------------------------------
    335 
    336 * Text zooming in the Message View is now possible, using CTRL+mouse
    337   wheel up/down, CRTL+touchpad two-fingered vertical swiping, or
    338   the Message View's right-click menu.
    339 
    340 * GtkColorChooser is now used in the Spell Checking preferences,
    341   Colour Label preferences, and the folder Properties pages.
    342 
    343 * 'Default From:' has been added to the Compose page of the folder
    344   Properties. This allows setting an email address which will
    345   override the Account's email address.
    346 
    347 * An option has been added to the 'General' page of the folder
    348   Properties, 'Skip folder when searching for unread or new
    349   messages', so that the folder can be skipped when using Go To
    350   next/previous unread/new message.
    351 
    352 * 'By Sender' has been added to '/Tools/Create filtering rule/...'
    353   and '/Tools/Create processing rule/...'
    354 
    355 * The option 'Run processing rules before marking all messages in a
    356   folder as read or unread' has been added to
    357   '/Configuration/Preferences/Display/Summaries'.
    358 
    359 * It is now possible to add a toolbar button to 'Run folder
    360   processing rules'.
    361 
    362 * The Actions configuration list now has 'Top' and 'Bottom' buttons.
    363 
    364 * In '/Tools/List URLs' it is now possible to CTRL+c or right-click
    365   a list item and 'Copy URL'; copying multiple selections is also
    366   possible.
    367   Phishing URLs are now indicated in red by default. This uses the
    368   colour defined in the hidden preference, log_error_color.
    369 
    370 * The method of handling Tags has been improved.
    371 
    372 * When using the separate Message View the Enter key will open the
    373   currently selected message in the Message List. So, for example,
    374   if you delete the current message, pressing Enter will open the
    375   next message without having to leave the separate Message View.
    376 
    377 * The quicksearch type-ahead keypress delay is now customizable
    378   using a hidden preference ("qs_press_timeout").
    379 
    380 * Improvements to the storage of OAuth2 refresh tokens.
    381 
    382 * A "View all" button has been added to the Themes preferences page
    383   in order to preview all icons of a theme.
    384 
    385 * The term 'master passphrase' has been replaced in the UI with
    386   'primary passphrase'.
    387 
    388 * The label 'SSL/TLS' has been replaced with 'TLS' in the UI.
    389 
    390 * chmod 0600 is set on log files, history files, saved parts, etc.
    391 
    392 * "Keyword Warner" plugin has been added. This shows a warning when
    393   sending or queueing a message and a reference to one or more
    394   user-defined keywords are found in the message text.
    395 
    396 * Adding a new RSSyl feed or subscribing to a Webcal will
    397   automatically suggest using any suitable URI found on the
    398   clipboard.
    399 
    400 * The user manuals have been updated.
    401 
    402 * Updated translations: Brazilian Portuguese, British English,
    403   Catalan, Czech, French, Indonesian, Polish, Romanian, Russian,
    404   Slovak, Spanish, Turkish.
    405 
    406 * bug fixes:
    407 	o bug 4312, 'litehtml plugin loops (hangup)'
    408 	o bug 4346, 'Error: Certificate is for invalid2.invalid, but
    409 		     connection is to imap.gmail.com'
    410 	o bug 4442, 'vcalendar segfault if in invitation email and
    411 		     switch to another folder'
    412 	o bug 4495, 'Improve text strings for OAuth2'
    413 	o bug 4496, 'Fancy crashes when opening an email'
    414 	o bug 4511, 'Uses deprecated ghostscript operator'
    415 	o bug 4513, 'msg window too small in 3 column layout'
    416 	o bug 4517, 'Thread safety issues in signature checking code'
    417 	o bug 4524, 'Problems exiting/closing Claws Mail'
    418 	o bug 4534, 'Address book causing claws to terminate
    419 		     unexpectedly'
    420 	o bug 4535, 'Setting msgview_date_format=1 does not work'
    421 	o bug 4536, 'Tab for address selects second entry'
    422 	o bug 4556, 'Filesize in kilobytes versus kibibytes'
    423 	o bug 4577, 'Fancy plugin with GTK3 seems to ignore content
    424 		     encoding'
    425 	o when using 'hide_timezone' use UTC when generating
    426 	  MessageID
    427 	o non-translation of some button labels
    428 	o the initial position of the (X-)Face image
    429 	o return receipts from accounts without a name
    430 	o folderview pixmaps not being updated after icon theme
    431 	  change until restart
    432 	o spell checker underlining when black is chosen
    433 	o text on various buttons
    434 	o scrolling in a message's attachments bar (scrolling left or
    435 	  right were scrolling down).
    436 	o scrolling not working when GTK smooth scroll is set
    437 	o scroll to next/prev page in pdf_viewer
    438 	o build error with -Werror=format-security
    439 	o invalid crypto engine (gpgme_op_verify failed)
    440 	o vCalendar tooltip in Day View showed the wrong month.
    441 	o View Log button
    442 	o when closing Compose window dialogue requesting choice from
    443 	  user is not shown and some options are lost in drafted copy
    444 	o weird logic with the 'Edit filter action' dialog
    445 	o resource leaks; memory corruption
    446 
    447 * 4.0.0 / 3.18.0  [2021-07-10]
    448 ------------------------------
    449 
    450 * Support for the OAuth2 authorisation protocol has been added for
    451   IMAP, POP and SMTP using custom, user-generated client IDs.
    452 
    453   OAuth2 preferences are found in the Account Preferences on the
    454   Receive page (for POP: Authenticate before POP connection, for
    455   IMAP: Authentication method); the Send page (SMTP authentication:
    456   Authentication method); and on a dedicated OAuth2 page.
    457 
    458 * The option 'Save (X-)Face in address book if possible' has been
    459   added to the /Message View/Text Options preferences page.
    460   Previously the (X-)Face would be saved automatically, therefore
    461   this option is turned on by default.
    462 
    463 * The Image Viewer has been reworked. New options have been added to
    464   /Message View/Image Viewer: when resizing images, either fit the
    465   image width or fit the image height to the available space.
    466   Fitting the image height is the default. Regardless of this
    467   setting, when displaying images inline they will fit the height.
    468 
    469   When displaying an image, left-clicking the image will toggle
    470   between full size and reduced size; right-clicking will toggle
    471   between fitting the height and fitting the width.
    472 
    473 * When re-editing a saved message, it is now possible to use
    474   /Options/Remove References.
    475 
    476 * It is now possible to attempt to retrieve a missing GPG key via
    477   WKD.
    478 
    479 * The man page has been updated.
    480 
    481 * Updated translations: Brazilian Portuguese, British English,
    482   Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
    483   Slovak, Spanish, Traditional Chinese, Turkish.
    484 
    485 * bug fixes:
    486 	o bug 2411, 'quicksearch_history content partially written to
    487 		     stdout'
    488 	o bug 4326, 'Xft.dpi != 96 messes with text display in
    489 		     litehtml viewer'
    490 	o bug 4394, 'folder processing runs on startup even if all
    491 		     rules are disabled'
    492 	o bug 4431, 'folder chmod doesn't affect .claws_mark and
    493 		     .claws_cache files'
    494 	o bug 4445, 'Draft folder on shared storage does not honour
    495 		     chmod settings'
    496 	o bug 4447, '--enable-deprecated and --disable-deprecated
    497 		     build flags have same effect'
    498 	o bug 4455, 'Potential memory leak in string_table_new()'
    499 	o bug 4473, 'segmentation fault opening Libravatar config'
    500 	o stop WM's X button from causing GPG key fetch attempt
    501 	o Make fancy respect default font size for messageview
    502 	o harden link checker before accepting click
    503 	o non-display of (X-)Face when prefs_common.enable_avatars
    504 	  is AVATARS_ENABLE_RENDER (2)
    505 	o debian bug #983778, 'Segfault on selecting empty 'X-Face'
    506 	  custom header'
    507 
    508 * 3.17.8
    509 --------
    510 
    511 * Shielded template's |program{} and |attach_program{} so that the
    512   command-line that is executed does not allow sequencing such as
    513   with && || ;, preventing possible execution of nasty, or at least
    514   unexpected, commands
    515 
    516 * fixed bug 4376, 'Litehtml breaks locale'
    517 
    518 * updated English, French, and Spanish manuals
    519 
    520 
    521 * 3.17.7
    522 --------
    523 
    524 * Image Viewer: Image attachments, when displayed, are now resized
    525   to fit the available width rather than the available height.
    526 
    527 * -d is now an alias to --debug.
    528 
    529 * Libravatar plugin: New styles supported: Robohash and Pagan.
    530 
    531 * SpamAssassin plugin: The 'Maximum size' option now matches
    532   SpamAssassin's maximum; it can now handle messages up to 256MB.
    533 
    534 * LiteHTML viewer plugin: The UI is now translatable.
    535 
    536 * The manual has been updated.
    537 
    538 * The man page has been updated.
    539 
    540 * Updated translations: French, Spanish.
    541 
    542 * bug fixes:
    543 	o bug 4313, 'Recursion stack overflow with rebuilding folder
    544 		     tree'
    545 	o bug 4372, '[pl_PL] Crash after "Send later" without
    546 		     recipient and then "Close"'
    547 	o bug 4373, 'attach mailto URI double free'
    548 	o bug 4374, 'insert mailto URI misses checks'
    549 	o bug 4384, 'U+00AD (soft hyphen) changed to space in
    550 		     Subject'
    551 	o bug 4386, 'Allow Sieve config without userid without
    552 		     warning'
    553 	o Add missing SSL settings when cloning accounts.
    554 	o Parsing of command-line arguments.
    555 	o PGP Core plugin: fix segv in address completion with a
    556 	  keyring.
    557 	o Libravatar plugin: fixes to image display.
    558 
    559 * 3.17.6
    560 --------
    561 
    562 * It is now possible to 'Inherit Folder properties and processing
    563   rules from parent folder' when creating new folders with the
    564   move message and copy message dialogues.
    565 
    566 * A Phishing warning is now shown when copying a phishing URL, (in
    567   addition to clicking a phishing URL).
    568 
    569 * The progress window when importing an mbox file is now more
    570   responsive.
    571 
    572 * A warning dialogue is shown if the selected privacy system is
    573   'None' and automatic signing amd/or encrypting is enabled.
    574 
    575 * Python plugin: pkgconfig is now used to check for python2. This
    576   enables the Python plugin (which uses python2) to be built on
    577   newer systems which have both python2 and python3.
    578 
    579 * Add translation: Greek.
    580 
    581 * Updated translation: Polish.
    582 
    583 * bug fixes:
    584 	o bug 3922, 'minimize to tray on startup not working'
    585 	o bug 4220, 'generates files in cache without content'
    586 	o bug 4325, 'Following redirects when retrieving image'
    587 	o bug 4342, 'Import mbox file command doesn't work twice on a
    588 	  	     row'
    589 	o fix STARTTLS protocol violation
    590 	o fix initial debug line
    591 	o fix fat-fingered crash when v (hiding msgview) is pressed
    592 	  just before c (check signature)
    593 	o fix non-translation of some Templates strings
    594 
    595 * 3.17.5
    596 --------
    597 
    598 * Inline Git patches now have colour syntax highlighting
    599   The colours of these, and patch attachments, are configurable on
    600   the 'Other' tab of the Display/Colors page of the general
    601   preferences.
    602 
    603 * The previously hidden preference, 'summary_from_show', is now
    604   configurable within the UI, on the 'Message List' tab of the
    605   Display/Summaries page of the general preferences, 'Displayed in
    606   From column [ ]'.
    607 
    608 * 'Re-edit' has been added to the message context menu when in the
    609   Drafts folder.
    610 
    611 * Additional Date header formats are supported:
    612   - weekday, month, day, hh, mm, ss, year, zone
    613   - weekday, month, day, hh, mm, ss, year
    614 
    615 * LiteHtml viewer plugin: scrolling with the keyboard has been
    616   implemented.
    617 
    618 * The included tools/scripts have been updated:
    619   o eud2gc.py converted to Python 3
    620   o tbird2claws.py converted to Python 3
    621   o tbird2claws.py converted to Python 3
    622   o google_search.pl has been replaced with ddg_search.pl (that is,
    623     duckduckgo.com instead of google.com)
    624   o fix_date.sh and its documentation have been updated 
    625   o multiwebsearch.pl 'fm' (freshmeat.net) has been removed; 'google'
    626     has been replaced by 'ddg'
    627   o the outdated OOo2claws-mail.pl script has been removed
    628 
    629 * Updated manuals
    630 
    631 * Updated translations: British English, Catalan, Czech, Danish,
    632   Dutch, French, German, Russian, Slovak, Spanish, Swedish,
    633   Traditional Chinese, Turkish
    634 
    635 * bug fixes:
    636 	o bug 2131, 'Focus stealing after mail check' [improved fix]
    637 	o bug 4237, '403 is Forbidden not Unauthorized'
    638 	o bug 4239, 'Preferences: Text Options Header Display modal
    639 		     is not modal' [sic]
    640 	o bug 4248, 'Sup[p]ort C99 compilers in m4/spamassassin.m4'
    641 	o bug 4253, 'Claws metadata included in MBOX exports'
    642 	o bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from
    643 		     emacs-gtk3'
    644 	o bug 4277, 'INBOX being "read" automatically - being marked
    645 		     as read before being selected' [sic]
    646 	o bug 4278, 'Mark all as read/unread does not belong to the
    647 		     message context menu'
    648 	o bug 4305, 'goto folder UI confusing'
    649 	o Fix crash in litehtml_viewer when <base> tag has no href
    650 	o removed "The following file has been attached..." dialogue
    651 	o MBOX import: give a better estimation of the time left and
    652 	  grey out widgets while importing
    653 	o Fixed "vcard.c:238:2: warning: ‘strncpy’ output truncated
    654 	  before terminating nul copying as many bytes from a string
    655 	  as its length"
    656 	o RSSyl: Fix handling deleted feed items where modified and
    657 	  published dates do not match
    658 	o fix bolding of target folder
    659 	o when creating a new account, don't pre-fill data from the
    660 	  default account
    661 	o respect 'default selection' settings when moving a msg with
    662 	  manual filtering
    663 	o Fix printing of empty pages when the selected part is
    664 	  rendered with a plugin not implementing print
    665 	o Addressbook folder selection dialogs: make sure folder list
    666 	  is sorted and apply global prefs to get stripes in lists.
    667 	o when user cancels the GPG signing passphrase dialogue,
    668 	  don't bother the user with an "error" dialogue
    669 	o Fix imap keyword search. Libetpan assumes keyword search is
    670 	  a MUST but RFC states it is a MAY. Fix advanced search on
    671 	  MS Exchange
    672 	o fix SHIFT+SPACE in msg list, moving in reverse
    673 	o revert pasting images as attachments
    674 	o Fix help about command-line arguments that require a
    675 	  parameter.
    676 	o Printing: only print as plain text if the part is of type
    677 	  text
    678 	o fix a segfault with default info icon when trying to print
    679 	  a non-text part.
    680 
    681 * 3.17.4
    682 --------
    683 
    684 * New HTML viewer plugin: Litehtml viewer
    685 
    686 * Added option 'Enable keyboard shortcuts' to the 'Keyboard
    687   shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous
    688 
    689 * Compose: implemented copying of attached images to clipboard
    690 
    691 * Compose: images and text/uri-list (files) can now be attached by
    692   pasting into the Compose window
    693 
    694 * Python plugin: window sizes are now remembered for the Python
    695   console, the 'Open URLs' and the 'Set mailbox order' windows.
    696 
    697 * Fancy plugin: the download-link feature now follows redirections
    698 
    699 * MBOX export: the Enter key in the dialogue now starts the export
    700 
    701 * The date (ISO format) has been added to log timestamps
    702 
    703 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
    704   Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese,
    705   Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
    706   Turkish
    707 
    708 * bug fixes:
    709 	o bug 1920, 'No automatic NNTP filtering'
    710 	o bug 2045, 'address book blocks focus on email window'
    711 	o bug 2131, 'Focus stealing after mail check'
    712 	o bug 2627, 'Filtering does not work on NNTP'
    713 	o bug 3070, 'misbehaving text wrapping when URL chars are
    714 		     present'
    715 	o bug 3838, 'Canceled right-click on message list leaves UI
    716 		     in inconsistent state'
    717 	o bug 3977, 'Fix crashes when some external APIs fail'
    718 	o bug 3979, 'Hang (with killing needed) during action which
    719 		     extracts attachments'
    720 	o bug 4029, 'segfault after deleting message in a window'
    721 	o bug 4031, 'fingerprint in SSL/TLS certificates for ...
    722 		     (regress error)'
    723 	o bug 4037, 'Fix some small issues'
    724 	o bug 4142, 'Translation error on Russian'
    725 	o bug 4145, 'proxy server for sending doesn't work'
    726 	o bug 4155, 'remember directory of last saving'
    727 	o bug 4166, 'corrupted double-linked list'
    728 	0 bug 4167, 'Max line length exceeded when forwarding mail'
    729 	o bug 4188, 'STL file is sent not as an attachment but as its
    730 		     base64 representation in plaintext'
    731 	o CID 1442278, 'impossible to trigger buffer overflow'
    732 	o Make key accelerators from menu work in addressbook window
    733 	o save checkbox choices of display/summaries/defaults prefs
    734 	o Do not throw an error when cancelling 'Save email as...'.
    735 	o occasional crash on drag'n'drop of msgs
    736 	o possible stack overflow in vcalendar's Curl data handler
    737 	o crash when LDAP address source is defined in index, but
    738 	  LDAP support is disabled
    739 	o crash in Fancy plugin if one of the MIME parts has no
    740 	  Content-ID
    741 	o a few small memory leaks in scan_mailto_url()
    742 	o configure script for rare cases where python is not
    743 	  installed
    744 	o incorrect charset conversion in sc_html_read_line().
    745 	o markup in 'key not fully trusted' warning in pgpcore
    746 	o use after free in rare code path in rssyl_subscribe()
    747 	o several memory leaks
    748 	o verify_folderlist_xml() for fresh starts
    749 	o printf formats for size_t and goffset arguments.
    750 	o alertpanel API use in win32 part of mimeview.c
    751 	o pid handling in debug output of kill_children_cb()
    752 	o incorrect pointer arithmetic in w32_filesel.c
    753 
    754 * 3.17.3
    755 --------
    756 
    757 * Add support for TLS Server Name Indication (SNI). This enables the
    758   sending of your hostname, if available, to the server so that it
    759   can select the appropriate certificate for your domain. This is
    760   useful for servers which host multiple domains on the same IP
    761   address.
    762   This is a hidden Account preference, 'use_tls_sni', and is enabled
    763   by default.
    764 
    765 * SSL/TLS certificate manager: The Delete key will now delete the
    766   selected certificate.
    767 
    768 * Window sizes are now remembered for the 'Apply tags' and SSL/TLS
    769   certificate manager windows.
    770 
    771 * bug fixes:
    772 	o bug 3519, 'Links including umlauts are broken'
    773 	o bug 4134, ''Save message to' option not set when it should
    774 		     be'
    775 	o prevent the Tools/SSL/TLS Certificates dialogue from
    776 	  crashing when certificate filenames contain a fingerprint.
    777 	o build on GNU Hurd.
    778 	o various build fixes when building without GnuTLS.
    779 
    780 * 3.17.2
    781 --------
    782 
    783 * Message List: A context menu has been added to the column headers,
    784   it has two entries: a new option, 'Lock column headers', and 'Set
    785   displayed colums'.
    786 
    787 * Folder List:  A context menu has been added to the column headers,
    788   containing 'Set displayed columns'.
    789 
    790 * Preferences: The Display/Summaries option page has been split into
    791   three notebook pages: Folder List, Message List, and Defaults.
    792   The Message List page contains the new 'Lock column headers'
    793   option. The Defaults page contains several new options for new
    794   folders.
    795   
    796 * New Folder Properties: It is now possible to control signing and
    797   encrypting options on the Compose page. By default it follows the
    798   Account preferences, but they can be overridden to always sign
    799   and/or encrypt, or never sign/encrypt.
    800 
    801 * Saving sent messages: The global preference, 'Save sent messages',
    802   can now be overriden by the Folder Property and Account
    803   preferences. The global preference no longer needs to be activated
    804   for the Account Preference, 'Put sent messages in ...' option to
    805   function. Likewise, the Folder Property, 'Save copy of outgoing
    806   messages to this folder instead of Sent', no longer relies on the
    807   global preference being set.
    808 
    809 * SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and
    810   the MD5 fingerprint has been removed.
    811 
    812 * SSL/TLS certificates list: Status and Expiry columns have been
    813   added, and expired and invalid certificates are now clearly
    814   indicated.
    815 
    816 * QuickSearch: body searches are now quicker.
    817 
    818 * QuickSearch: symbols used in Extended searches are now expanded
    819   in the 'Edit' dialogue.
    820 
    821 * Re-editing: Flags and tags are now preserved when re-editing a
    822   message.
    823 
    824 * Fancy plugin: The minimum required webkitgtk version is now 1.10.0.
    825 
    826 * PDF Viewer plugin: Ctrl+scroll now zooms.
    827 
    828 * Tools: added cm-break.pl script, which breaks thread references for
    829   the selected messages; textviewer.pl has been updated and now
    830   requires perl 5.14.1.
    831 
    832 * The legacy "sylpheed-claws" symlink is no longer installed in the
    833   bindir.
    834 
    835 * New translation: Portuguese.
    836 
    837 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
    838   Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish.
    839 
    840 * bug fixes:
    841 	o bug 3418, 'Building on a Cross Compiling toolchain doesn't
    842 		     work'
    843 	o bug 3889, 'Address and quoted message inconsistent in
    844 		     reply'
    845 	o bug 4114, 'autogen.sh: Fix argument quoting'
    846 	o bug 4115, 'autogen: avoid unwarranted re-configure'
    847 	o bug 4120, 'New cert files are created in $HOME instead of
    848 		     in ~/.claws-mail/certs'
    849 	o byg 4121, 'Moving a subfolder in another folder erases its
    850 		     processing rules' (sic)
    851 	o bug 4132, '"Mark all as (un)read" dialog appears when
    852 		     acting on 1 message only'
    853 	o bug 4133, 'trying to read message from an NNTP group (with
    854 		     all expired articles.'
    855 	o regression where mail was not being checked at startup when
    856 	  it should have been
    857 	o links not being opened in browser when Fancy menu is opened
    858 	  with a keyboard
    859 	o show correct address:port in SOCKS5 proxy connection failure
    860 	  message
    861 	o prevent unexpected loss of drafted message
    862 	o Quicksearch eating keypresses it didn't handle
    863 	o build on Debian 7
    864 	o build on FreeBSD, sys/wait.h is needed for WEXITSTATUS
    865 	  macro
    866 	o Reply from mainwindow menu and toolbar when mainwindow's
    867 	  messageview is hidden
    868 	o CID 1438531 Fix wrong test leading to dead code
    869 	o CID 1439871 and validate Unicode char strictly
    870 	o CID 1439996 and remove unnecessary comparison
    871 	o Fancy: left-click on links not opening in browser
    872 	o RSSyl: lost processing rules when renaming folder
    873 	o annoyance where your current reading is disturbed when a
    874 	  new msg is filtered into the current folder
    875 	o don't leave the user in limbo when privacy system is 'none'
    876 	  and auto signing/encrypting is set
    877 	o several memory leaks
    878 
    879 * 3.17.1
    880 --------
    881 
    882 * bug fixes:
    883 	o bug 4072, 'Crash when clicking 'reply' or 'reply with
    884 	  quote''
    885 	o Account signature: Warn and fail rather than crashing when
    886 	  format string is faulty.
    887 
    888 * 3.17.0
    889 --------
    890 
    891 * the minimum GLib requirement is now 2.28.
    892 
    893 * the mimimum GTK+2 requirement is now  2.24.
    894 
    895 * nettle is now required, following removal of libcrypt from glibc.
    896 
    897 * explicit use of --disable-gnutls is now required if gnuTLS support
    898   is not required.
    899 
    900 * SOCKS proxy support has been added.
    901   Global settings can be found on the Mail Handling/Proxy page.
    902   This can be overridden by Account settings on the new Proxy page.
    903 
    904 * Accounts can now have their own auto-check intervals, or follow the
    905   global interval.
    906 
    907 * in the options for 'default selection when entering a folder',
    908   'first [...]' has been renamed to 'oldest [...]', and
    909   'newest [...]' items have been added.
    910 
    911 * Message List: when changing sort key by clicking column header,
    912   the sort direction is now preserved
    913 
    914 * Message View: keypress handling for scrolling, (PgUp/Down, Space,
    915   Backspace), has been improved.
    916 
    917 * the Network Log now displays output from LDAP operations.
    918 
    919 * "Go to last error" has been added to the Log Window context menu.
    920 
    921 * Filtering/Processing: "mark_as_spam" is no longer a final action,
    922   since it does not move the marked message.
    923 
    924 * Filtering/Processing: Resent-From and Resent-To have been added in
    925   Any/All header(s) (in Address Book) matcher rules.
    926 
    927 * when a Return-Receipt request is received by an unknown address,
    928   the user is now required to choose which Account to send it from.
    929 
    930 * Colour Labels: confirmation is asked for when clearing or
    931   overriding existing colour labels.
    932 
    933 * Address Book: basic contact merging has been added.
    934 
    935 * NetworkManager support: ported from libnm-util/libnm-glib to libnm.
    936 
    937 * Dillo plugin: this HTML rendering plugin is now once again
    938   available.
    939 
    940 * RSSyl plugin: the modified time is no longer considered when
    941   matching deleted items.
    942 
    943 * RSSyl plugin: Handle 404 and other fetch failures better.
    944 
    945 * Attachment Remover plugin: the user is now notified about what has
    946   been done when processing multiple selections.
    947 
    948 * SpamAssassin plugin: added support for compression (the server must
    949   have compression enabled, and the local spamc too).
    950 
    951 * SpamAssassin plugin: disabled SSLv3.
    952 
    953 * when using the hidden preference, hide_timezone, the time in the
    954   Date header is converted to UTC.
    955 
    956 * various other UI improvements.
    957 
    958 * many behind-the-scenes improvements.
    959 
    960 * updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
    961 	Dutch, Finnish, French, German, Hungarian, Norwegian Bokmål,
    962 	Romanian, Russian, Slovak, Spanish, Swedish, Traditional
    963 	Chinese, Turkish.
    964 
    965 * bug fixes:
    966 	o bug 3754, 'interactive auth dialogs pops endlessly'
    967 	o bug 3919, 'manual filtering does not move spam'
    968 	o bug 3936, 'LDAP StartTLS does not work for addressbooks'
    969 	o bug 3947, 'Build break with --disable-libsm
    970 	             --enable-crash-dialog'
    971 	o bug 3957, 'Claws-Mail 64bit crashes when saving a draft'
    972 	o bug 3960, 'Sends unencrypted emails when encryption fails'
    973 	o bug 3971, 'Deleted rss feed item reappears as unread on
    974 		     feed refreshing'
    975 	o bug 3973, ''select all' in summaryview does not
    976 		     automatically focus the summaryview'
    977 	o bug 3978, '"From" column displays both name and email
    978 		     address for Outbox'
    979 	o bug 3984, 'Copy-paste in find/filter field works
    980 		     incorrectly'
    981 	o bug 3985, 'an empty progress bar remains after POP mail 
    982 		     check completes'
    983 	o bug 3986, 'IMAP quick search using non-ASCII characters
    984 		     creates an infinite loop'
    985 	o bug 3993, 'Claws Mail connects to IMAP server when it
    986 		     should not'
    987 	o bug 4014, '"Work offline" doesn't seem to affect RSS'
    988 	o bug 4022, 'Closing "Account Preferences" window opens "Edit
    989 	 	     Accounts" window if "Edit Accounts" window has
    990 	 	     been opened before at least once'
    991 	o bug 4023, 'Fix some small issues'
    992 	o bug 4033, 'Claws Mail crashes [malloc(): memory corruption]
    993 		     while trying to save account password greater
    994 		     than 136 chars'
    995 	o bug 4056, 'Impossible to disable overriding of offline
    996 		     mode'
    997 	o bug 4058, '# in extended search description window should
    998 		     not be translated'
    999 	o bug 4068, 'Claws Mail hangs when getting news from a
   1000 		     certain feed'
   1001 	o actionsrc was not updated after mailbox name change
   1002 	o two crashes caused by bad GtkListStore management in
   1003 	  editaddress.c
   1004 	o wrong malloc of clamd_socket struct, (CID 1220477)
   1005 	o vCalendar: possible access to uninitilized folder pointer
   1006 	  (CID 1402515)
   1007 	o vCalendar: mismatch and unneeded display of unavailable
   1008 	  folder class in warning (CID 1434197)
   1009 	o vCalendar: Skip whitespace chars at the beginning of ics
   1010 	  stream
   1011 	o buffer overrun, always writing at buffer size + 1. (CID
   1012 	  1434188)
   1013 	o wrong use of pointer-to-array as an array CID 1434191)
   1014 	o sensitivity of few preferences widgets of the SA plug-in
   1015 	o compilation using --enable-generic-umpc
   1016 	o crash in quicksearch keypress handling
   1017 	o quoting in reply to format=flowed message
   1018 	o HTML <hX> header handling
   1019 	o 'sort_type' is lost when changing 'sort_key' from
   1020 	  /View/sort the bug was apparent with a descending sort
   1021 	o Return-Receipts: MDN mail-accountname leak
   1022 	o auth retry in Managesieve - wrong state variable was being
   1023 	  set
   1024 	o memory leaks
   1025 
   1026 * 3.16.0
   1027 --------
   1028 
   1029 * Preferences: for the 'default selection on entering a folder' on
   1030   the Display/Summaries page, the first new, first unread, and first
   1031   marked message options are now sort-order aware.
   1032 
   1033 * Preferences: the previously hidden preference to 'Warn when sending
   1034   to more recipients than []' has been added to the
   1035   Mail Handling/Sending page.
   1036 
   1037 * Preferences: Toolbars/Compose window: Sign/Encrypt toggle buttons
   1038   can been added to the toolbar.
   1039 
   1040 * Preferences: Fancy Plugin: allow stylesheet file/folder names to
   1041   have spaces in them.
   1042 
   1043 * Account Preferences: a 'Show password' checkbox has been added next
   1044   to the password fields.
   1045 
   1046 * Account Preferences: the OpenPGP and S/MIME preferences have been
   1047   split into two separate pages.
   1048 
   1049 * Account Preferences: newline characters are disallowed in account
   1050   usernames and passwords, and warnings are shown to the user if this
   1051   is attempted.
   1052 
   1053 * Compose: more UTF-8 list-item characters have been added.
   1054 
   1055 * Address book: a 'Show password' checkbox has been added next to the
   1056   LDAP server 'bind password' field.
   1057 
   1058 * GPG: full key/signature fingerprints are now shown instead of the
   1059   short versions.
   1060 
   1061 * SSL Certificate Manager: added support for ipv6 addresses.
   1062 
   1063 * NNTP: Fetch XOVER and XHDR data in batches of 5000 and use the
   1064   statusbar progress meter when opening/refreshing a NNTP folder.
   1065 
   1066 * CLI: the --insert option has been added to --compose, to allow
   1067   inserting files from the command line.
   1068 
   1069 * Plugins window: keyboard shortcuts to Load/Unload buttons have
   1070   been added.
   1071 
   1072 * PDF Viewer Plugin: a print button has been added.
   1073 
   1074 * The HTML parser now supports all entities.
   1075 
   1076 * Tools: a simple bash completion helper has been added,
   1077   tools/bash_completion/claws-mail.
   1078 
   1079 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
   1080 	Dutch, Finnish, French, German, Hungarian, Italian,
   1081 	Norwegian Bokmål, Russian, Slovak, Spanish, Swedish, Turkish.
   1082 
   1083 * New translations: Japanese, Polish, Romanian.
   1084 
   1085 * Bug fixes:
   1086 	o bug 3266, 'procmime.c: FILE leak in specific circumstances'
   1087 	o bug 3784, 'Very similar strings in src/gtk/about.c'
   1088 	o bug 3793, 'Segfaults when master passphrase dialog is
   1089 		     launched in the middle of autocompletion'
   1090 	o bug 3795, 'Fix typo in utils.c'
   1091 	o bug 3796, 'Fix format-security warnings in alertpanel_ use'
   1092 	o bug 3797, 'Unfold quoting renders quotes completely
   1093 		     confusing'
   1094 	o bug 3801, 'Broken auto wrapping'
   1095 	o bug 3808, 'vCalendar plugin does not load due to undefined
   1096 		     symbol icaltime_from_timet'
   1097 	o bug 3813, '"mouse up" activates link even if "mouse down"
   1098 		     occurred outside the link / cannot copy link
   1099 		     text'
   1100 	o bug 3814, 'end of mouse drag or text selection erroneously
   1101 		     activates links'
   1102 	o bug 3819, 'Duplicate definition of global pygtk symbols'
   1103 	o bug 3821, 'Potential security issue with libetpan code in
   1104 		     mailmbox plugin'
   1105 	o bug 3916, 'message view shows wrong message contents'
   1106 	o bug 3843, 'Non-functional "Change to..." command in
   1107 		     Spelling menu'
   1108 	o bug 3852, 'delete header entry button doesn't restore
   1109 		     colour'
   1110 	o bug 3881, 'Hide Read Threads eats emails'
   1111 	o bug 3886, '"About to send mail to 2 recipients" warning
   1112 		     when one of them is Reply-To'
   1113 	o bug 3892, 'build fails with enchant-2.1.0'
   1114 	o bug 3893, 'Text mode open/copy web links ignores trailing
   1115 		     tilde(s)'
   1116 	o bug 3924, 'Fix configuration of sieve plugin on FreeBSD
   1117 		     (segfaulted)'
   1118 	o bug 3931, 'segfault searching server with master password'
   1119 	o off-by-one error in textview's quote unfolding
   1120 	o Make sure outgoing messages have a trailing newline
   1121 	o 'add_to_addressbook' filtering action correctly add the
   1122 	  name
   1123 	o improved handling of bad filenames get_serverport() in
   1124 	  ssl_manager.c
   1125 	o building against older webkitgtk versions
   1126 	o crash in mailimf_group_parse() in mailmbox plugin
   1127 	o missing invalid regexp indication in folder preferences.
   1128 	o truncated input widgets in preferences window
   1129 	o ignore_thread not marking complete thread
   1130 	o buffer length handling in GnuTLS password encryption and
   1131 	  decryption
   1132 	o many memory leaks
   1133 
   1134 * 3.15.1
   1135 --------
   1136 
   1137 * Bug fixes:
   1138 	o bug 3348, 'Contact pictures not deleted when contact is
   1139 		     deleted'
   1140 	o bug 3721, 'Fails to build in Debian kfreebsd-*'
   1141 	o bug 3744, 'Crash upon deleting tags.'
   1142 	o bug 3822, 'AttRemover deletes message and fails to create
   1143 		     new one when disk is full'
   1144 	o bug 3828, '"Re-edit" should not recycle the Message-ID
   1145 	  	     header'
   1146 	o bug 3835, 'autogen.sh fails with invalid test on line 33'
   1147 	o bug 3855, 'segfault at startup with old profile and IMAP
   1148 		     account'
   1149 	o bug 3866, 'slibtool causes compile failure'
   1150 	o fix crash in sieve manager window when no account has sieve
   1151 	  enabled.
   1152 	o fix incorrect labels in folder selection dialog.
   1153 	o fix RSSyl feeds getting renamed to "Untitled feed".
   1154 	o fix Resent-Date value.
   1155 	o Fix typo around libarchive in configure.ac.
   1156 
   1157 * 3.15.0
   1158 --------
   1159 
   1160 * More granular options on when to open a selected message have been
   1161   added. There are now several checkboxes on the Display/Summaries
   1162   page of the Preferences which allow a greater flexibility.
   1163 
   1164 * Compose window: Show the total size of attachments on the
   1165   Attachments tab.
   1166 
   1167 * Compose window: Bcc has been added to the headers drop-down list.
   1168 
   1169 * Folder list: Top-level folders can now be copied.  They are created
   1170   as regular folders in the target mailbox.
   1171 
   1172 * Folder selection dialogue: Left/right keys collapse/expand rows.
   1173   Further keypress will move the cursor to parent or first child,
   1174   respectively.
   1175 
   1176 * Menu items: 'Mark all unread [recursively]' has been added to the
   1177   folder context menu, message list menu, and the main window menu
   1178   and toolbar.
   1179 
   1180 * Toolbar actions: Mark, Unmark, Lock, Unlock, Mark [all] read, Mark
   1181   [all] unread, Ignore Thread, Watch Thread, and Delete Duplicate
   1182   Messages have been added to the main window toolbar's Actions list.
   1183 
   1184 * Account compose signature: The value of the signature file now
   1185   takes a path relative to the user's home directory in addition to a
   1186   full path.
   1187 
   1188 * Icon Themes: Support for SVG themes with icon scaling capabilities
   1189   has been added. This requires libRSVG 2.40.5 or newer.
   1190 
   1191 * Hidden preferences: colours for specifying Tags, QuickSearch, and
   1192   auto-filled header values have been added, both foreground and
   1193   background. Respectively, tags_color, tags_bgcolor,
   1194   qs_active_color, qs_active_bgcolor, qs_error_color,
   1195   qs_error_bgcolor, default_header_color, and default_header_bgcolor.
   1196 
   1197 * Hidden preferences: warn_sending_many_recipients_num, if greater
   1198   than zero, a warning dialogue is shown when the number of
   1199   recipients exceeds the number given.
   1200 
   1201 * GData plugin: This plugin now requires libgdata version 0.17.2 or
   1202   newer.
   1203 
   1204 * TNEF parser plugin: This plugin now uses an external libytnef.
   1205 
   1206 * vCalendar plugin: This plugin now uses an external libical, version
   1207   2.0.0 or newer is required.
   1208 
   1209 * Mail Archiver plugin: - updated to support some of the compression
   1210   formats up to libarchive 3.2.2
   1211 
   1212 * Several minor UI improvements.
   1213 
   1214 * Updated manual in English and Spanish.
   1215 
   1216 * Updated man page.
   1217 
   1218 * Updated translations: Brazilian Portuguese, Catalan, Danish,
   1219   Dutch, French, German, Hungarian, Italian, Norwegian Bokmål,
   1220   Russian, Spanish, Swedish, Traditional Chinese, and Turkish.
   1221 
   1222 * Bug fixes:
   1223 	o bug 3251, 'A translated In-Reply-To header is sent
   1224 		     translated'
   1225 	o bug 3571, 'recipient list lost and truncated'
   1226 	o bug 3574, 'Template addressing'
   1227 	o bug 3582, 'Select folder dialogue does not tell what is
   1228 		     selecting for'
   1229 	o bug 3673, 'Be more friendly instead of "configure: error:
   1230 		     'encrypt'-function not found."'
   1231 	o bug 3734, 'undefined symbol error with flex-2.6.2'
   1232 	o bug 3740, 'Templates information dialog can't be closed
   1233 		     with WM button'
   1234 	0 bug 3741, 'Deleting an account doesn't delete imapcache'
   1235 	o bug 3742, 'Attaching file with plus sign in filename via
   1236 		     drag and drop doesn't work'
   1237 	o bug 3762, 'redirect fails'
   1238 	o bug 3764, 'Use external libical instead of the internal
   1239 		     copy'
   1240 	o bug 3775, 'Error in string at src/mainwindow.c:4726?'
   1241 	o bug 3777, 'Weird news dates for some RSS feeds'
   1242 	o Debian bug 846170, 'incorrect IMAP UID handling'
   1243 	o Allow sending empty messages in Session (just \r\n).
   1244 	o fix some main window menu sensitivity issues
   1245 	o make up/down key navigation obey 'always_show_msg'
   1246 	o fix text selection when double-clicking quoted text and
   1247 	  'collapse quoted text on double click' is turned off
   1248 	o fix 'Go to' moving off current, unopened msg, and dialogue
   1249 	  to go to next folder
   1250 	o obey 'always_show_msg' on "no more [...] msgs. go to next
   1251 	  folder?"
   1252 	o make Go to/[Next|Prev] sort order aware
   1253 	o don't ignore auto-account selection when forwarding on IMAP
   1254 	  and NNTP accounts
   1255 	o on first run, use --alternate-config-dir (if set) on prefs
   1256 	  migration. prevents useless creation of ~/.claws-mail
   1257 	  directory
   1258 	o fix colouring of auto-filled headers
   1259 	o don't remove the To when changing account
   1260 	o Honour autosave_encrypted preference when using external
   1261 	  editor.
   1262 	o Fix 'search folder' not working in some cases
   1263 	o Fix build on OSX.
   1264 	o fix memory leaks
   1265 	o when renaming folder, only update summaryview folder name
   1266 	  if the current folder is being renamed
   1267 	o sensitise trayicon's 'get mail' and 'exit'
   1268 	o Handle timezones correctly in vCalendar.
   1269 	o Do not hardcode resolv.conf location
   1270 	o fix building with --disable-deprecated
   1271 
   1272 * 3.14.1
   1273 --------
   1274 
   1275 * 'hide_timezone', a new hidden preference that sets the timezone of
   1276   date fields sent over the network to the unknown timezone value as
   1277   specified in RFC 5322 §3.3.  Default value is false (i.e., send
   1278   available timezone information).
   1279 
   1280 * 'rewrite_first_from', a new hidden preference which  works around a
   1281   limitation of some servers with 'overly-liberal parsers'. When this
   1282   is turned on and the Content-Transfer-Encoding is set to 8bit or
   1283   7bit, in a message body starting with 'From ' the 'From ' will
   1284   become '=46rom ' (i,e, encoded form of 'F') and the Content-
   1285   Transfer-Encoding will be changed to Quoted-Printable. When it is
   1286   turned off no such modification will be made but it is very likely
   1287   that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
   1288   further details. Default value is '1', turned on.
   1289 
   1290 * Templates: it is now possible to attach a file, using
   1291   '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
   1292   evaluated as a command-line to get the filename name from, using an
   1293   absolute /path/to/filename.
   1294 
   1295 * IMAP mailboxes which show subscribed folders only are now indicated
   1296   by a green folder icon.
   1297 
   1298 * The Icon Legend has had the missing folder icons added and also has
   1299   an improved layout.
   1300 
   1301 * Drafted messages: Do not add Message-ID for draft, unless the
   1302   message already has one. A Message-ID header is now only added when
   1303   queuing a message, and any existing Message-ID and References
   1304   headers in drafts, if there are any, are kept.
   1305 
   1306 * Disable hiding threads and messages in draft folders.
   1307 
   1308 * The /View/Go to/... actions now respect the 'Open message when
   1309   selected' option.
   1310 
   1311 * In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
   1312   'IMAP4', 'SSL/TLS' instead of 'SSL'.
   1313 
   1314 * GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
   1315   using older versions of GnuTLS library.
   1316 
   1317   Since GnuTLS 3.1.7, this minimum size is dictated by the priority
   1318   string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
   1319   1008 bits. We set this minimum size explicitly for older GnuTLS
   1320   versions.
   1321 
   1322   Users who are affected by this (their servers use DH prime smaller
   1323   than 1008 bits) can override this by using a priority string
   1324   starting with the keyword "LEGACY". However, this keyword only
   1325   works with GnuTLS 3.3.0 or newer.
   1326 
   1327 * RSSyl plugin: Enable keeping old items by default.
   1328 
   1329 * vCalendar plugin: The ics file name is now used for the WebCal
   1330   subscription folder name.
   1331 
   1332 * vCalendar plugin: Use hours/minutes for vcalendar alert time.
   1333 
   1334 * Notification plugin: Add support for unity/messaging menu.
   1335 
   1336 * PDF Viewer plugin: The icons are now themeable.
   1337 
   1338 * Updated manual in English and Spanish.
   1339 
   1340 * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
   1341   Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
   1342   Bokmål, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
   1343   and Turkish.
   1344 
   1345 * Bug fixes:
   1346 	o bug 2918, 'Notification Popup icon is hardcoded'
   1347 	o bug 3207, 'Claws segfaults when closing LDAP-enabled
   1348 		     address book'
   1349 	o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
   1350 	o bug 3638, 'GData Plugin fails after initial Google
   1351 		     handshake'
   1352 	o bug 3665, 'Fix config script for macOS'
   1353 	o bug 3666, 'Typos in Turkish translation'
   1354 	o bug 3667, 'segfault in imap_session_authenticate'
   1355 	o bug 3675, 'RSSyl crash when opening Atom feed'
   1356 	o bug 3676, 'RSSyl crash when opening Atom feed with XML
   1357 		     depth >= 3'
   1358 	o bug 3678, 'Segfault when trying to add new account'
   1359 	o bug 3684, 'Socket error with POP3 using TLS client
   1360 		     certificate'
   1361 	o bug 3697, 'Export to mbox' causes crash'
   1362 	o bug 3705, 'active account Mail Address corrupted when
   1363 		     address in Message-ID is used'
   1364 	o bug 3711, 'Usage of (s)'
   1365 	o bug 3712, 'Name of the example domain in the translation'
   1366 	o fix non-resizeable Icon Legend dialogue
   1367 	o Fix a potential bug in vcalendar's libical
   1368 	o Fix potential crash in vcalendar's icalcomponent_vanew() on
   1369 	  64-bit archs.
   1370 	o Fix regression: show simple text/calendar with plugin.
   1371 	o Fix crash in vcalendar passwords handling on prefs save.
   1372 	o Few miscellaneous fixes for RSSyl.
   1373 	o several memory leaks.
   1374 	o Don't check for encrypt() on FreeBSD.
   1375 	o Add OpenBSD CA cert path.
   1376 	o Do not process folder marks when just refreshing
   1377 	  summaryview
   1378 
   1379 * 3.14.0
   1380 --------
   1381 
   1382 * Passwords can now be secured with a Master Passphrase.
   1383   (/Configuration/Preferences/Other/Miscellaneous/)
   1384 
   1385 * Passwords: The password storage method has changed. All passwords
   1386   are now stored in a separate file, (~/.claws-mail/passwordstorerc),
   1387   and use a stronger encryption than previously. Existing passwords
   1388   are moved to the new file automatically, in the old format. The
   1389   new format will be used whenever old passwords are changed or when
   1390   a Master Passphrase is used. All new passwords are saved using the
   1391   new format, irrespective of whether a Master Passphrase is used or
   1392   not. Further information can be found here:
   1393   http://www.claws-mail.org/doc/password_encryption.txt
   1394 
   1395 * Compose window: Removed the outer scrollbar from header area.
   1396 
   1397 * Message view: The HTML to plain text converter now indicates list
   1398   items with a hyphen (-), adds a line break after <dd>, and indents
   1399   text within blockquotes.
   1400 
   1401 * Main window: Changed default /View/Show or hide/Menubar shortcut to
   1402   Ctrl+F12.
   1403 
   1404 * SSL certificates list: Added automatic scrollbar.
   1405 
   1406 * Address book: Double-clicking datasources now opens the edit
   1407   dialogue. 
   1408 
   1409 * Forwarding: The external editor is now automatically used when
   1410   forwarding as attachment, if the preference is set.
   1411 
   1412 * Preferences: Automatic mail checking can now be configured in
   1413   hours, minutes and seconds.
   1414   (/Configuration/Preferences/Mail Handling/Receiving)
   1415 
   1416 * Preferences: The 'next_on_delete' hidden preference now applies to
   1417   trashing or moving, in addition to deleting, a message.
   1418 
   1419 * Command line: Added -geometry to set geometry for main window.
   1420 
   1421 * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
   1422   accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.
   1423 
   1424 * IMAP: The acccount preference, 'Move deleted mails to trash and
   1425   expunge immediately' has been removed.
   1426 
   1427 * Notification plugin: Added 'Get mail from account...' to the
   1428   SysTray module's menu.
   1429 
   1430 * Notification plugin: Focus the widget between iconify/deiconify
   1431   events.
   1432 
   1433 * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
   1434   parenting for two or more messages.
   1435 
   1436 * Documentation: Updated man page and manual.
   1437 
   1438 * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
   1439 			 Finnish, French, German, Hungarian, Italian,
   1440 			 Slovak, Spanish, Swedish, Traditional
   1441 			 Chinese.
   1442 		Added: Danish, Indonesian, Turkish.
   1443 		Dropped: Lithuanian (unmaintained)
   1444 
   1445 * Bug fixes:
   1446 	o bug 2518, '"Reply-All" message from NNTP-account does not
   1447 		     contain CC'ed correspondents'
   1448 	o bug 2781, 'Unsanitised Folder Creation'
   1449 	o bug 3028, 'Claws doesn't select html part if attachments
   1450 		     present'
   1451 	o bug 3213, 'Line break in subject of message'
   1452 	o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
   1453 		     in codeconv.c'
   1454 	o bug 3581, 'sys:1: Warning: Source ID # was not found when
   1455 		     attempting to remove it'
   1456 	o bug 3603, 'Feeds from Reddit are empty'
   1457 	o bug 3610, 'Heap use after free in
   1458 		     privacy_mimeinfo_check_signature()'
   1459 	o bug 3616, 'segfault setting up new CM in new userid'
   1460 	o bug 3623, 'Client crash on importing duplicated feed'
   1461 	o bug 3629, 'Invalid subject can distort message list view'
   1462 	o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
   1463 		     pointer with integer zero [-Wextra]'
   1464 	o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
   1465 		     3.13.2git tries to load 3.11.1 plugins'
   1466 	o bug 3658, 'Passphrase ignored during keypair generation
   1467 		     with gpg2'
   1468 	o include Reply-To value when using 'reply to all'
   1469 	o inputdialog modality and focus issue
   1470 	o fix Compose account selection when imap folder is selected.
   1471 	o set correct rcdir on Win32
   1472 	o Fix behavior in selecting PGP MIME signature on Windows.
   1473 	o RSSyl: typo in handling feed name ending with a period on
   1474 	  Win32
   1475 	o vCalendar: Handle ical lines longer than 256 bytes
   1476 
   1477 * 3.13.2
   1478 --------
   1479 
   1480 * Bug fixes:
   1481 	o bug 2358, '"Disposition-Notification-To:" should default
   1482 		     to same value as "From:'
   1483 	o bug 3557, 'Remotely exploitable bug.'
   1484 	o bug 3584, 'After 3.13.1, characters in some Japanese codec
   1485 		     are never correctly converted to internal ones'
   1486 
   1487 * 3.13.1
   1488 --------
   1489 
   1490 * When attaching files with no suffix, e.g. Makefile, the correct
   1491   mime type is now found.
   1492 
   1493 * Added support for a whole range of extra TLDs.
   1494 
   1495 * '➜' is used instead of '-->' in the Message List when sender is
   1496   yourself. (Only visible if the hidden pref 'enable_swap_from' is
   1497   set to 0.)
   1498 
   1499 * An external editor can now be embedded in the Compose window.
   1500   This depends upon the 'Text editor' option (/Configuration/
   1501   Preferences/Message View/External Programs) having a suitable
   1502   value, such as 'gvim -f --socketid %w %s'.
   1503 
   1504 * Address Book: address books can now be searched.
   1505 
   1506 * A hidden pref has been added, 'next_on_delete'. This controls the
   1507   message selection when a message is deleted. A setting of '0'
   1508   which cause the previous, older message to be selected, a setting
   1509   of '1' will cause the next, newer message to be selected.
   1510 
   1511 * PDF Viewer plugin: Support for encrypted (password protected) PDFs.
   1512 
   1513 * RSSyl plugin: The feed preferences window appearance has been
   1514   improved.
   1515 
   1516 * The --enable-new-addrbook configure option has been renamed to
   1517   --enable-alternate-addressbook.
   1518 
   1519 * Windows: Re-enabled regexps.
   1520 
   1521 * updated man page.
   1522 
   1523 * Updated translations: British English, Czech, Dutch, Finnish,
   1524   French, German, Hebrew, Hungarian, Italian, Lithuanian,
   1525   Norwegian Bokmål, Slovak, Swedish, Traditional Chinese.
   1526 
   1527 * New translations: Russian.
   1528 
   1529 * Removed translations: Bulgarian, Esperanto.
   1530 
   1531 * Bug fixes:
   1532 	o bug 1959, 'Selection selects too many under expanded view'
   1533 	o bug 2490, 'Selecting mails through Shift-Home/End doesn't
   1534 		     work properly'
   1535 	o bug 3151, 'loaded vCalendar plugin "disables" gnome-shells
   1536 		     calendar view entries'
   1537 	o bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting
   1538 		     an unread message'
   1539 	o bug 3557, 'Remotely exploitable bug.'
   1540 	o bug 3454, (windows) 'Attachments containing certain special
   1541 		     characters in filename are not opened'
   1542 	o bug 3480, 'No valid feed found when channel title is
   1543 		     missing'
   1544 	o bug 3513, 'Can't delete multiple selected e-mails'
   1545 	o bug 3541, 'Selecting a leaf folder with keyboard no longer
   1546 		     opens it'
   1547 	o bug 3559, 'Opening preferences window causes out of bounds
   1548 		     read'
   1549 	o bug 3561, 'HTML <a> tag with no href makes message display
   1550 		     incorrectly.'
   1551 	o bug 3562, 'Hyperlink Errors URI XMPP, SIP, SIPS and Skype'
   1552 	o bug 3563, 'URL parser will read out of bounds when closing
   1553 		     bracket is missing in get_url_part'
   1554 	o bug 3566, 'Missing locales in Eastern name order'
   1555 	o Debian bug 801375, 'Segfault when activating ... the plugin
   1556 			      with the Code from Google'
   1557 	o better fix for crash after broken pgp keyring update, and
   1558 	  bogus EOF message on verifying sigs of missing keys
   1559 	o building on OpenBSD
   1560 	o libetpan version test
   1561 	o folder renaming for IMAP on Windows.
   1562 
   1563 * 3.13.0
   1564 --------
   1565 
   1566 * Preferences are now saved to disk immediately on pressing OK or
   1567   Apply.
   1568 
   1569 * New preferences have been added for default sorting of the message
   1570   lists. They are found in the 'Message list' frame of the Display/
   1571   Summaries page of the general preferences. These options only apply
   1572   to newly created folders.
   1573 
   1574 * The menu item 'Delete thread' has been moved to the Message menu.
   1575   Previously clicking it would not delete the thread, but just move
   1576   it to the Trash folder. Now it will delete the thread.
   1577   An additional menu item has been added, 'Move thread to trash',
   1578   which implements the original behaviour.
   1579 
   1580 * Compose window: By default it is no longer possible to add user-
   1581   defined headers, with only those pre-defined in the drop down menus
   1582   being possible. To restore the old behaviour, a new hidden
   1583   preference has been added: 'type_any_header', setting this to 1
   1584   restores the old behaviour.
   1585 
   1586 * Automatic account selection is now also applied when you reply to
   1587   one of your own messages, e.g. from the Sent folder.
   1588 
   1589 * Folder list: The Left and Right cursor keys now collapse or expand
   1590   the currently selected folder tree item. The Left cursor key also
   1591   moves the selection to parent folder, if current folder is within
   1592   a collapsed tree.
   1593 
   1594 * Folder list: The Home and End keys now move the selection to the
   1595   first folder and last folder in the tree.
   1596 
   1597 * Account Auto-configuration: when errors occur, a more detailed
   1598   error message is shown.
   1599 
   1600 * GnuPG plugins: An option has been added to specify the location of
   1601   the GnuPG executable.
   1602 
   1603 * GnuPG plugins: A new hidden preference has been added which limits
   1604   the number of results returned when using your keyring for address
   1605   auto-completion: 'autocompletion_limit'. The default value is 0,
   1606   which means there is no limit, any other number will limit the
   1607   results to that number.
   1608 
   1609 * Python plugin: Folder has been added to MessageInfo objects.
   1610 
   1611 * The GeoLocation plugin is no longer included.
   1612 
   1613 * The user manual has been updated.
   1614 
   1615 * The man page has been updated.
   1616 
   1617 * Updated translations: Brazilian Portuguese, British English, Czech,
   1618   Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
   1619   Slovak, Spanish, Swedish.
   1620 
   1621 * New translations: Italian, Traditional Chinese.
   1622 
   1623 * Removed translations:  Indonesian, Polish.
   1624 
   1625 * Bug fixes:
   1626 	o bug 2115, 'Drag n' Drop of files with special characters
   1627 		     crashes CM'
   1628 	o bug 3209, 'autoconfig does not use full email address as
   1629 		     username'
   1630 	o bug 3253, 'all addresses of getaddrinfo() result should be
   1631 		     tried'
   1632 	o bug 3263, 'Wrong timezone while using date_fmt function'
   1633 	o bug 3296, 'Crash on double notification popup'
   1634 	o bug 3352, 'found_in_addressbook matches entries from GPG
   1635 		     keyring'
   1636 	o bug 3454, 'Attachments containing certain special
   1637 		     characters in filename are not opened'
   1638 	o bug 3473, 'base64 regression with old glib2 (before
   1639 		     2.26.0)'
   1640 	o bug 3475, 'Attachment dragged to email must be dropped to
   1641 		     attachment tab only - reggresion'
   1642 	o bug 3483, 'When replying to a *de*crypted message, it is
   1643 		     contained *encrypted* in reply'
   1644 	o bug 3507, 'build fails w/o GnuTLS'
   1645 	o bug 3516, 'vCard icon misplaced'
   1646 	o bug 3524, 'vCard does not decode all quoted-printable
   1647 		     values'
   1648 	o bug 3531, 'a/z hotkeys crash Claws immediately after
   1649 	             startup'
   1650 	o make 'date' (not thread date) the default sort when
   1651 	  clicking column header to switch to date sort.
   1652 	o Several memory leaks in RSSyl.
   1653 	o IPv6 now works on Windows, for connections not handled by
   1654 	  libetpan.
   1655 	o GPG preferences initialization.
   1656 	o Possible crash when gpg is upgraded to gpg-v21
   1657 	o Save temporary file in mime temporary directory when using
   1658 	  right-click/Open image instead of saving in current working
   1659 	  directory.
   1660 	o Crash in address completion when matching group name.
   1661 	o Correct handling of RFC3339 timestamp format with second
   1662 	  fraction.
   1663 	o Building on GLib older than 2.25.
   1664 
   1665 * 3.12.0
   1666 --------
   1667 
   1668 * New plugin: ManageSieve. Manage sieve filters on a server using
   1669   the ManageSieve protocol.
   1670 
   1671 * Filtering/Processing: increase range for age matcher condition.
   1672 
   1673 * Filtering/Processing: 'mark_as_spam' now only marks as spam, it
   1674   does not do an additional move.
   1675 
   1676 * Compose window: From line gets its own label with mnemonic.
   1677 
   1678 * Compose window: more intuitive right-click behaviour in attachments
   1679   list.
   1680 
   1681 * QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
   1682 
   1683 * Folder list: Added 'Mark all read recursively' to context menu.
   1684 
   1685 * Support for Mac-cyrillic encoding.
   1686 
   1687 * IMAP: Support for SCRAM-SHA-1 authentication mechanism.
   1688 
   1689 * PGP plugins: Display validity of signatures
   1690 
   1691 * Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
   1692 
   1693 * RSSyl plugin: Per-feed support for HTTP basic auth.
   1694 
   1695 * GData plugin: minimum requirement: libgdata 0.17.1
   1696 
   1697 * Several layout improvements to preferences pages.
   1698 
   1699 * Updated user manual.
   1700 
   1701 * Updated man page.
   1702 
   1703 * Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
   1704   French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, 
   1705   Spanish, Swedish.
   1706 
   1707 ...and so much more!
   1708 
   1709 * Bug fixes:
   1710 	o bug 1769, 'vCalendar timezone glitches'
   1711 	o bug 1901, 'More descriptive error msgs when attempting to 
   1712 		     delete a folder'
   1713 	o bug 2435, 'Infinite loop+crash when refreshing folders from
   1714 		     dovecot mbox based mailbox'
   1715 	o bug 2577, 'improve focus rectangle removal in summaryview'
   1716 	o bug 2601, '"if item changes... never mark as unread" marks
   1717 		     new items as read'
   1718 	o bug 2965, 'Encrypted mails are stored unencrypted in
   1719 		     'Queue' while sending via IMAP'
   1720 	o bug 2981, 'claws-mail-3.9.3 compilation warnings'
   1721 	o bug 3211, 'Fails to build in Debian hurd-i386'
   1722 	o bug 3321, 'revert "Remove unreachable code"'
   1723 	o bug 3345, 'Ability to choose other From values via keyboard
   1724 		     has been lost'
   1725 	o bug 3349, 'Unable to insert a file into a message during
   1726 		     compose.'
   1727 	o bug 3351, 'Two problems when re-sending a file with an
   1728 		     attachment'
   1729 	o bug 3354, 'Event cancellation uses incorrect method
   1730 		     parameter for Content-Type header'
   1731 	o bug 3364, 'segfault in src/prefs_account.c'
   1732 	o bug 3365, 'segfault in src/wizard.c'
   1733 	o bug 3380, 'Initialize widget before callback handler for
   1734 		     'clicked''
   1735 	o bug 3389, 'document 'F12' shortcut'
   1736 	o bug 3407, 'Pressing the "Date" column header to "sort by
   1737 		     date" causes all columns to have a sort arrow.'
   1738 	o bug 3419, 'Saving/appending messages to an mbox file
   1739 		     violates RFC#4155'
   1740 	o bug 3421, 'Recipients list doesn't scroll when moving with
   1741 		     arrow keys.'
   1742 	o bug 3432, 'Google ClientLogin has been deprecated, should
   1743 		     be migrated to OAuth 2.0'
   1744 	o bug 3438, 'Filter to add address to Addressbook duplicates
   1745 		     address in Name field'
   1746 	o bug 3466, 'address auto-complete does not work on plasma5'
   1747 	o Debian bug 771360, CVE 2010-5109
   1748 	o Debian bug 771737, 'Segfaults when trying to open folder'
   1749 	o Debian bug 779824, 'claws-mail depends on plugins 
   1750 			      libraries'
   1751 	o Fix LDAP access using TLS protocol
   1752 	o claws-mail.desktop installation
   1753 	o Compose window Subject mnemonic
   1754 	o Archiver plguin: compatibility with libarchive 2.8.x
   1755 	o Remove draft when cancelling a message written with an
   1756 	  external editor
   1757 	o Remove superfluous dynamic link against libarchive
   1758 	o Fix labels referring to 'SSL' instead of 'TLS'
   1759 	o Allow single-click to select mailboxes in the mailbox order
   1760 	  dialog.
   1761 	o tbird2claws.py: set encoding to UTF-8.
   1762 
   1763 
   1764 * 3.11.1
   1765 --------
   1766 
   1767 * Use 'gnutls_priority' hidden account preference for POP3 and
   1768   STARTTLS connections, in addition to SMTP.
   1769 
   1770 * RSSyl plugin: Enable use of .netrc to store network credentials.
   1771 
   1772 * Remove dependency on intltool.
   1773 
   1774 * Remove appdata.
   1775 
   1776 * Updated translations: Norwegian Bokmål.
   1777 
   1778 * Bug fixes:
   1779 	o bug 3306, 'HTML tag </b> is not always rendered in error
   1780 		     dialog'
   1781 	o bug 3308, 'build ignores --localedir'
   1782 
   1783 
   1784 * 3.11.0
   1785 --------
   1786 
   1787 * SSLv3 server connections are now disabled by default, in response
   1788   to the POODLE vulnerability, see
   1789   https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566.
   1790 
   1791 * Several PGP/Core plugin improvements
   1792   Indicate when a key has been revoked or has expired when displaying
   1793   signature status. For example,
   1794 	"Good signature from %s, but the key has expired."
   1795 	"Good signature from %s, but the key has been revoked."
   1796   When displaying the full information, show the Validity, and the
   1797   Owner Trust level. Also indicate expired and revoked keys, and
   1798   revoked UIDs.
   1799 
   1800   The "Content-Disposition: attachment" flag in PGP/MIME signed
   1801   messages has been removed. It was confusing for cetain MUAs.
   1802 
   1803 * A new version of the RSSyl plugin, completely redesigned and
   1804   rewritten. Migration from the previous version is automatic,
   1805   it has a new storage format in ~/.claws-mail/RSSyl/ (hierarchical
   1806   directories instead of flat file format). It uses the expat
   1807   library instead of libxml2 for parsing feed data.
   1808 
   1809 * The results of TAB address completion in the Compose window have
   1810   improved ordering.
   1811 	Order of results:
   1812 	1. Match beginning of name
   1813 	2. Match beginning of additional names
   1814 	3. Match complete email address before @
   1815 	4. Match beginning of email address
   1816 	5. Compare relative position of match
   1817 	6. Compare name alphabetically
   1818 	7. Compare address alphabetically.
   1819 	
   1820 * Due to popular demand, use of the Up key in the message body in the
   1821   Compose window stops at the top of the message body and does not
   1822   continue up to the header fields. This reverts the behaviour
   1823   introduced in version 3.10.0.
   1824 
   1825 * In the Compose window, when navigating with the arrow keys,
   1826   selecting, and thus modifying, the Account selector is now
   1827   prevented.
   1828 
   1829 * In the Compose window, a mnemonic (s) has been added to the Subject
   1830   line.
   1831 
   1832 * The Queue folder is highlighted if there are messages in its sub-
   1833   folders and the tree is collapsed.
   1834 
   1835 * When sorting messages by 'thread date', clicking the 'Date' column
   1836   header will now toggle between ascending/descending and will not
   1837   switch to 'date' sorting.
   1838 
   1839 * A new QuickSearch filter has been added that searches a header's
   1840   content only.
   1841   H S : messages which contain S in the value of any header.
   1842 
   1843 * A Reply-To field has been added to the main Template configuration.
   1844 
   1845 * The menubar can now be hidden, default hotkey: F12.
   1846 
   1847 * Fancy plugin: A user-controlled stylesheet can now be used.
   1848 
   1849 * Python plugin: Add flag attributes to MessageInfo object.
   1850 
   1851 * Python plugin: Make 'account' property of ComposeWindow read/write.
   1852 
   1853 * Libravatar plugin: a network timeout option has been added.
   1854 
   1855 * appdata has been added for package managers, it must be
   1856   specifically enabled, using ./configure --enable-appdata
   1857   See http://people.freedesktop.org/~hughsient/appdata/ for further
   1858   information.
   1859 
   1860 * The tbird2claws.py script, for converting a Thunderbird mailbox to
   1861   a Claws Mail mailbox, now handles sub-directory recursion.
   1862 
   1863 * Updated translations: Brazilian Portuguese, Bulgarian, Dutch,
   1864   Esperanto, Finnish, German, Hebrew, Lithuanian, Slovak, Spanish,
   1865   and Swedish
   1866 
   1867 * Bug fixes:
   1868 	o bug 3173, 'quick search ignores trailing blank'
   1869 	o bug 3211, 'Fails to build in Debian hurd-i386 architecture'
   1870 	o bug 3212, 'When msgnum matches a sub-folder name, fetch
   1871 		     fails'
   1872 	o bug 3221, 'IMAP: Claws Mail has issues with Yahoo IMAP
   1873 		     server/folders'
   1874 	o bug 3235, 'Extraneous double quotes inside base64-encoded
   1875 		     From header confuse 'Reply' action'
   1876 	o bug 3236, 'sc_html_parse_tag() does not recognize '<br/>'
   1877 		     as line break'
   1878 	o bug 3246, 'attachment open: "remember this" ignored if
   1879 		     ~/.mailcap does not exist'
   1880 	o bug 3265, 'procmime.c: unbalanced flockfile() /
   1881 		     funlockfile()'
   1882 	o bug 3300, 'Cannot send/receive mail when SSL 3.0 is not
   1883 		     supported on the server'
   1884 	o Debian bug 755022, '[claws-mail-spam-report] likely useless
   1885 		     to report to Debian because of the use of http
   1886 		     instead of https'
   1887 	o Disable SSL3.0 entirely as a Poodle fix.
   1888 	o fix msg display when utf8_instead_of_locale_for_broken_mail
   1889 	  is turned off and you use a UTF-8 locale
   1890 	o fix building without gnuTLS support
   1891 	o Don't differentiate the protocols used when using direct
   1892 	  SSL/TLS versus STARTTLS
   1893 	o disallow editing any account (even current account) when at
   1894 	  least one compose window is open
   1895 	o Actually display "(No From)" in messageview's From column
   1896 	  when appropriate.
   1897 	o When changing focus in folderview, make sure the newly
   1898 	  focused folder is visible first.
   1899 	o various fixes to flaws reported by Coverity scan
   1900 	o PGP/Core plugin: Don't automatically re-check signatures
   1901 	o PGP/Core plugin: fix erroneous 'untrusted' msg based on
   1902 	  validity not trust
   1903 	o Make INBOX case-insensitive (as RFC states)
   1904 	o Python plugin: Fix ComposeWindow.get_account_selection
   1905 
   1906 	
   1907 * 3.10.1
   1908 --------
   1909 
   1910 * Add an account preference to allow automatically accepting
   1911   unknown and changed SSL certificates, if they're valid (that is,
   1912   if the root CA is trusted by the distro).
   1913 
   1914 * RFE 3196, 'When changing quicksearch Search Type, set focus to
   1915 	     search input box'
   1916 
   1917 * PGP/Core plugin: Generate 2048 bit RSA keys.
   1918 
   1919 * Major code cleanup.
   1920 
   1921 * Extended claws-mail.desktop with Compose and Receive actions.
   1922 
   1923 * Updated Bulgarian, Brazilian Portuguese, Czech, Dutch, Esperanto,
   1924   Finnish, French, German,Hebrew, Hungarian, Indonesian, Lithuanian,
   1925   Slovak, Spanish, and Swedish translations.
   1926 
   1927 * Bug fixes:
   1928 	o bug 2728, 'erroneous switching from one to three column
   1929 		     view'
   1930 	o bug 2981, 'claws-mail-3.9.3 compilation warnings'
   1931 	o bug 3170, 'QuickSearch fights with View/Hide read threads
   1932 		     menu option'
   1933 	o bug 3179, 'Win32: Please add 'gtk-auto-mnemonics = 1' to
   1934 		     GTK+ setting'
   1935 	o bug 3201, 'Fix memory corruption in sc_html_read_line()'
   1936 	o Debian bug 730050, 'vcalendar plugin crash'
   1937 	o Fix GCond use with newer Glib
   1938 	o Fix the race fix, now preventing the compose window to be
   1939 	  closed.
   1940 	o Fix "File (null) doesn't exist" error dialog, when
   1941 	  attaching a non-existing file via --attach
   1942 	o Fix spacing in Folderview if the font is far from the
   1943 	  system font
   1944 	o RSSyl: When parsing RSS 2.0, ignore <link> tags with a
   1945 	  namespace prefix.
   1946 	o RSSyl: Check for existence of xmlNode namespace, to prevent
   1947 	  NULL pointer crashes.
   1948 
   1949 
   1950 * 3.10.0
   1951 --------
   1952 
   1953 * Complete SSL certificate chains are now saved, and if built with
   1954   Libetpan 1.4.1, the IMAP SSL connection's certificate chain is made
   1955   available. Both of these allow correct certificate verification
   1956   instead of a bogus 'No certificate issuer found' status.
   1957 
   1958 * Auto-configuration of account email servers, based on SRV records,
   1959   is now possible. (GLib >= 2.22 is required.)
   1960 
   1961 * Added a preference to avoid automatically drafting emails that are
   1962   to be sent encrypted, (Configuration/Preferences/Compose/Writing).
   1963 
   1964 * Messages saved as Drafts are now saved as New, highlighting the
   1965   Drafts folder, in order to draw the attention to unfinished mails
   1966   there.
   1967 
   1968 * It is now possible to add a 'Replace signature' button to the
   1969   Compose window toolbar.
   1970 
   1971 * Quotation wrapping and undo/redo in the Compose window has been
   1972   improved.
   1973 
   1974 * 'Reply to all' now excludes your own address.
   1975 
   1976 * The 'Generate X-Mailer header' option has been renamed 'Add user
   1977   agent header' and applies to both X-Mailer and X-Newsreader
   1978   headers.
   1979 
   1980 * Added hidden preferences, 'address_search_wildcard' and 
   1981   'folder_search_wildcard', to choose between matching from start of
   1982   the folder name/address or any part of the name. (Activating these
   1983   options restores the previous behaviour.)
   1984 
   1985 * Added hidden preference 'enable_avatars' to control the internal
   1986   capture/render process, and which allows disabling it by external
   1987   plugins for example.
   1988 
   1989 * 'Check for new folders' now only updates the folder list, not
   1990   updating the contents of folders. If needed, it can be followed by
   1991   'Check for new messages'
   1992   
   1993 * When using Redirect, the redirecting account's address is used in
   1994   the SMTP MAIL FROM instead of the original sender's address.
   1995 
   1996 * NEW: Libravatar plugin, which displays avatars from
   1997   https://www.libravatar.org/
   1998 
   1999 * Added support for an arbitrary number and sources of 'avatars' and
   2000   images for email senders, and migrated Face and X-Face headers.
   2001 
   2002 * Avatars are now included when printing mails.
   2003 
   2004 * The GPG keyring can now be used as the source for address auto-
   2005   completion.
   2006 
   2007 * The vCalendar and RSSyl plugins now have an option to disable SSL
   2008   certificate verification (and check them by default).
   2009 
   2010 * The ClamAV plugin now pops up an error message only once instead of
   2011   repeatedly
   2012 
   2013 * Updated the man page and the manual.
   2014 
   2015 * Updated Brazilian Portuguese, British English, Czech, Dutch,
   2016   Finnish, French, Hebrew, Hungarian, Indonesian, Lithuanian, Slovak,
   2017   Spanish, and Swedish translations.
   2018 
   2019 * Added Esperanto translation.
   2020 
   2021 
   2022 * Bug fixes:
   2023 	o bug 1644, 'race condition between message move and mark as
   2024 		     read after timeout'
   2025 	o bug 2119, 'Check for new folders on remote mailboxes is
   2026 		     very slow'
   2027 	o bug 2145, 'Claws becomes unresponsive and gets Killed while
   2028 		     moving messages between imap folders'
   2029 	o bug 2179, 'Improve quotation wrapping support'
   2030 	0 bug 2238, 'Incorrect undo/redo operations after paste with
   2031 		     replace from context menu'
   2032 	o bug 2389, 'GnuPG: invalid/revoked user IDs accepted'
   2033 	o bug 2398, 'Race when closing compose during drafting'
   2034 	o bug 2447, 'Compose window crashes if moving a folder that
   2035 		     is being replied to'
   2036 	o bug 2643, 'claws crash when accessing imap folder'
   2037 	o bug 2875, 'SMTP session disconnects before recieving'
   2038 	o bug 2991, 'POP3 sessions duplicated" on race conditions'
   2039 	o bug 3020, 'Use theme doesn't change some icons until
   2040 		     restart'
   2041 	o bug 3055, 'Claws segfaults when cancelling a sticky search
   2042 		     after changing folder'
   2043 	o bug 3038, 'Select a folder incorrectly matches on number in
   2044 		     parentheses'
   2045 	o bug 3039, 'displaying one specific html email lead in 100%
   2046 		     CPU usage'
   2047 	o bug 3040, 'Handle revoked GPG private keys'
   2048 	o bug 3050, 'Claws segfaults when attempting to delete a tag'
   2049 	o bug 3094, 'OK or Yes to create new directory ?'
   2050 	o bug 3100, 'Automatic account selection on reply fails if
   2051 		     name  is quoted and contains a comma'
   2052 	o bug 3105, 'vCal plugin via https does not check SSL peer
   2053 		     certificates or host'
   2054 	o bug 3106, 'rssyl plugin does not verify SSL peer at all'
   2055 	o bug 3107, 'Height of row in message list does not reflect
   2056 		     font size - three columns, small screen layout'
   2057 	o bug 3116, 'invalid DTSTART in ics subscription makes claws
   2058 		     crash'
   2059 	o bug 3117, 'full-day event shown from 01:00 to 01:00 next
   2060 		     day'
   2061 	o bug 3120, '"Error - File is empty" when redirecting mail
   2062 		     with empty parts'
   2063 	o bug 3131, 'Crash on reccurent events with no DTSTART'
   2064 	o bug 3138, 'PGP/Inline crashes on signature check if gpgme
   2065 		     failed to init'
   2066 	o bug 3139, 'Mainwindow unresponsive due to a busy loop'
   2067 	o bug 3145, 'Memory corruption in imap_disconnect_all'
   2068 	o bug 3146, 'Memory corruption when deleting a message from
   2069 		     folder'
   2070 	o bug 3147, 'verify_folderlist_xml() leaks memory'
   2071 	o bug 3148, 'Logic error in claws_get_socket_name()'
   2072 	o bug 3150, 'etpan_certificate_check() leaks memory'
   2073 	o bug 3155, 'Memory leaks found by Valgrind in
   2074 		     a9065aec26499a0e1294c73b6d9e6f039976521e'
   2075 	o bug 3169, 'threaded message list performance issue'
   2076 	o bug 3964, 'headers in wrong order -- file src/common/ssl.c'
   2077 	o Fix lots of memory leaks
   2078 	o Fix interference from liboverlay-scrollbar
   2079 	o Fix some typos
   2080 	o Fix some layout issues when user has large GTK font
   2081 	o Fix message search starting from end
   2082 	o Fix disappearing MIME icon highlight in mails with PGP
   2083 	  signatures
   2084 	o When autoselecting account for a new message, quoted
   2085 	  recipient names are handled better.
   2086 	o Python plugin: Also check for _PyGtk_API being a PyCapsule
   2087 	o MailMBOX plugin: Fix parsing UTC dates
   2088 	o vCalendar plugin: recognition of quoted parameter values,
   2089 		which are legal.
   2090 	o ClamAV plugin: Fix a format string error.
   2091 
   2092 
   2093 * 3.9.3
   2094 -------
   2095 
   2096 * The TAB address completion in the Compose window now matches any
   2097   part of the address and not just the beginning.
   2098 
   2099 * When copying or moving a message, the type-ahead search now matches
   2100   any part of a folder name and not just the beginning.
   2101 
   2102 * It is now possible to replace the current signature in the Compose
   2103   window by using the '/Message/Replace signature' menu item.
   2104 
   2105 * It is now possible to disable the 'Subject is empty' warning
   2106   dialogue. See the option 'Warn when Subject is empty' option on the
   2107   '/Configuration/Preferences/Mail handling/Sending' page.
   2108   
   2109 * When sending messages, if the hostname cannot be determined,
   2110   fallback to 'localhost' rather than 'unknown', as the latter is
   2111   rejected by some servers.
   2112 
   2113 * Added better handling of messages from broken mailers, such as
   2114   yahoo groups.
   2115 
   2116 * PDF plugin: the minimum required version of poppler is 0.12.0.
   2117 
   2118 * PGP/* plugin: long key IDs are now displayed in the dialogues
   2119   instead of short IDs.
   2120 
   2121 * PGP/* plugin: The automatic signature check is now non-blocking.
   2122 
   2123 * Python plugin: can now access accounts, mailboxes, folder
   2124   properties
   2125 
   2126 * vCalendar plugin: webcals:// URLs are now treated as https://
   2127 
   2128 * Translation updates: Brazilian Portuguese, Czech, Dutch, French,
   2129   German, Hebrew, Slovak, Spanish, and Swedish.
   2130 
   2131 * Support for Maemo has been removed.
   2132 
   2133 * Bug fixes:
   2134 	o bug 2132, 'Keyboard accelerators for "Clear" and "Edit"
   2135 		     quick search conflict with top menus'
   2136 	o bug 2210, 'Display name with invalid addresses not quoted
   2137 		     when inserted from address book'
   2138 	o bug 2794, 'account privacy signing method ignored on reply'
   2139 	o bug 2923, 'build failure with perl 5.18'
   2140 	o bug 2940, 'Extended search dialog too small for content in
   2141 		     polish l10n'
   2142 	o bug 2954, 'Crash in "Save Image As" for HTML message'
   2143 	o bug 2957, 'Double-free in account preferences'
   2144 	o bug 2960, 'rfc3156 deviation regarding hash symbols'
   2145 	o bug 2961, 'Partial retrieval not available with PGP/Inline
   2146 		     encrypted messages'
   2147 	o bug 2964, 'Lack of escaping of nested double-quotes in To:
   2148 		     header'
   2149 	o bug 2979, 'claws fails to load (empty) folderlist.xml and
   2150 		     shows account wizard'
   2151 	o bug 2982, 'variable declaration behind FLOCK conditional'
   2152 	o bug 2986, 'Down and Delete buttons have same hotkey in
   2153 		     filtering config'
   2154 	o bug 2989, 'Segfault at startup because of corrupted
   2155 		     folderlist.xml'
   2156 	o bug 2994, 'translating folder name'
   2157 	o bug 2995, 'closing extended quick search information panel
   2158 		     triggers window focus bug'
   2159 	o bug 3002, 'undefined reference to check_file_integrity'
   2160 	o bug 3004, 'claws picks wrong mime type for attachments'
   2161 	o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
   2162 		     directory name isn't valid utf-8'
   2163 	o bug 3011, 'crash when using %f Action on two or more
   2164 		     uncached (IMAP) messages.'
   2165 	o bug 3021, 'Icon key_pgp_signed always shows as the default,
   2166 		     never the themed version'
   2167 	o debian bug 711864, 'claws-mail-vcalendar-plugin: when
   2168 			      creating meeting GTK_IS_COMBO_BOX_TEXT
   2169 			      failed'
   2170 	o Quote all specials in name as defined on RFC,
   2171 	  see http://tools.ietf.org/html/rfc5322#section-3.2.3
   2172 	o fix sensitivity and state of 'hide read threads'
   2173 	o Fancy plugin: disable DNS Prefetching when 'Enable loading
   2174 	  of remote content' is switched off
   2175 	o Bogofilter plugin: insert X-Bogosity header like the option
   2176 	  says, not X-Claws-Bogosity header
   2177 
   2178 * 3.9.2
   2179 -------
   2180 
   2181 * New big icon for compose windows.
   2182 
   2183 * Bug fixes:
   2184 	o bug 2923 'build failure with perl 5.18'
   2185 	o Never decode multipart/* or message/* parts, as RFC states
   2186 	o add missing check for libperl
   2187 	o fix check for libsoup - it is not obligatory
   2188 	o Do not try to destroy a NULL session after an unsuccesful 
   2189 	  NNTP connect attempt.
   2190 	o The extraheaderrc format doesn't allow data after the
   2191 	  header colon. Other OSes may insert extra characters 
   2192 	  other than \n, so, remove them all.
   2193 	o fix undoing file insertion.
   2194 	o fix check for python.
   2195 	o fix detection of account in --compose and
   2196 	  --compose-from-file where the From value contains a name +
   2197 	  email.
   2198 
   2199 * 3.9.1
   2200 -------
   2201 
   2202 All plugins previously packaged as 'Extra Plugins' are now contained
   2203 within the Claws Mail package. In addition to that, the following
   2204 plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2
   2205 Viewer.
   2206 
   2207 This release contains the following plugins: ACPI Notifier, Address
   2208 Keeper, Attachment Remover, Attachment Warner, Bogofilter, BS Filter,
   2209 Clam AntiVirus, Fancy HTML Viewer, FetchInfo, gData, GeoLocation,
   2210 Mail Archiver, MailMBOX, New Mail, Notification, PDF Viewer, Perl,
   2211 PGP/Core, PGP/Inline, PGP/MIME, Python, RSSyl, SMime, Spam Report,
   2212 SpamAssassin, TNEF Parse, and vCalendar. 
   2213 
   2214 * 3 command-line switches have been added:
   2215   --cancel-receiving which cancels the currently running message
   2216 	retrieval operation
   2217   --cancel-sending which cancels the currently running message
   2218 	sending operation
   2219   --debug which toggles debug output.
   2220 
   2221 * '/Message/Cancel sending' has been added to the main menu. 
   2222 
   2223 * In the filtering and processing condition configuration for Age,
   2224   it is now possible to match based on number of hours.
   2225 
   2226 * The GnuPG signature timestamp is now displayed in the full
   2227   signature information
   2228 
   2229 * Support for GnuTLS priority string has been added. This is achieved
   2230   via 2 hidden account preferences, gnutls_set_priority and 
   2231   gnutls_priority. The former turning the option on or off, the
   2232   latter containing the required priority string.
   2233 
   2234 * Keep-alive pings are now performed on IMAP and NNTP connections.
   2235 
   2236 * In the Compose window, the focus is now moved to the message body
   2237   when focus is in the Subject entry and the Enter key is pressed.
   2238   
   2239 * The Delete key can now be used to remove Colour Label hotkeys.
   2240 
   2241 * PDF Viewer: The printed PDF quality has been improved.
   2242 
   2243 * Fancy HTML viewer: The options dialogue has been completely
   2244   reworked, and disabling remote content is now totally strict.
   2245     		
   2246 * Python plugin: Added Cc field to messageinfo objects.
   2247 
   2248 * Python plugin: Added examples.
   2249 
   2250 * Python plugin: Added a function to get an arbitrary header from a
   2251   MessageInfo object
   2252 
   2253 * Perl plugin: The documentation for insert_perl.pl has been
   2254   improved.
   2255 
   2256 * Basic handling of vcard 3.0 has been added to vcard2xml.py.
   2257 
   2258 * A Swedish translation has been added to claws-mail.desktop.
   2259     		
   2260 * The man page has been updated.
   2261 
   2262 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
   2263   German, Hebrew, Hungarian, Lithuanian, Slovak, Spanish, Swedish
   2264 
   2265 * Bug fixes:
   2266 	o bug 1137, 'loading plugins with same profile on different
   2267 		     archs'
   2268 	o bug 1684, 'view news messages with large attachements
   2269 		     segfaults'
   2270 	o bug 1963, 'Preferences Templates Information Window Focus
   2271 		     loss'
   2272 	o bug 2340, 'Create block list'
   2273 	o bug 2617, 'code cleanup'
   2274 	o bug 2624, 'dialog "Action Configuration" cannot be closed'
   2275 	o bug 2702, 'Support splitting subject line for small screen
   2276 		     layout'
   2277 	o bug 2774, 'Select folder/New Folder dialog - modal problem'
   2278 	o bug 2785, 'Marking mails for deletion reopens internal
   2279     		     message view'
   2280 	o bug 2801, 'Filtering Header:Name list is blank/corrupt'
   2281 	o bug 2826, 'replace deprecated gnutls function'
   2282 	o bug 2828, 'Use MD5 digest for socket name'
   2283 	o bug 2832, 'mail to from adress-book splitt names'
   2284 	o bug 2835, 'add_address() in addr_compl.c should allow a
   2285 		     NULL name'
   2286 	o bug 2859, 'Newmail plugin doesn't work if Mail folder not 
   2287 		     present when it is loaded.'
   2288 	o bug 2862, 'Segmentation fault when replying to a message
   2289 		     where the "code conversion" fails'
   2290 	o bug 2863, 'Applying has_attachment quicksearch on IMAP
   2291 		     segfaults'
   2292 	o bug 2878 'bsfilter / folder.c:1435 Condition identifier
   2293 		    != NULL failed'
   2294 	o bug 2879, 'Plain text mails treated as encrypted'
   2295 	o bug 2882, 'Reverse preference for external content'
   2296 	o bug 2885, 'SIGSEGV in hooks_marshal at hooks.c:108'
   2297 	o bug 2890, 'html2ps required...'
   2298 	o bug 2893, 'ical_yy_scan_bytes has wrong type'
   2299 	o bug 2903, 'key 'C' mention harcoded in string'
   2300 	o bug 2909, 'Changing folder quickly can cause wrong email to
   2301 		     be deleted'
   2302 	o IMAP: Don't set charset on simple searches. Fixes Exchange
   2303 	  2007.
   2304 	o Disconnect NNTP accounts too when switching offline.
   2305 	o Fix sensitivity of next-unread toolbar button.
   2306 	o tools/gif2xface.pl, tools/outlook2claws-mail.pl: Fix
   2307 	  address.
   2308 	o Add missing \n at end of the return receipt last part's
   2309 	  headers.
   2310 	o Make LDAP over SSL work on Win32.
   2311 	o Fix crash on action error.
   2312     	o Fix trimming of leading spaces in actions.
   2313     	o tools/vcard2xml.py: Fix missing file encoding info.
   2314     	o fix sensitivity of 'Use both dictionaries' in compose
   2315     	  window.
   2316 	o Fix actions with spaces (and quotes).
   2317 	o tools/vcard2xml.py: Lines split over more than one line
   2318 	  breaks parser; Get email addres correct. Not only 
   2319 	  email;internet.
   2320 	o Escape filename/description text of MIME parts, prevents
   2321 	  error if, e.g., the filename contains an ampersand.
   2322 	o Fix 'edit accounts' windows going behind when leaving an
   2323     	  'account preferences' window, by re-focusing this window.
   2324 	o Fix crash closing PDF information alert panel.
   2325 	o Fix default fonts on Windows.
   2326 	o Fix ugly icon in XFCE's alt-tab window.
   2327 	o Fix untranslated description in archiver plugin
   2328 	o fix crasher when using /Edit/Search folder on start-up with
   2329 	  nothing selected.
   2330 
   2331 * 3.9.0
   2332 -------
   2333 
   2334 * Added IMAP server side search
   2335 
   2336 * Added the file .claws-mail/extraheaderrc which holds editable extra
   2337   headers to be added to compose window combobox
   2338 
   2339 * Added 'Select html part of multipart messages' to the Folder
   2340   Properties
   2341 
   2342 * GnuPG: Consider marginal signature validity as untrusted
   2343 
   2344 * The mimeview shortcuts are now user configurable
   2345 
   2346 * Spell checker: Always show 'change dictionary' menu
   2347 
   2348 * Filtering dialogue: TreeView type-ahead is now case insensitive
   2349 
   2350 * Separated 'Mark all read' from 'Mark as read' and 'Ignore thread'
   2351 
   2352 * Made 'Mark all read' confirmation button more clear
   2353 
   2354 * Made the clickable area of the expander arrows in the folder list
   2355   larger
   2356 
   2357 * Made SSL client certificate error messages more meaningful
   2358 
   2359 * The type of units required in the Extended Search information
   2360   dialogue are now indicated
   2361 
   2362 * Several speed-ups and optimisations
   2363 
   2364 * Updated manual
   2365 
   2366 * Updated translations: Brazilian Portuguese, Finnish, French, German,
   2367   Hungarian, Spanish, Swedish, traditional Chinese, Ukrainian
   2368 
   2369 * Bug fixes:
   2370 	o bug 1137, 'loading plugins with same profile on different
   2371 		     archs'
   2372 	o bug 1961, 'patches for a couple of clang warnings'
   2373 	o bug 1975, 'preference mutt key bindings do not take effect'
   2374 	o bug 2096, 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
   2375 		     Domino'
   2376 	o bug 2203, 'Problems in forwarding multipart/alternative
   2377 		     messages with HTML part'
   2378 	o bug 2390, 'Non-fully-trusted-key-warning appears based on 
   2379 		     primary UID rather than recipient e-mail'
   2380 	o bug 2579, 'Installed headers redefine autotools-specific
   2381 		     constants'
   2382 	o bug 2596, 'Spell checker does not work properly'
   2383 	o bug 2638, 'Respect $LEX environment variable in autogen.sh'
   2384 	o bug 2639, 'The MSGBUFSIZE definition collides with a
   2385 		     definition of OpenBSD'
   2386 	o bug 2650, 'segfault in pgp when gpgme_strerror() returns
   2387 		     a non utf-8 string'
   2388 	o bug 2689, 'segfault when trying to view info about
   2389 		     pgp/smime sign'
   2390 	o bug 2697, 'segfault in parse_parameters()'
   2391 	o bug 2718, 'Failure to check peer hostname when checking
   2392 		     certificate'
   2393 	o bug 2723, 'Missing encoding in generated html manual'
   2394 	o bug 2743, 'null pointer crash in procmime strchr'
   2395 	o bug 2744, 'Quick search throws bad command argument error
   2396 		     since recent change'
   2397 	o bug 2751, 'g_mutex_new/g_mutex_free removed from GLib 2.32'
   2398 	o bug 2760, 'display correct libc version in crash dialog
   2399 		     when uclibc is used'
   2400 	o bug 2761, 'Desktop file does not pass validation'
   2401 	o bug 2776, 'Make all menu shortcuts work properly in the
   2402 		     message window'
   2403 	o bug 2777, 'Installing latest cvs116 package 14 Windows
   2404 		     version results in wrong paths in clawsrc'
   2405 	o Fix some modal windows
   2406 	o Only show HTML parts by default (if the pref is set so) if
   2407 	  the part disposition-type is inline or unknown, but not
   2408 	  attachment.
   2409 	o IMAP: Always clear the tags list when fetching a folder, or
   2410 	  Claws will never untag an untagged email.
   2411 	o Fix double mainwindow presentation that confuses GNOME3
   2412 	  when some plugins fail to load (subsequent Claws windows
   2413 	  got no focus in that case)
   2414 	o Fix build on Fink/OS X
   2415 	o Fix build with gnutls 3.1.3
   2416 	o Fix Windows build
   2417 	o Fix Windows runtime crash
   2418 	o Fix socket communication
   2419 
   2420 * 3.8.1
   2421 -------
   2422 
   2423 * Replied and Forwarded message status flags are now non-exclusive.
   2424   Introduced a new message state (and relevant icon in message list)
   2425   where both the Replied and Forwarded flags are set
   2426 
   2427 * 'Send to...' has been added to the context menu of a message's
   2428   parts. This causes a new Compose window to open with the selected
   2429   mime part attached.
   2430 
   2431 * 'Hide' and 'View Log' buttons have been added to the Send and
   2432    Receive dialogues. The former will hide the dialogue, the latter
   2433    will open the Network Log dialogue.
   2434 
   2435 * A short symbol has been added the QuickSearch Extended mode: 'ha',
   2436   an abbreviated form of 'has_attachment'.
   2437 
   2438 * Basic session statistics are now available, from the Statistics
   2439   tab in About dialog and the command-line.
   2440 
   2441 * The display of attached patches, (text/x-patch or text/x-diff), is
   2442   now colourised. The colours are controlled by 3 new hidden
   2443   preferences: diff_added_color, diff_deleted_color, and
   2444   diff_hunk_color.
   2445 
   2446 * Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
   2447   Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
   2448   Traditional Chinese.
   2449 
   2450 * Bug fixes:
   2451 	o bug 1090, 'Standard-folders appear again after rescanning tree'
   2452 	o bug 1924, 'Messages marked move to Trash appear identical to
   2453 		     messages marked move to $FOLDER'
   2454 	o bug 2598, 'Actions can move locked messages'
   2455 	o bug 2501, 'opened message blanks when moved to other folder'
   2456 	o bug 2574, 'Statement might be overflowing a buffer in strncat'
   2457 	o bug 2577, 'Focus rectangle on folder list and message
   2458 		     list headings doesn't get properly cleared when switching
   2459                      heading and horizontally scrolling list (underlines and
   2460                      vertical lines remain on screen)'
   2461 	o bug 2582, 'Expanded mimeview drag n drop no longer works'
   2462 	o bug 2595, 'Change expand behavior for message list / message view'
   2463 	o bug 2620, 'shift+tab from subject field not working'
   2464 	o bug 2624, 'dialog "Action Configuration" cannot be closed'
   2465 	o bug 2646, 'Compile fails with gnutls-3.0.18'
   2466 	o bug 2659, 'E-mail attachments are handled inconsistently'
   2467 	o bug 2662, '"ag" quicksearch adds "1" to value'
   2468 	o Fix bug in search criteria when doing a complete directory
   2469 	  search using '*'
   2470 	o Fix GTK+2.16 build (w32)
   2471 	o Fix sensitivity of toolbar's get_btn (retrieve mail from current
   2472           account) and of mainwindows's relevant entry when current account
   2473           is not able to retrieve (SMTP-only).
   2474 	o don't do TLS if not requested by user. fixes connecting to servers
   2475 	  which, for example, want SSL 3 only
   2476 
   2477 * 3.8.0
   2478 -------
   2479 
   2480 
   2481 * GnuTLS 2.2 is now a minimum requirement if encrypted connections to
   2482   servers are required.
   2483 
   2484 * The list displays have been updated to use newer GTK+ functions,
   2485   this means that the expanders look different and the optional dotted
   2486   lines have been dropped.
   2487 
   2488 * A hidden option, 'summary_from_show', which controls the display in
   2489   the From column of the Message List: 0 (default): show name,
   2490   1: show address, 2: show name + address
   2491 		
   2492 * The image viewer now uses the EXIF Orientation.
   2493 		
   2494 * 'Generate X-Mailer header' has been added as an Account option.
   2495 
   2496 * /View/Message scroll has been added, allowing keyboard shortcuts to
   2497   be added and used for message scrolling.
   2498 
   2499 * Home and End keys now function in the Message View.
   2500 
   2501 * /Message/Print has been added to the Compose window.
   2502 
   2503 * Updated manuals
   2504 
   2505 * Update man page
   2506 
   2507 * Updated translations: Brazilian Portuguese, Czech, French,
   2508 	Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
   2509 
   2510 * Bug fixes:
   2511 	o bug 1489, 'Filter action mark_as_read inoperative
   2512 		     following move action
   2513 	o bug 1563, 'Folder view: show complete threads if they
   2514 		     contain unread messages'
   2515 	o bug 1870, 'arrow scrolling in filters'
   2516 	o bug 2116, 'Rip spaces off server names in account
   2517 		     configuration'
   2518 	o bug 2127, 'SSL cert check uses canonical name instead of
   2519 		     specified name'
   2520 	o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
   2521 		     after removing the address book in the GUI'
   2522 	o bug 2303, 'Next unread message enables message view'
   2523 	o bug 2310, 'Crash when hitting Ctrl+R to reply to a 
   2524 		     particular mail'
   2525 	o bug 2377, 'Show All Headers - make change persistent
   2526 		     between sessions'
   2527 	o bug 2402, 'GnuTLS change breaks socket communication'
   2528 	o bug 2404, 'matcherrc updates upon account renaming'
   2529 	o bug 2406, 'some part of accountrc not updated upon account
   2530 		     rename'
   2531 	o bug 2408, 'Some UI elements are not persistent between
   2532 		     sessions'
   2533 	o bug 2422, 'Toggle Message View w/ V crashes Claws'
   2534 	o bug 2479, 'LDIF address book import matches tags case
   2535 		     sensitive'
   2536 	o bug 2481, 'do not scroll "from" dropdown list and sender
   2537 		     address'
   2538 	o bug 2493, 'Subscription pull down should be alphabetized'
   2539 	o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
   2540 		     3.0.3'
   2541 	o bug 2505, 'tagsdb becomes polluted with old folder entries'
   2542 	o bug 2509, 'manually added headers are lost unless mail is
   2543 		     sent inmediately'
   2544 	o bug 2520, 'Please remove verbose "No further processing
   2545 		     after rule %s" message.'
   2546 	o bug 2525, 'Address completion window does not get keyboard
   2547 		     focus'
   2548 	o bug 2526, 'When reading message in separate window, n and p
   2549 		     keys do not work'
   2550 	o bug 2529, 'crash in mimeview_start_drag after deleting
   2551 		     message'
   2552 	o bug 2543, 'filter actions in actionsrc not updated upon
   2553 		     account renaming'
   2554 	o bug 2560, 'crash when unsubscribing newsgroup and having
   2555 		     active search field'
   2556 	o Fix focus problem on Gnome shell
   2557 	o Fix flicker on recursive quicksearch
   2558 	o Fix huge slowness induced by spellcheck "while typing"
   2559 	  during initial quote rewraps.
   2560 	o Fix build with GLib 2.31.
   2561 	o Fix crasher when spellchecking is not enabled
   2562 	o Fix compose window size saving/restoring
   2563 
   2564 
   2565 * 3.7.10
   2566 --------
   2567 
   2568 * The name of the account is now included within the Network Log
   2569   output. (See enhancement request 2184)
   2570 
   2571 * Right-clicking a message in the Message List no longer opens the
   2572   message. (See enhancement request 2353)
   2573   
   2574 * Updated manuals.
   2575 
   2576 * Updated translations: Brazilian Portuguese, Czech, French, Hungarian,
   2577   Lithuanian, and Slovak.
   2578 
   2579 * Bug fixes:
   2580 	o bug 1963, 'Preferences Templates Information Window Focus
   2581 		     loss'
   2582 	o bug 2397, 'Gtkhtml2 viewer ignores message encoding'
   2583 	o bug 2402, 'can't download message from pop3 server'
   2584 	o bug 2409, 'Failed to compile under GCC 3.x : option
   2585 		     -Wno-pointer-sign badly set in configure.ac'
   2586 	o bug 2412, 'Send account mail address in Message-ID wrongly
   2587 		     implemented'
   2588 	o bug 2414, 'Claws segfaults on startup with notification
   2589 		     plugin enabled'
   2590 	o bug 2418, 'NNTP authentication is broken'
   2591 	o bug 2420, 'Invalid markup in icon tooltip text after
   2592 		     signature check'
   2593 	o bug 2439, 'use bitwise operator for bitmask instead of
   2594 		     logical operator'
   2595 	o bug 2461, 'popup menu in message list displays 'move to
   2596 		     trash' and 'delete''
   2597 	o bug 2462, 'Building without GnuTLS support leads to a
   2598 		     failure in wizard.c'
   2599 	o fix trayicon build with gtk < 2.18.x
   2600 	o don't minimise/hide warning dialogue on plugin load error
   2601 	o when using a Compose template, only place the cursor in the
   2602 	  body when the cursor symbol, %cursor (%X), is used
   2603 	o fix build on Debian Sid.
   2604 	o fix cursor placement in Forward template
   2605 	o fix duplicate key accels
   2606 	o fix NNTP server sending authentication warning as part of
   2607 	  the connection session
   2608 
   2609 * 3.7.9
   2610 -------
   2611 
   2612 * Added a hidden option, 'show_inline_attachments'. When this is
   2613   de-activated inline attachments referenced by other message parts,
   2614   (e.g. attached images referenced in an HTML message part), are
   2615   hidden. This is on by default, maintaining previous behaviour.
   2616 
   2617 * Added a hidden option, 'msgview_date_format'. When this option is
   2618   activated the Date format in the Message View will have the same
   2619   format as in the Message List. The format of the date is also
   2620   controlled in the same way, by the option on the Display/Summaries
   2621   page of the Preferences. This is off by default, maintaining
   2622   previous behaviour.
   2623 		
   2624 * Several GUI improvements:
   2625 	o Reworked Simplify Subject RegExp in the Folder Properties
   2626 	o The IMAP option 'Move deleted mails to trash and expunge
   2627 	  immediately' has been moved to the Advanced page of the
   2628 	  Account Preferences.
   2629 	o The option 'Send account mail address in Message-ID' has
   2630 	  been moved to theSend page of the Account Preferences.
   2631 	o Improvements to the Preferences for the Toolbars.
   2632 	o Improvements to the initial Set-up Wizard dialogues.
   2633 	o Improvements to the Templates preferences pages.
   2634 	o Implemented a nicer scroll when drag and dropping.
   2635 	o Added a button to get dictionaries on WIndows.
   2636 
   2637 * New translation: Lithuanian.
   2638 
   2639 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
   2640   Slovak, Spanish, Ukranian.
   2641   
   2642 * Bug fixes:
   2643 	o bug 2039, 'SMTP AUTHENTICATION'
   2644 	o bug 2050, 'Clawsmail sends return receipt every seconds'
   2645 	o bug 2148, 'Attachment content-transfer-encoding incorrectly
   2646 		     set when signing emails'
   2647 	o bug 2165, 'The date not localized in the message view'
   2648 	o bug 2203, 'Problems in forwarding multipart/alternative
   2649 		     messages with HTML part'
   2650 	o bug 2237, 'User action makes Claws unresponsive'
   2651 	o bug 2279, 'crash when clicking 'define' in filter
   2652 		     configuring'
   2653 	o bug 2299, 'Incorrect handling of quoted printable coma
   2654 		     in headers'
   2655 	o bug 2315, 'claws-mail 3.7.7 crashes when trying to compose
   2656 		     mail on FreeBSD 9.0 amd64 (GTK+ 2.22.1/GLib
   2657 		     2.26.1)'
   2658 	o bug 2322, 'GPG Full info: showing subkey ID instead of
   2659 		     primary key fingerprint'
   2660 	o bug 2325, 'messages remains in folder cache after moving
   2661 		     from MH to IMAP boxes'
   2662 	o bug 2331, 'Base64 is broken in 3.7.7 and 3.7.8'
   2663 	o bug 2332, 'Crash when hitting cancel on the SMTP status
   2664 		     window'
   2665 	o bug 2346, 'Please register x-handler-scheme in .desktop
   2666 		     file'
   2667 	o bug 2350, 'Make displaying localized date/time in message
   2668 		     view optional'
   2669 	o bug 2361, 'Claws crashes after PGP Check in separate msg
   2670 		     view'
   2671 	o bug 2365, 'Crash when auto-scrolling headers in compose
   2672 		     window'
   2673 	o bug 2369, 'valgrind.h should NOT be part of claws-mail'
   2674 	o bug 2381, 'Support for NetworkManager 0.9'
   2675 	o bug 2383, 'folderitemrc not updated when account name is
   2676 		     changed'
   2677 	o bug 2393, 'Crashes and rendering problems in the "Save as"
   2678 		     menu caused by attachments with umlauts in the
   2679 		     file name'
   2680 	o bug 2394, 'backtrace() crashes on FreeBSD'
   2681 	o fix matcher body parsing
   2682 	o fix crash when searching or adding a LDAP server
   2683 	o fix sa-learn when offline
   2684 	o TrayIcon plugin: fix logic bug which caused icon to be
   2685 	  always set no-mail status on plugin load
   2686 	o TrayIcon plugin: force icon hide on plugin_done(), without
   2687 	   it an empty space is left in tray under KDE3 and KDE4
   2688 	o fix segfault on Windows
   2689 
   2690 * 3.7.8
   2691 -------
   2692 
   2693 * Bug fixes:
   2694 	o rfe 2309, 'Shortcuts should not be modifiable by default'
   2695 	o bug 2313, 'CLI quicksearch sometimes returns the same
   2696 		     messages twice'
   2697 	o bug 2317, 'Action results in "Bad file descriptor"'
   2698 	o PGP/Core: Win32 build fix
   2699 	o NNTP: fix replying (broken in corner case)
   2700 	o fix configure option --disable-manual
   2701 	o One more GTK+ 2.22 build fix
   2702 	o Debian bug 599547, 'Please re-introduce quick shortcut for
   2703 			      marking as spam'
   2704 
   2705 * 3.7.7
   2706 -------
   2707 
   2708 * Enable building with GTK+ 2.22.
   2709 
   2710 * A QuickSearch can now be run from the command line using the
   2711   --search command. See `claws-mail --help` for more information.
   2712 
   2713 * Added a hidden option to set a margin in the text area of the
   2714   Compose window. 'show_compose_margin', defaults to FALSE.
   2715 
   2716 * 3.7.6
   2717 -------
   2718 
   2719 * Require GTK+ 2.10 or newer.
   2720 
   2721 * Enable building with GTK+ 2.19 or newer.
   2722 
   2723 * Enable building with libetpan 1.0.
   2724 
   2725 * Encrypt saved LDAP passwords.
   2726 
   2727 * FIltering/Processing: Added 'List-Id' to the pre-defined headers.
   2728 
   2729 * Added 'Reply to this address' to popup menu in the Message View.
   2730 
   2731 * Added separate search phrase completion for normal/extended
   2732   QuickSearch.
   2733 
   2734 * Several interface improvements.
   2735 
   2736 * Use in-reply-to info that is passed in mailto: links.
   2737 
   2738 * Added the GB18030 Chinese charset, which is a superset of GB2312
   2739   and (X-)GBK.
   2740 
   2741 * Added German translation of the manual.
   2742 
   2743 * Added Ukrainian translation.
   2744 
   2745 
   2746 * 3.7.5
   2747 -------
   2748 
   2749 * Bug fixes:
   2750 	o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
   2751 		    encryption'
   2752 	o bug 2076 'having worked 2 times properly CLAWS ceased to
   2753 		    decrypt incoming PGP mails -displays base64 
   2754 		    instead - sucks completely'
   2755 	o bug 2098, 'claws-mails crashes frequently with pgpcore'
   2756 	o Address Book: fix button sensitivity in compose mode.
   2757 
   2758 * 3.7.4
   2759 -------
   2760 
   2761 * Spell checker: Highlight misspelled words when applying template
   2762   and 'check while typing' option is on
   2763 
   2764 * Spell checker: Highlight misspelled words in text inserted from
   2765   file(s) or pasted to message body when 'check while typing' option
   2766   is on
   2767 
   2768 * Improve parsing of List-Post header
   2769 
   2770 * Add new drag type "claws-mail/msg-path-list" for drag'n'drop of a
   2771   message selection from the message list into other applications.
   2772   This enables other applications to back-link to Claws Mail via a
   2773   "claws-mail --select" call after they received a drop.
   2774 
   2775 * Place the cursor in the compose window according to provided input.
   2776   If To: is present place cursor in Subject: field and if both To:
   2777   and Subject: are present place cursor in body. If body: is present
   2778   insert a new line after text and place cursor there.
   2779 
   2780 * QuickSearch: Use all of the available space to view expressions
   2781 
   2782 
   2783 * 3.7.3
   2784 -------
   2785 
   2786 * The user is now warned when inserting a large file in the message
   2787   body. The value of 'large' can be configured on the Compose/Writing
   2788   page of the Preferences.
   2789 
   2790 * Added 'has_attachment' and 'signed' matcher expressions to
   2791   Filtering and Processing Flags lists.
   2792 
   2793 * Support Reply prefixes of French Yahoo mail and French Lotus Notes.
   2794 
   2795 * Enabled Page Size and Orientation configuration in the print dialog.
   2796   GTK+ 2.18 or newer only.
   2797 
   2798 * tools/convert_mbox.pl
   2799   Add -R flag to support recursive conversions of arbitrary Evolution
   2800   mail folders.
   2801 
   2802 * 3.7.2
   2803 -------
   2804 
   2805 * Default Cc, Bcc and Reply-To options have been added to Folder
   2806   Properties.
   2807 
   2808 * MIME parts that lack an end boundary are now handled, (even though
   2809   they're INVALID!).
   2810 
   2811 * A 'Metadata handling' option has been added to the Miscellaneous
   2812   options page. The options are 'safer' or 'faster'. 'faster' is
   2813   Claws' original behaviour. 'safer' prevents data loss on system
   2814   crashes where the filesystem is of a 'not-so-robust' variety, e.g.
   2815   xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
   2816 
   2817 * Face and X-Face previews have been added to the Custom Header
   2818   Configuration dialogue in Account preferences.
   2819 
   2820 * An option has been added to the Receive page of IMAP account
   2821   preferences, "Move deleted mails to trash and expunge immediately".
   2822   This option is on by default to avoid changing the existing
   2823   behaviour. Turning it off prevents automatic expunging.
   2824   Also, 'Tools/Expunge'  and 'View/Hide deleted messages' menu items
   2825   have been added to main toolbar.
   2826 
   2827 * Support for clickable gopher:// links has been added.
   2828 
   2829 * In the Compose window a warning dialogue is raised if attachments
   2830   that have been added no longer exist on the filesystem at the time
   2831   of sending.
   2832 
   2833 * Buttons to clear header lines in the Compose window have been
   2834   added.
   2835 
   2836 * GnuTLS compatibility mode is now used, this avoids problems with 
   2837   servers that don't comply 100% with the spec, but still exist.
   2838 
   2839 * tools/csv2addressbook.pl
   2840   thunderbird import for version 2.0.0.21 has been added.
   2841 
   2842 * 3.7.1
   2843 -------
   2844 
   2845 * Spell Checking has been added to the Subject in the Compose window.
   2846 
   2847 * The 'Quotation characters' option has been moved from the Compose/
   2848   Writing page of the preferences to the /Message View/Text Options
   2849   page.
   2850 
   2851 * When replying to signed and/or encrypted mail and the preference to
   2852   sign and/or encrypt is set, the original mail's privacy system is
   2853   automatically used, if available.
   2854 
   2855 * If a text/calendar attachment is present in a message it is
   2856   automatcally selected if a suitable plugin (i.e. vCalendar) is
   2857   available.
   2858 
   2859 * /Tools/List URLs now shows both the link title and URI if possible.
   2860 
   2861 * A URI appearing in the statusbar is now only trimmed if necessary.
   2862 
   2863 * When using /Tools/Create filter|procesing rule/Automatically
   2864   the List-Id header is preferred to X-* headers.
   2865 
   2866 * The manual has been updated.
   2867 
   2868 * 3.7.0
   2869 -------
   2870 
   2871 * Expanding/Collapsing of threads is now approximately 95% faster.
   2872 
   2873 * Cache reading is now approximately 10% faster. 
   2874 
   2875 * The shortcut key settings of the main window and the message list
   2876   context menus are now connected.
   2877 
   2878 * The preferences on the 'Other' page have now been moved to
   2879   Other/Miscellaneous. The parent pages are now unselectable and the
   2880   first page is automatically selected on opening the preferences.
   2881 
   2882 * In the Compose window, on the Others tab, the 'Save message to'
   2883   entry now has a drop-down list of the previous save locations.
   2884 
   2885 *  In the Compose window, the Attachments Properties window is now
   2886    confirmed and closed with the Return key.
   2887 
   2888 * When using an external editor to compose messages, the message is
   2889   automatically saved to Drafts when the external editor is closed. 
   2890 
   2891 * A hidden option has been added, 'primary_paste_unselects' which
   2892   causes the primary buffer to be cleared and the insertion point to
   2893   be repositioned when the middle mouse button is used for pasting
   2894   text. It is turned off by default.
   2895 
   2896 * In the Actions window, the Escape key now cancels the action
   2897   editing.
   2898 
   2899 * Offline SSL certificate verification has been added.
   2900 
   2901 * Privacy plugins: The decryption failure messages are now shown
   2902   in the NoticeView just above the message text rather than in a
   2903   popup window.
   2904 
   2905 * Privacy plugins: when listing the UIDs during a signature check,
   2906   show the UID validity
   2907 
   2908 * tools/popfile-link.sh
   2909   Support for reusing existing POPFile session ID has been added.
   2910 
   2911 * tools/kdeservicemenu
   2912   Support for kde4 has been added.
   2913 
   2914 * win32: better integration has been implemented by using the
   2915   standard file associations.
   2916 
   2917 * 3.6.1
   2918 -------
   2919 
   2920 * Claws Mail now requires libetpan 0.57 for IMAP and NNTP.
   2921 
   2922 * SSL support is now provided by gnuTLS exclusively. OpenSSL support
   2923   has been dropped due to licensing issues.
   2924 
   2925 * Added /View/Fullscreen option.
   2926 
   2927 * Re-ordering of the filtering/processing condition and actions lists
   2928   is now possible using drag'n'drop.
   2929 
   2930 * 3.6.0
   2931 -------
   2932 
   2933 * Claws Mail now requires libetpan 0.56 for IMAP and NNTP
   2934 
   2935 * Spell checking is now provided by Enchant instead of Aspell. To
   2936   build spell checker support, you will need the libenchant headers.
   2937 
   2938 * The S/MIME plugin is now part of this package.
   2939 
   2940 * IMAP, NNTP, and SSL are now supported in the Windows port.
   2941 
   2942 * Support for client SSL certificates.
   2943 
   2944 * Better support of SSL certificate stores, to be able to verify
   2945   server certificates.
   2946 
   2947 * Renaming of newsgroups is possible.
   2948 
   2949 * "Always open message when selected" can now have three values:
   2950   'Never', 'Always' and 'When message view is visible'.
   2951 
   2952 * Unsaved server passwords can now be temporarily saved for the
   2953   duration of the session. They can be cleared before the session
   2954   expires by using '/Tools/Forget all session passwords'.
   2955 
   2956 * Auto-wrapping settings are now saved in drafted messages.
   2957 
   2958 * Support for basic auto-indentation in the Compose window.
   2959 
   2960 * Support for animated GIFs in the message view.
   2961 
   2962 * Type-ahead search in Filtering, Templates, Actions dialogs now
   2963   select the result of the search.
   2964 
   2965 * Finer granularity in POP3 accounts' Remove After delay - hours in
   2966   addition to days.
   2967 
   2968 * Spam/Ham flag is now stored on IMAP server when possible, using
   2969   "Junk" and "NonJunk" keywords. 
   2970 
   2971 * Use less precise intervals when possible for auto-checking, thus
   2972   the CPU is woken up less frequently.
   2973 
   2974 * The warning icon in the main window is cleared when the error it
   2975   relates to is clipped from the network log.
   2976 
   2977 * IMAP errors now reveal the server on which they happen.
   2978 
   2979 * All deprecated GTK interfaces have been replaced with their
   2980   non-deprecated equivalents.
   2981 
   2982 * csv2addressbook.pl: Added support for FoxMail.
   2983 
   2984 
   2985 * 3.5.0
   2986 -------
   2987 
   2988 * Added an option, "Use secure file deletion if possible", which
   2989   enables shredding of temporary files and messages instead of
   2990   just removing them. This is available on the Other preferences
   2991   page.
   2992 
   2993 * Added an option, "Select the HTML part of multipart/alternative
   2994   messages". This is available on the Message View/Text Options
   2995   preferences page. 
   2996 
   2997 * Added an option to the 'Create new folder' dialogue which enables
   2998   new folders to inherit the properties of their parent folders
   2999   during folder creation.
   3000 
   3001 * Added a hidden option, "two_line_vertical", which toggles the
   3002   2-line view in the message list when using the 3-column layout.
   3003   Defaults to '1', show 2 lines.
   3004 
   3005 * Added a hidden option, "outgoing_fallback_to_ascii", which allows
   3006   the user to specify an outgoing charset/encoding, but still fall
   3007   back to 7bit US-ASCII when possible.
   3008   Defaults to '1', fallback when possible.
   3009 
   3010 * Added support for the Avant Window Navgator (Awn) information
   3011   bubble. This is automatically enabled if dbus is available.
   3012 
   3013 * Face and X-Face headers can now be added globally and per-account
   3014   from configuration files under ~/.claws-mail/autofaces/. Further
   3015   information is provided in the manual.
   3016 
   3017 * The SHA1 fingerprint is now shown on the SSL certificate dialogue
   3018   and the labels are now selectable.
   3019 
   3020 * Several GUI improvements have been made, (Address book, filtering
   3021   dialogue, Actions dialogue, and Account preferences).
   3022 
   3023 * New icons have been added for 'Reply to list' and 'Cancel'. The
   3024   'Insert file' and 'Close' icons have been improved, as have the
   3025   tray icons.	
   3026 
   3027 * Added the Trash and Delete icons to the Custom Toolbars options.
   3028 
   3029 * SMTP-only accounts are now not shown in the Receive menus and
   3030   Account lists in filtering/processing, as they are irrelevant here.
   3031 
   3032 * tools/csv2addressbook.pl
   3033   Support for a gmail exported csv address book was added.
   3034 
   3035 * Updated English, French, and Spanish manuals.
   3036 
   3037 * 3.4.0
   3038 -------
   3039 
   3040 * Added support for /dev/mem_notify. This Linux kernel feature
   3041   will allow applications to be notified that memory has to be
   3042   freed before getting OOM-killed.
   3043   For more information: http://lwn.net/Articles/267013/
   3044 
   3045 * Enabled moving/copying folders to root folders when using the
   3046   folder selection dialogue.
   3047 
   3048 * Global and per-folder templates can now override the From name.
   3049 
   3050 * Added a tooltip with extended folder stats. (Hover the cursor over
   3051   the short stats on the right, below the message list.)
   3052 
   3053 * Implemented 2-line items in the message list when in three column
   3054   mode.
   3055 
   3056 * Added support for png themes.
   3057 
   3058 * Added an icon for attached patches (text/x-patch and text/x-diff).
   3059 
   3060 * When viewing a message that has a large amount of text, show a
   3061   maximum of 1MB of text and add a noticeview to show optionally show
   3062   the whole message.
   3063 
   3064 * Added a button to the templates preferences to restore defaults for
   3065   current language.
   3066 
   3067 * Added search in filtering rules list.
   3068 
   3069 * Bogofilter Plugin:
   3070   Added a "learn from whitelist" preference.
   3071 
   3072 * MAEMO:
   3073   Added information when fetching large messages.
   3074 
   3075 * tools/csv2addressbook.pl
   3076   Added support for Kmail/Kaddressbook.
   3077 
   3078 * 3.3.1
   3079 -------
   3080 
   3081 * Forbid attaching anything containing "../" or ".ssh/" in mailto:
   3082   URIs.
   3083 
   3084 * Add a hidden preference, 'use_networkmanager', to disable
   3085   NetworkManager handling
   3086 
   3087 * 3.3.0
   3088 -------
   3089 
   3090 * Due to licensing problems, the ClamAV plugin has been removed from
   3091   the Claws Mail core distribution and can now been found packaged
   3092   separately or with the 'extra plugins' package.
   3093 
   3094 * Added NetworkManager support
   3095   This is built by default if the dependencies are satisfied; it can
   3096   be specifically disabled with '--disable-networkmanager-support'.
   3097   This enables Claws Mail to track changes to the network status.
   3098 
   3099 * Added DIGEST-MD5 support for IMAP authentication
   3100 
   3101 * Added Folder Properties option, 'Run processing rules when opening'
   3102   to the General page.
   3103 
   3104 * Added sub-sorting to the Message List; when the Sort type is either
   3105   Subject, From, To or Tags, sub-sorting by Date will be active.
   3106 
   3107 * Added from=address to the mailto sequence
   3108   The 'from' will try to select the first matching account in the
   3109   Accounts list, otherwise it will use the usual account selection
   3110   mechanism but will override it with the given 'from' address.
   3111 
   3112 * Added insert=FILE  to the mailto sequence (stands for 'insert file')
   3113   This adds the ability to create a new message from the command-line,
   3114   with the body set from the contents of an existing file.
   3115 		
   3116 * Added mailto with NNTP accounts
   3117   This comes into play if mailto is used when an NNTP account is the
   3118   default account or if an NNTP account address is used with 'from'.
   3119 
   3120 * Added several GUI improvements to the Filtering, Processing, Tags,
   3121   Actions, Templates, Logging and Address Book dialogues
   3122 
   3123 * Added a tooltip to the 'replied' icon in the Message List which
   3124   indicates 'click to see your reply' feature.
   3125 
   3126 * Added 'claws-mail --version-full' to display the version and a list
   3127   of the compiled-in features
   3128 
   3129 * Implemented speed-ups to list operations, deletions and cache
   3130   updates.
   3131 
   3132 * Updated the man page
   3133 
   3134 * The Trayicon plugin icons are now themable.
   3135 
   3136 * text/calendar message parts are now automatically displayed if a
   3137   plugin handling text/calendar is loaded, e.g. vCalendar.
   3138 
   3139 * Maemo: connect HW status change signal for shutdown
   3140 
   3141 * Maemo: identify mmc1 and mmc2 more clearly in the GUI
   3142 
   3143 * Maemo: Make dnd threshold higher
   3144 
   3145 * 3.2.0
   3146 -------
   3147 
   3148 * Several GUI improvements
   3149 	The colour preferences have been split into tabs.
   3150 	Improve the way 'Find in current message' search results are
   3151 	shown by vertically centering the selected text in the
   3152 	Message View.
   3153 	Improvements to the 'List URIs' dialogue.
   3154 	Filtering/Processing Match Type dialogue has been reworked.
   3155 	Several other layout improvements.
   3156 
   3157 * Several address book improvements
   3158 	Added Custom Attributes, which can be edited from
   3159 	'/Tools/Edit custom attributes...' and are used from the
   3160 	'Name' drop down list on the 'Edit Person Details' dialogue. 
   3161 	Always add a new contact if any value is set, instead of
   3162 	silently rejecting it when an email address is not set.
   3163 	Better guessing of contact name from incomplete name
   3164 	information.
   3165 	Better display of contacts that have no name set, in contact
   3166 	lists, group contents, find duplicate results.
   3167 	Error messages don't show in the status bar anymore, alert
   3168 	panels are used instead.
   3169 	Several other GUI improvements.
   3170 
   3171 * Added optional Tooltips to the Message List. This is enabled by the
   3172   'Show tooltips' option on the '/Display/Summaries' Preferences page
   3173   and is only possible with GTK+ >= 2.12
   3174 
   3175 * Much improved handling of Return Receipts, both outgoing and
   3176   incoming. 
   3177 
   3178 * Added the option to use the system defaults for External Programs
   3179   preferences on the '/Message View/External Programs' page.
   3180 
   3181 * Added "select first email in list" to the list of possible
   3182   selections in the 'Set default selection on entering a folder'
   3183   options on the '/Display/Summaries' preferences page.
   3184 
   3185 * IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
   3186   prevents fetching of tags.)
   3187 
   3188 * IMAP: Optimised flag handling and message copying.
   3189 
   3190 * Improved printed page layout for built-in GTK+ printing
   3191 	Bold fonts are now used where appropriate and a demarcation
   3192 	between header and body has been added.
   3193 
   3194 * Optimised filtering on flags/tags changes.
   3195 
   3196 * MAEMO: Added LED flashing for new mail alerts
   3197 
   3198 * MAEMO: Made all of the left of column in the Folder List a hotspot
   3199   for expanding/collapsing the tree.
   3200 
   3201 * 3.1.0
   3202 -------
   3203 
   3204 Non-blocking NNTP has been implemented. NNTP support is now provided
   3205 	by and depends upon libetpan
   3206 
   3207 GnuTLS support has been implemented as an alternative to OpenSSL.
   3208 	[./configure --enable-gnutls]
   3209 
   3210 A run-time alternative configuration directory switch has been added,
   3211 	[claws-mail --alternate-config-dir DIR]
   3212 
   3213 Tags: Added tag alphabetical sorting and unified the dialogues.
   3214 
   3215 Edit accounts dialogue: The 'default account' (D) column has been
   3216 	removed, instead the default account is indicated by use of
   3217 	bold text.
   3218 
   3219 Templates: Added ability to attach files using |attach{filename}.
   3220     Templates options are now presented in a tabbed layout.
   3221 
   3222 Address Book: Added duplicate finder, '/Tools/Find duplicates'.
   3223     It is now possible to set an image for each contact. Pictures 
   3224 	from a contact's Face or X-Face will be automatically set
   3225 	when available. The contact's image will be automatically
   3226 	displayed in the message view or header pane if the message
   3227 	has no Face or X-Face header.
   3228 
   3229 '/View/Character encoding' submenus are now grouped together
   3230 
   3231 GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
   3232 	libgnomeprint will never be used if GTK+ >= 2.10 is available.
   3233 
   3234 Reinstated 'Generate Message-ID' option as an Account preference. It
   3235 	is hidden on IMAP accounts, because Message-IDs are needed on
   3236 	servers that don't implement the UIDPLUS extension.
   3237 
   3238 Toolbar preferences: Improved dialogue.
   3239 
   3240 Compose window: the number of attachments is now shown in the tab's
   3241 	title.
   3242 
   3243 Attachments: When opening attachments with 'Open' or 'Open with...'
   3244 	the temporary files are now saved as read-only. A hidden
   3245 	preference has been added, 'save_parts_readwrite', which
   3246 	permits the previous behaviour.
   3247 
   3248 IMAP: Added a button on the Folder Properties General page to allow
   3249 	users to discard local caches.
   3250     Added much better error handling.
   3251     Fetching of cached mails has been heavily optimised.
   3252 
   3253 LDAP: Added read-only support for jpegPhoto LDAP field
   3254 
   3255 Bcc in commandline URIs has been added.
   3256 
   3257 Dillo browser plugin: Address book based whitelisting for loading
   3258 	remote images has been added.
   3259 
   3260 SpamAssassin plugin: Address book based whitelisting has been added.
   3261 
   3262 MAEMO: Maemo 4.0 (Chinook) build enabled.
   3263 
   3264 MAEMO: Removed some useless tooltips.
   3265 
   3266 tools/csv2addressbook.pl
   3267 	a new script that imports a CSV formatted address book. Becky
   3268 	and Thunderbird address book are currently supported.
   3269 
   3270 * 3.0.2
   3271 -------
   3272 
   3273 * Bug fixes:
   3274 	o bug 1320, 'Memory leak caused by gtk_container_get_children'
   3275 	o bug 1321, 'access before allocation when scanning for uris'
   3276 	o bug 1324, 'Corrupted IMAP cache'
   3277 	o bug 1327, 'segfault when replying to a non-existent news
   3278 		     message'
   3279 	o bug 1329, 'error in quicksearch.c'
   3280 	o bug 1334, 'user defined mail incorporation script not run'
   3281 	o bug 1336, 'Segfault if empty space before search-string'
   3282 	o bug 1337, 'Crash on removing uncached emails'
   3283 	o Prevent unquoted mime boundaries, by always using a /
   3284 	o Remove unnecessary error when cancelling export to mbox.
   3285 	o MAEMO: make all Folder Properties pages visible
   3286 	o MAEMO: fix overlapping buttons in Edit Accounts page
   3287 
   3288 
   3289 * 3.0.1
   3290 -------
   3291 
   3292 * Bug fixes:
   3293 	o bug 1308, 'Claws deletes folderlist.xml after fetching mail
   3294 		     short after start-up'
   3295 	o bug 1311, 'Wrong arrow position while moving message into
   3296 		     folder when column headers hidden'
   3297 	o fix build without USE_LDAP_TLS
   3298 	o Accounts list: fix "Local" protocol not shown when
   3299 	  USE_OPENSSL is set.
   3300 	o Tags: fixed issues with tags with spaces, and renaming tags
   3301 	o Accounts list: Show protocol "SMTP" and the appropriate
   3302 	  server for send-only accounts
   3303 	o Accounts list: show "-" instead of "" when no value is
   3304 	  relevant
   3305 	o do not allow locked msgs to be deleted, even by filtering
   3306 	  or processing
   3307 	o Show error message in the GUI if image can't be loaded
   3308 	o Remove Generate Message-ID option. We need this on some
   3309 	  IMAP servers.
   3310 	o Maemo: distinguish various statusbar messages,
   3311                 in order to display only the most important.
   3312 	o Maemo: fix statusbar/window mismatch
   3313 	o Maemo: fix scrolling to cursor
   3314 
   3315 
   3316 * 3.0.0
   3317 -------
   3318 
   3319 * Claws Mail is now licensed under GPLv3 or later.
   3320 
   3321 * added Tags feature
   3322   Tags are arbitrary labels that can be applied to messages. It is
   3323   possible to create, edit, remove Tags; apply them to mails;
   3324   filter on Tags or Tag presence; apply or unset Tags via Filtering
   3325   actions; reference Tags in reply Templates.
   3326 
   3327 * Threads can now be sorted by most recent message
   3328   /View/Sort/By thread date
   3329 
   3330 * Added "/View/Show or Hide/Column headers"
   3331 
   3332 * Added 'watch thread' feature
   3333 	
   3334 * Enabled the running of folder Processing rules on demand
   3335 
   3336 * Added options to stop/enable writing logs to disc, see Logging
   3337   page of preferences
   3338 
   3339 * IMAP and News: Implement age-based caching: allow the specifying 
   3340   of a threshold for the offline synchronisation feature, and whether 
   3341   old cached bodies should be removed. Accessible from the Folder
   3342   Properties.
   3343 
   3344 * IMAP: Made multiple copy, (in the same IMAP account), faster by
   3345   matching source/destination message UIDs.
   3346 	
   3347 * LDAP: Ability to edit all Person attributes
   3348 
   3349 * Nicer layout of the message part icons
   3350 
   3351 * Speed up and clean up rendering of larger msgs
   3352 
   3353 * Use progress bar when sending messages
   3354 
   3355 * Made mainwindow's /Help/Manual point to the remote copy if the
   3356   local copy doesn't exist
   3357 
   3358 * Replaced some deprecated widgets
   3359 
   3360 * Enabled changing the emphasis color used to highlight the
   3361   newsreader/x-mailer header value when it matches our preferred
   3362   mail agent, (hidden pref 'emphasis_color' added to clawsrc).
   3363 
   3364 * tools/mew2claws-mail.pl
   3365   Added new script that imports a Mew address book
   3366 
   3367 * tools/popfile-link.sh
   3368   Added a new script that will open selected messages in
   3369   POPFile control center, in order to change the message
   3370   status.
   3371 
   3372 * Updated the manual
   3373 
   3374 * Check that Dillo's installed when loading the Dillo Browser
   3375   plugin
   3376 
   3377 * Maemo improvements:
   3378 	o Automatically choose the correct application
   3379 	  to open parts
   3380 	o Better way to notify of new mails
   3381 	o Destroy messageview after trashing mail
   3382 	o Simplified layout
   3383 	o Better toolbars, removal of CTree headers
   3384 	o Add a specific icon to go back to folder list
   3385 	o Improvements to the Wizard, About and icon legend dialogues
   3386 	o add an easy way to store data (mails and IMAP/NNTP caches)
   3387 	  on one of the SD cards, and protect against unmounts if
   3388 	  needed
   3389 	o plug the online/offline system into maemo's interfaces to
   3390 	  have Claws automatically switch according to the system
   3391 	  status (on IT OS 2007)
   3392 	o use HildonBanners to display status messages
   3393 	o force layout to be Small screen
   3394 	o put the progress bar in the toolbar
   3395 
   3396 
   3397 * 2.10.0
   3398 --------
   3399 
   3400 * libetpan 0.49 is now required for IMAP support
   3401 
   3402 * Added "From, To or Subject" to the QuickSearch types.
   3403 
   3404 * Added handling of the 'a' key to loop through a mail's MIME parts.
   3405 
   3406 * In the Compose window "Add to address book" has been added to the
   3407   context menu of the sender and recipient fields.
   3408 
   3409 * Implemented a proper References filtering condition.
   3410 
   3411 * Added the possibility to cancel receiving in IMAP accounts.
   3412 
   3413 * Made offline synchronisation faster.
   3414 
   3415 * Added an alternate way to fetch flags on IMAP, which improves
   3416   performance with some servers, (like Exchange).
   3417   See "Bandwidth-efficient mode" in IMAP accounts' Receive
   3418   preferences.
   3419 
   3420 * Allow manual sorting of Templates.
   3421 
   3422 * Templates improvements: easier syntax, add some useful variables.
   3423 
   3424 * Implemented per-account and per-folder compose/reply/forward
   3425   Templates.
   3426 
   3427 * Added a QuickSearch option to automatically run a search selected
   3428   from the history.
   3429 
   3430 * Made the Summaries Preferemces page "when entering a folder..."
   3431   options fully customisable.
   3432 
   3433 * Added an "Open last opened folder at startup" option to the
   3434   Summaries page in the Prerferences.
   3435 
   3436 * Changed the Preference "Only mark as read when opened in new
   3437   window" on the Summaries page to "Only mark as read when opened
   3438   in new window, or replied to".
   3439 
   3440 * Allow disabling mail filtering plugins on a per-account
   3441   basis.
   3442 
   3443 * Added an option to the Bogofilter and SpamAssassin plugins to
   3444   enable marking saved spam as Read.
   3445 
   3446 * Added a warning about encryption limits, which can be disabled.
   3447 
   3448 * Removed the "Download all" preference from POP3 accounts; it
   3449   was useless and confusing.
   3450 
   3451 * Re-organized some Preferences page.
   3452 
   3453 * Replaced the tabbed layout in Account Preferences with pages.
   3454 
   3455 * Renamed 'Protocol Log' to 'Network Log'
   3456 
   3457 * Added a few cursor improvments while Claws is busy.
   3458 
   3459 * Added support for CRLF in headers of messages.
   3460 
   3461 * Added support for a few more date formats (RFC3339 subsets).
   3462 
   3463 * The keypad's Enter key now does the same as the Return key.
   3464 
   3465 * Improved LDIF import, better error handling, UI cleanup.
   3466 
   3467 * LDAP write support has been added.
   3468 
   3469 * Use Hildon's file chooser on Maemo.
   3470 
   3471 
   3472 * 2.9.2
   3473 -------
   3474 
   3475 * Added a printer icon.
   3476 
   3477 * Bug fixes
   3478 	o bug 1187, 'Reply-to addressee disappears when reply-to text
   3479 		     box is clicked...' (Maemo)
   3480 	o bug 1190, 'dir_open' button doesn't work' (Maemo)
   3481 	o bug 1193, 'Need a way to multi-select items'
   3482 	o bug 1194, 'Hardware keys move from email list to account/
   3483 		     directory list, but not back to email list...'
   3484 		     (Maemo)
   3485 	o bug 1196, 'Edit>Select All doesn't work' (Maemo)
   3486 	o bug 1198, 'Reply-all "disappearing" address bug
   3487 		     persists...'
   3488 	o bug 1200, 'Add option to always retrieve full messages'
   3489 	o bug 1209, 'Clicking on address in header (mailto uri)
   3490 		     selects default account'
   3491 	o bug 1211, 'Offline dialog message bugs/annoyances...'
   3492 	o Don't reflect accounts changes to the mainwindow when it's
   3493 	  not necessary.
   3494 	o Fix double fetching of mails if first try failed
   3495 	o Fix a crash in textview
   3496 	o Fix changing quicksearch type (after Esc, after changing
   3497 	  Recursive, ...)
   3498 	o tools/uudec Fix missing dash to `display` command-line
   3499 
   3500 * 2.9.1
   3501 -------
   3502 
   3503 * Security fix:
   3504 	o Fix for CVE-2007-1558 (APOP)
   3505 	  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
   3506 
   3507 * Bug fixes
   3508 	o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
   3509 	o Fix encoding woes wrt saving of mails and parts
   3510 
   3511 * 2.9.0
   3512 -------
   3513 
   3514 * Added a Maemo port
   3515   The Maemo port touches several areas: using the correct APIs for
   3516   a good integration, adding of a new layout suited for small
   3517   screens, Maemo-specific default preferences changes, Maemo-specific
   3518   GUI improvements, etc.
   3519 
   3520 * Added more customisable colour labels
   3521 
   3522 * Added 'Mark as spam', 'Mark as ham', and 'Add to address book'
   3523   filtering actions
   3524 
   3525 * Added a new Quote Format symbol, %A, to insert the sender's email 
   3526   address
   3527 
   3528 * Changed the option to display unread message counts next to folder
   3529   names: it is now possible to display the total count of messages
   3530   too. Configurable from Display/Summaries
   3531 
   3532 * If Claws Mail is already running on another display, attempting to
   3533   start it will mention that instead of popping up the window on the
   3534   other display
   3535 
   3536 * Added debugging of filtering/processing rules. Configurable from
   3537   Other/Logging options page
   3538 
   3539 * Added handling of the contextual menu key in compose windows and
   3540   MIME parts list
   3541 
   3542 * Added a "pulsing" progressbar in the label window used when
   3543   rebuilding folder tree, etc, in order to show activity
   3544 
   3545 * Improved "Offline mode override" dialogue to avoid asking
   3546   repeatedly, but still ask on explicit user actions
   3547 
   3548 * Improved the creation of POP/Local accounts when no MH mailbox
   3549   exist: create the default one
   3550 
   3551 * Write folderlist directly after adding/deleting accounts that have
   3552   folders
   3553 
   3554 * Added logging IMAP ALERTs as errors in the log
   3555 
   3556 * Added a way for MimeViewer plugins to implement search in a part's
   3557   body
   3558 
   3559 * Updated, added and replaced some icons
   3560 
   3561 * Added display of any LDAP specified Search attributes 
   3562 
   3563 * Added 'telephoneNumber' in the default LDAP list of attributes
   3564 
   3565 * Updated the Face header in the welcome message
   3566 
   3567 * Added the option to minimize to tray in the Trayicon plugin
   3568 
   3569 * Added a wrapper to mairix in the tools folder, tools/mailrix.sh
   3570 
   3571 * Added a script which enables inserting files into the message body
   3572   of a new Compose window from the command line,
   3573   tools/claws-mail-compose-insert-files.pl
   3574 
   3575 * Updated Brazilian Portuguese, Catalan, Czech, French, German,
   3576   Hungarian, Polish,Serbian, Simplified Chinese, and Spanish
   3577   translations
   3578 
   3579 * 2.8.1
   3580 -------
   3581 
   3582 * Bug fixes:
   3583 	o bug 1129, '"local mbox file" account isn't retrieving 
   3584 		     mails'
   3585 	o bug 1135, 'cm-segfault on decrypting with PGP/inline'
   3586 	o bug 1136, 'Crash in group address completion'
   3587 	* Fix "After receiving new mail, go to inbox" on IMAP, and
   3588 	  restrict it to manual fetching only
   3589 	* Fix alertpanel.h only included in #ifdef HAVE_LIBETPAN
   3590 	* Fix return value without libetpan
   3591 	* Use gtk_window_set_role instead of gtk_window_set_wmclass
   3592 	* Fix mime/globs path on NetBSD
   3593 
   3594 * 2.8.0
   3595 -------
   3596 
   3597 * Removed 'Separate Folder tree' and 'Separate Message View' and put
   3598   new layouts in place of it, 'Standard', 'Three columns', 'Wide
   3599   message' and 'Wide message list'. Accessible from /View/Layout.
   3600 
   3601 * Added IMAP subscriptions
   3602   Creating a new folder subscribes it. Deleting a folder unsubscribes
   3603   it. "Creating" an existing but unsubscribed folder will subscribe
   3604   it. By default, for new accounts, only subscribed folders are shown.
   3605   A contextual menu item has been added, /Subscriptions,  which allows
   3606   switching the display between All folders and Subscribed folders
   3607   only. It also enables the subscribing and unsubscribing of folders. 
   3608 
   3609 * Added the option 'Enable customisable menu shortcuts' to the
   3610   'Other' preferences page. Turning this off locks the current hot
   3611   keys, preventing accidental changes.
   3612 
   3613 * Added icons for application/pdf, application/pgp-signature,
   3614   application/postscript and text/calendar.
   3615 
   3616 * Added /Tools/List URIs
   3617   Enables opening any or all of the URIs contained in the currently
   3618   selected mail.
   3619 
   3620 * Added 'spam flag' to the Filtering and Processing Match Types.
   3621 
   3622 * Removed the 'Composing messages exist' dialogue on exit. Instead
   3623   opened messages are automatically saved to drafts, and re-opened at
   3624   the next startup.
   3625 
   3626 * Added handling of local URIs, (file:///...), from the --attach
   3627   command line.
   3628 
   3629 * Added Account options for spellcheck default dictionaries.
   3630 
   3631 * Added 'Edit/Delete thread'.
   3632 
   3633 * Added an option 'Ask about account specific filtering rules...' to
   3634   the 'Other' page, which was previously a hidden option.
   3635 
   3636 * Some preferences have been re-arranged:
   3637   Moved the 'Ask before emptying trash' option on the 'Other' page
   3638   outside of the 'On exit' frame as it's not only an 'On exit' option.
   3639   Moved 'Never send Return Receipts' from 'Other'  to 'Sending' page.
   3640   Moved keybinding preferences to the 'Other' page.
   3641   Added 'mousepad' to the list of text editors on the 'External
   3642   Programs' page.
   3643 
   3644 * Bogofilter and SpamAssassin plugins:	Enabled moving spam mail to the
   3645   Account's Trash folder instead of default Trash folder.
   3646 
   3647 * ClamAV plugin: updated for the upstream changes in libclamav, whilst
   3648   maintaining compatibility with older version of libclamav.
   3649 
   3650 * GPG Plugins: Added an option 'Use gpg-agent to manage passwords' to
   3651   GPG page of the common preferences. Fixes annoyances with distro-
   3652   installed gpg-agent, when no pinentry program is installed, and the
   3653   user is at a loss on why "decryption failed". It can be turned off
   3654   to bypass gpg-agent. The option is disabled if gpg-agent is not
   3655   running.
   3656 
   3657 * TrayIcon plugin: Added 'Hide at startup' and 'Close to tray'
   3658   options.
   3659   When the 'Close to tray' option is used the Window Manager's hotkey
   3660   and [X] button will hide the window instead of closing it - closing
   3661   CM can be done using the tray icon menu or the /File menu.
   3662   Clicking the trayicon now raises the window to current desktop when
   3663   it was either minimized or shaded, or when it was on another desktop.
   3664 
   3665 * Added support for non ISO-8859-1 compatible locales to the Actions
   3666   scripts freshmeat_search.pl, google_search.pl and multiwebsearch.pl.
   3667 		
   3668 * Renamed the maildir2claws-mail.pl script to kmail-mailbox2claws-mail.pl
   3669   and updated it to work with newer versions of Kmail. 
   3670 
   3671 * Added thunderbird-filters-convertor.pl script, which converts
   3672   thunderbird filter rules to Claws filter rules.
   3673 
   3674 * Updated Brazilian Portuguese, British English, Czech, Finnish,
   3675   French, German, Hungarian, Polish, Serbian, Simplified Chinese,
   3676   Slovak and Spanish translations.
   3677 
   3678 * 2.7.2
   3679 -------
   3680 
   3681 * Added command line equivalent options:
   3682   -h for --help
   3683   -q and --quit for --exit
   3684   -v for --version
   3685   "Unknown option" is now printed when unknown command line options
   3686   are used.
   3687 
   3688 * The wizard for configuration migration, (Sylpheed-Claws to Claws
   3689   Mail), now has the option to save or not save a backup of the old
   3690   configuration folder.
   3691 
   3692 * The configuration wizard is now re-run if it was previously
   3693   cancelled.
   3694 
   3695 * Bug fixes:
   3696 	o bug 1100, 'Highlighted e-mail data not visible when color
   3697 		     label applied.'
   3698 	o bug 1101, '"Load plugin" button is accidentally hidden'
   3699 	o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap 
   3700 		     functions'
   3701 	o IMAP: fixed crash when connect command doesn't exist.
   3702 	o IMAP: better folder checking when an IMAP directory is set.
   3703 	o IMAP: Never remove INBOX when scanning for new folders.
   3704 	  It's a special folder that must exist.
   3705 	o fix vertical scrollbar jumping back to the top when 'Check
   3706 	  for new folders' is used.
   3707 	o fix sensitivity issues of Mark as Spam/Ham context menus.
   3708 	o fix potential crashes in the address book's embedded 'Edit
   3709 	  person' dialogue, and fix conflicting copy/paste menu
   3710 	  entry.
   3711 	o Reflect change of Font configuration in the Header view
   3712 	  clickable links.
   3713 	o fix handling of empty values in attach_load_directory and
   3714 	  attach_save_directory clawsrc options.
   3715 	o fix 2nd-run loss and new configuration loss of filtering
   3716 	  rules on configuration migration.
   3717 	o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
   3718 	  header" option
   3719 
   3720 * 2.7.1
   3721 -------
   3722 
   3723 * Bug fixes:
   3724 	o bug 1095, 'Crash while changing folder columns during
   3725 		     incorporation'
   3726 	o bug 1098, 'bogus last row display after expanding a thread'
   3727 	o fix a few annoyances when choosing keys for the CMS (S/MIME)
   3728 	  protocol
   3729 	o fix updating of the mime parts
   3730 	o fix Forwarding msgs with attachments that have dos line
   3731 	  endings
   3732 	o strip S/MIME signatures when re-editing S/MIME signed
   3733 	  messages
   3734 	o fix body search starting at the end of the mail (and asking
   3735 	  for loop)
   3736 	o fix Enter in search windows
   3737 	o fix dbus-related crash in the the GTK+ file selector.
   3738 	o IMAP: fix recursion when server lists the current subfolder
   3739 	  in the response
   3740 	o IMAP: get rid of the previous mailimap when connecting, just
   3741 	  in case disconnect was unclean
   3742 	o IMAP: make sure we don't use an old socket when reconnecting
   3743 
   3744 
   3745 * 2.7.0
   3746 -------
   3747 
   3748 * The --select option can now also select emails by Message-ID
   3749 
   3750 * Attaching files from 'mailto:' URIs (&attach=...) is now possible.
   3751   A dialog is displayed to make sure that the user is aware that the
   3752   mail will contain attachments
   3753 
   3754 * 'New Message format' has been added to the Compose/Writing options,
   3755   this works like the Quote format and the same symbols are supported
   3756 
   3757 * Reworked the About dialog, including the addition of a new page, 
   3758   'Features', which indicates which of the optional features are
   3759   compiled in and which are not. A 'Release Notes' page was also
   3760   added
   3761 
   3762 * Added history combo for all search fields (message and text)
   3763 
   3764 * The 'mark_as_read_delay' option is not hidden anymore and can be
   3765   found in Configuration/Preferences/Summaries
   3766 
   3767 * Added global and per-folder preferences to set the default
   3768   alternate dictionary
   3769 
   3770 * Allow spell-checking to use both current and alternate dictionaries
   3771 
   3772 * Added an hidden option 'addressbook_use_editaddress_dialog' to
   3773   embed the contact editor in the addressbook window in contrast to
   3774   a separate dialog
   3775 
   3776 * Added a hidden option 'unsafe_ssl_certs', to allow storing
   3777   multiple SSL certificates for a given server/port. You will be
   3778   asked to accept unknown certificates. Unchecking this option will
   3779   require you to re-accept previously known certificates
   3780 
   3781 * Allow copying of folders between mailboxes
   3782 
   3783 * Better automatic account selection for mailing lists (searches for
   3784   the email address in the Delivered-To header also)
   3785 
   3786 * Made the "Synchronise" menu item inactive when there's nothing to
   3787   synchronise
   3788 
   3789 * Use Message font in Writing and Quoting preferences, as well as in
   3790   Templates
   3791 
   3792 * Added more HTML symbols to the html to text converter
   3793 
   3794 * Save the addressbook's window size on closing
   3795 
   3796 * Better checks for syntax errors are applied to Templates and Quote
   3797   formats
   3798 
   3799 * Added a check to avoid trying to use a non-existent folder as
   3800   default inbox
   3801 
   3802 * Enable setting SSL via STARTTLS from the set-up wizard
   3803 
   3804 * Added handling of ":port" in server addresses in the set-up wizard
   3805   to specify a port to connect to
   3806 
   3807 * Bogofilter plugin: added an option to print the X-Claws-Bogosity
   3808   header in emails handled by the Bogofilter plugin (in MH folders
   3809   only)
   3810 
   3811 * Bogofilter plugin: added an option to whitelist senders found in
   3812   addressbook
   3813 
   3814 * Bogofilter plugin: Allow storing of Unsure mails in a specific
   3815   folder to make better teaching easier
   3816 
   3817 * Bogofilter plugin: Improved GUI interaction while Bogofilter is
   3818   filtering
   3819 
   3820 * TrayIcon plugin: added an "Email from account/..." submenu
   3821 
   3822 * updated Brazilian Portuguese, British English, Catalan, Finnish,
   3823   French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
   3824   translations
   3825 
   3826 * 2.6.1
   3827 -------
   3828 
   3829 * First release as Claws Mail
   3830 
   3831 * Bug fixes:
   3832 	o bug 1053, 'SC fails to reestablish a secure connection'
   3833 	o bug 1054, 'Slowness logging big data chunks'
   3834 	o bug 1057, 'crash on sending s signed message to a
   3835 		     newsgroup'
   3836 	o bug 1060, 'compilation error with Irix's cc'
   3837 	o bug 1061, 'crash on opening signed email'
   3838 	o bug 1066, 'Incorrect mailbox size displayed'
   3839 	o bug 1069, 'Sent mails disappear, BCC or locking problem?'
   3840 	o fix Reply To/Mailing list from the menu
   3841 	o forbid drag and drop from/to different folders of type
   3842 	  F_UNKNOWN
   3843 	o src/ssl_manager.c: fix possible infinite loop
   3844 	o fix Options/Reply mode after draft save
   3845 	o obey always_show_msg option when marking as spam
   3846 	o fix spelling menu when replying
   3847 	o don't change the From column title to To if the To column
   3848 	  is visible
   3849 	o fix the wrong recipient being selected when replying to a
   3850 	  msg which is From one of our accounts To another of our
   3851 	  accounts
   3852 	o fix crash on combining mark_as_read_delay with Hide Read
   3853  	  Messages
   3854 	o create ~/.mailcap if it doesn't exist
   3855 
   3856 
   3857 * 2.6.0
   3858 -------
   3859 
   3860 * Final release as Sylpheed-Claws
   3861 
   3862 * libetpan 0.48 or greater is now required for IMAP support.
   3863 
   3864 * The Compose window now has an /Options/Reply mode/ menu. This
   3865   enables changing the recipients of a reply on the fly.
   3866 
   3867 * QuickSearch now has a type-ahead option for fast searches.
   3868 
   3869 * Extra symbols are now available for the Quote parser, your name,
   3870   your email address, the account name, and the organization.
   3871 
   3872 * In the Folder Properties, it is now possible to test the regular
   3873   expression used in the Simplify Subject RegExp option.
   3874 
   3875 * GSSAPI support has been added for IMAP.
   3876 
   3877 * UIDPLUS support has been added for IMAP.
   3878 
   3879 * A Stop button has been added for Message Body searches, enabling
   3880   cancelling of a running search. This is available in '/Edit/Search
   3881   Folder...' and '/Edit/Find in current message...'.
   3882 
   3883 * libSM support has been added. This enables communication with the
   3884   session manager, so that it is known when the session ends, in
   3885   order to save the caches, and draft any messages currently being
   3886   composed.
   3887 
   3888 * Support for Address Book Groups has been added to the Compose
   3889   window's automatic address completion.
   3890 
   3891 * a new hidden option has been added, 'respect_flowed_format'. This
   3892   follows RFC3676 with regard to a message part with a Content-Type
   3893   that includes 'format=flowed' and 'delsp=yes'. This will cause some
   3894   mails to have long lines, but will fix some URLs that would
   3895   otherwise be wrapped. By default it is turned off.
   3896 
   3897 * Basic key import/export has been added to the PGP plugins. When
   3898   generating a new key pair you can export the public key to a key
   3899   server. When selecting the signature part of a message, if the key
   3900   is not on your keyring, you will be asked if you want to attempt
   3901   to import it from a keyserver.
   3902 
   3903 * The TrayIcon now displays 'offline' status.
   3904 
   3905 * More window sizes and placements are remembered across sessions.
   3906 
   3907 * tools/fix_date.sh: Switches to replace non RFC-compliant Date:
   3908   value, and to use strict RFC matching patterns for dates have been
   3909   added.
   3910 
   3911 * Several optimisations have been made.
   3912 
   3913 
   3914 * 2.5.6
   3915 -------
   3916 
   3917 * Bug fixes:
   3918 	o Fix redirecting of sent mails
   3919 	o Fix Go to Next * after applying Preferences
   3920 	o Fix quote-folding when emails don't convert cleanly to
   3921 	  UTF-8
   3922 
   3923 * 2.5.5
   3924 -------
   3925 
   3926 * Bug fix:
   3927 	o bug 1034, 'Incorrect display of size field in message view'
   3928 
   3929 * 2.5.4
   3930 -------
   3931 
   3932 * Bug fixes:
   3933 	o bug 1032, 'Segmentation fault when showing message'
   3934 	o fix crash with quote folding on HTML
   3935 	o fix building with --disable-nls
   3936 	o remove tabs in Subject string
   3937 
   3938 * 2.5.3
   3939 -------
   3940 
   3941 * Make node expanding in the Folder List non-recursive
   3942 
   3943 * Bug fixes:
   3944 	o bug 1024, 'Array index out of range in
   3945 	  claws-mail-2.5.2'
   3946 	o Fix "Check for new folders" on folders with accented
   3947 	  characters
   3948 	o Fix filtering "copy" rules
   3949 	o Fix "goto next unread" after collapsing/expanding a node
   3950 
   3951 * 2.5.2
   3952 -------
   3953 
   3954 * Bug fixes: 
   3955 	o bug #1023 (Sylpheed deletes too much messages)
   3956 	o Crash in partial downloading
   3957 
   3958 * 2.5.1
   3959 -------
   3960 
   3961 * It is now possible to stop searches in message bodies
   3962 
   3963 * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
   3964   to fix speed issues with badly implemented servers
   3965   
   3966 * Bug fixes: 
   3967 	o Fix multiple registering of SpamAssassin and Bogofilter
   3968 	  plugin after having changed their preferences, leading to
   3969 	  slowness or duplicated messages.
   3970 
   3971 * 2.5.0
   3972 -------
   3973 
   3974 * Minimum required versions of GTK+ and GLIB is now 2.6.0
   3975 
   3976 * Minimum required version of libetpan (for IMAP support) is now 0.46
   3977 
   3978 * metamail support has been dropped, this is now handled internally
   3979 
   3980 * New plugin: Bogofilter, providing Spam filtering and learning
   3981 
   3982 * Account-based filtering rules. Each filtering rule can now be
   3983   assigned to a specific account, by default it's "All".
   3984 
   3985 * Filtering against Address Book. It is now possible add matched 
   3986   conditions to determine if any email address in a message matches
   3987   or doesn't match any or all books or folders in the Address Book.
   3988 
   3989 * Quote folding. Quotes in the message view can now be folded, via
   3990   the "/View/Quotes/..." menu. The folding can also be toggled by
   3991   double clicking on the quotes in the Message View
   3992 
   3993 * Re-enabled user-defined Headers in Displayed Headers configuration
   3994 
   3995 * "/View/Go to/Parent message" and "/View/Go to/Last read message"
   3996   have been added
   3997 
   3998 * Made the list views look more modern by add alternating coloured
   3999   lines, replacing the box-type expanders with arrows, removing the
   4000   dotted lines.
   4001   Hidden prefs have been added to enable users to maintain the old
   4002   style:
   4003   'enable_dotted_lines' for the dotted lines and box-type expanders. 
   4004   'use stripes_in_summary' to enable alternating coloured lines in
   4005    the Message and Folder lists.
   4006   'use stripes_everywhere' to  also enable alternating coloured lines
   4007    in all other lists.
   4008   Note: 'use_stripes_everywhere' replaces the previous hidden option
   4009   'enable_rules_hint'.
   4010 
   4011 * New hidden pref, 'stripes_color_offset', to change the value added/
   4012   subtracted to normal bgcolor to create the stripes in the summaries
   4013  
   4014 * The Send button on the main toolbar is now inactive when the Queue
   4015   folders are empty
   4016 
   4017 * IMAP: Added a View Log button on auth error
   4018 
   4019 * PGP/Core plugin: it is now possible to create a new key pair from
   4020   within Claws Mail
   4021 
   4022 * PGP/Core plugin: When encrypting, if only one key matches, and it 
   4023   matches exactly, it is automatically used
   4024 
   4025 * TrayIcon plugin: the icon now has transparency
   4026 
   4027 * Enabled text selection for replying from MimeViewer plugins
   4028 
   4029 * The attachments list in the MimeView column can now be scrolled
   4030   using the mousewheel
   4031 
   4032 * In the MimeView column a middle-click will now just open the Mime
   4033   part without showing it in the Message View, likewise, a right-
   4034   click will display the context menu without displaying the part
   4035 
   4036 * The "When entering a folder..." selection option is now used for
   4037   '/View/Go to/Next unread folder'
   4038 
   4039 * A special Return-Receipt message is shown if the message is from
   4040   the user
   4041 
   4042 * An icon has been added to the statusbar to notify of errors
   4043 
   4044 * Added missing icons to the Icon Legend dialog
   4045 
   4046 * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
   4047   key
   4048 
   4049 * Displaying of huge mails can now be cancelled, so the GUI doesn't
   4050   block
   4051 
   4052 * Claws Mail' internal queue headers are now hidden when showing
   4053   all headers. They'll be present only in Source window.
   4054 
   4055 * Several GUI improvements.
   4056 
   4057 * Faster loading of folders and other optimisations and speed-ups
   4058 
   4059 * Logging has been improved.
   4060 
   4061 * improved sizing of some widgets
   4062 
   4063 * Made the desktop file XDG compliant
   4064 
   4065 * The manuals have been updated
   4066 
   4067 * A Spanish translation of the manual has been added
   4068 
   4069 * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
   4070   with OpenOffice.
   4071 
   4072 * Added an action tool, tools/fix_date.sh, to fix a missing Date field
   4073   in emails.
   4074 
   4075 * 2.4.0
   4076 -------
   4077 
   4078 * A ./configure option has been added, --with-mandir=DIR allowing the
   4079   setting of the man directory location
   4080 
   4081 * 'Send queue' has been added to the folder contextual menu, which
   4082   allows sending the contents of a single queue, as opposed to the
   4083   toolbar's Send Queue, which sends all queues
   4084 
   4085 * '/View/Go to/Next unread folder' has been added
   4086 
   4087 * 'View/Go to/Next marked messages' now traverses folders
   4088 
   4089 * sftp:// links are now recognised in mails
   4090 
   4091 * A dialogue is presented to the user when dropping files into the
   4092   Compose window, asking whether to insert or attach the file(s). The
   4093   default behaviour can be controlled via a new option in 
   4094   Compose/Writing
   4095 
   4096 * Allow attached message parts to be selected, opened, or saved via
   4097   their text label in the message body
   4098 
   4099 * Save named inlined attachments with "Save all"
   4100 
   4101 * An option to change the Folder Type has been added to the Folder
   4102   Properties
   4103 
   4104 * Add |i{sub_expr} to Templates, which allows inserting user-entered
   4105   text in a template
   4106 
   4107 * A new option has been added to '/Preferences/External programs' to
   4108   allow "Display as text" on attachments to be done via a script
   4109 
   4110 * An option to 'Never send Return Receipts' has been added to the
   4111   'Other' page of the preferences.
   4112 
   4113 * The Custom Header dialogue in Account Preferences now has a 'From
   4114   file...' button, which enables a Face or X-Face header to be set by
   4115   selecting a file 
   4116 
   4117 * libgnomeprint support : A font for printing can be specified in
   4118   '/Display/Fonts'
   4119 
   4120 * Add Help buttons to some dialogues, clicking on them will open the
   4121   manual at a suitable section in the configured browser
   4122 
   4123 * The option 'Add date header' has been removed, a date header is
   4124   now always added
   4125 
   4126 * The '/Message/Re-edit' menu item has been removed from the separate
   4127   Message View, where it was useless
   4128 
   4129 * Display an Account's Protocol as a label instead of the unusable
   4130   combo when editing accounts
   4131 
   4132 * It is now possible to move and copy mails from and to the Drafts
   4133   and Queue folders
   4134 
   4135 * More non-English Subject prefixes have been added
   4136 
   4137 * The Attachment flag is now set for some inlined attachments
   4138 
   4139 * Faster recursive quicksearch (show current folder's results before
   4140   searching sub-folders)
   4141 
   4142 * Faster send on IMAP
   4143 
   4144 * Alert in case of authentication error on imap
   4145 
   4146 * Better error reporting in GPG plugins
   4147 
   4148 * Faster and better MBOX import/export
   4149 
   4150 * Save caches on SIGPIPE (like on Xorg exit)
   4151 
   4152 * Unified Info/Help/Symbols buttons
   4153 
   4154 * Honor display-header-pane setting in separate window too
   4155 
   4156 * Use the user-defined From: in the Return-Path: header when sending
   4157 
   4158 * Grab Save button by default in Save dialog, which allows saving
   4159   by hitting Enter
   4160 
   4161 * The online status is checked before resetting mailcheck timer
   4162 
   4163 * Show POP3 connection earlier in statusbar
   4164 
   4165 * Re-read /etc/resolv.conf before connecting to IMAP servers, and
   4166   when switching to Online mode
   4167 
   4168 * tools/textviewer.pl has been added, which can be used with the new
   4169   option 'Command for Display as Text' in '/Preferences/External
   4170   programs'
   4171 
   4172 * The Claws Mail logo has been updated
   4173 
   4174 * 2.3.1
   4175 -------
   4176 
   4177   * bug fix release
   4178 
   4179   * Improved error catching in GnuPG plugins
   4180 
   4181   * Always replace \n, \r and \t with spaces in headers
   4182 
   4183   * Fix 'make clean' removing of provided manuals
   4184 
   4185   * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
   4186     backwards compatible
   4187 
   4188   * Fix double-ask of "Do you want to mark all as read"
   4189 
   4190   * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't 
   4191     RFC-compliant)) - Workaround Rockliffe IMAP server bug
   4192 
   4193   * Fix bug #969 (crash on rebuilding imap folder)
   4194 
   4195   * Fix bug #971 (2.2.3 cannot read mail from local mbox)
   4196 
   4197 * 2.3.0
   4198 -------
   4199 
   4200   * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc) 
   4201     has been added in the main window's 'Message/Mailing list' menu
   4202 
   4203   * Filtering and processing rules can be disabled with just one click
   4204 
   4205   * The From address is editable in the Compose window
   4206 
   4207   * A menu has been added to the Compose toolbar button to enable
   4208     choosing the account to use
   4209 
   4210   * Write-only support of .mh_sequences' Unseen property has been added 
   4211     for MH mailboxes, allowing synchronised flags when reading your MH
   4212     mailbox with Mutt or other MH-based mail clients
   4213 
   4214   * More feedback is provided to the user when importing MBOX files
   4215 
   4216   * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
   4217     Search
   4218 
   4219   * The option to go to the first Marked message when entering a
   4220     folder has been added.
   4221 
   4222   * The 'ignore thread' flag is now correctly set on mails threaded by
   4223     subject, in addition to standard headers.
   4224 
   4225   * Hidden prefs have been added that allow customization of the
   4226     colours used in the Log window (useful for dark GTK+ themes)
   4227 
   4228   * Optimised large folder reading
   4229 
   4230   * Optimised copy/move/deletion/selection
   4231 
   4232   * Optimised 'mark all read' in the current folder
   4233 
   4234   * 'test' filtering rules are processed in the background
   4235 
   4236   * A progressbar for cache updates has been added
   4237 
   4238   * A progressbar for copy/move functions has been added
   4239 
   4240   * More dialogues have been made HIG compliant
   4241 
   4242   * Allow recursive setting of properties for whole mailboxes
   4243 
   4244   * A Face header has been added to the Welcome mail
   4245 
   4246   * The user manual has been updated
   4247 
   4248   * tools/filter_conv_new.pl has been updated for rule 
   4249     enabling/disabling
   4250 
   4251 * 2.2.3
   4252 -------
   4253 
   4254   * bug fix release
   4255 
   4256   * Fix crash on a very common code path, introduced by a merge error in 
   4257     2.2.1
   4258 
   4259 * 2.2.2
   4260 -------
   4261 
   4262   * bug fix release
   4263 
   4264   * Fix URI check, which failed to identify fake, phishing URIs if they
   4265     began with a space.
   4266 
   4267   * Reply-To and Sender addresses in the message view are now fully
   4268     clickable.
   4269 
   4270   * Remove extraneous tab at start of addresses.
   4271 
   4272 * 2.2.1
   4273 -------
   4274 
   4275   * bug fix release
   4276 
   4277   * Always obey the "confirm before marking all mails read" option
   4278 
   4279   * Fixed MBOX import/export's behaviour on failure
   4280 
   4281   * Fixed automatic rule creation with List-Post
   4282 
   4283   * Fixed some GTK+ warnings and errors at runtime
   4284 
   4285   * Fixed some compiler warnings
   4286 
   4287   * Fixed double init of the g_thread subsystem
   4288 
   4289   * Fixed saving of parts with names that can't be converted to UTF-8
   4290 
   4291   * Fixed a possible infinite loop when filtering moved and copied some
   4292     mails
   4293 
   4294   * Fixed a buffer overflow in Russian locale 
   4295 
   4296   * Fixed a memory leak in expired SSL certificate check
   4297 
   4298   * Fixed bolding of folder names in the folder selector window with
   4299     GLib 2.10
   4300 
   4301   * Added an hidden preference, 'ssl_skip_cert_check', to avoid
   4302     duplicates of bug #959 - if libetpan is linked against gnutls, there
   4303     can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4 
   4304     release.
   4305 
   4306   * The SSL "expired certificate" warning is now presented only once per
   4307     session
   4308 
   4309   * Fixed races when reusing the SMTP sessions
   4310 
   4311   * Added the missing timeout on SMTP sessions
   4312 
   4313   * Fixed a few leaks
   4314 
   4315   * Fixed a crash in PGP plugins, which could happen when signing fails
   4316     for unknown reasons
   4317 
   4318   * Fixed SpamAssassin plugin, which stayed disabled as long as the
   4319     transport wasn't reselected
   4320 
   4321   * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
   4322 
   4323   * Fixed bug #955 (copying messages between imap folders is extremely
   4324     slow)
   4325 
   4326   * Fixed bug #961 (return receipt dialog complains incorrectly about
   4327     return-path email adress being different)
   4328 
   4329   * Fixed bug #962 (Manual and/or UI should warn about incompatible
   4330     locking causing dataloss)
   4331 
   4332 * 2.2.0
   4333 -------
   4334 
   4335   * S/MIME signature verification has been removed from the PGP/MIME
   4336     plugin as it is now provided by the S/MIME plugin.
   4337 
   4338   * IMAP users will see significant speed improvements.
   4339 
   4340   * ANONYMOUS auth has been added for IMAP
   4341 
   4342   * In the Compose window all spell-checker options are now available
   4343     from the /Spelling/Options menu. 
   4344 	
   4345   * Syntax errors in the extended Quick Search are now indicated by
   4346     a pink/red background.
   4347 
   4348   * An encrypt-to-self option has been added to the Account Privacy
   4349     options.
   4350 
   4351   * Sysadmins can now provide their users with pre-filled values in
   4352     the Setup Wizard. See the manual, '6.6. Deploying Claws Mail',
   4353     for details.
   4354 
   4355   * Various GUI improvements have been added.
   4356 
   4357   * A new command line option has been added: --select 'folder[/msg]'
   4358     This can be used at startup and causes the specified folder/message
   4359     to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
   4360 
   4361   * Optional background colouring of quotes has been added. It can be
   4362     configured from the Colour Preferences dialogue.
   4363     GTK+-2.8.x or newer is required for this feature.
   4364 
   4365   * In the Compose window, multiple quote levels are now coloured in
   4366     the same way as the Message View.
   4367 
   4368   * A warning is now displayed on expired SSL certificates and the 
   4369     expiration date is shown.
   4370 
   4371   * A hidden option has been added, 'compose_no_markup', this prohibits
   4372     the use of bold and italic text in Compose dialogue's account 
   4373     selector.
   4374 
   4375   * LDAPS support has been added.
   4376 
   4377   * The user manual has been updated, and French and Polish 
   4378     translations are now also included.
   4379 
   4380 * 2.1.1
   4381 -------
   4382 
   4383   * bug fix release
   4384 
   4385   * The Preferences config file, ~/.claws-mail/sylpheedrc, is now
   4386     stored with UTF-8 encoding
   4387 
   4388 * 2.1.0
   4389 -------
   4390 
   4391   * libetpan version 0.45 or newer is now required for IMAP support,
   4392     this allows checking for IMAP/SSL certificates.
   4393 
   4394   * Support for the Face header has been added, 
   4395     see http://quimby.gnus.org/circus/face/
   4396 
   4397   * In the Templates dialog TAB address completion has been added for
   4398     Cc and Bcc fields, in addition to To. 
   4399 
   4400   * An account's signature file, (Account Preferences, Compose tab),
   4401     can now been edited in place using the configured text editor.
   4402 
   4403   * An advanced search is now possible in the '/Edit/Search folder' 
   4404     dialog.
   4405 
   4406   * '/Edit/Find' has been added to the Compose window for text 
   4407     searching.
   4408 
   4409   * A progress bar is now shown in the status bar whilst doing a Quick 
   4410     Search.
   4411 
   4412   * A long search can now be cancelled.
   4413 
   4414   * In a Sent mail folder the From column in the message list is now
   4415     automatically changed to the To column.
   4416 
   4417   * '/Message/Colour Label' has been added to the main menu, enabling
   4418     (unmodifiable) shortcut keys, Ctrl+[0-7].
   4419 
   4420   * The colour labels are now customisable from the 'Display/Colours'
   4421     page of the Preferences. It is now possible to choose any colours 
   4422     and to give them each a label.
   4423 
   4424   * A Spell Checking option to 'Recheck message when changing 
   4425     dictionary' has been added.
   4426 
   4427   * An option to 'Render HTML-only mail with plugin if possible' has
   4428     been added to the 'Message View/Text Options' preferences page.
   4429 
   4430   * Headers in the message view and the Custom headers dialog are now
   4431     translated if the option 'Translate header names' is activated.
   4432 
   4433   * It is now possible to sort the columns in the Addressbook.
   4434 
   4435   * More drag-n-drop capabilities have been added, from the message
   4436     list to other apps, from the mimeview to other apps, from other 
   4437     apps to message list, from other apps to folder list, from the 
   4438     mimeview to the message and folder lists and the Compose window's
   4439     attachments pane.
   4440 
   4441   * "Ignore thread" has beed added as a filtering action.
   4442 
   4443   * The Compose window is now hidden when sending mails via filtering.
   4444 
   4445   * An alphabetical resort is done immediately when a folder's name
   4446     is changed.
   4447 
   4448   * Unsubscribing a newsgroup now removes the related folder and
   4449     articles from newscache/
   4450 
   4451   * A "Get more..." link has been added to the Plugins window. This
   4452     loads http://claws.sylpheed.org/plugins.php in your browser.
   4453 
   4454   * The SpamAssassin plugin is now equipped with a spam learning 
   4455     interface, usable by right-clicking a message and choosing
   4456     'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
   4457     possible to disable SpamAssasin filtering when receiving mail, so
   4458     that the plugin can be used for learning only.
   4459 
   4460   * Remote learning in the SpamAssassin plugin has been added. This 
   4461     requires SpamAssassin 3.1.x.
   4462 
   4463   * A new script has been added that integrates a Thunderbird folder 
   4464     tree into Claws Mail, tools/tbird2syl.py
   4465 
   4466 * 2.0.0
   4467 -------
   4468 
   4469   * libetpan >= 0.41 is now required for IMAP support
   4470 
   4471   * A new and completely rewritten manual has been added.
   4472 
   4473   * An icon legend window has been added to the Help menu
   4474 
   4475   * Attached images can now be printed along with the message when using
   4476     the optional libgnomeprintui support.
   4477 
   4478   * '--exit' command-line option has been added.
   4479 
   4480   * '--subscribe' command-line option has been added.
   4481     Calling claws-mail --subscribe '%s' will ask the loaded plugins
   4482     if they can handle the type of URL passed as a parameter. Thus, if
   4483     using the RSSyl or vCalendar plugins, for example, the user will be
   4484     able to subscribe RSS feeds or Webcals from the browser.
   4485 
   4486   * claws-mail email@domain.com  is now equivalent to --compose
   4487 
   4488   * claws-mail proto://blah.com is equivalent to --subscribe
   4489 
   4490   * HIG compliant button order has been implemented.
   4491 
   4492   * Several dialogues throughout have been improved.
   4493 
   4494   * Text can now also been displayed next to the icons in the main 
   4495     window Toolbar.
   4496 
   4497   * Quick mail retrieval from any account is now possible due to the
   4498     account submenu which has been added to the 'Get All' button.
   4499 
   4500   * The spellchecker context menu in the compose window has been added
   4501     to the standard GtkTextView menu instead of replacing it.
   4502 
   4503   * The Subject in the compose window title now updates instantaneously.
   4504 
   4505   * The mimetypes list in the compose window attachment pane is now
   4506     alphabetically ordered.
   4507 
   4508   * The message view email and URI parsers have been enhanced.
   4509 
   4510   * In Quick Search Extended mode, a '...' button has been added, this 
   4511     provides the user with a dialogue enabling the quick formation of 
   4512     search criteria.
   4513 
   4514   * When Quick Search is activated, the entry box is given a yellow
   4515     background for greater visibility.
   4516 
   4517   * The LDAP search in the address book now supports wildcard searching
   4518     using '*'.
   4519 
   4520   * The configuration option 'Go to inbox after receiving new mail' has 
   4521     been moved from 'Display/Summaries' to 'Mail handling/Receive'.
   4522 
   4523   * The 'Wrap at send' configuration option has been removed.
   4524 
   4525   * Colour preferences have been moved from '/Message View/Colors' to
   4526     '/Display/Colors'.
   4527 
   4528   * The previously hidden option, color_new, has been added to the GUI
   4529     as '/Display/Colors/Folder' containing new messages.
   4530 
   4531   * The spamassassin and spamassassin_gtk plugins have been merged into
   4532     one single plugin, and this plugin is now built by default if the
   4533     requirements are matched.
   4534 
   4535   * The clamav and clamav_gtk plugins have been merged into one single
   4536     plugin.
   4537 
   4538   * GnuPG support: Add support for PKA info if available
   4539 
   4540   * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
   4541 
   4542   * A check to verify that plugins are licenced under a GPL-compatible
   4543     licence has been added.
   4544 
   4545   * The unmaintained mathml_viewer plugin has been removed.
   4546 
   4547   * Added tools/filter_conv_new.pl.
   4548     Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
   4549     to Claws filtering rules.
   4550 
   4551 * 1.9.100
   4552 ---------
   4553 
   4554   * etpan >= 0.40 is now required for IMAP support
   4555     0.40 fixes the SSL connection errors that some users experienced.
   4556 
   4557   * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
   4558     functions were fixed.
   4559 
   4560   * GnuPG support:
   4561     Signature checking is now non-blocking
   4562 
   4563   * The URLs in the About window are now clickable
   4564 
   4565   * the man page has been updated and renamed 'claws-mail'
   4566 
   4567 * 1.9.99
   4568 --------
   4569 
   4570   * The binary is now 'claws-mail' and not 'sylpheed'
   4571 
   4572   * The default config dir is now '~/.claws-mail'. The user will
   4573     be prompted to perform an automatic migration of configuration
   4574     options to this new directory.
   4575 
   4576   * A new default internal icon theme has been added, based on the
   4577     Gnomaws theme.
   4578 
   4579   * Messages are now sorted by Date by default
   4580 
   4581   * GnuPG support:
   4582     The noticeview is now shown on the message/rfc822 part in addition
   4583     to the text/plain part.
   4584     The privacy icon in the noticeview is now clickable and also uses
   4585     key C to perform the signature check.
   4586     The Trust field has been moved into Full info display.
   4587     When trust is less than full, don't display a warning icon.
   4588     Visual feedback is provided in the statusbar when checking
   4589     signature.
   4590     The PGP/MIME signature file is now named 'signature.asc'.
   4591     The dialog for entering a passphrase has been improved.
   4592 
   4593   * Local deletion of news posts has been added.
   4594 
   4595   * A file selector has been added for selecting an account's Signature
   4596     file
   4597 
   4598   * Many window sizes are now remembered.
   4599 
   4600   * The presense of marked msgs in unexpanded subfolders is now indicated
   4601     by the icon of the parent folder.
   4602 
   4603 * QuickSearch:
   4604   The message list is reset when the dialog is hidden.
   4605   The 'Sticky' option, for keeping the search activated across folders.
   4606 
   4607   * The Subject is now set when forwarding multiple mails.
   4608 
   4609   * When a default Cc or Bcc is used, a check is performed to make sure
   4610     the To header has also been set.
   4611 
   4612   * In the filtering dialog a warning dialog is shown if the rule was
   4613     not saved.
   4614 
   4615   * The file and directory Browse buttons, ("...") have been improved.
   4616 
   4617   * When double-clicking an attachment the "Open with" dialog is
   4618     presented if no command was found for the file type.
   4619 
   4620   * The X-Face has been added to the message view and can be toggled by
   4621     '/Configuration/Preferences/Message View/Text options/Display
   4622     X-Face in messageview'.
   4623 
   4624   * The message list context menu has been reworked.
   4625 
   4626   * When replying to a mail sent by yourself, Reply excludes your own
   4627     address from the list of recipients. 'Reply All' and 'Reply to
   4628     sender' still work like before.
   4629 
   4630   * When the Folder Preference 'Default To for replies' the entry in
   4631     the Compose window is presented in bold text.
   4632 
   4633   * The About window has been reworked.
   4634 
   4635 * 1.9.15
   4636 --------
   4637 
   4638   * etpan >= 0.39 is now required for IMAP support
   4639 
   4640   * LDAP and JPilot support is now built by default if the dependencies
   4641     are available.
   4642 
   4643   * ~/.mailcap or /etc/mailcap is now used to open attachments
   4644 
   4645   * middle-click pasting that respects the 'Wrap pasted text' option
   4646     has been added
   4647 
   4648   * during composition the user is alerted if the message can't be
   4649     drafted
   4650 
   4651   * the description windows are now non-modal
   4652 
   4653   * a 'Clear Log' button has been added to the log window popup menu
   4654 
   4655   * Sender, List-Post and To have been added to the headers that are
   4656     checked during automatic Filtering and Processing rules creation
   4657 
   4658   * the current locale's charset is used for display of broken mails
   4659     and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
   4660     been added allowing the user to use UTF-8 for broken mails
   4661 
   4662   * GNU/aspell support: if black is chosen as the misspelled word
   4663     colour, misspelled words will be underlined.
   4664 
   4665   * the Message View and Compose windows now display the message
   4666     subject as the window title.
   4667 
   4668   * libgnomeprint support: currently selected text attachments can be
   4669     printed
   4670 
   4671   * drag'n'drop of messages from the Message List to a Compose window's
   4672     Attachment pane is now possible
   4673 
   4674   * PGP/MIME plugin: it is now possible to verify S/MIME signatures
   4675 
   4676   * PGP/Core plugin: A "Don't encrypt" button has been added to the key
   4677     selection dialog, and the buttons have been reordered.
   4678 
   4679   * the user is warned if the requested Privacy system is not available
   4680     when composing a message
   4681 
   4682 * 1.9.14
   4683 --------
   4684 
   4685   * The 'Open first unread message when entering a folder' option has
   4686     been replaced with 'When entering a folder select...'.
   4687     Whether or not the selected message is opened is now exclusively
   4688     controlled by the 'Always open message when selected' option.
   4689 
   4690   * Filtering and Processing rules can now be named.
   4691 
   4692   * A new icon for the Trash button has been added.
   4693 
   4694   * The 'Bold font' option has been removed. A displayed bold font is
   4695     now derived from the normal font.
   4696 
   4697   * The option 'Display recipient in 'From' column if sender is yourself'
   4698     has been removed from the GUI. It still exists as a hidden option.
   4699 
   4700   * Many improvements to the Address book.
   4701 
   4702   * A '/Special paste/' menu item has been added with sub-items 'as
   4703     quotation', 'wrapped', and 'unwrapped'.
   4704 
   4705   * Colourisation of quotes, signatures, and URIs has been added to the
   4706     Compose window.
   4707 
   4708   * A 'To' column has been added to the message list pane.
   4709 
   4710   * The displayed columns in the folder list are now configurable.
   4711 
   4712   * A hidden option has been added, 'toolbar_detachable', that enables
   4713     the removal of the toolbar handles.
   4714 
   4715   * A hidden option has been added, 'statusbar_update_step', that
   4716     enables changing the sensitivity of the progress bar stepping.
   4717 
   4718   * Changes to the Fonts options are now applied immediately.
   4719 
   4720   * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
   4721     parents.
   4722 
   4723   * An 'Open image' menu item has been added to image popup menu in the
   4724     message view.
   4725 
   4726   * Several optimisations and speed-ups have been added throughout.
   4727 
   4728   * The localedir, manualdir, and faqdir are now user-configurable.
   4729 
   4730   * tools/asus_mailled.sh
   4731     A new script to blink an ASUS laptop's mail LED when there is
   4732     unread mail.
   4733 
   4734   * tools/kdeservicemenu/*
   4735     Use Claws Mail icon and the text 'Claws Mail' in the menu,
   4736     use kdialog during installation
   4737 
   4738 * 1.9.13
   4739 --------
   4740 
   4741   * add GPGME 1.x support.
   4742 
   4743   * A new PGP/Core plugin has been added
   4744 
   4745   * IMAP now uses libEtPan!
   4746 
   4747   * Printing support using libgnomeprint2 and libgnomeprintui2
   4748 
   4749   * The cache/mark files are now platform-independent.
   4750 
   4751   * A plugin dependency system has been added.
   4752 
   4753   * The PGP/Inline plugin has been added to the main package.
   4754 
   4755   * Folders which contain Marked messages are now indicated by a
   4756     Folder icon overlaid with a tick
   4757 
   4758   * '/Edit/Quick search' menu item has been added to the main window
   4759 
   4760   * An option to 'Confirm before sending queued messages' has been
   4761   added
   4762 
   4763   * The "Copy ..." menu items now copy to both the X and the gtk
   4764     clipboards in the Compose window
   4765 
   4766   * The Template and Plugin lists are now sorted alphabetically
   4767 
   4768   * Plugins preferences are now grouped under their own 'Plugins'
   4769     heading
   4770 
   4771   * A 'Go to Prev' button has been added to the toolbar
   4772 
   4773   * Keyboard accelerators have been added to many buttons
   4774 
   4775   * The folder selection dialogue now displays folder names with
   4776     new/unread counts
   4777 
   4778   * The 'Display cursor in message view' option is now a hidden option,
   4779     'textview_cursor_visible'
   4780 
   4781   * Reordering of accounts by drag 'n' drop has been enabled in the
   4782     'Edit accounts' dialogue
   4783 
   4784   * New Claws Mail icons have been added, and the default
   4785     application icon is now set.
   4786 
   4787   * The SpamAssassin and Clam AntiVirus plugins have been optimised.
   4788 
   4789 
   4790 * 1.9.12
   4791 --------
   4792 
   4793   * improved IMAP support
   4794 
   4795   * Performance increases
   4796 
   4797   * /Message/Delete and /Message/Move to trash
   4798 	'/Message/Delete' has been renamed '/Message/Move to trash'
   4799 	and '/Message/Delete' has been added. '/Message/Delete' will
   4800 	now directly destroy the message, after asking for a
   4801 	confirmation, instead of moving it to the Trash folder.
   4802 
   4803   * new style configuration options interface.
   4804 
   4805   * PGP MIME plugin
   4806  	The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
   4807 
   4808   * LDAP bind password is no longer visible onscreen.
   4809 
   4810   * An option to encrypt replies to encrypted messages by default
   4811 
   4812   * Filtering rules can be reordered by drag n drop
   4813 
   4814   * '/Options/Character encoding/...' has been added to the Compose
   4815     window
   4816 
   4817   * Hebrew encodings have been added
   4818 
   4819   * The 'Show all headers' option is now sticky.
   4820 
   4821   * Return Receipts can now be sent from any account.
   4822 
   4823   * A clip/signed icon has been added.
   4824 
   4825 
   4826 * 1.9.11
   4827 --------
   4828 
   4829   * bug-fix release which fixes the ASpell Spell Checker
   4830     support
   4831 
   4832 * 1.9.9
   4833 -------
   4834 
   4835   * Inline image display
   4836 
   4837   * An option to render HTML as text has been added to
   4838     /Configuration/Preferences/Common/Message
   4839 
   4840   * An option for a default Queue folder has been added to the
   4841     'Advanced' tab of Account Preferences
   4842 
   4843   * Filtering Preferences window size is saved
   4844 
   4845   * Batch sending of mails (per account)
   4846 
   4847   * Support for GBK encoding
   4848 
   4849   * New logo in About window
   4850 
   4851   * tools/acroread2sylpheed.pl
   4852 	script to send pdfs as attachments from Adobe Reader 7
   4853 	see tools/README for details
   4854 
   4855 
   4856 * 1.9.6
   4857 -------
   4858 
   4859   Initial GTK2 release
   4860 
   4861   * default config dir is ~/.sylpheed-gtk2
   4862 
   4863 -- 
   4864 Copyright 1999-2021 the Claws Mail team and Hiroyuki Yamamoto.
   4865 See accompanying COPYING file for license details.
   4866