projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2318043
)
completion: complete lastmod: search prefix
author
Jani Nikula
<jani@nikula.org>
Sat, 17 Oct 2015 21:03:35 +0000
(
00:03
+0300)
committer
David Bremner
<david@tethera.net>
Thu, 22 Oct 2015 00:30:15 +0000
(21:30 -0300)
completion/notmuch-completion.bash
patch
|
blob
|
history
diff --git
a/completion/notmuch-completion.bash
b/completion/notmuch-completion.bash
index f24d9ecd337ffb18ff55d1da5c22edd490b50941..cc5839247c6cd0a044db8def1c7ada02f23355c8 100644
(file)
--- a/
completion/notmuch-completion.bash
+++ b/
completion/notmuch-completion.bash
@@
-86,7
+86,7
@@
_notmuch_search_terms()
sed "s|^$path/||" | grep -v "\(^\|/\)\(cur\|new\|tmp\)$" ) )
;;
*)
- local search_terms="from: to: subject: attachment: mimetype: tag: id: thread: folder: path: date:"
+ local search_terms="from: to: subject: attachment: mimetype: tag: id: thread: folder: path: date:
lastmod:
"
compopt -o nospace
COMPREPLY=( $(compgen -W "${search_terms}" -- ${cur}) )
;;