* improved debugging/logging support
- add mu4e-toggle-logging to enable/disable logging
- add mu4e-show-log to view the log buffer, and bind it to '$' in the
main/header/view buffers
- add a note about it to the doc (mu4e.texi)
- make mu4e-log the the new logging function, use colors to distinguish
incoming/outgoing data
- only keep last 1200 lines of log in the log buffer
This commit is contained in:
@ -287,6 +287,7 @@ after the end of the search results."
|
||||
(define-key map (kbd "RET") 'mu4e-view-message)
|
||||
(define-key map [mouse-2] 'mu4e-view-message)
|
||||
|
||||
(define-key map "$" 'mu4e-show-log)
|
||||
(define-key map "H" 'mu4e-display-manual)
|
||||
|
||||
;; menu
|
||||
|
||||
Reference in New Issue
Block a user