]> granicus.if.org Git - mutt/commitdiff
Documentation changes from Roland Rosenfeld.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 9 Feb 2000 07:42:59 +0000 (07:42 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 9 Feb 2000 07:42:59 +0000 (07:42 +0000)
doc/Makefile.in
doc/manual.sgml.head
doc/manual.sgml.tail
init.h

index 3bbb4465d76031b2e1652eb170847a21f0c0a960..3d1db60112a20bd9fc80ac3095592bfc575c4aec 100644 (file)
@@ -98,8 +98,11 @@ manual.txt: manual.sgml
 manual.html: manual.sgml
        sgml2html manual  || true
 
+manual.ps: manual.sgml
+       sgml2latex --output=ps manual || true
+
 clean: 
-       rm -f *~ *.html *.orig *.rej  stamp-doc-sgml stamp-doc-man
+       rm -f *~ *.html *.orig *.rej  stamp-doc-sgml stamp-doc-man *.ps
 
 clean-real:
        rm -f manual.txt
index 89da3227ba875ce3fea81a90f1873495c3c0969f..8d97ca821d34e986c38a9a71dd028f4d7f5dd566 100644 (file)
@@ -9,6 +9,8 @@
 ``All mail clients suck.  This one just sucks less.'' -me, circa 1995
 </abstract>
 
+<toc>
+
 <sect>Introduction
 <p>
 <bf/Mutt/ is a small but very powerful text-based MIME mail client.  Mutt is
@@ -477,7 +479,7 @@ not permitted when you are in that folder. The %r in <ref
 id="status_format" name="&dollar;status&lowbar;format"> will change to
 a 'A' to indicate that you are in attach-message mode.
 
-<sect2>Editing the message header<label id="edit_headers">
+<sect2>Editing the message header
 <p>
 When editing the header of your outgoing message, there are a couple of
 special features available.
@@ -1278,7 +1280,7 @@ This command adds the named string to the keyboard buffer.  You may
 use it to automatically run a sequence of commands at startup, or when
 entering certain folders.
 
-<sect1>Message Scoring<label id="score">
+<sect1>Message Scoring
 <p>
 Usage: <tt/score/ <em/pattern/ <em/value/<newline>
 Usage: <tt/unscore/ <em/pattern/ &lsqb; <em/pattern/ ... &rsqb;
index a2dc47ae093486dbc3b9d548bb816cf8243d5d08..e7c747ab6504bb2015355191218e4280bc2ede71 100644 (file)
@@ -348,6 +348,7 @@ Clint Olsen <htmlurl url="mailto:olsenc@ichips.intel.com" name="&lt;olsenc@ichip
 Park Myeong Seok <htmlurl url="mailto:pms@romance.kaist.ac.kr" name="&lt;pms@romance.kaist.ac.kr&gt;">,<newline>
 Thomas Parmelan <htmlurl url="mailto:tom@ankh.fr.eu.org" name="&lt;tom@ankh.fr.eu.org&gt;">,<newline>
 Ollivier Robert <htmlurl url="mailto:roberto@keltia.freenix.fr" name="&lt;roberto@keltia.freenix.fr&gt;">,<newline>
+Thomas Roessler <htmlurl url="mailto:roessler@guug.de" name="&lt;roessler@guug.de&gt;">,<newline>
 Roland Rosenfeld <htmlurl url="roland@spinnaker.rhein.de" name="&lt;roland@spinnaker.rhein.de&gt;">,<newline>
 Allain Thivillon <htmlurl url="mailto:Allain.Thivillon@alma.fr" name="&lt;Allain.Thivillon@alma.fr&gt;">,<newline>
 Gero Treuner <htmlurl url="mailto:gero@faveve.uni-stuttgart.de" name="&lt;gero@faveve.uni-stuttgart.de&gt;">,<newline>
diff --git a/init.h b/init.h
index b2b7aaf908b3682becd607d2a809261d2e2b4ff7..8238d54130ced8b1f015b4680db5c9ff4ce722cd 100644 (file)
--- a/init.h
+++ b/init.h
@@ -693,8 +693,8 @@ struct option_t MuttVars[] = {
   ** imap_preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net
   **                   sleep 20 < /dev/null > /dev/null"
   ** .pp
-  ** Mailbox 'foo' on mailhost.net can now be reached as
-  ** '{localhost:1234}foo'.
+  ** Mailbox 'foo' on mailhost.net can now be reached
+  ** as '{localhost:1234}foo'.
   ** .pp
   ** NOTE: For this example to work, you must be able to log in to the
   ** remote machine without having to enter a password.