summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-03-04 21:24:24 +0100
committerLLoyderino <adrijan.bjedov@gmail.com>2026-03-04 21:27:03 +0100
commit3fda87ab8eba13b2a45b3fbbb75b42a8458a1995 (patch)
tree47b3f64d1a05c24fae3f687b66effd0671b6d87d
parente0a31af34b941c4eec655ed4c2a79094a42be2ef (diff)
Removed mail configuration
Not really using it
-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"))