mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Make mouse-1 click in search view show thread
Selecting text in the search view isn't all that useful, so instead, make mouse-1 clicks actually show the thread you click on. It's almost like direct manipulation or something. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
cfc671cc2e
commit
43daa6f070
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@ thread from that buffer can be show when done with this one)."
|
|||
(define-key map "t" 'notmuch-search-filter-by-tag)
|
||||
(define-key map "x" 'kill-this-buffer)
|
||||
(define-key map (kbd "RET") 'notmuch-search-show-thread)
|
||||
(define-key map [mouse-1] 'notmuch-search-show-thread)
|
||||
(define-key map "+" 'notmuch-search-add-tag)
|
||||
(define-key map "-" 'notmuch-search-remove-tag)
|
||||
(define-key map "<" 'beginning-of-buffer)
|
||||
|
|
Loading…
Reference in a new issue