jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 796a63780781f68190fa98502b085c6f3cc0f1e8
parent 1df91330fe58fce22ccc15576f818556a5f4c6eb
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 13 Apr 2016 13:05:16 +0200

revert emacsclient invokation to synchronous

Diffstat:
Msrc/zlibs/helpers | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/helpers b/src/zlibs/helpers @@ -197,7 +197,7 @@ edit_file() { case $_editor in # refine settings for email vi|vim) jarovim "${PARAM}"; return $? ;; - emacs) emacsclient -n "${PARAM}"; return $? ;; + emacs) emacsclient "${PARAM}"; return $? ;; *) ${=_editor} "${PARAM}"; return $? ;; esac