X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=remember_mail;h=230848b9b57b486c581cc97c4b0ddcb2576df48f;hb=56c8d8b286ae38e170ce915472f9aa86fabf9fee;hp=08d65e2d031f52b8307a42f5e5bceeff344329a8;hpb=b485292a468461e6d2b2176c4c3c5caddb4ddae5;p=bin.git 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";