X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=061b27d09ec116d0a9e530bfd08e793a0824e0d3;hb=3c1ad5bfa0039191f1202b0542eb3af7afd16c5c;hp=3de52386e86ba713575b66b7d81fc75dd177e7cc;hpb=36a59b466a18211d7164cd8078c5c1ddd0f2c278;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 3de52386..061b27d0 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -85,6 +85,7 @@ searches so they still work in customize." (group :format "%v" :inline t (const :format " Query: " :query) (string :format "%v"))) (checklist :inline t :format "%v" + (group :format "%v" :inline t (const :format "Shortcut key: " :key) (key-sequence :format "%v")) (group :format "%v" :inline t (const :format "Count-Query: " :count-query) (string :format "%v")) (group :format "%v" :inline t (const :format "" :sort-order) (choice :tag " Sort Order" @@ -101,6 +102,7 @@ a plist. Supported properties are :name Name of the search (required). :query Search to run (required). + :key Optional shortcut key for `notmuch-jump-search'. :count-query Optional extra query to generate the count shown. If not present then the :query property is used.