Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv4563/include

Modified Files:
        Moptions.h 
Log Message:
Don't wrap quoted text

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -b -u -2 -r1.76 -r1.77
--- Moptions.h  28 Aug 2003 20:34:17 -0000      1.76
+++ Moptions.h  4 Sep 2003 16:12:06 -0000       1.77
@@ -239,4 +239,5 @@
 extern const MOption MP_CONN_CLOSE_DELAY;
 extern const MOption MP_AUTOMATIC_WORDWRAP;
+extern const MOption MP_WRAP_QUOTED;
 extern const MOption MP_WRAPMARGIN;
 extern const MOption MP_VIEW_AUTOMATIC_WORDWRAP;
@@ -861,4 +862,6 @@
 /// do automatic word wrap?
 #define MP_AUTOMATIC_WORDWRAP_NAME   "AutoWrap"
+/// Wrap quoted lines?
+#define MP_WRAP_QUOTED_NAME "WrapQuoted"
 /// wrapmargin for composition (set to -1 to disable it)
 #define   MP_WRAPMARGIN_NAME      "WrapMargin"
@@ -1695,6 +1698,8 @@
 /// close of network connection delayed by
 #define MP_CONN_CLOSE_DELAY_DEFVAL    60
-/// do automatic word wrap?
+/// Wrap quoted lines?
 #define MP_AUTOMATIC_WORDWRAP_DEFVAL   1l
+/// do automatic word wrap?
+#define MP_WRAP_QUOTED_DEFVAL 0l
 /// wrapmargin for composition (set to -1 to disable it)
 #define   MP_WRAPMARGIN_DEFVAL      75



-------------------------------------------------------
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

Reply via email to