From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13914 Path: news.gmane.org!not-for-mail From: xtd8865@gmail.com (.Martin.) Newsgroups: gmane.emacs.gnus.user Subject: How can I check my @gmail.com email with gnus Date: Sat, 06 Mar 2010 13:11:44 +0000 Organization: narrenturm Message-ID: <877hppppbj.fsf@slack64.serverdot.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273155033 21780 80.91.229.12 (6 May 2010 14:10:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 14:10:33 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 06 16:10:26 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA1mS-00047v-VS for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 16:10:25 +0200 Original-Received: from localhost ([127.0.0.1]:54771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA1mR-0006mY-FC for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 10:10:23 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.news-service.com!cyclone01.ams2.highwinds-media.com!news.highwinds-media.com!npeersf01.ams.highwinds-media.com!newsfe04.ams2.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:VSi/f9PFH4+mR1hgVATLWp7xEf8= Original-Lines: 56 Original-NNTP-Posting-Host: 82.17.0.107 Original-X-Complaints-To: http://netreport.virginmedia.com Original-X-Trace: newsfe04.ams2 1267881055 82.17.0.107 (Sat, 06 Mar 2010 13:10:55 UTC) Original-NNTP-Posting-Date: Sat, 06 Mar 2010 13:10:55 UTC Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84094 X-Mailman-Approved-At: Wed, 05 May 2010 21:07:09 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13914 Archived-At: 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.