... 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 "[EMAIL PROTECTED]") (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 _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
