>>>>> Guido Notari writes:
GN> Is it possible to have all outgoing messages copied to an
GN> nnimap folder on the remote server?
The following works for me:
(setq gnus-message-archive-method
'(nnimap "server"
(nnimap-server-address "server")))
(setq gnus-message-archive-group
'((if (message-news-p)
"Mail/sent-news"
"Mail/sent-mail")))