Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How can I check my @gmail.com email with gnus
@ 2010-03-06 13:11 .Martin.
  2010-03-06 14:25 ` Adam Sjøgren
  0 siblings, 1 reply; 3+ messages in thread
From: .Martin. @ 2010-03-06 13:11 UTC (permalink / raw)
  To: info-gnus-english

I seem to get a vague idea how to use gnus for newsgroups. It still
feels VERY clumsy, slow and not the way I like it, but I guess it's the
question of configuring it properly and learning key shortcuts.

I know how to send an email from my gmail account. The problem is how
I can check for new emails. In other words, how would I display my gmail 'inbox'?

This is part of my .emacs:

(setq gnus-select-method '(nntp "news.virginmedia.com"))
(setq gnus-secondary-select-method '(nnimap "gmail"
                                            (nnimap-address "imap.gmail.com")
                                            (nnimap-server-port 993)
                                            (nnimap-stream ssl)))


(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "myemail@gmail.com" nil))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
 



and my .gnus

(setq gnus-posting-styles
        '((".*"
;;              (address "email@gomain.com")
        (organization "abc")
        (signature-file "~/.gnus-sig")
        ))
)

;; my mail headers - if not using posting styles
(setq user-full-name ".Martin.")
(setq user-mail-address "myemail@gmail.com")

(setq   gnus-check-new-newsgroups nil
        gnus-read-active-file nil
        gnus-nov-is-evil nil)


;; don't ask how many email to dowload
(setq gnus-large-newsgroup 'nil)


#################################################

Thank you
-- 
regards

.Martin.

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

end of thread, other threads:[~2010-03-06 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-06 13:11 How can I check my @gmail.com email with gnus .Martin.
2010-03-06 14:25 ` Adam Sjøgren
2010-03-06 16:35   ` .Martin.

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