summaryrefslogtreecommitdiffstats
path: root/emacsconf-mail.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-20 09:44:43 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-20 09:44:43 -0400
commit3391612bdeb63f602bdccdc086babbd095df27c3 (patch)
treecbb813f740f3e6955b0900dafaa05a6943dbd29a /emacsconf-mail.el
parent0d6e9a550a539ea21bd3370aec113fdc3329e7fd (diff)
downloademacsconf-el-3391612bdeb63f602bdccdc086babbd095df27c3.tar.xz
emacsconf-el-3391612bdeb63f602bdccdc086babbd095df27c3.zip
add conference as a scheduling phase
Diffstat (limited to 'emacsconf-mail.el')
-rw-r--r--emacsconf-mail.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf-mail.el b/emacsconf-mail.el
index 0c833f6..d11719b 100644
--- a/emacsconf-mail.el
+++ b/emacsconf-mail.el
@@ -156,6 +156,7 @@ Group by e-mail."
(defun emacsconf-mail-group-by-email (info)
(seq-group-by (lambda (o) (plist-get o :email)) info))
+;;;###autoload
(defun emacsconf-mail-speaker-from-slug (talk)
"E-mail the speaker for TALK."
(interactive (list (emacsconf-complete-talk-info)))
@@ -480,6 +481,7 @@ Include some other things, too, such as emacsconf-year, title, name, email, url,
;;; Notmuch
+;;;###autoload
(defun emacsconf-mail-notmuch-search-for-talk (talk)
"Search for e-mail related to TALK."
(interactive (list (emacsconf-complete-talk-info)))