Gnus development mailing list
 help / color / mirror / Atom feed
From: Sharon Kimble <boudiccas@talktalk.net>
To: ding@gnus.org
Subject: Re: Setting up gmail
Date: Tue, 25 Mar 2014 09:34:26 +0000	[thread overview]
Message-ID: <20140325093426.10858b92@london> (raw)
In-Reply-To: <87d2haejjs.fsf@ucl.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 1830 bytes --]

On Tue, 25 Mar 2014 09:04:07 +0000
Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> Sharon,
> 
> you seem to be overcomplicating things.  The following excerpt from my
> .gnus.el file specifies various mailboxen:
> 
> #+begin_src emacs-lisp
>   (setq gnus-secondary-select-methods '((nnml "")
>                                         (nnimap "work"
>                                                 (nnimap-address
> "outlook.office365.com") (nnimap-inbox "INBOX")
>                                                 (nnimap-stream ssl))
>                                         (nnimap "google"
>                                                 (nnimap-address
> "imap.gmail.com") (nnimap-server-port 993)
>                                                 (nnimap-stream ssl))
>                                         (nnimap "yahoo"
>                                                 (nnimap-address
> "imap.mail.yahoo.com") (nnimap-server-port 993)
>                                                 (nnimap-stream ssl))
>                                         )
>         gnus-select-method '(nnnil "")
>         )
> #+end_src
> 
> All the other information for each host is in the .authinfo file (user
> name, password).
> 
> Start with something like this and then build up, as others have
> suggested.
> 
> Note that the main select method is a dummy one.

Thanks for this Eric, it will be useful as I have several imap accounts
that I want to use, but how, and where do you call the .authinfo file
please? That is my main stumbling block at the moment with setting up
my gmail imap account.

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, Fluxbox 1.3.5, emacs 24.3.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2014-03-25  9:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87a9cf4d5u.fsf@talktalk.net>
2014-03-25  9:04 ` Eric S Fraga
2014-03-25  9:34   ` Sharon Kimble [this message]
2014-03-25 11:22     ` Eric S Fraga
2014-03-25 13:30       ` Sharon Kimble
2014-03-25 19:56         ` Eric S Fraga
2014-03-25 20:10           ` IMAP Setup (was: Setting up gmail) Clemens Schüller
2014-04-06 20:14           ` Setting up gmail Harry Putnam

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=20140325093426.10858b92@london \
    --to=boudiccas@talktalk.net \
    --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).