NEWS 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951
  1. Changes of the Sylpheed-Claws GTK2 branch
  2. * 2.5.6
  3. -------
  4. * Bug fixes:
  5. o Fix redirecting of sent mails
  6. o Fix Go to Next * after applying Preferences
  7. o Fix quote-folding when emails don't convert cleanly to
  8. UTF-8
  9. * 2.5.5
  10. -------
  11. * Bug fix:
  12. o bug 1034, 'Incorrect display of size field in message view'
  13. * 2.5.4
  14. -------
  15. * Bug fixes:
  16. o bug 1032, 'Segmentation fault when showing message'
  17. o fix crash with quote folding on HTML
  18. o fix building with --disable-nls
  19. o remove tabs in Subject string
  20. * 2.5.3
  21. -------
  22. * Make node expanding in the Folder List non-recursive
  23. * Bug fixes:
  24. o bug 1024, 'Array index out of range in
  25. sylpheed-claws-2.5.2'
  26. o Fix "Check for new folders" on folders with accented
  27. characters
  28. o Fix filtering "copy" rules
  29. o Fix "goto next unread" after collapsing/expanding a node
  30. * 2.5.2
  31. -------
  32. * Bug fixes:
  33. o bug #1023 (Sylpheed deletes too much messages)
  34. o Crash in partial downloading
  35. * 2.5.1
  36. -------
  37. * It is now possible to stop searches in message bodies
  38. * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
  39. to fix speed issues with badly implemented servers
  40. * Bug fixes:
  41. o Fix multiple registering of SpamAssassin and Bogofilter
  42. plugin after having changed their preferences, leading to
  43. slowness or duplicated messages.
  44. * 2.5.0
  45. -------
  46. * Minimum required versions of GTK+ and GLIB is now 2.6.0
  47. * Minimum required version of libetpan (for IMAP support) is now 0.46
  48. * metamail support has been dropped, this is now handled internally
  49. * New plugin: Bogofilter, providing Spam filtering and learning
  50. * Account-based filtering rules. Each filtering rule can now be
  51. assigned to a specific account, by default it's "All".
  52. * Filtering against Address Book. It is now possible add matched
  53. conditions to determine if any email address in a message matches
  54. or doesn't match any or all books or folders in the Address Book.
  55. * Quote folding. Quotes in the message view can now be folded, via
  56. the "/View/Quotes/..." menu. The folding can also be toggled by
  57. double clicking on the quotes in the Message View
  58. * Re-enabled user-defined Headers in Displayed Headers configuration
  59. * "/View/Go to/Parent message" and "/View/Go to/Last read message"
  60. have been added
  61. * Made the list views look more modern by add alternating coloured
  62. lines, replacing the box-type expanders with arrows, removing the
  63. dotted lines.
  64. Hidden prefs have been added to enable users to maintain the old
  65. style:
  66. 'enable_dotted_lines' for the dotted lines and box-type expanders.
  67. 'use stripes_in_summary' to enable alternating coloured lines in
  68. the Message and Folder lists.
  69. 'use stripes_everywhere' to also enable alternating coloured lines
  70. in all other lists.
  71. Note: 'use_stripes_everywhere' replaces the previous hidden option
  72. 'enable_rules_hint'.
  73. * New hidden pref, 'stripes_color_offset', to change the value added/
  74. subtracted to normal bgcolor to create the stripes in the summaries
  75. * The Send button on the main toolbar is now inactive when the Queue
  76. folders are empty
  77. * IMAP: Added a View Log button on auth error
  78. * PGP/Core plugin: it is now possible to create a new key pair from
  79. within Sylpheed-Claws
  80. * PGP/Core plugin: When encrypting, if only one key matches, and it
  81. matches exactly, it is automatically used
  82. * TrayIcon plugin: the icon now has transparency
  83. * Enabled text selection for replying from MimeViewer plugins
  84. * The attachments list in the MimeView column can now be scrolled
  85. using the mousewheel
  86. * In the MimeView column a middle-click will now just open the Mime
  87. part without showing it in the Message View, likewise, a right-
  88. click will display the context menu without displaying the part
  89. * The "When entering a folder..." selection option is now used for
  90. '/View/Go to/Next unread folder'
  91. * A special Return-Receipt message is shown if the message is from
  92. the user
  93. * An icon has been added to the statusbar to notify of errors
  94. * Added missing icons to the Icon Legend dialog
  95. * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
  96. key
  97. * Displaying of huge mails can now be cancelled, so the GUI doesn't
  98. block
  99. * Sylpheed-Claws' internal queue headers are now hidden when showing
  100. all headers. They'll be present only in Source window.
  101. * Several GUI improvements.
  102. * Faster loading of folders and other optimisations and speed-ups
  103. * Logging has been improved.
  104. * improved sizing of some widgets
  105. * Made the desktop file XDG compliant
  106. * The manuals have been updated
  107. * A Spanish translation of the manual has been added
  108. * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
  109. with OpenOffice.
  110. * Added an action tool, tools/fix_date.sh, to fix a missing Date field
  111. in emails.
  112. * 2.4.0
  113. -------
  114. * A ./configure option has been added, --with-mandir=DIR allowing the
  115. setting of the man directory location
  116. * 'Send queue' has been added to the folder contextual menu, which
  117. allows sending the contents of a single queue, as opposed to the
  118. toolbar's Send Queue, which sends all queues
  119. * '/View/Go to/Next unread folder' has been added
  120. * 'View/Go to/Next marked messages' now traverses folders
  121. * sftp:// links are now recognised in mails
  122. * A dialogue is presented to the user when dropping files into the
  123. Compose window, asking whether to insert or attach the file(s). The
  124. default behaviour can be controlled via a new option in
  125. Compose/Writing
  126. * Allow attached message parts to be selected, opened, or saved via
  127. their text label in the message body
  128. * Save named inlined attachments with "Save all"
  129. * An option to change the Folder Type has been added to the Folder
  130. Properties
  131. * Add |i{sub_expr} to Templates, which allows inserting user-entered
  132. text in a template
  133. * A new option has been added to '/Preferences/External programs' to
  134. allow "Display as text" on attachments to be done via a script
  135. * An option to 'Never send Return Receipts' has been added to the
  136. 'Other' page of the preferences.
  137. * The Custom Header dialogue in Account Preferences now has a 'From
  138. file...' button, which enables a Face or X-Face header to be set by
  139. selecting a file
  140. * libgnomeprint support : A font for printing can be specified in
  141. '/Display/Fonts'
  142. * Add Help buttons to some dialogues, clicking on them will open the
  143. manual at a suitable section in the configured browser
  144. * The option 'Add date header' has been removed, a date header is
  145. now always added
  146. * The '/Message/Re-edit' menu item has been removed from the separate
  147. Message View, where it was useless
  148. * Display an Account's Protocol as a label instead of the unusable
  149. combo when editing accounts
  150. * It is now possible to move and copy mails from and to the Drafts
  151. and Queue folders
  152. * More non-English Subject prefixes have been added
  153. * The Attachment flag is now set for some inlined attachments
  154. * Faster recursive quicksearch (show current folder's results before
  155. searching sub-folders)
  156. * Faster send on IMAP
  157. * Alert in case of authentication error on imap
  158. * Better error reporting in GPG plugins
  159. * Faster and better MBOX import/export
  160. * Save caches on SIGPIPE (like on Xorg exit)
  161. * Unified Info/Help/Symbols buttons
  162. * Honor display-header-pane setting in separate window too
  163. * Use the user-defined From: in the Return-Path: header when sending
  164. * Grab Save button by default in Save dialog, which allows saving
  165. by hitting Enter
  166. * The online status is checked before resetting mailcheck timer
  167. * Show POP3 connection earlier in statusbar
  168. * Re-read /etc/resolv.conf before connecting to IMAP servers, and
  169. when switching to Online mode
  170. * tools/textviewer.pl has been added, which can be used with the new
  171. option 'Command for Display as Text' in '/Preferences/External
  172. programs'
  173. * The Sylpheed-Claws logo has been updated
  174. * 2.3.1
  175. -------
  176. * bug fix release
  177. * Improved error catching in GnuPG plugins
  178. * Always replace \n, \r and \t with spaces in headers
  179. * Fix 'make clean' removing of provided manuals
  180. * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
  181. backwards compatible
  182. * Fix double-ask of "Do you want to mark all as read"
  183. * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't
  184. RFC-compliant)) - Workaround Rockliffe IMAP server bug
  185. * Fix bug #969 (crash on rebuilding imap folder)
  186. * Fix bug #971 (2.2.3 cannot read mail from local mbox)
  187. * 2.3.0
  188. -------
  189. * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc)
  190. has been added in the main window's 'Message/Mailing list' menu
  191. * Filtering and processing rules can be disabled with just one click
  192. * The From address is editable in the Compose window
  193. * A menu has been added to the Compose toolbar button to enable
  194. choosing the account to use
  195. * Write-only support of .mh_sequences' Unseen property has been added
  196. for MH mailboxes, allowing synchronised flags when reading your MH
  197. mailbox with Mutt or other MH-based mail clients
  198. * More feedback is provided to the user when importing MBOX files
  199. * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
  200. Search
  201. * The option to go to the first Marked message when entering a
  202. folder has been added.
  203. * The 'ignore thread' flag is now correctly set on mails threaded by
  204. subject, in addition to standard headers.
  205. * Hidden prefs have been added that allow customization of the
  206. colours used in the Log window (useful for dark GTK+ themes)
  207. * Optimised large folder reading
  208. * Optimised copy/move/deletion/selection
  209. * Optimised 'mark all read' in the current folder
  210. * 'test' filtering rules are processed in the background
  211. * A progressbar for cache updates has been added
  212. * A progressbar for copy/move functions has been added
  213. * More dialogues have been made HIG compliant
  214. * Allow recursive setting of properties for whole mailboxes
  215. * A Face header has been added to the Welcome mail
  216. * The user manual has been updated
  217. * tools/filter_conv_new.pl has been updated for rule
  218. enabling/disabling
  219. * 2.2.3
  220. -------
  221. * bug fix release
  222. * Fix crash on a very common code path, introduced by a merge error in
  223. 2.2.1
  224. * 2.2.2
  225. -------
  226. * bug fix release
  227. * Fix URI check, which failed to identify fake, phishing URIs if they
  228. began with a space.
  229. * Reply-To and Sender addresses in the message view are now fully
  230. clickable.
  231. * Remove extraneous tab at start of addresses.
  232. * 2.2.1
  233. -------
  234. * bug fix release
  235. * Always obey the "confirm before marking all mails read" option
  236. * Fixed MBOX import/export's behaviour on failure
  237. * Fixed automatic rule creation with List-Post
  238. * Fixed some GTK+ warnings and errors at runtime
  239. * Fixed some compiler warnings
  240. * Fixed double init of the g_thread subsystem
  241. * Fixed saving of parts with names that can't be converted to UTF-8
  242. * Fixed a possible infinite loop when filtering moved and copied some
  243. mails
  244. * Fixed a buffer overflow in Russian locale
  245. * Fixed a memory leak in expired SSL certificate check
  246. * Fixed bolding of folder names in the folder selector window with
  247. GLib 2.10
  248. * Added an hidden preference, 'ssl_skip_cert_check', to avoid
  249. duplicates of bug #959 - if libetpan is linked against gnutls, there
  250. can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4
  251. release.
  252. * The SSL "expired certificate" warning is now presented only once per
  253. session
  254. * Fixed races when reusing the SMTP sessions
  255. * Added the missing timeout on SMTP sessions
  256. * Fixed a few leaks
  257. * Fixed a crash in PGP plugins, which could happen when signing fails
  258. for unknown reasons
  259. * Fixed SpamAssassin plugin, which stayed disabled as long as the
  260. transport wasn't reselected
  261. * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
  262. * Fixed bug #955 (copying messages between imap folders is extremely
  263. slow)
  264. * Fixed bug #961 (return receipt dialog complains incorrectly about
  265. return-path email adress being different)
  266. * Fixed bug #962 (Manual and/or UI should warn about incompatible
  267. locking causing dataloss)
  268. * 2.2.0
  269. -------
  270. * S/MIME signature verification has been removed from the PGP/MIME
  271. plugin as it is now provided by the S/MIME plugin.
  272. * IMAP users will see significant speed improvements.
  273. * ANONYMOUS auth has been added for IMAP
  274. * In the Compose window all spell-checker options are now available
  275. from the /Spelling/Options menu.
  276. * Syntax errors in the extended Quick Search are now indicated by
  277. a pink/red background.
  278. * An encrypt-to-self option has been added to the Account Privacy
  279. options.
  280. * Sysadmins can now provide their users with pre-filled values in
  281. the Setup Wizard. See the manual, '6.6. Deploying Sylpheed-Claws',
  282. for details.
  283. * Various GUI improvements have been added.
  284. * A new command line option has been added: --select 'folder[/msg]'
  285. This can be used at startup and causes the specified folder/message
  286. to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
  287. * Optional background colouring of quotes has been added. It can be
  288. configured from the Colour Preferences dialogue.
  289. GTK+-2.8.x or newer is required for this feature.
  290. * In the Compose window, multiple quote levels are now coloured in
  291. the same way as the Message View.
  292. * A warning is now displayed on expired SSL certificates and the
  293. expiration date is shown.
  294. * A hidden option has been added, 'compose_no_markup', this prohibits
  295. the use of bold and italic text in Compose dialogue's account
  296. selector.
  297. * LDAPS support has been added.
  298. * The user manual has been updated, and French and Polish
  299. translations are now also included.
  300. * 2.1.1
  301. -------
  302. * bug fix release
  303. * The Preferences config file, ~/.sylpheed-claws/sylpheedrc, is now
  304. stored with UTF-8 encoding
  305. * 2.1.0
  306. -------
  307. * libetpan version 0.45 or newer is now required for IMAP support,
  308. this allows checking for IMAP/SSL certificates.
  309. * Support for the Face header has been added,
  310. see http://quimby.gnus.org/circus/face/
  311. * In the Templates dialog TAB address completion has been added for
  312. Cc and Bcc fields, in addition to To.
  313. * An account's signature file, (Account Preferences, Compose tab),
  314. can now been edited in place using the configured text editor.
  315. * An advanced search is now possible in the '/Edit/Search folder'
  316. dialog.
  317. * '/Edit/Find' has been added to the Compose window for text
  318. searching.
  319. * A progress bar is now shown in the status bar whilst doing a Quick
  320. Search.
  321. * A long search can now be cancelled.
  322. * In a Sent mail folder the From column in the message list is now
  323. automatically changed to the To column.
  324. * '/Message/Colour Label' has been added to the main menu, enabling
  325. (unmodifiable) shortcut keys, Ctrl+[0-7].
  326. * The colour labels are now customisable from the 'Display/Colours'
  327. page of the Preferences. It is now possible to choose any colours
  328. and to give them each a label.
  329. * A Spell Checking option to 'Recheck message when changing
  330. dictionary' has been added.
  331. * An option to 'Render HTML-only mail with plugin if possible' has
  332. been added to the 'Message View/Text Options' preferences page.
  333. * Headers in the message view and the Custom headers dialog are now
  334. translated if the option 'Translate header names' is activated.
  335. * It is now possible to sort the columns in the Addressbook.
  336. * More drag-n-drop capabilities have been added, from the message
  337. list to other apps, from the mimeview to other apps, from other
  338. apps to message list, from other apps to folder list, from the
  339. mimeview to the message and folder lists and the Compose window's
  340. attachments pane.
  341. * "Ignore thread" has beed added as a filtering action.
  342. * The Compose window is now hidden when sending mails via filtering.
  343. * An alphabetical resort is done immediately when a folder's name
  344. is changed.
  345. * Unsubscribing a newsgroup now removes the related folder and
  346. articles from newscache/
  347. * A "Get more..." link has been added to the Plugins window. This
  348. loads http://claws.sylpheed.org/plugins.php in your browser.
  349. * The SpamAssassin plugin is now equipped with a spam learning
  350. interface, usable by right-clicking a message and choosing
  351. 'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
  352. possible to disable SpamAssasin filtering when receiving mail, so
  353. that the plugin can be used for learning only.
  354. * Remote learning in the SpamAssassin plugin has been added. This
  355. requires SpamAssassin 3.1.x.
  356. * A new script has been added that integrates a Thunderbird folder
  357. tree into Sylpheed-Claws, tools/tbird2syl.py
  358. * 2.0.0
  359. -------
  360. * libetpan >= 0.41 is now required for IMAP support
  361. * A new and completely rewritten manual has been added.
  362. * An icon legend window has been added to the Help menu
  363. * Attached images can now be printed along with the message when using
  364. the optional libgnomeprintui support.
  365. * '--exit' command-line option has been added.
  366. * '--subscribe' command-line option has been added.
  367. Calling sylpheed-claws --subscribe '%s' will ask the loaded plugins
  368. if they can handle the type of URL passed as a parameter. Thus, if
  369. using the RSSyl or vCalendar plugins, for example, the user will be
  370. able to subscribe RSS feeds or Webcals from the browser.
  371. * sylpheed-claws email@domain.com is now equivalent to --compose
  372. * sylpheed-claws proto://blah.com is equivalent to --subscribe
  373. * HIG compliant button order has been implemented.
  374. * Several dialogues throughout have been improved.
  375. * Text can now also been displayed next to the icons in the main
  376. window Toolbar.
  377. * Quick mail retrieval from any account is now possible due to the
  378. account submenu which has been added to the 'Get All' button.
  379. * The spellchecker context menu in the compose window has been added
  380. to the standard GtkTextView menu instead of replacing it.
  381. * The Subject in the compose window title now updates instantaneously.
  382. * The mimetypes list in the compose window attachment pane is now
  383. alphabetically ordered.
  384. * The message view email and URI parsers have been enhanced.
  385. * In Quick Search Extended mode, a '...' button has been added, this
  386. provides the user with a dialogue enabling the quick formation of
  387. search criteria.
  388. * When Quick Search is activated, the entry box is given a yellow
  389. background for greater visibility.
  390. * The LDAP search in the address book now supports wildcard searching
  391. using '*'.
  392. * The configuration option 'Go to inbox after receiving new mail' has
  393. been moved from 'Display/Summaries' to 'Mail handling/Receive'.
  394. * The 'Wrap at send' configuration option has been removed.
  395. * Colour preferences have been moved from '/Message View/Colors' to
  396. '/Display/Colors'.
  397. * The previously hidden option, color_new, has been added to the GUI
  398. as '/Display/Colors/Folder' containing new messages.
  399. * The spamassassin and spamassassin_gtk plugins have been merged into
  400. one single plugin, and this plugin is now built by default if the
  401. requirements are matched.
  402. * The clamav and clamav_gtk plugins have been merged into one single
  403. plugin.
  404. * GnuPG support: Add support for PKA info if available
  405. * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
  406. * A check to verify that plugins are licenced under a GPL-compatible
  407. licence has been added.
  408. * The unmaintained mathml_viewer plugin has been removed.
  409. * Added tools/filter_conv_new.pl.
  410. Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
  411. to Claws filtering rules.
  412. * 1.9.100
  413. ---------
  414. * etpan >= 0.40 is now required for IMAP support
  415. 0.40 fixes the SSL connection errors that some users experienced.
  416. * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
  417. functions were fixed.
  418. * GnuPG support:
  419. Signature checking is now non-blocking
  420. * The URLs in the About window are now clickable
  421. * the man page has been updated and renamed 'sylpheed-claws'
  422. * 1.9.99
  423. --------
  424. * The binary is now 'sylpheed-claws' and not 'sylpheed'
  425. * The default config dir is now '~/.sylpheed-claws'. The user will
  426. be prompted to perform an automatic migration of configuration
  427. options to this new directory.
  428. * A new default internal icon theme has been added, based on the
  429. Gnomaws theme.
  430. * Messages are now sorted by Date by default
  431. * GnuPG support:
  432. The noticeview is now shown on the message/rfc822 part in addition
  433. to the text/plain part.
  434. The privacy icon in the noticeview is now clickable and also uses
  435. key C to perform the signature check.
  436. The Trust field has been moved into Full info display.
  437. When trust is less than full, don't display a warning icon.
  438. Visual feedback is provided in the statusbar when checking
  439. signature.
  440. The PGP/MIME signature file is now named 'signature.asc'.
  441. The dialog for entering a passphrase has been improved.
  442. * Local deletion of news posts has been added.
  443. * A file selector has been added for selecting an account's Signature
  444. file
  445. * Many window sizes are now remembered.
  446. * The presense of marked msgs in unexpanded subfolders is now indicated
  447. by the icon of the parent folder.
  448. * QuickSearch:
  449. The message list is reset when the dialog is hidden.
  450. The 'Sticky' option, for keeping the search activated across folders.
  451. * The Subject is now set when forwarding multiple mails.
  452. * When a default Cc or Bcc is used, a check is performed to make sure
  453. the To header has also been set.
  454. * In the filtering dialog a warning dialog is shown if the rule was
  455. not saved.
  456. * The file and directory Browse buttons, ("...") have been improved.
  457. * When double-clicking an attachment the "Open with" dialog is
  458. presented if no command was found for the file type.
  459. * The X-Face has been added to the message view and can be toggled by
  460. '/Configuration/Preferences/Message View/Text options/Display
  461. X-Face in messageview'.
  462. * The message list context menu has been reworked.
  463. * When replying to a mail sent by yourself, Reply excludes your own
  464. address from the list of recipients. 'Reply All' and 'Reply to
  465. sender' still work like before.
  466. * When the Folder Preference 'Default To for replies' the entry in
  467. the Compose window is presented in bold text.
  468. * The About window has been reworked.
  469. * 1.9.15
  470. --------
  471. * etpan >= 0.39 is now required for IMAP support
  472. * LDAP and JPilot support is now built by default if the dependencies
  473. are available.
  474. * ~/.mailcap or /etc/mailcap is now used to open attachments
  475. * middle-click pasting that respects the 'Wrap pasted text' option
  476. has been added
  477. * during composition the user is alerted if the message can't be
  478. drafted
  479. * the description windows are now non-modal
  480. * a 'Clear Log' button has been added to the log window popup menu
  481. * Sender, List-Post and To have been added to the headers that are
  482. checked during automatic Filtering and Processing rules creation
  483. * the current locale's charset is used for display of broken mails
  484. and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
  485. been added allowing the user to use UTF-8 for broken mails
  486. * GNU/aspell support: if black is chosen as the misspelled word
  487. colour, misspelled words will be underlined.
  488. * the Message View and Compose windows now display the message
  489. subject as the window title.
  490. * libgnomeprint support: currently selected text attachments can be
  491. printed
  492. * drag'n'drop of messages from the Message List to a Compose window's
  493. Attachment pane is now possible
  494. * PGP/MIME plugin: it is now possible to verify S/MIME signatures
  495. * PGP/Core plugin: A "Don't encrypt" button has been added to the key
  496. selection dialog, and the buttons have been reordered.
  497. * the user is warned if the requested Privacy system is not available
  498. when composing a message
  499. * 1.9.14
  500. --------
  501. * The 'Open first unread message when entering a folder' option has
  502. been replaced with 'When entering a folder select...'.
  503. Whether or not the selected message is opened is now exclusively
  504. controlled by the 'Always open message when selected' option.
  505. * Filtering and Processing rules can now be named.
  506. * A new icon for the Trash button has been added.
  507. * The 'Bold font' option has been removed. A displayed bold font is
  508. now derived from the normal font.
  509. * The option 'Display recipient in 'From' column if sender is yourself'
  510. has been removed from the GUI. It still exists as a hidden option.
  511. * Many improvements to the Address book.
  512. * A '/Special paste/' menu item has been added with sub-items 'as
  513. quotation', 'wrapped', and 'unwrapped'.
  514. * Colourisation of quotes, signatures, and URIs has been added to the
  515. Compose window.
  516. * A 'To' column has been added to the message list pane.
  517. * The displayed columns in the folder list are now configurable.
  518. * A hidden option has been added, 'toolbar_detachable', that enables
  519. the removal of the toolbar handles.
  520. * A hidden option has been added, 'statusbar_update_step', that
  521. enables changing the sensitivity of the progress bar stepping.
  522. * Changes to the Fonts options are now applied immediately.
  523. * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
  524. parents.
  525. * An 'Open image' menu item has been added to image popup menu in the
  526. message view.
  527. * Several optimisations and speed-ups have been added throughout.
  528. * The localedir, manualdir, and faqdir are now user-configurable.
  529. * tools/asus_mailled.sh
  530. A new script to blink an ASUS laptop's mail LED when there is
  531. unread mail.
  532. * tools/kdeservicemenu/*
  533. Use Sylpheed-Claws icon and the text 'Sylpheed-Claws' in the menu,
  534. use kdialog during installation
  535. * 1.9.13
  536. --------
  537. * add GPGME 1.x support.
  538. * A new PGP/Core plugin has been added
  539. * IMAP now uses libEtPan!
  540. * Printing support using libgnomeprint2 and libgnomeprintui2
  541. * The cache/mark files are now platform-independent.
  542. * A plugin dependency system has been added.
  543. * The PGP/Inline plugin has been added to the main package.
  544. * Folders which contain Marked messages are now indicated by a
  545. Folder icon overlaid with a tick
  546. * '/Edit/Quick search' menu item has been added to the main window
  547. * An option to 'Confirm before sending queued messages' has been
  548. added
  549. * The "Copy ..." menu items now copy to both the X and the gtk
  550. clipboards in the Compose window
  551. * The Template and Plugin lists are now sorted alphabetically
  552. * Plugins preferences are now grouped under their own 'Plugins'
  553. heading
  554. * A 'Go to Prev' button has been added to the toolbar
  555. * Keyboard accelerators have been added to many buttons
  556. * The folder selection dialogue now displays folder names with
  557. new/unread counts
  558. * The 'Display cursor in message view' option is now a hidden option,
  559. 'textview_cursor_visible'
  560. * Reordering of accounts by drag 'n' drop has been enabled in the
  561. 'Edit accounts' dialogue
  562. * New Sylpheed-Claws icons have been added, and the default
  563. application icon is now set.
  564. * The SpamAssassin and Clam AntiVirus plugins have been optimised.
  565. * 1.9.12
  566. --------
  567. * improved IMAP support
  568. * Performance increases
  569. * /Message/Delete and /Message/Move to trash
  570. '/Message/Delete' has been renamed '/Message/Move to trash'
  571. and '/Message/Delete' has been added. '/Message/Delete' will
  572. now directly destroy the message, after asking for a
  573. confirmation, instead of moving it to the Trash folder.
  574. * new style configuration options interface.
  575. * PGP MIME plugin
  576. The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
  577. * LDAP bind password is no longer visible onscreen.
  578. * An option to encrypt replies to encrypted messages by default
  579. * Filtering rules can be reordered by drag n drop
  580. * '/Options/Character encoding/...' has been added to the Compose
  581. window
  582. * Hebrew encodings have been added
  583. * The 'Show all headers' option is now sticky.
  584. * Return Receipts can now be sent from any account.
  585. * A clip/signed icon has been added.
  586. * 1.9.11
  587. --------
  588. * bug-fix release which fixes the ASpell Spell Checker
  589. support
  590. * 1.9.9
  591. -------
  592. * Inline image display
  593. * An option to render HTML as text has been added to
  594. /Configuration/Preferences/Common/Message
  595. * An option for a default Queue folder has been added to the
  596. 'Advanced' tab of Account Preferences
  597. * Filtering Preferences window size is saved
  598. * Batch sending of mails (per account)
  599. * Support for GBK encoding
  600. * New logo in About window
  601. * tools/acroread2sylpheed.pl
  602. script to send pdfs as attachments from Adobe Reader 7
  603. see tools/README for details
  604. * 1.9.6
  605. -------
  606. Initial GTK2 release
  607. * default config dir is ~/.sylpheed-gtk2