Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv4563/src/gui
Modified Files:
wxOptionsDlg.cpp
Log Message:
Don't wrap quoted text
Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.378
retrieving revision 1.379
diff -b -u -2 -r1.378 -r1.379
--- wxOptionsDlg.cpp 22 Aug 2003 22:12:23 -0000 1.378
+++ wxOptionsDlg.cpp 4 Sep 2003 16:12:06 -0000 1.379
@@ -254,5 +254,5 @@
ConfigField_OutgoingFolder,
ConfigField_WrapMargin,
- ConfigField_WrapAuto,
+// ConfigField_WrapAuto,
ConfigField_ReplyDefKindHelp,
ConfigField_ReplyDefKind,
@@ -1165,5 +1165,5 @@
Field_Folder,
ConfigField_UseOutgoingFolder },
{ gettext_noop("&Wrap margin"), Field_Number | Field_Global, -1,
},
- { gettext_noop("Wra&p lines automatically"), Field_Bool | Field_Global, -1,
},
+// { gettext_noop("Wra&p lines automatically"), Field_Bool | Field_Global, -1,
},
{ gettext_noop("There are several different reply commands in Mahogany:\n"
"reply to sender only replies to the person who sent the\n"
@@ -1807,5 +1807,5 @@
CONFIG_ENTRY(MP_OUTGOINGFOLDER),
CONFIG_ENTRY(MP_WRAPMARGIN),
- CONFIG_ENTRY(MP_AUTOMATIC_WORDWRAP),
+// CONFIG_ENTRY(MP_AUTOMATIC_WORDWRAP), // Meaningless with minimal editor
CONFIG_NONE(),
CONFIG_ENTRY(MP_DEFAULT_REPLY_KIND),
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates