mu4e-hdrs.el: accept 'g' for refresh, for compatibility

This commit is contained in:
djcb 2012-01-06 17:23:09 +02:00
parent 959e94426d
commit 8888953a9b
1 changed files with 2 additions and 1 deletions

View File

@ -244,8 +244,9 @@ after the end of the search results."
(define-key map "b" 'mu4e-search-bookmark)
(define-key map "q" 'mu4e-quit-buffer)
;; (define-key map "o" 'mu4e-change-sort)
(define-key map "r" 'mu4e-rerun-search)
(define-key map "g" 'mu4e-rerun-search) ;; for compatibility
;; navigation
(define-key map "n" 'mu4e-next-header)