diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:42:48 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:59:40 +0200 |
commit | ec9e9e47bbf62fbe5566ef0eb78d114df95630c7 (patch) | |
tree | baae14da628b98bf6892c54dcb691477d067acda /suweren/home/emacs-configuration.el | |
parent | e8fa675c649f70e95e43a668ad2fac2bc69757c1 (diff) |
implement IMAP as the primary Gnus group
Diffstat (limited to 'suweren/home/emacs-configuration.el')
-rw-r--r-- | suweren/home/emacs-configuration.el | 17 |
1 files changed, 0 insertions, 17 deletions
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 |