From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84756 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: how to set multiple smtp providers? Date: Fri, 08 Aug 2014 09:56:58 +0800 Message-ID: <87r40rlp5h.fsf@ericabrahamsen.net> References: <87iom6gldh.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407462840 11582 80.91.229.3 (8 Aug 2014 01:54:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2014 01:54:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32999@lists.math.uh.edu Fri Aug 08 03:53:52 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XFZNO-0005el-Q1 for ding-account@gmane.org; Fri, 08 Aug 2014 03:53:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XFZMa-00037g-S6; Thu, 07 Aug 2014 20:53:00 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XFZMZ-00037Y-Dg for ding@lists.math.uh.edu; Thu, 07 Aug 2014 20:52:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XFZMY-0002e8-7U for ding@lists.math.uh.edu; Thu, 07 Aug 2014 20:52:58 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XFZMW-0000Gh-BF for ding@gnus.org; Fri, 08 Aug 2014 03:52:56 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XFZMQ-0004BN-6W for ding@gnus.org; Fri, 08 Aug 2014 03:52:50 +0200 Original-Received: from 111.199.148.47 ([111.199.148.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2014 03:52:50 +0200 Original-Received: from eric by 111.199.148.47 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2014 03:52:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.199.148.47 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:Gjidoq8WtL0OBdUEJfkkunD1H4A= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84756 Archived-At: jenia.ivlev@gmail.com (jenia.ivlev) writes: > 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. Perhaps try removing the quote before the eternal-september entry? Even if that's not the source of the problem, it's still unnecessary. > 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