[EMAIL PROTECTED] (Gary L. Hennigan) writes:

[snip]

> I don't want to get pegged as an X/Emacs fanatic (which I am), but gnus, 
> in conjunction with fetchmail (and maybe even without it) can do all
> the aforementioned operations.

I'll second this.  I'd also like to mention the `nnimap' backend
that's available for Gnus, that lets you use IMAP folders like they're
supposed to be used.  It's only slightly beta.

The code can be downloaded from:

    http://www.extundo.com/nnimap/

Un-tar this somewhere (like ~/share/emacs/nnimap/), compile it, and
add the following code to ~/.emacs:

(setq load-path
      (cons
       (directory-file-name (expand-file-name "~/share/emacs/nnimap"))
       load-path))
(require 'nnimap)

Would anyone be interested in this as a Debian package?

-- 
         Carey Evans  http://home.clear.net.nz/pages/c.evans/

"Is there anyone who actually believes that USAicans are so modest or
intellectually honest as to be unable to find someone to sue?" - Cameron Laird

Reply via email to