From: Don Armstrong Date: Mon, 14 Aug 2017 22:10:17 +0000 (-0700) Subject: use the new format for capture in remember-mail X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=7072dd6217d2a600f729188624f228b5700bd836 use the new format for capture in remember-mail --- diff --git a/remember_mail b/remember_mail index 08d65e2..230848b 100755 --- a/remember_mail +++ b/remember_mail @@ -26,4 +26,4 @@ if (defined $ENV{DISPLAY} and length($ENV{DISPLAY})) { } else { @EMACS_OPTS = qw(-t) } -exec "emacsclient", @EMACS_OPTS, "org-protocol://capture://m/mutt:$mid/mail/$note_body"; +exec "emacsclient", @EMACS_OPTS, "org-protocol://capture?template=m&url=mutt:$mid&title=mail&body=$note_body";