diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-11-12 14:28:14 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-11-12 14:28:14 -0500 |
commit | ed5afd4addbd779ebea3e54d8a2a40dba165cc33 (patch) | |
tree | eb48c34a50dc4c43a8d678afe13a3b85529c9704 /emacsconf-mail.el | |
parent | b6b266b307838d4c108321c998b1e5df8c591cfe (diff) | |
download | emacsconf-el-ed5afd4addbd779ebea3e54d8a2a40dba165cc33.tar.xz emacsconf-el-ed5afd4addbd779ebea3e54d8a2a40dba165cc33.zip |
add logs
Diffstat (limited to 'emacsconf-mail.el')
-rw-r--r-- | emacsconf-mail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacsconf-mail.el b/emacsconf-mail.el index e761799..5681d02 100644 --- a/emacsconf-mail.el +++ b/emacsconf-mail.el @@ -918,6 +918,7 @@ ${signature} '(:subject "${conf-name} ${year}: received uploaded file${plural} for ${title}" ;; :cc "emacsconf-submit@gnu.org" :reply-to "emacsconf-submit@gnu.org, ${email}, ${user-email}" + :log-note "acknowledged submission" :mail-followup-to "emacsconf-submit@gnu.org, ${email}, ${user-email}" :body "Hi, ${speakers-short}! @@ -994,6 +995,7 @@ ${signature}") files "\n"))))) +;;;###autoload (defun emacsconf-mail-captions-for-review (talk) "E-mail captions for TALK so that the speakers can review them." (interactive (list (emacsconf-complete-talk-info @@ -1012,6 +1014,7 @@ ${signature}") :subject "${conf-name} ${year}: Captions for ${title}" :to "${email}" :cc "${captioner-email}" + :log-note "sent captions for review" :body "${email-notes}Hi ${speakers-short}! Because you sent in your video before the conference, we were able to |