X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=815368957d4d11607fc19e4856568e5faee96638;hp=1f2446132303938d76d397586630a7423fd2ddf2;hb=43daa6f070f962959bf26fa49a860f528b2bbfa1;hpb=cfc671cc2e970a7d8ce162926845ea6619270d64 diff --git a/notmuch.el b/notmuch.el index 1f244613..81536895 100644 --- a/notmuch.el +++ b/notmuch.el @@ -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)