From: Carl Worth Date: Fri, 20 Nov 2009 10:12:42 +0000 (+0100) Subject: Revert inadvertently committed code. X-Git-Tag: 0.1~414 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f6ca697e270ddf4e93fef5d2a8ba6d6620b9079f Revert inadvertently committed code. This was accidentally included with commit: ddac17343a30976cae82c9f57419c063e1585cc0 (It was a dirty chunk in my directory that I accidentally amended into the submitted patch.) --- diff --git a/notmuch-completion.bash b/notmuch-completion.bash index 03412117..8665268c 100644 --- a/notmuch-completion.bash +++ b/notmuch-completion.bash @@ -50,7 +50,7 @@ _notmuch() commands="setup new search show reply tag dump restore help" help_options="setup new search show reply tag dump restore search-terms" - search_options="--max-threads= --first= --sort=oldest-first --sort=newest-first" + search_options="--max-threads= --first= --sort=" COMPREPLY=()