Gnus development mailing list
 help / color / mirror / Atom feed
* how to set multiple smtp providers?
@ 2014-08-06  6:52 jenia.ivlev
  2014-08-07 23:43 ` Vincent Bernat
  2014-08-08  1:56 ` Eric Abrahamsen
  0 siblings, 2 replies; 5+ messages in thread
From: jenia.ivlev @ 2014-08-06  6:52 UTC (permalink / raw)
  To: ding


Hello:

I have the following in .gnus.el:

    (setq gnus-select-method
      '(nnimap "gmail"
	   (nnimap-address "imap.gmail.com")
	   (nnimap-server-port 993)
	   (nnimap-stream ssl)))

    (setq message-send-mail-function 'smtpmail-send-it
    ...)


    (setq gnus-secondary-select-methods '((nntp "news.gmane.org") '(nntp
    "news.eternal-september.org")))

However, it doesnt work properly. When I run `M-x gnus` it tells me:
Cannot open load file: quote.

This happens after I'm asked for my credentials, after I can see, in the
minibuffer, the inbox and all the other folders being loaded.

To avoid the error, I need to remove that last line run gnus, do `M-x load-file
.gnus.el` and the run gnus again.

How can I fix that? How can I have my gmail and the gmane server
connected to?

Thanks in advance.
jenia





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-09 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06  6:52 how to set multiple smtp providers? jenia.ivlev
2014-08-07 23:43 ` Vincent Bernat
2014-08-08  1:56 ` Eric Abrahamsen
2014-08-08  2:01   ` Eric Abrahamsen
2014-08-09 21:42     ` jenia.ivlev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).