branch: externals/gnorb
commit a3f4fbd1e3673d4af486aa058adb2076aff0db6d
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
Gnorb: The proper link type is "mailto", not "mail"
* packages/gnorb/gnorb-org.el (gnorb-org-extract-links,
gnorb-org-handle-mail): Fix link type.
---
gnorb-org.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnorb-org.el b/gnorb-org.el
index 00b46d6..485b988 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -223,7 +223,7 @@ we came from."
(insert s)
(insert "\n"))
(goto-char (point-min))
- (gnorb-scan-links (point-max) 'gnus 'mail 'bbdb 'ebdb)))))
+ (gnorb-scan-links (point-max) 'gnus 'mailto 'bbdb 'ebdb)))))
(defun gnorb-org-extract-mail-stuff (&optional arg region)
"Decide how to hande the Org heading under point as an email task.
@@ -484,7 +484,7 @@ composed. FILE is a file to attach to the message."
(gnorb-bbdb-configure-posting-styles (list (car
b-recs))))))
(gnorb-org-setup-message
(alist-get 'gnus links)
- (append mails (alist-get 'mail links))
+ (append mails (alist-get 'mailto links))
from cc bcc
attachments text org-id))))))