X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-emacs-mua;h=1f088c42feb90d16e5933083789819aac3edf794;hp=e33aa955d6b559faf7e618a14b27717a9dd5928c;hb=cb4e73b73664147404fbb835d1749b2c9326da24;hpb=0aa74d3241687ff70819981bbecad96b204886e7 diff --git a/notmuch-emacs-mua b/notmuch-emacs-mua index e33aa955..1f088c42 100755 --- a/notmuch-emacs-mua +++ b/notmuch-emacs-mua @@ -82,9 +82,6 @@ while getopts :s:c:b:i:h opt; do --help|h) exec man notmuch-emacs-mua ;; - --client) - USE_EMACSCLIENT="yes" - ;; --subject|s) ELISP="${ELISP} (message-goto-subject) (insert \"${OPTARG}\")" ;; @@ -107,6 +104,9 @@ while getopts :s:c:b:i:h opt; do NO_WINDOW="-nw" CREATE_FRAME= ;; + --client) + USE_EMACSCLIENT="yes" + ;; *) # We should never end up here. echo "$0: internal error (option ${opt})." >&2