simpler binding for collapse
This commit is contained in:
parent
5c8c83a201
commit
0b46d4b5c8
18
mail.org
18
mail.org
@ -696,11 +696,10 @@ macro index \Cr \
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
bind index za collapse-thread
|
bind index z collapse-thread
|
||||||
bind index zA collapse-all # Missing :folddisable/foldenable
|
bind index Z collapse-all
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
Write/Reply/Forward mail
|
Write/Reply/Forward mail
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
bind index,pager p recall-message
|
bind index,pager p recall-message
|
||||||
@ -743,6 +742,13 @@ bind index,pager y edit-label
|
|||||||
bind index,pager Y modify-labels
|
bind index,pager Y modify-labels
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Copy and move mails
|
||||||
|
#+BEGIN_SRC conf
|
||||||
|
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
||||||
|
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
*** Limit
|
*** Limit
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
bind index L limit
|
bind index L limit
|
||||||
@ -832,12 +838,6 @@ Enter Command
|
|||||||
bind generic,index,pager : enter-command
|
bind generic,index,pager : enter-command
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Copy and move mails
|
|
||||||
#+BEGIN_SRC conf
|
|
||||||
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
|
||||||
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** Sidebar
|
*** Sidebar
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
bind index,pager \Cp sidebar-prev
|
bind index,pager \Cp sidebar-prev
|
||||||
|
Loading…
Reference in New Issue
Block a user