Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Setting credentials does not work anymore
@ 2012-12-19 11:49 Cecil Westerhof
  2012-12-19 12:46 ` Rud1ger Sch1erz
  0 siblings, 1 reply; 3+ messages in thread
From: Cecil Westerhof @ 2012-12-19 11:49 UTC (permalink / raw)
  To: info-gnus-english

I just update my Linux installation. With it I think Emacs/Gbus got
updated also.

In my .gnus I have:
    (setq gnus-secondary-select-methods
          `(
            (nnimap "gmail"
                    (nnimap-address "imap.gmail.com")
                    (nnimap-stream ssl)
                    (nnimap-authinfo-file ,imap-authinfo-file))
            ))

    (setq smtpmail-auth-credentials imap-authinfo-file)

Until now that worked without a problem. (I use another file as
.authinfo.) Now it does not work anymore. What has changed?

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

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

* Re: Setting credentials does not work anymore
  2012-12-19 11:49 Setting credentials does not work anymore Cecil Westerhof
@ 2012-12-19 12:46 ` Rud1ger Sch1erz
  2012-12-19 17:24   ` Cecil Westerhof
  0 siblings, 1 reply; 3+ messages in thread
From: Rud1ger Sch1erz @ 2012-12-19 12:46 UTC (permalink / raw)
  To: info-gnus-english

Cecil Westerhof <Cecil@decebal.nl> writes:

> I just update my Linux installation. With it I think Emacs/Gbus got
> updated also.

If your version now is Emacs 24.2.x / Gnus v5.13, then replace 

>     (setq smtpmail-auth-credentials imap-authinfo-file)

by

(setq  auth-sources (list imap-authinfo-file))

For more information look at `c-h v auth-sources'.

-- 
Tschau
Rüdiger

Achtung, dieser Artikel ist mit sublimalen Werbeeinblendungen hinterlegt.
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: Setting credentials does not work anymore
  2012-12-19 12:46 ` Rud1ger Sch1erz
@ 2012-12-19 17:24   ` Cecil Westerhof
  0 siblings, 0 replies; 3+ messages in thread
From: Cecil Westerhof @ 2012-12-19 17:24 UTC (permalink / raw)
  To: info-gnus-english

Op woensdag 19 dec 2012 13:46 CET schreef Rud1ger Sch1erz:

>> I just update my Linux installation. With it I think Emacs/Gbus got
>> updated also.
>
> If your version now is Emacs 24.2.x / Gnus v5.13, then replace 

They are.


>> (setq smtpmail-auth-credentials imap-authinfo-file)
>
> by
>
> (setq  auth-sources (list imap-authinfo-file))

That works. Thanks.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

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

end of thread, other threads:[~2012-12-19 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-19 11:49 Setting credentials does not work anymore Cecil Westerhof
2012-12-19 12:46 ` Rud1ger Sch1erz
2012-12-19 17:24   ` Cecil Westerhof

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).