mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
completion: complete lastmod: search prefix
This commit is contained in:
parent
23180439cb
commit
4cff5a9f98
1 changed files with 1 additions and 1 deletions
|
@ -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}) )
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue