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: mutt-1-11-rel~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ed4bf53b3efb262ec18f75f20a9b7755b8babb9;p=mutt Change compress examples to type "example" rather than "sect4". --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 24c4146f..bb27d8b7 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -8927,7 +8927,7 @@ please have a look at the mixmaster documentation. then you can use . as the regexp. - + Example of open-hook open-hook '\.gz$' "gzip -cd '%f' > '%t'" @@ -8942,7 +8942,7 @@ please have a look at the mixmaster documentation. to create a temporary file that it can read - + @@ -8963,7 +8963,7 @@ please have a look at the mixmaster documentation. - + Example of close-hook close-hook '\.gz$' "gzip -c '%t' > '%f'" @@ -8977,7 +8977,7 @@ please have a look at the mixmaster documentation. Mutt uses the command gzip -c to create a new compressed file - + @@ -9016,7 +9016,7 @@ please have a look at the mixmaster documentation. - + Example of append-hook append-hook '\.gz$' "gzip -c '%t' >> '%f'" @@ -9031,7 +9031,7 @@ please have a look at the mixmaster documentation. Mutt uses the command gzip -c to append to an existing compressed file - +