info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reading mail in gnus..


From: Randy Yates
Subject: Re: reading mail in gnus..
Date: 07 May 2004 13:51:57 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence)

Sriram Swaminathan <sriram@cs.mun.ca> writes:

> I am new to gnus. I am using gnus only to read news now. How to configure 
> gnus to read mail?

Hi Sriram,

The following is the section of my init.el which configures gnus, including
a pop3 email interface. I hope this helps you get started.

--Randy


;; gnus stuff
(setq gnus-select-method '(nntp "my.newsserver.net"))
(setq user-mail-address "MyName@myaddress.org")
(setq user-full-name "My Name")
(setq gnus-posting-styles 
  '((".*" 
    (name "My Name") 
    (organization "My Organization")
    (signature-file "c:/mysig.txt")
  ))
)
(setq message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server 
"my.smtpserver.net")
(setq mail-sources '((pop :server "my.popserver.net" :user "myusername" 
:password "mypassword")))
(setq gnus-secondary-select-methods '((nnml "")))
(setq gnus-message-archive-group "sent")
(setq gnus-permanently-visible-groups ".*mail.misc")
(setq mm-default-directory "c:/temp/")


-- 
Randy Yates
Sony Ericsson Mobile Communications
Research Triangle Park, NC, USA
randy.yates@sonyericsson.com, 919-472-1124


reply via email to

[Prev in Thread] Current Thread [Next in Thread]