5f6de9b0fd
New in this release: ~~~~~~~~~~~~~~~~~~~~ * added Tags feature Tags are arbitrary labels that can be applied to messages. It is possible to create, edit, remove Tags; apply them to mails; filter on Tags or Tag presence; apply or unset Tags via Filtering actions; reference Tags in reply Templates. * Threads can now be sorted by most recent message /View/Sort/By thread date * Added "/View/Show or Hide/Column headers" * Added 'watch thread' feature * Enabled the running of folder Processing rules on demand * Added options to stop/enable writing logs to disc, see Logging page of preferences * IMAP and News: Implement age-based caching: allow the specifying of a threshold for the offline synchronisation feature, and whether old cached bodies should be removed. Accessible from the Folder Properties. * IMAP: Made multiple copy, (in the same IMAP account), faster by matching source/destination message UIDs. * LDAP: Ability to edit all Person attributes * Nicer layout of the message part icons * Speed up and clean up rendering of larger msgs * Use progress bar when sending messages * Made mainwindow's /Help/Manual point to the remote copy if the local copy doesn't exist * Replaced some deprecated widgets * Enabled changing the emphasis color used to highlight the newsreader/x-mailer header value when it matches our preferred mail agent, (hidden pref 'emphasis_color' added to clawsrc). * tools/mew2claws-mail.pl Added new script that imports a Mew address book * tools/popfile-link.sh Added a new script that will open selected messages in POPFile control center, in order to change the message status. * Updated the manual * Check that Dillo's installed when loading the Dillo Browser plugin * Maemo improvements: o Automatically choose the correct application to open parts o Better way to notify of new mails o Destroy messageview after trashing mail o Simplified layout o Better toolbars, removal of CTree headers o Add a specific icon to go back to folder list o Improvements to the Wizard, About and icon legend dialogues o add an easy way to store data (mails and IMAP/NNTP caches) on one of the SD cards, and protect against unmounts if needed o plug the online/offline system into maemo's interfaces to have Claws automatically switch according to the system status (on IT OS 2007) o use HildonBanners to display status messages o force layout to be Small screen o put the progress bar in the toolbar * Updated Brazilian Portuguese, Bulgarian, Catalan, Finnish, French, German, Hungarian, Italian, Polish, Russian, Simplified Chinese and Slovak translations. Plus bug fixes
36 lines
853 B
Text
36 lines
853 B
Text
$NetBSD: patch-ac,v 1.3 2007/09/18 03:17:25 smb Exp $
|
|
|
|
--- src/prefs_common.h.orig 2007-08-16 22:50:08.000000000 -0400
|
|
+++ src/prefs_common.h 2007-08-16 22:50:33.000000000 -0400
|
|
@@ -153,7 +153,6 @@
|
|
gboolean block_cursor;
|
|
gchar *quote_chars;
|
|
|
|
-#if USE_ASPELL
|
|
gboolean enable_aspell;
|
|
gchar *aspell_path;
|
|
gchar *dictionary;
|
|
@@ -164,7 +163,6 @@
|
|
gboolean recheck_when_changing_dict;
|
|
gboolean use_alternate;
|
|
gboolean use_both_dicts;
|
|
-#endif
|
|
|
|
/* Display */
|
|
/* obsolete fonts */
|
|
@@ -313,7 +311,6 @@
|
|
|
|
GList *mime_open_cmd_history;
|
|
|
|
-#if USE_GPGME
|
|
/* Privacy */
|
|
gboolean auto_check_signatures;
|
|
gboolean gpg_signature_popup;
|
|
@@ -321,7 +318,6 @@
|
|
gint store_passphrase_timeout;
|
|
gboolean passphrase_grab;
|
|
gboolean gpg_warning;
|
|
-#endif /* USE_GPGME */
|
|
|
|
/* Addressbook */
|
|
gboolean addressbook_use_editaddress_dialog;
|