X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmuttrc.man.head;h=a2380dd917fe956213dbfdb5bb21652ab7679bf1;hp=5e9350a63c7101bb15bad066d880bd98ad69ed1b;hb=ce2c6b74b93777c66708ef0cfb7cc14ff1bf6a94;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 5e9350a..a2380dd 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -296,6 +296,24 @@ specify the ID of the public key to be used when encrypting messages to a certain recipient. The meaning of "key ID" is to be taken broadly: This can be a different e-mail address, a numerical key ID, or even just an arbitrary search string. +.PP +.nf +\fBopen-hook\fP \fIregexp\fP "\fIcommand\fP" +\fBclose-hook\fP \fIregexp\fP "\fIcommand\fP" +\fBappend-hook\fP \fIregexp\fP "\fIcommand\fP" +.fi +.IP +These commands provide a way to handle compressed folders. The given +\fBregexp\fP specifies which folders are taken as compressed (e.g. +"\fI\\\\.gz$\fP"). The commands tell Mutt how to uncompress a folder +(\fBopen-hook\fP), compress a folder (\fBclose-hook\fP) or append a +compressed mail to a compressed folder (\fBappend-hook\fP). The +\fIcommand\fP string is the +.BR printf (3) +like format string, and it should accept two parameters: \fB%f\fP, +which is replaced with the (compressed) folder name, and \fB%t\fP +which is replaced with the name of the temporary folder to which to +write. .TP \fBpush\fP \fIstring\fP This command adds the named \fIstring\fP to the keyboard buffer.