]> granicus.if.org Git - neomutt/commitdiff
Manual: Add a short note about new header folding
authorRocco Rutte <pdmef@gmx.net>
Mon, 15 Jun 2009 15:01:09 +0000 (17:01 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 15 Jun 2009 15:01:09 +0000 (17:01 +0200)
...so we don't get bug reports for tab folding.

ChangeLog
doc/manual.xml.head

index 0d1d30f0f7720c7e012bc12108ca9e048a9f50de..6c8339650e5116b96e7de771d1f7d160fe711b5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-15 16:35 +0200  Rocco Rutte  <pdmef@gmx.net>  (7fadf564cb23)
+
+       * init.h: Clarify what $wrap=0 does
+
+2009-06-15 16:31 +0200  Rocco Rutte  <pdmef@gmx.net>  (942623344469)
+
+       * ChangeLog, doc/mutt.css: CSS update for newer docbook xslt versions
+
 2009-06-15 16:28 +0200  Rocco Rutte  <pdmef@gmx.net>  (737102af74eb)
 
        * pager.c: pager: intermediate fix for wrapping long header lines with
index e8dd1696a568cacb7ff48052cbb4c02fc816cb4b..0d364c9ba9516cb135bff324469ea74d8613ab46 100644 (file)
@@ -2666,6 +2666,19 @@ can be one of the following:
 <sect1 id="msg-hdr-display">
 <title>Message Header Display</title>
 
+<sect2 id="hdr-folding">
+<title>Header Display</title>
+
+<para>
+When displaying a message in the pager, Mutt folds long header lines at
+<link linkend="wrap">&dollar;wrap</link> columns. Though there're
+precise rules about where to break and how, Mutt always folds headers
+using a tab for readability. (Note that the sending side is not affected
+by this, Mutt tries to implement standards compliant folding.)
+</para>
+
+</sect2>
+
 <sect2 id="ignore">
 <title>Selecting Headers</title>