Re: Taking notes using Mutt threads

2010-08-30 Thread mjsseppl-mutt
Hi, Jose. That is a very interesting set up you have and it would be great if you could post the relevant parts of your muttrc file and the configuration of Postfix. I don't use Postfix - I use Msmtp and Procmail - but I hope that I can configure Msmtp to do the same as Postfix. In any case,

Re: Taking notes using Mutt threads

2010-08-30 Thread mjsseppl-mutt
On a more general level, regarding Jose's idea: What are the ways to send local messages so that they end up in the mail spool file? It seems to me a simple question and I seem to remember being able to do it, but now when I try to remember how I did it, I can't find the way. There's a

Re: Taking notes using Mutt threads

2010-08-30 Thread Brian Ryans
Quoting j...@telefonica.net on 2010-08-29 12:59:20, in Message-Id 20100829175920.gc29...@luminium.local Now I use it also to Take Notes. I'd love to see how you did it! I'd never figure mutt to be used as a note-taking program, and there's just a certain part of my brain tickled by seeing

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 /

How to get the current folder in a macro and pass i to a Script? [WAS: Taking notes using Mutt threads]

2010-08-30 Thread Michelle Konzack
Hello *, I am working on a Web-Mail interface and I use MANY functions of mutt. In my WebMail interface I can add Notes and Files to a mailfolder or even a Message... This works, because it is all about virtualisation. So, sometimes I like to do this in mutt to and generaly it can be done

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: How to get the current folder in a macro and pass i to a Script? [WAS: Taking notes using Mutt threads]

2010-08-30 Thread j...@telefonica.net
Perhaps this can help Folders abbreviations: ! — refers to your $spoolfile (incoming) mailbox — refers to your $mbox file — refers to your $record file ^ — refers to the current mailbox - or !! — refers to the file you've last visited ˜ — refers to your home

Re: Taking notes using Mutt threads

2010-08-30 Thread Chip Camden
Quoth Cameron Simpson on Monday, 30 August 2010: On 29Aug2010 12:21, Chip Camden sterl...@camdensoftware.com wrote: | I often find that I want to copy text from an email into another file. | Rather than reaching for the mouse to highlight the text and then start | my editor and paste it, I

Re: How to get the current folder in a macro and pass i to a Script? [WAS: Taking notes using Mutt threads]

2010-08-30 Thread Michelle Konzack
Hello j...@telefonica.net, Am 2010-08-31 01:19:25, hacktest Du folgendes herunter: Perhaps this can help Folders abbreviations: ! — refers to your $spoolfile (incoming) mailbox — refers to your $mbox file — refers to your $record file ^ — refers to the current

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