diff options
author | Case Duckworth | 2021-05-05 17:22:02 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-05 17:22:02 -0500 |
commit | 4e620cfac67c3c992f40b09082513ffa7bf9e722 (patch) | |
tree | 13c47245eb64dd1aee1b2d285fb0cdfc94187fdb | |
parent | Add whitespace-cleanup-mode (diff) | |
download | emacs-4e620cfac67c3c992f40b09082513ffa7bf9e722.tar.gz emacs-4e620cfac67c3c992f40b09082513ffa7bf9e722.zip |
Add parameters to Fastmail group
-rw-r--r-- | gnus.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el index 1b550f1..b154944 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -56,8 +56,10 @@ | |||
56 | 56 | ||
57 | ;;; Other parameters | 57 | ;;; Other parameters |
58 | (setq gnus-parameters | 58 | (setq gnus-parameters |
59 | '(("nnimap\\.*" | 59 | '(("nnimap\\+fastmail.com:.*" |
60 | (display . 200)))) | 60 | (display . 200) |
61 | (expiry-wait . immediate) | ||
62 | (expiry-target . "nnimap+fastmail.com:Archive")))) | ||
61 | 63 | ||
62 | ;;; Gnus UI options | 64 | ;;; Gnus UI options |
63 | (setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date | 65 | (setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date |