From: Thomas Roessler Date: Wed, 9 Feb 2000 07:42:59 +0000 (+0000) Subject: Documentation changes from Roland Rosenfeld. X-Git-Tag: mutt-1-1-4-rel~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1edfd88755c43939086f4e52e0239e4625305c6;p=mutt Documentation changes from Roland Rosenfeld. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 3bbb4465..3d1db601 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 89da3227..8d97ca82 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -9,6 +9,8 @@ ``All mail clients suck. This one just sucks less.'' -me, circa 1995 + + Introduction

will change to a 'A' to indicate that you are in attach-message mode. -Editing the message header

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. -Message Scoring

Usage: Usage: , Thomas Parmelan , Ollivier Robert , +Thomas Roessler , Roland Rosenfeld , Allain Thivillon , Gero Treuner , diff --git a/init.h b/init.h index b2b7aaf9..8238d541 100644 --- 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.