aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-20 11:12:42 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-20 11:12:42 +0100
commitf6ca697e270ddf4e93fef5d2a8ba6d6620b9079f (patch)
tree5c1bc8a1e687a664fdca9698c240fe409720ff14
parentc05c3f158495991f495900726199c573f98a19ef (diff)
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.)
-rw-r--r--notmuch-completion.bash2
1 files changed, 1 insertions, 1 deletions
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=()