emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb a3f4fbd 400/449: Gnorb: The proper link type is "


From: Stefan Monnier
Subject: [elpa] externals/gnorb a3f4fbd 400/449: Gnorb: The proper link type is "mailto", not "mail"
Date: Fri, 27 Nov 2020 23:16:20 -0500 (EST)

branch: externals/gnorb
commit a3f4fbd1e3673d4af486aa058adb2076aff0db6d
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]