]> git.notmuchmail.org Git - notmuch/commitdiff
Revert inadvertently committed code.
authorCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 10:12:42 +0000 (11:12 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 10:12:42 +0000 (11:12 +0100)
This was accidentally included with commit:

ddac17343a30976cae82c9f57419c063e1585cc0

(It was a dirty chunk in my directory that I accidentally amended into
the submitted patch.)

notmuch-completion.bash

index 03412117bb1c6240c0d7c7fe8b481341d8146c8e..8665268c789eda9b789849bf999d59f0a4f87aa3 100644 (file)
@@ -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"
 
     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=()
 
 
     COMPREPLY=()