help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs news/mail client (was: How to get my mail back from RMAIL)


From: djcb
Subject: Re: Emacs news/mail client (was: How to get my mail back from RMAIL)
Date: Tue, 6 Jan 2009 22:26:12 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, 06 Jan 2009, Teemu Likonen wrote:

> John Velman (2009-01-06 17:46 +0000) wrote:
> 
> > But I still need some advice on using emacs for Mail and News -- where
> > is the best place to look for it?

Someone suggested gnus; it's power can be scary though... Another option
is to use a console mailer like 'mutt' and a console news reader like
'slrn' inside emacs.

In your ~/.muttrc, you can add something like:
  set editor="emacsclient %s +8 -a emacs"

In your ~/.slrnrc, you could add something like:
  set editor_command "emacsclient '%s' +%d -a emacs"

(Obviously, slrn and mutt need some more setup; the information can be
found on their websites)

In your .emacs, you can add something like:

(add-to-list 'auto-mode-alist 
             '("\\.*mutt-*\\|.article\\|\\.followup" 
                . mail-mode)) 

And something like this to start emacs-server:
    (server-start)

Now, inside emacs you can start mutt or slrn in a terminal; you can make
shortcuts for that, see:
http://emacs-fu.blogspot.com/2008/12/running-console-programs-inside-emacs.html

Good luck!

Best wishes,
Dirk.   

-- 
------------------------------------------------------
Dirk-Jan C. Binnema          <djcb[at]djcbsoftware.nl>
             http://www.djcbsoftware.nl/ 
PGP: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C
------------------------------------------------------




reply via email to

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