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

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

Index: ComposeTemplate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ComposeTemplate.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -u -2 -r1.48 -r1.49
--- ComposeTemplate.cpp 22 Jul 2003 22:01:39 -0000      1.48
+++ ComposeTemplate.cpp 4 Sep 2003 16:12:06 -0000       1.49
@@ -56,5 +56,5 @@
 // ----------------------------------------------------------------------------
 
-extern const MOption MP_AUTOMATIC_WORDWRAP;
+extern const MOption MP_WRAP_QUOTED;
 extern const MOption MP_COMPOSETEMPLATEPATH_GLOBAL;
 extern const MOption MP_COMPOSETEMPLATEPATH_USER;
@@ -1479,5 +1479,5 @@
    // where to break lines (if at all)?
    size_t wrapMargin;
-   if ( READ_CONFIG(m_profile, MP_AUTOMATIC_WORDWRAP) )
+   if ( READ_CONFIG(m_profile, MP_WRAP_QUOTED) )
    {
       wrapMargin = READ_CONFIG(m_profile, MP_WRAPMARGIN);
@@ -1489,5 +1489,5 @@
                       "Disabling automatic wrapping for now."), wrapMargin);
 
-         m_profile->writeEntry(MP_AUTOMATIC_WORDWRAP, false);
+         m_profile->writeEntry(MP_WRAP_QUOTED, false);
          wrapMargin = 0;
       }

Index: Moptions.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Moptions.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -u -2 -r1.61 -r1.62
--- Moptions.cpp        28 Aug 2003 20:34:17 -0000      1.61
+++ Moptions.cpp        4 Sep 2003 16:12:06 -0000       1.62
@@ -304,4 +304,5 @@
 const MOption MP_CONN_CLOSE_DELAY;
 const MOption MP_AUTOMATIC_WORDWRAP;
+const MOption MP_WRAP_QUOTED;
 const MOption MP_WRAPMARGIN;
 const MOption MP_VIEW_AUTOMATIC_WORDWRAP;
@@ -705,4 +706,5 @@
     DEFINE_OPTION(MP_CONN_CLOSE_DELAY),
     DEFINE_OPTION(MP_AUTOMATIC_WORDWRAP),
+    DEFINE_OPTION(MP_WRAP_QUOTED),
     DEFINE_OPTION(MP_WRAPMARGIN),
     DEFINE_OPTION(MP_VIEW_AUTOMATIC_WORDWRAP),



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