From b9ee56e5b72605553475669117701c659d276f29 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Fri, 26 Sep 2014 14:17:27 +0200 Subject: 33252: complete more notmuch subcommands --- ChangeLog | 5 +++++ Completion/Unix/Command/_notmuch | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3054e590f..b494144b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-26 Peter Stephenson + + * Wieland Hoffmann: 33252: Completion/Unix/Command/_notmuch: + complete more subcommands. + 2014-09-25 Peter Stephenson * users/19143: Src/glob.c: **/*(odonT) didn't work because diff --git a/Completion/Unix/Command/_notmuch b/Completion/Unix/Command/_notmuch index 0c23aa5f6..b576d2b29 100644 --- a/Completion/Unix/Command/_notmuch +++ b/Completion/Unix/Command/_notmuch @@ -13,6 +13,9 @@ _notmuch_commands() 'dump:creates a plain-text dump of the tags of each message' 'restore:restores the tags from the given file' 'help:show details on a command' + 'compact:compact the notmuch database' + 'config:access the notmuch configuration file' + 'count:count messages matching the given search terms' ) _describe -t command 'command' notmuch_commands -- cgit 1.4.1