diff options
-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 |