Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: xtd8865@gmail.com (.Martin.)
To: info-gnus-english@gnu.org
Subject: How can I check my @gmail.com email with gnus
Date: Sat, 06 Mar 2010 13:11:44 +0000	[thread overview]
Message-ID: <877hppppbj.fsf@slack64.serverdot.org> (raw)

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.

             reply	other threads:[~2010-03-06 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-06 13:11 .Martin. [this message]
2010-03-06 14:25 ` Adam Sjøgren
2010-03-06 16:35   ` .Martin.

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=877hppppbj.fsf@slack64.serverdot.org \
    --to=xtd8865@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /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).