diff options
| author | BardofSprites <[email protected]> | 2024-09-30 22:57:19 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-30 22:57:19 -0400 |
| commit | b277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 (patch) | |
| tree | b910558b04e264f3b36e4451c7b4c4712ef24dc0 /bard-elisp/bard-email.el | |
| parent | c0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (diff) | |
require/provide statements
Diffstat (limited to 'bard-elisp/bard-email.el')
| -rw-r--r-- | bard-elisp/bard-email.el | 1 |
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) |
