]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-emacs-mua
notmuch-emacs-mua: remove -C to keep short options compatible with mutt
[notmuch] / notmuch-emacs-mua
index b8cbc822fe89103874fcb6f73c5a7b8dd6aa44c7..13f67bee4417f78569916e147e4610ffa39899c4 100755 (executable)
@@ -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)