X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-emacs-mua;h=13f67bee4417f78569916e147e4610ffa39899c4;hb=5240c438f5f6212fbce811ea4fd55ae964c97d99;hp=b8cbc822fe89103874fcb6f73c5a7b8dd6aa44c7;hpb=05b27ee0ddc3de286f2acce3bed1e6e5ed3c28e3;p=notmuch diff --git a/notmuch-emacs-mua b/notmuch-emacs-mua index b8cbc822..13f67bee 100755 --- a/notmuch-emacs-mua +++ b/notmuch-emacs-mua @@ -38,7 +38,8 @@ CLIENT_TYPE="-c" ELISP="(prog1 'done (require 'notmuch) (notmuch-mua-new-mail)" ELISP="${ELISP} (setq message-exit-actions (list #'save-buffers-kill-terminal))" -while getopts :s:c:b:i:hC opt; do +# Short options compatible with mutt(1). +while getopts :s:c:b:i:h opt; do # Handle errors and long options. case "${opt}" in :) @@ -79,7 +80,7 @@ while getopts :s:c:b:i:hC opt; do --help|h) exec man notmuch-emacs-mua ;; - --client|C) + --client) USE_EMACSCLIENT="yes" ;; --subject|s)