[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    PATCH: word wrap
From:       Daniel Naber <daniel.naber () t-online ! de>
Date:       2002-02-05 18:58:53
[Download RAW message or body]

hi,

word wrap cannot be turned off. this fixes it. It's trivial, but as there's 
no cvs I can as well post it here.

regards
 daniel

-- 
http://www.danielnaber.de

["kmail_word_wrap.diff" (text/x-diff)]

--- kmcomposewin.cpp.bak	Tue Feb  5 19:53:31 2002
+++ kmcomposewin.cpp	Tue Feb  5 19:53:15 2002
@@ -343,7 +343,7 @@
   mForceReplyCharset = config->readBoolEntry("force-reply-charset", false );
   mAutoSign = config->readEntry("signature","auto") == "auto";
   mShowHeaders = config->readNumEntry("headers", HDR_STANDARD);
-  mWordWrap = config->readNumEntry("word-wrap", 1);
+  mWordWrap = config->readBoolEntry("word-wrap", true);
   mLineBreak = config->readNumEntry("break-at", 78);
   mBtnIdentity->setChecked(config->readBoolEntry("sticky-identity", false));
   if (mBtnIdentity->isChecked())

_______________________________________________
kmail Developers mailing list
kmail@mail.kde.org
http://mail.kde.org/mailman/listinfo/kmail

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic