diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-26 00:01:07 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-26 00:01:07 -0500 |
commit | 051074d65dac4696a91124dd08a47120a1cb1251 (patch) | |
tree | 36580a06898f23bebf3c60e657ebfe0032ff5ff9 | |
parent | 0864b4dbb656191033a38cbdf24aeefa69b8a8b9 (diff) | |
download | configs-051074d65dac4696a91124dd08a47120a1cb1251.tar.gz configs-051074d65dac4696a91124dd08a47120a1cb1251.tar.xz configs-051074d65dac4696a91124dd08a47120a1cb1251.zip |
[emacs/gnus] fix archive group
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2053,7 +2053,7 @@ For when I /have to/ use GH. (nnimap-server-port 143) (nnimap-authenticator plain) (nnimap-user "abandali@uwaterloo.ca"))) - gnus-message-archive-group "nnimap:Sent" + gnus-message-archive-group "nnimap+amin:Sent" gnus-parameters '(("gnu.*" (gcc-self . t))) |