aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-email.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
committerBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
commitb277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 (patch)
treeb910558b04e264f3b36e4451c7b4c4712ef24dc0 /bard-elisp/bard-email.el
parentc0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (diff)
require/provide statements
Diffstat (limited to 'bard-elisp/bard-email.el')
-rw-r--r--bard-elisp/bard-email.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bard-elisp/bard-email.el b/bard-elisp/bard-email.el
index 34e5700..7d40965 100644
--- a/bard-elisp/bard-email.el
+++ b/bard-elisp/bard-email.el
@@ -120,3 +120,4 @@ next invocation of 'notmuch new'."
(shell-command
(format "notmuch search --output=files --format=text0 tag:%s | xargs -r0 rm" del-tag)
t))))
+(provide 'bard-email)