Merge pull request #1776 from snits/headers-pipe

mu4e-headers: allow pipe through shell from headers view
This commit is contained in:
Dirk-Jan C. Binnema 2020-08-02 11:56:05 +03:00 committed by GitHub
commit 9d43c3c4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -919,6 +919,8 @@ after the end of the search results."
(define-key map "$" 'mu4e-show-log)
(define-key map "H" 'mu4e-display-manual)
(define-key map "|" 'mu4e-view-pipe)
;; menu
;;(define-key map [menu-bar] (make-sparse-keymap))
(let ((menumap (make-sparse-keymap)))
@ -942,6 +944,7 @@ after the end of the search results."
(and (boundp 'mu4e-headers-show-threads)
mu4e-headers-show-threads))))
(define-key menumap "|" '("Pipe through shell" . mu4e-view-pipe))
(define-key menumap [sepa1] '("--"))
(define-key menumap [execute-marks] '("Execute marks"