[balsa] Make format=flowed the default
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Make format=flowed the default
- Date: Fri, 21 May 2010 01:44:49 +0000 (UTC)
commit 4d110db3ff72150f385ee8cd34a9b848cf355218
Author: Peter Bloomfield <peterbloomfield bellsouth net>
Date: Thu May 20 21:43:45 2010 -0400
Make format=flowed the default
* src/save-restore.c (config_global_load): do not wrap outgoing
message by default, as it disables format=flowed.
ChangeLog | 5 +++++
src/save-restore.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0d10dac..308457e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-05-20 Peter Bloomfield
+ * src/save-restore.c (config_global_load): do not wrap outgoing
+ message by default, as it disables format=flowed.
+
+2010-05-20 Peter Bloomfield
+
* configure.in: add dependency on gthread-2.0; fixes bug
#618979 (Kacper Kowalik); also add -lz to $LIBS, to build
without openssl.
diff --git a/src/save-restore.c b/src/save-restore.c
index 13d1621..d2063f5 100644
--- a/src/save-restore.c
+++ b/src/save-restore.c
@@ -994,7 +994,7 @@ config_global_load(void)
}
#endif /* ENABLE_ESMTP */
/* ... outgoing mail */
- balsa_app.wordwrap = libbalsa_conf_get_bool("WordWrap=true");
+ balsa_app.wordwrap = libbalsa_conf_get_bool("WordWrap=false");
balsa_app.wraplength = libbalsa_conf_get_int("WrapLength=72");
if (balsa_app.wraplength < 40)
balsa_app.wraplength = 40;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]