all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Marius Hofert <marius.hofert@math.ethz.ch>
Cc: Emacs help <help-gnu-emacs@gnu.org>
Subject: Re: Gnus: Error on setting up IMAP accounts
Date: Sat, 29 Oct 2011 10:09:08 +0200	[thread overview]
Message-ID: <87r51wp6cb.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <0086A532-E15A-4BDF-B4E4-9F5F9EB7682F@math.ethz.ch> (Marius Hofert's message of "Sat, 29 Oct 2011 09:58:07 +0200")

Marius Hofert <marius.hofert@math.ethz.ch> writes:

Hi Marius,

> (setq gnus-select-method '(nnnil))
> (setq user-mail-address "address@hidden")
> (setq user-full-name "My Name")
>
> (setq gnus-secondary-select-methods
>    '((nnimap "address@hidden"; primary email account
>              (nnimap-address "mail.uni.edu"); mail server address
>              (nnimap-server-port 993); port
>              (nnimap-authenticator login); authentication method
>              )
>      (nnimap "address@googlemail.com"; secondary email account
>              (nnimap-address "imap.googlemail.com"); mail server address
>              (nnimap-server-port 993); port
>              (nnimap-authenticator login); authentication method
>              ))
> )

I'd probably start with just these gnus-secondary-s-m

  '((nnimap "address@hidden"
            (nnimap-address "mail.uni.edu"))
    (nnimap "gmail"
            (nnimap-address "...")))

Most probably, that'll just work.  Gnus will automatically determine
what's the most secure connection for the servers and use that.

> 3) ~/.authinfo (as before):
> machine mail.uni.edu login mylogin port 993
> machine imap.googlemail.com login address@googlemail.com port 993

Don't specify a port if not needed.  And add a "force yes" as last thing
in each line.

> 4) If I start Gnus with M-x gnus, I see:
> imap: Connecting to mail.uni.edu # I see this for about 2min; can't do anything else with emacs during that time
> imap: Connecting to imap.googlemail.com # I see this for as long as I watch... The only chance to proceed is to hit C-g 

Probably, because you say Gnus to use port 993 with SSL while the
servers prefer something else.  As said, start with a minimal setup.

> Q5: I have a file contacts.org containing all contacts in
> "org-contacts"-form. My .emacs contains:
> (setq load-path (cons "~/.emacs.d/contacts" load-path))
> (require 'org-contacts)
> (custom-set-variables
>  '(org-contacts-files '("~/org/contacts.org")))
> [I found this here:
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg37143.html] As
> mentioned on http://julien.danjou.info/org-contacts.html, this allows
> for completion of addresses. I tried it, but I can't complete
> addresses defined in contacts.org. What else do I have to specify?

You need to call

  (org-contacts-gnus-insinuate)

in your ~/.emacs or ~/.gnus.el to make that working.

Bye,
Tassilo
-- 
(What the world needs (I think) is not
      (a Lisp (with fewer parentheses))
      but (an English (with more.)))
Brian Hayes, http://tinyurl.com/3y9l2kf



  reply	other threads:[~2011-10-29  8:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-29  7:58 Gnus: Error on setting up IMAP accounts Marius Hofert
2011-10-29  8:09 ` Tassilo Horn [this message]
2011-10-29  9:45   ` Marius Hofert
2011-10-29 18:33     ` Tassilo Horn
2011-10-29 23:01       ` Marius Hofert
2011-10-31 16:56       ` Marius Hofert
  -- strict thread matches above, loose matches on Subject: below --
2011-10-28 19:07 Marius Hofert
2011-10-28 20:49 ` Tassilo Horn

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=87r51wp6cb.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=marius.hofert@math.ethz.ch \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.