diff options
| author | David Bremner <david@tethera.net> | 2022-07-01 18:45:45 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-07-30 08:42:12 -0300 |
| commit | b3d466bf397a6f8d70bb50d6fa22c58e3d44badf (patch) | |
| tree | 883e233c748bd6193aecb0cd2879cfefce2eab9b /devel | |
| parent | 4612f3eb3dbf16bf98ccbadef77d7a6f6361e692 (diff) | |
emacs/show: provide notmuch-show-choose-duplicate
This new command allows the user to interactively choose a different
duplicate (file) to display for a given message in
notmuch-show-mode. Since both tree and unthreaded view use
notmuch-show-mode, this provides the same facility there.
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/emacs-keybindings.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/emacs-keybindings.org b/devel/emacs-keybindings.org index 00977bc3..ad7f72ef 100644 --- a/devel/emacs-keybindings.org +++ b/devel/emacs-keybindings.org @@ -40,6 +40,7 @@ | Z | notmuch-tree-from-search-current-query | notmuch-tree-from-show-current-query | | | =!= | | notmuch-show-toggle-elide-non-matching | | | =#= | | notmuch-show-print-message | | +| =%= | | notmuch-show-replace-msg | | | =$= | | notmuch-show-toggle-process-crypto | | | =*= | notmuch-search-tag-all | notmuch-show-tag-all | notmuch-tree-tag-thread | | + | notmuch-search-add-tag | notmuch-show-add-tag | notmuch-tree-add-tag | |
