]> git.notmuchmail.org Git - notmuch/commitdiff
completion: complete lastmod: search prefix
authorJani Nikula <jani@nikula.org>
Sat, 17 Oct 2015 21:03:35 +0000 (00:03 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 22 Oct 2015 00:30:15 +0000 (21:30 -0300)
completion/notmuch-completion.bash

index f24d9ecd337ffb18ff55d1da5c22edd490b50941..cc5839247c6cd0a044db8def1c7ada02f23355c8 100644 (file)
@@ -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}) )
            ;;