aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-completion.bash
diff options
context:
space:
mode:
authorGravatar Peter Wang <novalazy@gmail.com>2009-11-19 19:13:35 +1100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-19 18:05:22 +0100
commitddac17343a30976cae82c9f57419c063e1585cc0 (patch)
treeb23cf6d2f9794a4c43d174f0d0e519f7774b211b /notmuch-completion.bash
parent3f52f59c1e5ae677ee67969aacb6381f79e42303 (diff)
Put $(LDFLAGS) after the list of object files.
Some linkers on some systems are particularly picky about the order of arguments in order to properly linkt. So this fixes failures on some systems.
Diffstat (limited to 'notmuch-completion.bash')
-rw-r--r--notmuch-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-completion.bash b/notmuch-completion.bash
index 8665268c..03412117 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="
+ search_options="--max-threads= --first= --sort=oldest-first --sort=newest-first"
COMPREPLY=()