|
| From: | Cecil Westerhof |
| Subject: | gnus-secondary-select-methods and use of variables |
| Date: | Sat, 01 May 2010 19:50:00 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
I would like to do something like the following:
(setq gnus-secondary-select-methods
'(
(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-stream ssl)
(nnimap-authinfo-file (symbol-value imap-authinfo-file))
)
(nnimap "e-mail"
(nnimap-address (symbol-value imap-own-server))
(nnimap-stream tls)
(nnimap-authinfo-file (symbol-value imap-authinfo-file))
)
))
I need to use the real values. Is there a way I could use variables to
set gnus-secondary-select-methods?
| [Prev in Thread] | Current Thread | [Next in Thread] |