diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-22 23:07:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-22 23:07:15 +0800 |
commit | e6157d315618e3ed4e55ce44f2057f98643e3098 (patch) | |
tree | 8df7a1e23dddfa8dfc22f613ca135ca3cf3b6618 | |
parent | 88efdbc8e093c5ffeee1c414bf6c682e4faab075 (diff) | |
parent | 2508590b69f84e631774e8c11a618f7246f71d42 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
-rw-r--r-- | mutt/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/default b/mutt/default index 3691212..34ef7b9 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -1,5 +1,5 @@ | |||
1 | # Edit rc file and source it. This is the most important thing | 1 | # Edit rc file and source it. This is the most important thing |
2 | macro index \cv ":set wait_key=no<Return>!vim ~/.config/mutt/muttrc<Return>:source ~/.config/mutt/muttrc<Return>:set wait_key=yes<Return>" | 2 | macro index \Cv ":set wait_key=no<Return>!vim ~/.config/mutt/muttrc<Return>:source ~/.config/mutt/muttrc<Return>:set wait_key=yes<Return>" |
3 | 3 | ||
4 | # Connection options | 4 | # Connection options |
5 | set ssl_force_tls = yes | 5 | set ssl_force_tls = yes |
@@ -47,7 +47,7 @@ alternative_order text/plain text/enriched text/html | |||
47 | auto_view text/html | 47 | auto_view text/html |
48 | # Macro to open html with css | 48 | # Macro to open html with css |
49 | #macro index,pager h "<pipe-message>htmail-decode<Return>" "render html mail using htmail-view" | 49 | #macro index,pager h "<pipe-message>htmail-decode<Return>" "render html mail using htmail-view" |
50 | macro pager l "v/html<Return>xq<Return>" "Open html file" | 50 | macro pager l "v/(html|zip)<Return>xq<Return>" "Open html file" |
51 | 51 | ||
52 | # Vim-style key binding, \c means Ctrl | 52 | # Vim-style key binding, \c means Ctrl |
53 | macro index,pager c '<change-folder>=' | 53 | macro index,pager c '<change-folder>=' |