From 3fda87ab8eba13b2a45b3fbbb75b42a8458a1995 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Wed, 4 Mar 2026 21:24:24 +0100 Subject: Removed mail configuration Not really using it --- init.el | 8 -------- 1 file changed, 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")) -- cgit v1.3.1