aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-04 17:29:20 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-04 17:29:20 +0800
commit39327668f6b5210e380f1722831fec2df9cb5e29 (patch)
treee2c73e91fb6206c0b34ccec5cd4ba4570d1531f0
parent4c6eb7626a159081a1ac98174e4f16e758739d63 (diff)
Update macro
-rw-r--r--mutt/default9
1 files changed, 6 insertions, 3 deletions
diff --git a/mutt/default b/mutt/default
index a89cd95..f3775a9 100644
--- a/mutt/default
+++ b/mutt/default
@@ -1,3 +1,6 @@
1# Edit rc file and source it. This is the most important thing
2macro index \cv ":set wait_key=no<Return>!vim ~/.config/mutt/muttrc<Return>:source ~/.config/mutt/muttrc<Return>:set wait_key=yes<Return>"
3
1# Connection options 4# Connection options
2set ssl_force_tls = yes 5set ssl_force_tls = yes
3unset ssl_starttls 6unset ssl_starttls
@@ -74,7 +77,7 @@ bind pager \cn next-entry
74bind pager \cp previous-entry 77bind pager \cp previous-entry
75bind pager \ch display-toggle-weed 78bind pager \ch display-toggle-weed
76bind attach x view-mailcap 79bind attach x view-mailcap
77macro generic,index,pager \cr ":source ~/.config/mutt/muttrc\n" "Reload mutt's configuration file" 80macro generic,index,pager \cr ":source ~/.config/mutt/muttrc<return>" "Reload mutt's configuration file"
78macro index <Return> ":exec sync-mailbox\n" "Sync Mailbox" 81macro index <Return> ":exec sync-mailbox\n" "Sync Mailbox"
79macro index *a "Tall\n" "Select All" 82macro index *a "Tall\n" "Select All"
80macro index *n "\ctall\n" "Deselect All" 83macro index *n "\ctall\n" "Deselect All"
@@ -104,8 +107,8 @@ bind generic zz current-middle
104bind generic zb current-bottom 107bind generic zb current-bottom
105bind index za collapse-thread 108bind index za collapse-thread
106bind index zA collapse-all 109bind index zA collapse-all
107bind generic,pager \Cy previous-line 110#bind generic,pager \Cy previous-line
108bind generic,index,pager \Ce next-line 111#bind generic,index,pager \Ce next-line
109 112
110 113
111# Sidebar 114# Sidebar