Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Rodolfo Medina" <romeomedina@libero.it>
Subject: Re: Configuring gnus for gmail
Date: 11 Feb 2006 15:51:39 -0800	[thread overview]
Message-ID: <1139701899.121590.180380@g44g2000cwa.googlegroups.com> (raw)
In-Reply-To: <m2wtg3b01o.fsf@Rothar.local>

... Now I can fetch and send mail through gnus and my gmail account,
but with a problem left: if I send a mail to myself, using gnus,
gnus does not manage to fetch it from gmail. Instead, if I send a mail
to myself without using gnus (directly through gmail account), then
gnus fetches it.
Can anybody tell why this happens and how to work it out?
I'm reporting my .gnus.el.
I'm using emacs cvs and gnus cvs, the gnutls package and pop3.el
from T-gnus (m17n.org):

http://cvs.m17n.org/viewcvs/*checkout*/root/gnus/lisp/pop3.el?only_with_tag=t-gnus-6_17-quimby&rev=1.6.30.21.4.16

;;;;;;;;;;;;;.gnus.el;;;;;;;;;;;;;;;;;;;;;;
;; The following line is needed when using pop3.el from T-gnus
(m17n.org).
   (eval-after-load "mail-source" '(require 'pop3))


(setq gnus-select-method '(nnml ""))


(setq user-full-name "Rodolfo Medina")
(setq user-mail-address "rodolfo.medina@gmail.com")


   (setq mail-sources
      '(;(file :path "/var/spool/mail/rodolfo.medina")
	(pop :server "pop.gmail.com"
             :port 995
             :user "rodolfo.medina"
             :connection ssl
             :leave t)))



;; Sending mail
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
(setq smtpmail-auth-credentials '(("smtp.gmail.com" 587
"rodolfo.medina" nil)))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587)
;;;;;;;;;;;;;;;;;;;;;;end of .gnus.el;;;;;;;;;;;;;;;;;;;;;;;;;;


Thanks,
Rodolfo

  reply	other threads:[~2006-02-11 23:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-31 15:34 Rodolfo Medina
2006-01-31 18:27 ` Tim McNamara
2006-02-02 17:06   ` Rodolfo Medina
2006-02-02 19:34 ` Adam Sjøgren
2006-02-06 17:25   ` Rodolfo Medina
2006-02-10 12:20     ` rodolfo.medina
2006-02-10 14:17       ` rodolfo.medina
2006-02-10 17:23         ` Tim McNamara
2006-02-11 23:51           ` Rodolfo Medina [this message]
2006-08-04 14:36             ` Rodolfo Medina
2006-08-04 14:35 ` Rodolfo Medina
2006-08-04 15:25   ` Hadron Quark
2006-08-04 17:58     ` Rodolfo Medina

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=1139701899.121590.180380@g44g2000cwa.googlegroups.com \
    --to=romeomedina@libero.it \
    /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).