Gnus development mailing list
 help / color / mirror / Atom feed
From: jenia.ivlev@gmail.com (jenia.ivlev)
To: ding@gnus.org
Subject: how to set multiple smtp providers?
Date: Wed, 06 Aug 2014 02:52:58 -0400	[thread overview]
Message-ID: <87iom6gldh.fsf@gmail.com> (raw)


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





             reply	other threads:[~2014-08-06  6:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  6:52 jenia.ivlev [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iom6gldh.fsf@gmail.com \
    --to=jenia.ivlev@gmail.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).