]> granicus.if.org Git - neomutt/commitdiff
doc: make $to_chars docs more legible
authorRichard Russon <rich@flatcap.org>
Fri, 2 Dec 2016 13:09:46 +0000 (13:09 +0000)
committerRichard Russon <rich@flatcap.org>
Fri, 2 Dec 2016 13:09:46 +0000 (13:09 +0000)
init.h

diff --git a/init.h b/init.h
index 7ff04bef65ae681cbf9de9c47d71519790814752..6163dc7e982b99064db36fe58a271baa418c5c3d 100644 (file)
--- a/init.h
+++ b/init.h
@@ -3956,16 +3956,16 @@ struct option_t MuttVars[] = {
   { "to_chars",                DT_STR,  R_BOTH, UL &Tochars, UL " +TCFL" },
   /*
   ** .pp
-  ** Controls the character used to indicate mail addressed to you.  The
-  ** first character is the one used when the mail is \fInot\fP addressed to your
-  ** address.  The second is used when you are the only
-  ** recipient of the message.  The third is when your address
-  ** appears in the ``To:'' header field, but you are not the only recipient of
-  ** the message.  The fourth character is used when your
-  ** address is specified in the ``Cc:'' header field, but you are not the only
-  ** recipient.  The fifth character is used to indicate mail that was sent
-  ** by \fIyou\fP.  The sixth character is used to indicate when a mail
-  ** was sent to a mailing-list you subscribe to.
+  ** Controls the character used to indicate mail addressed to you.
+  ** .dl
+  ** .dt \fBCharacter\fP .dd \fBDefault\fP .dd \fBDescription\fP
+  ** .dt 1 .dd <space> .dd The mail is \fInot\fP addressed to your address.
+  ** .dt 2 .dd + .dd You are the only recipient of the message.
+  ** .dt 3 .dd T .dd Your address appears in the ``To:'' header field, but you are not the only recipient of the message.
+  ** .dt 4 .dd C .dd Your address is specified in the ``Cc:'' header field, but you are not the only recipient.
+  ** .dt 5 .dd F .dd Indicates the mail that was sent by \fIyou\fP.
+  ** .dt 6 .dd L .dd Indicates the mail was sent to a mailing-list you subscribe to.
+  ** .de
   */
   { "trash",           DT_PATH, R_NONE, UL &TrashPath, 0 },
   /*