mu4e-conversation: Update attachment bindings following upstream changes

This commit is contained in:
Pierre Neidhardt 2018-06-25 15:42:51 +02:00
parent c27f6cf44b
commit f6f71a8d6f
1 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,8 @@
(kbd "C-x C-s") 'mu4e-conversation-save (kbd "C-x C-s") 'mu4e-conversation-save
(kbd "C-c C-c") 'mu4e-conversation-send (kbd "C-c C-c") 'mu4e-conversation-send
(kbd "M-q") 'mu4e-conversation-fill-long-lines (kbd "M-q") 'mu4e-conversation-fill-long-lines
"p" 'mu4e-view-save-attachment-multi
"o" 'mu4e-view-open-attachment
"#" 'mu4e-conversation-toggle-hide-cited "#" 'mu4e-conversation-toggle-hide-cited
"[" 'mu4e-conversation-previous-message ; TODO: Don't override previous-unread? There is still "gk". "[" 'mu4e-conversation-previous-message ; TODO: Don't override previous-unread? There is still "gk".
"]" 'mu4e-conversation-next-message "]" 'mu4e-conversation-next-message
@ -64,8 +66,8 @@
(kbd "M-q") 'mu4e-conversation-fill-long-lines (kbd "M-q") 'mu4e-conversation-fill-long-lines
"C" 'mu4e-compose-new "C" 'mu4e-compose-new
"R" 'mu4e-compose-reply "R" 'mu4e-compose-reply
"p" 'mu4e-conversation-save-attachment "p" 'mu4e-view-save-attachment-multi
"o" 'mu4e-conversation-open-attachment "o" 'mu4e-view-open-attachment
"cc" 'mu4e-compose-new "cc" 'mu4e-compose-new
"cr" 'mu4e-compose-reply "cr" 'mu4e-compose-reply
"ce" 'mu4e-compose-edit "ce" 'mu4e-compose-edit