]> git.donarmstrong.com Git - bin.git/blobdiff - remember_mail
use the new format for capture in remember-mail
[bin.git] / remember_mail
index 08d65e2d031f52b8307a42f5e5bceeff344329a8..230848b9b57b486c581cc97c4b0ddcb2576df48f 100755 (executable)
@@ -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";