From: Rocco Rutte Date: Wed, 27 May 2009 07:48:00 +0000 (+0200) Subject: Mention account-hook in the docs for $tunnel. Closes #3237. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10009449206c254c6a3b6f81ad1de4acc3c6e814;p=neomutt Mention account-hook in the docs for $tunnel. Closes #3237. --- diff --git a/ChangeLog b/ChangeLog index 965da6385..e105ec6f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-05-26 17:57 +0200 Rocco Rutte (392e945dfba7) + + * attach.c: Use charset parameter to view text attachments using + . Closes #3234. + +2009-05-25 15:57 +0200 Rocco Rutte (3f0963dd9257) + + * ChangeLog, pager.c: pager: print progress percentage for + attachments, too + 2009-05-25 15:25 +0200 Rocco Rutte (1b9ca049cbc1) * attach.c: Mark strings for translation diff --git a/init.h b/init.h index 7d8f63316..b60192fbd 100644 --- a/init.h +++ b/init.h @@ -3173,6 +3173,10 @@ struct option_t MuttVars[] = { ** .pp ** Note: For this example to work you must be able to log in to the remote ** machine without having to enter a password. + ** .pp + ** When set, Mutt uses the tunnel for all remote connections. + ** Please see ``$account-hook'' in the manual for how to use different + ** tunnel commands per connection. */ #endif { "uncollapse_jump", DT_BOOL, R_NONE, OPTUNCOLLAPSEJUMP, 0 },