[balsa] Increase maximum line length to 998
- From: Peter Bloomfield <PeterB src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [balsa] Increase maximum line length to 998
- Date: Sun, 10 Jan 2010 18:55:22 +0000 (UTC)
commit 3f625a7bdb6421882fedc8c71e8273a925944244
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sun Jan 10 13:55:15 2010 -0500
Increase maximum line length to 998
ChangeLog | 5 +++++
src/pref-manager.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ce77bc1..e01c2ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-10 Albrecht DreÃ?
+
+ * src/pref-manager.c (word_wrap_group): increase maximum line
+ length to 998, the RFC 2822 limit.
+
2010-01-09 Peter Bloomfield
* src/balsa-message.c (add_body), (add_multipart_digest),
diff --git a/src/pref-manager.c b/src/pref-manager.c
index 1c2a7bc..905ca3e 100644
--- a/src/pref-manager.c
+++ b/src/pref-manager.c
@@ -2098,7 +2098,7 @@ word_wrap_group(GtkWidget * page)
pm_page_add_to_size_group(page, pui->wordwrap);
spinbutton_adj =
- gtk_adjustment_new(1.0, 40.0, 79.0, 1.0, 5.0, 0.0);
+ gtk_adjustment_new(1.0, 40.0, 998.0, 1.0, 5.0, 0.0);
pui->wraplength =
gtk_spin_button_new(GTK_ADJUSTMENT(spinbutton_adj), 1, 0);
gtk_table_attach(GTK_TABLE(table), pui->wraplength, 1, 2, 0, 1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]