From 3391612bdeb63f602bdccdc086babbd095df27c3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 20 Sep 2023 09:44:43 -0400 Subject: add conference as a scheduling phase --- emacsconf-mail.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacsconf-mail.el') 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))) -- cgit v1.2.3