Re: x11 mail file reader

From: Andrew Reilly (andrew_at_gurney.reilly.home)
Date: 02/28/04


Date: Sat, 28 Feb 2004 02:04:48 GMT

On Fri, 22 Aug 2003 07:39:19 -0700, Brent Bolin wrote:
> Any input would be great

While you're waiting for someone to add the appropriate command line
switch to kmail (might be there already, I don't use it, so I don't know),
you could run mutt in an xterm, as:

xterm -e mutt -f "$1"

where "$1" is the mbox-format archive file that your procmail script has
built. Mutt, at least, knows how to interpret mbox files.

I'm pretty sure that lots of other mailers probably do to, since that
(used to be) the standard Unix way of storing mail messages. You just
might need to find out how to tell your mailer which mailbox to use.

Maybe with an environment variable, like:

MAILBOX=/var/mail/archive/AUG03 kmail

i.e.
MAILBOX="$1" kmail

You could wrap that into a little shell script, if the krusader file
manager was unhappy about setting environment variables itself.

-- 
Andrew


Relevant Pages

  • Re: [SLE] A trick to resend? [solved]
    ... > several mail accounts that I manage in KMail (as I did in Eudora before ... I'm surprised that all those mailers get along as ... I wrote a micro howto on that, it is on the unofficial suse faq. ...
    (SuSE)
  • Re: Top posting (a different point of view)
    ... >> Only in inadequate mailers. ... Mutt, gnus, kmail and likely most ... > That might work unless you are forced to use Lotus Notes or MS ... OE Quotefix comes to mind as fixing the quoting problem for Outlook ...
    (Debian-User)