Re: 1.5.20 and sidebar

2010-08-31 Thread Brian Ryans
Quoting fe...@crowfix.com on 2010-08-30 11:00:25, in Message-Id 20100830160025.ga23...@crowfix.com [Snip: Several failed attempts, all of which I'd tried myself] Any suggestions? mailboxes `find ~/mail -mindepth 1 -maxdepth 1 \( -type d -not -name 'localhost' -not -name '.*' -printf +'%f' \)

Re: 1.5.20 and sidebar

2010-08-31 Thread Chris Bannister
On Tue, Aug 31, 2010 at 02:47:37AM +0200, Michelle Konzack wrote: macro generic F5 :set delete=yes\ns=.SPAM.sa-learn/\n\n:set delete=ask-yes\n macro index F5 :set delete=yes\ns=.SPAM.sa-learn/\n\n:set delete=ask-yes\n macro pager F5 :set delete=yes\ns=.SPAM.sa-learn/\n\n:set

Re: 1.5.20 and sidebar

2010-08-31 Thread Chip Camden
Quoth E. Prom on Tuesday, 31 August 2010: On Monday, 30 August 2010, 17:39:44 -0700, Chip Camden sterl...@camdensoftware.com wrote: Quoth fe...@crowfix.com on Monday, 30 August 2010: Is there a way to assign an external command to a key which will be passed the path to the message? For

Re: 1.5.20 and sidebar

2010-08-31 Thread felix
I decided to get my toes wet. I have my mail dirs under ~/Maildirs. Under each mail dir is a .archiverc which controls a nightly automated backup of interesting mail dirs. This program moves old unflagged seen files into an archive dir, or deletes them for the really boring mail dirs. There is

Re: 1.5.20 and sidebar

2010-08-31 Thread David Champion
* On 31 Aug 2010, fe...@crowfix.com wrote: So here is my 'mudd' command which is used as mailboxes `~/bin/mudd` Tangent: I don't have this exact need, but I have similar requirements for building dynamic configuration. A trick I use is to create a script whose output is a (partial)

1.5.20 and sidebar

2010-08-30 Thread felix
I was curious about the sidebar and recompiled mutt with that option. Some questions. What is the status of this patch? I gather it is not official and probably never will be. Is this because it conflicts with plans for mutt, or it is too hoaky, or not well written, or ... I have maildirs, a

Re: 1.5.20 and sidebar

2010-08-30 Thread E. Prom
On Monday, 30 August 2010, 09:00:25 -0700, fe...@crowfix.com wrote: I have maildirs, a bunch of them, all under ~/Maildirs. I was hoping to be able to use something like this: mailboxes ~/Maildirs/* but that's nae working. Have you tried something like this (untested) : mailboxes

Re: 1.5.20 and sidebar

2010-08-30 Thread E. Prom
On Monday, 30 August 2010, 18:19:30 +0200, E. Prom e3p...@gmail.com wrote: mailboxes `/bin/ls ~/Maildirs/*` It doesn't work, and I don't manage to correct it. Less elegant, but works : mutt -e mailboxes $(/bin/ls -d ~/Maildirs/*)

Re: 1.5.20 and sidebar

2010-08-30 Thread j...@telefonica.net
Hi, Felix. Please try: mailboxes ~/mail mailboxes ~/mail/another See that they do no finish with / only the name and Mutt will look inside them. El 10.08.30 09:00:25 -- fe...@crowfix.com dijo: I was curious about the sidebar and recompiled mutt with that option. Some questions. What is

Re: 1.5.20 and sidebar

2010-08-30 Thread E. Prom
On Monday, 30 August 2010, 18:35:23 +0200, E. Prom e3p...@gmail.com wrote: On Monday, 30 August 2010, 18:19:30 +0200, E. Prom e3p...@gmail.com wrote: mailboxes `/bin/ls ~/Maildirs/*` It doesn't work, and I don't manage to correct it. Finally : mailboxes `/bin/ls -d ~/Maildirs/*|xargs`

Re: 1.5.20 and sidebar

2010-08-30 Thread Tim Gray
On Aug 30, 2010 at 09:00 AM -0700, fe...@crowfix.com wrote: I have maildirs, a bunch of them, all under ~/Maildirs. I was hoping to be able to use something like this: I use a Python script to list my boxes. I'm sure you could do the same with a shell script of shell command, but I'm more

Re: 1.5.20 and sidebar

2010-08-30 Thread felix
On Mon, Aug 30, 2010 at 06:51:03PM +0200, E. Prom wrote: mailboxes `/bin/ls -d ~/Maildirs/*|xargs` Works! In my case, I only have maildirs there, so it can be simpler. I had not realized I could use backqoutes inside .muttrc. Wh! All sorts of possibilities there. Maybe I ought to read up

Re: 1.5.20 and sidebar

2010-08-30 Thread E. Prom
On Monday, 30 August 2010, 10:37:49 -0700, fe...@crowfix.com wrote: I had not realized I could use backqoutes inside .muttrc. Wh! All sorts of possibilities there. Yep, very powerful! I use or have used : source ~/.mutt/muttrc_`hostname` set mbox=+mbox-`date +%Y` mailboxes

Re: 1.5.20 and sidebar

2010-08-30 Thread Chip Camden
Quoth E. Prom on Monday, 30 August 2010: On Monday, 30 August 2010, 10:37:49 -0700, fe...@crowfix.com wrote: I had not realized I could use backqoutes inside .muttrc. Wh! All sorts of possibilities there. Yep, very powerful! I use or have used : source

Re: 1.5.20 and sidebar [Way OT]

2010-08-30 Thread felix
On Mon, Aug 30, 2010 at 12:52:33PM -0700, Chip Camden wrote: Quoth E. Prom on Monday, 30 August 2010: I find it fascinating that Chip is responding to E Prom. -- ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._. Felix Finch: scarecrow repairman rocket surgeon /

Re: 1.5.20 and sidebar

2010-08-30 Thread Michelle Konzack
Hello fe...@crowfix.com, Am 2010-08-30 09:00:25, hacktest Du folgendes herunter: I was curious about the sidebar and recompiled mutt with that option. Some questions. What is the status of this patch? I gather it is not official and probably never will be. Is this because it conflicts

Re: 1.5.20 and sidebar

2010-08-30 Thread felix
I've just started thinking on all this capability which I did not know existed in mutt. Is there a way to assign an external command to a key which will be passed the path to the message? For instance, if I write a dumb little shell script to move a message into the spam maildir ...

Re: 1.5.20 and sidebar

2010-08-30 Thread Chip Camden
Quoth fe...@crowfix.com on Monday, 30 August 2010: I've just started thinking on all this capability which I did not know existed in mutt. Is there a way to assign an external command to a key which will be passed the path to the message? For instance, if I write a dumb little shell script

Re: 1.5.20 and sidebar

2010-08-30 Thread Michelle Konzack
Hello fe...@crowfix.com, Am 2010-08-30 17:13:25, hacktest Du folgendes herunter: #!/bin/sh mv -i $@ ~/Maildirs/junk/new can I assign that command to a key so that when I hit the key, it invokes the command with the path to the message on that line? macro generic F5 :set

Re: 1.5.20 and sidebar

2010-08-30 Thread E. Prom
On Monday, 30 August 2010, 17:39:44 -0700, Chip Camden sterl...@camdensoftware.com wrote: Quoth fe...@crowfix.com on Monday, 30 August 2010: Is there a way to assign an external command to a key which will be passed the path to the message? For instance, if I write a dumb little shell