From: Thomas Roessler Date: Thu, 4 Sep 2003 15:10:09 +0000 (+0000) Subject: Fix some formatting glitches that lead to error messages when X-Git-Tag: pre-type-punning-patch~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=726db669b654ace9448ab516036ae34cedd868ed;p=mutt Fix some formatting glitches that lead to error messages when viewing the muttrc(5) manual page. --- diff --git a/init.h b/init.h index a0b43f78..4f8cb888 100644 --- a/init.h +++ b/init.h @@ -270,6 +270,7 @@ struct option_t MuttVars[] = { */ { "bounce", DT_QUAD, R_NONE, OPT_BOUNCE, M_ASKYES }, /* + ** .pp ** Controls whether you will be asked to confirm bouncing messages. ** If set to \fIyes\fP you don't get asked if you want to bounce a ** message. Setting this variable to \fIno\fP is not generally useful, @@ -1340,6 +1341,7 @@ struct option_t MuttVars[] = { ** .dt %t .dd trust/validity of the key-uid association ** .dt %[] .dd date of the key where is an strftime(3) expression ** .de + ** .pp ** (PGP only) */ { "pgp_good_sign", DT_RX, R_NONE, UL &PgpGoodSign, 0 }, @@ -1647,8 +1649,8 @@ struct option_t MuttVars[] = { ** .dt %c .dd One or more certificate IDs. ** .dt %a .dd The algorithm used for encryption. ** .dt %C .dd CA location: Depending on whether $$smime_ca_location - ** . points to a directory or file, this expands to - ** . "-CApath $$smime_ca_location" or "-CAfile $$smime_ca_location". + ** . points to a directory or file, this expands to + ** . "-CApath $$smime_ca_location" or "-CAfile $$smime_ca_location". ** .de ** .pp ** For examples on how to configure these formats, see the smime.rc in