Re: ditching mutt

2010-04-13 Thread green
Tzafrir Cohen wrote at 2010-04-11 07:41 -0500:
> On Thu, Apr 08, 2010 at 06:08:22PM -0700, Michael Elkins wrote:
> 
> > Both sup (sup.rubyforge.org) and notmuch (notmuchmail.org) are
> > interesting works-in-progress that are based off the Xapian search
> > engine, and have curses-based interfaces.  For people who like the gmail
> > interface, this might be of interest.
> 
> sup has a curses interface (notmuch has a command-line interface and an
> Emacs front-end).

notmuchmail.org mentions a curses interface for nutmuch but it does not seem to 
be available in Debian's notmuch package.


signature.asc
Description: Digital signature


Re: ditching mutt

2010-04-11 Thread Tzafrir Cohen
On Thu, Apr 08, 2010 at 06:08:22PM -0700, Michael Elkins wrote:

> Both sup (sup.rubyforge.org) and notmuch (notmuchmail.org) are
> interesting works-in-progress that are based off the Xapian search
> engine, and have curses-based interfaces.  For people who like the gmail
> interface, this might be of interest.

sup has a curses interface (notmuch has a command-line interface and an
Emacs front-end).

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100411124118.gk16...@pear.tzafrir.org.il



Re: ditching mutt

2010-04-09 Thread green
Ron Johnson wrote at 2010-04-09 00:00 -0500:
> On 2010-04-08 22:36, green wrote:
> [snip]
> >
> >I am using mutt.  I had procmail set up to drop messages in
> >different maildir boxes.  Then I switched to mailfilter.  And
> >because it is such a pain when a new mailing list is added (or
> >whatever),
> 
> ??
> 
> It takes 30 seconds to pull up ~/.mailfilter in vim, duplicate an
> if-block and modify it.

Sorry, I didn't write that clearly.  I want:
- minimal config changes with new mailing lists AND
- ability to change filtering for old messages, like if I want to display 
messages from several mailing lists together and then later I decide to 
separate them.


signature.asc
Description: Digital signature


Re: ditching mutt

2010-04-09 Thread Eduardo M KALINOWSKI

On Qui, 08 Abr 2010, Tyler MacDonald wrote:

Should I move over to gmail, or is
there some amazing scriptable GUI mail client that is going to knock my
socks off with an array of pipes and regexps and color-highlighting and
maybe even procmail-parsing and custom keybinding?


If that is what you are looking for in an email client, gmail won't help you.



--
"Unibus timeout fatal trap program lost sorry"
-- An error message printed by DEC's RSTS operating system for 
the PDP-11

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/20100409112045.14366e7mwvdd6...@mail.kalinowski.com.br



Re: ditching mutt

2010-04-09 Thread Andrei Popescu
On Fri,09.Apr.10, 00:00:11, Ron Johnson wrote:
> On 2010-04-08 22:36, green wrote:
> [snip]
> >
> >I am using mutt.  I had procmail set up to drop messages in
> >different maildir boxes.  Then I switched to mailfilter.  And
> >because it is such a pain when a new mailing list is added (or
> >whatever),
> 
> It takes 30 seconds to pull up ~/.mailfilter in vim, duplicate an
> if-block and modify it.

Or make generic rules:

if (/^List-Id:.*/)
{
to Maildir/.debian.$MATCH1/
}

You only have to create the Maildir in advance, and even that can be 
automated (I think I saw the code right here on the list).

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: ditching mutt

2010-04-08 Thread Camaleón
On Thu, 08 Apr 2010 19:51:27 -0400, Steve Fishpaste wrote:

> On Thu, Apr 08, 2010 at 04:43:03PM -0700, Tyler MacDonald uttered:
>> After over 10 years of faithful service (essentially when I ditched
>> pine), I am considering having my mutt put down. Should I move over to
>> gmail, or is there some amazing scriptable GUI mail client that is
>> going to knock my socks off with an array of pipes and regexps and
>> color-highlighting and maybe even procmail-parsing and custom
>> keybinding? (Ideally I'd still like to use a terminal to compose/reply
>> to most email, it's just the inbox/IMAP folder management/searching/etc
>> that is getting too unruly for a terminal).
> 
> I use both GMail & mutt together!

+1 (gmail+mutt+IMAP)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.04.09.06.20...@gmail.com



Re: ditching mutt

2010-04-08 Thread Ron Johnson

On 2010-04-08 22:36, green wrote:
[snip]


I am using mutt.  I had procmail set up to drop messages in different maildir 
boxes.  Then I switched to mailfilter.  And because it is such a pain when a 
new mailing list is added (or whatever), 


??

It takes 30 seconds to pull up ~/.mailfilter in vim, duplicate an 
if-block and modify it.


--
Dissent is patriotic, remember?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bbeb45b.1080...@cox.net



Re: ditching mutt

2010-04-08 Thread green
Michael Elkins wrote at 2010-04-08 20:08 -0500:
> On Thu, Apr 08, 2010 at 04:43:03PM -0700, Tyler MacDonald wrote:
> > After over 10 years of faithful service (essentially when I ditched pine),
> > I am considering having my mutt put down. Should I move over to gmail, or is
> > there some amazing scriptable GUI mail client that is going to knock my
> > socks off with an array of pipes and regexps and color-highlighting and
> > maybe even procmail-parsing and custom keybinding? (Ideally I'd still like
> > to use a terminal to compose/reply to most email, it's just the inbox/IMAP
> > folder management/searching/etc that is getting too unruly for a terminal).
> 
> Both sup (sup.rubyforge.org) and notmuch (notmuchmail.org) are
> interesting works-in-progress that are based off the Xapian search
> engine, and have curses-based interfaces.  For people who like the gmail
> interface, this might be of interest.

Thanks for the mention of notmuch.  I like the "not much" philosophy, with no 
IMAP/POP/SMTP support.  I prefer to separate that functionality from the mail 
client.

I am using mutt.  I had procmail set up to drop messages in different maildir 
boxes.  Then I switched to mailfilter.  And because it is such a pain when a 
new mailing list is added (or whatever), I switched to filtering using mutt's 
limit command, with all messages in one folder.  But processing my 8000 
messages is slow...


signature.asc
Description: Digital signature


Re: ditching mutt

2010-04-08 Thread Michael Elkins
On Thu, Apr 08, 2010 at 04:43:03PM -0700, Tyler MacDonald wrote:
> After over 10 years of faithful service (essentially when I ditched pine),
> I am considering having my mutt put down. Should I move over to gmail, or is
> there some amazing scriptable GUI mail client that is going to knock my
> socks off with an array of pipes and regexps and color-highlighting and
> maybe even procmail-parsing and custom keybinding? (Ideally I'd still like
> to use a terminal to compose/reply to most email, it's just the inbox/IMAP
> folder management/searching/etc that is getting too unruly for a terminal).

Both sup (sup.rubyforge.org) and notmuch (notmuchmail.org) are
interesting works-in-progress that are based off the Xapian search
engine, and have curses-based interfaces.  For people who like the gmail
interface, this might be of interest.

me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100409010822.ga21...@sigpipe.org



Re: ditching mutt

2010-04-08 Thread Tyler MacDonald
John Hasler  wrote:
> > Should I move over to gmail, or is there some amazing scriptable GUI
> > mail client that is going to knock my socks off with an array of pipes
> > and regexps and color-highlighting and maybe even procmail-parsing and
> > custom keybinding?
> Of course: Gnus.

Hmm. Maybe it is time to learn emacs... :-/

- Tyler


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100409002059.ge14...@yi.org



Re: ditching mutt

2010-04-08 Thread John Hasler
Tyler writes:
> Should I move over to gmail, or is there some amazing scriptable GUI
> mail client that is going to knock my socks off with an array of pipes
> and regexps and color-highlighting and maybe even procmail-parsing and
> custom keybinding?

Of course: Gnus.
-- 
John Hasler


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87pr29ebwa@thumper.dhh.gt.org



Re: ditching mutt

2010-04-08 Thread Steve Fishpaste
On Thu, Apr 08, 2010 at 04:43:03PM -0700, Tyler MacDonald uttered:
> After over 10 years of faithful service (essentially when I ditched pine),
> I am considering having my mutt put down. Should I move over to gmail, or is
> there some amazing scriptable GUI mail client that is going to knock my
> socks off with an array of pipes and regexps and color-highlighting and
> maybe even procmail-parsing and custom keybinding? (Ideally I'd still like
> to use a terminal to compose/reply to most email, it's just the inbox/IMAP
> folder management/searching/etc that is getting too unruly for a terminal).

I use both GMail & mutt together!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100408235127.ga22...@google.com