diff options
author | fpi | 2020-09-18 15:54:03 +0200 |
---|---|---|
committer | fpi | 2020-09-18 15:56:21 +0200 |
commit | 8fe2fbb28fbe36e6e44679f1bb0d9bd7f31751b8 (patch) | |
tree | 954e40c3fbb0dc0cba1169a7ef6d2698d3d9170c | |
parent | Add function to partially download from gnus cloud (diff) |
Use IMAP namespaces to distinguish IMAP servers
-rw-r--r-- | gnus.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ RSS/Atom Feeds asynchronously. (add-to-list 'gnus-secondary-select-methods '(nntp "localhost" 4321)) <<secondary-select-methods>> #+end_src + +#+begin_src emacs-lisp +(setq nnimap-use-namespaces t) +#+end_src ** Options *** General **** Startup |