From ec9e9e47bbf62fbe5566ef0eb78d114df95630c7 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 12 Jul 2024 19:42:48 +0200 Subject: implement IMAP as the primary Gnus group --- suweren/home/emacs-configuration.el | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'suweren/home/emacs-configuration.el') diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el index d810d72..27ef693 100644 --- a/suweren/home/emacs-configuration.el +++ b/suweren/home/emacs-configuration.el @@ -74,23 +74,6 @@ ;; Disable Toolbar (tool-bar-mode -1) -;; GNUS Configuration -;; (setq-default gnus-auto-select-first nil -;; gnus-select-method '(nnnil "") -;; gnus-secondary-select-methods '((nnimap "outlook" -;; (nnimap-address "outlook.office365.com") -;; (nnimap-server-port 993) -;; (nnimap-stream ssl) -;; (nnimap-authinfo-file "~/.authinfo")) -;; (nnimap "home" -;; (nnimap-address "serwer1930490.home.pl") -;; (nnimap-server-port 993) -;; (nnimap-stream ssl) -;; (nnimap-authinfo-file "~/.authinfo"))) -;; nnmail-split-method 'nnmail-split-fancy -;; nnmail-split-fancy '(| "normal")) -;; (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) - ;; ORG-FC Configuration (setq-default org-fc-algorithm 'tn -- cgit v1.2.3