aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.local2
-rw-r--r--notmuch-completion.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.local b/Makefile.local
index 6bc01a5d..c44d1603 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -18,7 +18,7 @@ notmuch_client_srcs = \
notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
notmuch: $(notmuch_client_modules) lib/notmuch.a
- $(CXX) $(LDFLAGS) $^ -o $@
+ $(CXX) $^ $(LDFLAGS) -o $@
notmuch.1.gz: notmuch.1
gzip --stdout notmuch.1 > notmuch.1.gz
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=()