[PATCH] notmuch-emacs-mua: escape $PWD (and cd always). use message-add-actions.

David Bremner david at tethera.net
Sun May 15 06:28:48 PDT 2016


Tomi Ollila <tomi.ollila at iki.fi> writes:

>  # Kill the terminal/frame if we're creating one.
>  if [ -z "$USE_EMACSCLIENT" -o -n "$CREATE_FRAME" -o -n "$NO_WINDOW" ]; then
> -    ELISP="${ELISP} (setq message-exit-actions (list #'save-buffers-kill-terminal))"
> +    ELISP="${ELISP} (message-add-action #'save-buffers-kill-terminal 'exit)"
>  fi
>  

This seems to work fine, but afaict it is two completely distinct
patches squashed into one.

d


More information about the notmuch mailing list