Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* reading mail in gnus..
@ 2004-05-07 14:57 Sriram Swaminathan
  2004-05-07 15:22 ` Guldo K
  2004-05-07 17:51 ` Randy Yates
  0 siblings, 2 replies; 4+ messages in thread
From: Sriram Swaminathan @ 2004-05-07 14:57 UTC (permalink / raw)


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


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

* Re: reading mail in gnus..
  2004-05-07 14:57 reading mail in gnus Sriram Swaminathan
@ 2004-05-07 15:22 ` Guldo K
  2004-05-07 17:51 ` Randy Yates
  1 sibling, 0 replies; 4+ messages in thread
From: Guldo K @ 2004-05-07 15:22 UTC (permalink / raw)


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?

You'd better read this first:
http://www.gnus.org/manual/gnus_158.html#SEC158

-- 
Guldo
Powered by Debian Sid
on Linux 2.6.5


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

* Re: reading mail in gnus..
  2004-05-07 14:57 reading mail in gnus Sriram Swaminathan
  2004-05-07 15:22 ` Guldo K
@ 2004-05-07 17:51 ` Randy Yates
  2004-05-07 17:59   ` Randy Yates
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Yates @ 2004-05-07 17:51 UTC (permalink / raw)


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


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

* Re: reading mail in gnus..
  2004-05-07 17:51 ` Randy Yates
@ 2004-05-07 17:59   ` Randy Yates
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Yates @ 2004-05-07 17:59 UTC (permalink / raw)


PS: Add the following line if you do NOT want gnus to
split long outgoing email messages:

(setq message-send-mail-partially-limit nil)

PSS: Add the following line if you prefer gnus not
to thread your summary buffer

(setq gnus-show-threads nil)
-- 
Randy Yates
Sony Ericsson Mobile Communications
Research Triangle Park, NC, USA
randy.yates@sonyericsson.com, 919-472-1124


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

end of thread, other threads:[~2004-05-07 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-07 14:57 reading mail in gnus Sriram Swaminathan
2004-05-07 15:22 ` Guldo K
2004-05-07 17:51 ` Randy Yates
2004-05-07 17:59   ` Randy Yates

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