]> granicus.if.org Git - neomutt/commitdiff
Mention account-hook in the docs for $tunnel. Closes #3237.
authorRocco Rutte <pdmef@gmx.net>
Wed, 27 May 2009 07:48:00 +0000 (09:48 +0200)
committerRocco Rutte <pdmef@gmx.net>
Wed, 27 May 2009 07:48:00 +0000 (09:48 +0200)
ChangeLog
init.h

index 965da638589077569d88c715919ab9d7347f6265..e105ec6f1f269591f11b3266612d442b7c9f6f1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-05-26 17:57 +0200  Rocco Rutte  <pdmef@gmx.net>  (392e945dfba7)
+
+       * attach.c: Use charset parameter to view text attachments using
+       <view-attach>. Closes #3234.
+
+2009-05-25 15:57 +0200  Rocco Rutte  <pdmef@gmx.net>  (3f0963dd9257)
+
+       * ChangeLog, pager.c: pager: print progress percentage for
+       attachments, too
+
 2009-05-25 15:25 +0200  Rocco Rutte  <pdmef@gmx.net>  (1b9ca049cbc1)
 
        * attach.c: Mark strings for translation
diff --git a/init.h b/init.h
index 7d8f63316f005c9cbb462aa658a043eff03303e1..b60192fbdcd5e5b09f2fed5cece9b77ee85a8437 100644 (file)
--- 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 },