From: Kevin McCarthy Date: Sun, 2 Sep 2018 21:43:04 +0000 (-0700) Subject: Change compress examples to type "example" rather than "sect4". X-Git-Tag: 2019-10-25~669^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99824fdddde427520066f1b256b893f1fd8111db;p=neomutt Change compress examples to type "example" rather than "sect4". --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 776b01721..98467836d 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -11273,7 +11273,7 @@ bind index,pager @ compose-to-sender then you can use . as the regex. - + Example of <literal>open-hook</literal> @@ -11301,7 +11301,7 @@ open-hook '\.gz$' "gzip --stdout --decompress '%f' > '%t'" - + @@ -11320,7 +11320,7 @@ open-hook '\.gz$' "gzip --stdout --decompress '%f' > '%t'" - + Example of <literal>close-hook</literal> close-hook '\.gz$' "gzip --stdout '%t' > '%f'" @@ -11350,13 +11350,13 @@ open-hook '\.gz$' "gzip --stdout --decompress '%f' > '%t'" - - - The close-hook can also include extra - options, e.g. compression level: --best - - - + + + + The close-hook can also include extra + options, e.g. compression level: --best + + @@ -11390,7 +11390,7 @@ open-hook '\.gz$' "gzip --stdout --decompress '%f' > '%t'" - + Example of <literal>append-hook</literal> @@ -11425,13 +11425,13 @@ append-hook '\.gz$' "gzip --stdout '%t' >> '%f'" - - - The append-hook can also include extra - options, e.g. compression level: --best - - - + + + + The append-hook can also include extra + options, e.g. compression level: --best + +