[balsa] Better defaults for new user
- From: Peter Bloomfield <PeterB src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [balsa] Better defaults for new user
- Date: Mon, 4 Jan 2010 14:48:50 +0000 (UTC)
commit e11150825b6fd9d022020b73d7f4031cce53ec91
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Jan 4 09:48:34 2010 -0500
Better defaults for new user
ChangeLog | 5 +++++
src/save-restore.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 55ec0d6..843278a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-01-04 Peter Bloomfield
+ * src/save-restore.c (config_global_load): default to no message
+ wrap and prefer text/plain over text/html.
+
+2010-01-04 Peter Bloomfield
+
* src/balsa-message.c (bm_find_entry_changed_cb), (bm_find_again),
(balsa_message_find_in_message): build --without-gtkhtml
--without-webkit.
diff --git a/src/save-restore.c b/src/save-restore.c
index 1c9ad1d..9fbc5e3 100644
--- a/src/save-restore.c
+++ b/src/save-restore.c
@@ -752,14 +752,14 @@ config_global_load(void)
libbalsa_conf_get_string("SubjectFont=" DEFAULT_SUBJECT_FONT);
/* ... wrap words */
- balsa_app.browse_wrap = libbalsa_conf_get_bool("WordWrap=true");
+ balsa_app.browse_wrap = libbalsa_conf_get_bool("WordWrap=false");
balsa_app.browse_wrap_length = libbalsa_conf_get_int("WordWrapLength=79");
if (balsa_app.browse_wrap_length < 40)
balsa_app.browse_wrap_length = 40;
/* ... handling of Multipart/Alternative */
balsa_app.display_alt_plain =
- libbalsa_conf_get_bool("DisplayAlternativeAsPlain=false");
+ libbalsa_conf_get_bool("DisplayAlternativeAsPlain=true");
/* ... handling of broken mails with 8-bit chars */
balsa_app.convert_unknown_8bit =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]