diff options
author | bd <bdunahu@operationnull.com> | 2024-07-24 01:24:12 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-24 01:24:12 -0600 |
commit | e74ebd8a0864570efd0891f931a58349907fa76e (patch) | |
tree | 43853ad0f318e4cf6d1c09848ddb4954c88349ce /.config/emacs/gnus.el | |
parent | 3547daff1cbd5adc08757c472f2fd5b38fccfc9a (diff) |
New mail account
Diffstat (limited to '.config/emacs/gnus.el')
-rw-r--r-- | .config/emacs/gnus.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/emacs/gnus.el b/.config/emacs/gnus.el index c61b808..519dc71 100644 --- a/.config/emacs/gnus.el +++ b/.config/emacs/gnus.el @@ -21,6 +21,8 @@ (setopt gnus-select-method '(nnnil "")) (setopt gnus-secondary-select-methods '((nntp "news.gwene.org") + (nnmaildir "admin" + (directory "~/.ml/admin")) (nnmaildir "personal" (directory "~/.ml/personal")) (nnmaildir "umass" @@ -44,5 +46,7 @@ "%5{%B%}" "%s\n")) +(require 'bd--mail) ;; (gitignored) + ;;; gnus.el ends here |