summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 09cb238..ced8ebf 100644
--- a/init.el
+++ b/init.el
@@ -107,14 +107,6 @@
:config
(org-roam-db-autosync-mode))
-;; Mail
-(load (locate-user-emacs-file "secrets.el")) ; Full-name and Mail address
-(setq gnus-select-method '(nnimap "imap.gmail.com")
- message-send-mail-function 'smtpmail-send-it
- smtpmail-default-smtp-server "smtp.gmail.com"
- gnus-message-archive-method '(nnimap "imap.gmail.com")
- gnus-message-archive-group "[Gmail]/Sent Mail") ; Gmail configuration
-
;; Catppuccin theme
(load (locate-user-emacs-file "theme.el"))