mu4e: add command mu4e-sexp-at-point

Add command ~mu4e-sexp-at-point~ for showing/hiding the s-expression for the
message-at-point. Useful for development / debugging. Bound to ~,~ in headers and
view mode.
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-14 20:45:33 +03:00
parent 619c1c81fe
commit aea2f58c77
4 changed files with 24 additions and 10 deletions

View File

@ -887,6 +887,7 @@ This is useful for advising some Gnus-functionality that does not work in mu4e."
(define-key map "E" #'mu4e-compose-edit)
(define-key map "." #'mu4e-view-raw-message)
(define-key map "," #'mu4e-sexp-at-point)
(define-key map "|" #'mu4e-view-pipe)
(define-key map "a" #'mu4e-view-action)
(define-key map "A" #'mu4e-view-mime-part-action)