fork process on reply

2008-11-21 Thread Eric Smith
When I press reply, I want to fork a new instance of mutt with that new instance then executions the editor with the replied to message and headers in place. I would do this into another screen window ideally but others might want to launch an xterm for this purpose. The advantage is to have the

Re: fork process on reply

2008-11-21 Thread Aron Griffis
Eric Smith wrote: [Fri Nov 21 2008, 04:46:01AM EST] > I would do this into another screen window ideally but others > might want to launch an xterm for this purpose. I do this for new messages, replies, group-replies and list-replies. http://agriffis.n01se.net/skel.hg/index.cgi/file/tip/bin/xmut

new mail to sender

2008-11-21 Thread belgeler
Hello, Sorry for the maybe primitive question, but I couldn't find an answer anywhere: Sometimes I want to create a new mail (not reply) to a sender who is not in my aliases file. Is there a way to do it quicker then typing his email address? Thanks in advance, Martin

Re: new mail to sender

2008-11-21 Thread Chris G
On Fri, Nov 21, 2008 at 03:35:06PM +0100, [EMAIL PROTECTED] wrote: > Hello, > Sorry for the maybe primitive question, but I couldn't find an answer > anywhere: Sometimes I want to create a new mail (not reply) to a sender > who is not in my aliases file. Is there a way to do it quicker then > typi

Re: how to set up authentication

2008-11-21 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, November 21 at 12:48 AM, quoth zirath: > I upgraded (using backports) to version 1.5.18 and added the "set > smtp_url" to the .muttrc. I'm now getting an error message "no > authenticators available". That means that mutt doesn't know wha

Re: new mail to sender

2008-11-21 Thread Gary Johnson
On 2008-11-21, [EMAIL PROTECTED] wrote: > Hello, > Sorry for the maybe primitive question, but I couldn't find an answer > anywhere: Sometimes I want to create a new mail (not reply) to a sender > who is not in my aliases file. Is there a way to do it quicker then > typing his email address? Th

Retrieving select PGP keys

2008-11-21 Thread Jorge Luis
This may properly be a PGP (or GPG) question, but I thought I'd inquire here for a mutt-based solution. I want to auto-retrieve PGP public keys for only certain messages. I don't want to fill my keyring with keys from mailing lists, for example, but I do want to retrieve and verify keys from priv

Re: new mail to sender

2008-11-21 Thread David Champion
> Sorry for the maybe primitive question, but I couldn't find an answer > anywhere: Sometimes I want to create a new mail (not reply) to a sender > who is not in my aliases file. Is there a way to do it quicker then > typing his email address? If you have edit_headers=yes, you can just use reply

Re: fork process on reply

2008-11-21 Thread Gary Johnson
On 2008-11-21, Aron Griffis <[EMAIL PROTECTED]> wrote: > Eric Smith wrote: [Fri Nov 21 2008, 04:46:01AM EST] > > I would do this into another screen window ideally but others > > might want to launch an xterm for this purpose. > > I do this for new messages, replies, group-replies and > list-repl

Re: Retrieving select PGP keys

2008-11-21 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, November 21 at 05:18 PM, quoth Jorge Luis: > I want to auto-retrieve PGP public keys for only certain messages. > I don't want to fill my keyring with keys from mailing lists, for > example, but I do want to retrieve and verify keys from

Re: new mail to sender

2008-11-21 Thread belgeler
On 23:06 Fri 21 Nov , Gary Johnson wrote: > On 2008-11-21, [EMAIL PROTECTED] wrote: > > Hello, > > Sorry for the maybe primitive question, but I couldn't find an answer > > anywhere: Sometimes I want to create a new mail (not reply) to a sender > > who is not in my aliases file. Is there a way

Re: Retrieving select PGP keys

2008-11-21 Thread Jorge Luis
* Kyle Wheeler <[EMAIL PROTECTED]> [20081121 16:57 -0600]: > On Friday, November 21 at 05:18 PM, quoth Jorge Luis: > > I want to auto-retrieve PGP public keys for only certain messages. > > I don't want to fill my keyring with keys from mailing lists, for > > ex

Bcc'ing myself on personal mail - not when posting to the list.

2008-11-21 Thread Chris Jones
I like to have my personal e-mails threaded in the same way as what happens when I post to mailing lists. After hitting 'm' I just edit the "Bcc:" field when the e-mail is not going to a mailing list . and when I hit 'r' I do it systematically. The only trouble about this approach is that half of

not leaving a thread

2008-11-21 Thread lee
Hi, is it possible to configure mutt so that pressing the TAB key in the pager (to display the next unread message) while reading mails which are within a thread doesn't leave the scope of the thread? It it's possible, how do I do that? -- http://en.wikipedia.org/wiki/Posting_style

Re: searching in search results

2008-11-21 Thread lee
On Wed, Nov 19, 2008 at 08:36:43PM -0600, lee wrote: > is it possible to somehow search within search results? Thanks a lot for your answers! I didn't even know that it's possible to combine different search criteria in one line, and I've been using mutt for years ... Combining them should be eno

Re: Bcc'ing myself on personal mail - not when posting to the list.

2008-11-21 Thread lee
On Fri, Nov 21, 2008 at 08:28:45PM -0500, Chris Jones wrote: > I like to have my personal e-mails threaded in the same way as what > happens when I post to mailing lists. If you can set up a filter for incoming mail, and if it's possible to use Cc: instead of Bcc:, you could filter out all incomi

Re: how to set up authentication

2008-11-21 Thread lee
On Fri, Nov 21, 2008 at 12:48:40AM -0500, zirath wrote: I'm getting an error message when trying to send mail externally (thru our dsl isp's server) that authentication is needed. >>> >>> set smtp_url="smtp://user:[EMAIL PROTECTED]/" >> > I upgraded (using backports) to version 1.5.1

Re: Bcc'ing myself on personal mail - not when posting to the list.

2008-11-21 Thread Aron Griffis
Chris Jones wrote: [Fri Nov 21 2008, 08:28:45PM EST] > I was wondering if there was a fairly simple way to have mutt help me > with this. send-hook . unmy_hdr Bcc: send-hook '!~u' my_hdr Bcc: [EMAIL PROTECTED] Does that do the trick?

Re: fork process on reply

2008-11-21 Thread Aron Griffis
Gary Johnson wrote: [Fri Nov 21 2008, 05:28:54PM EST] > Interesting. What do you about setting the 'r' flag for > messages to which you've replied? I don't presently. > I played with a scheme similar to yours for a while, but > I didn't like that there was no way to automatically and > reliably

Re: how to set up authentication

2008-11-21 Thread zirath
Kyle Wheeler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, November 21 at 12:48 AM, quoth zirath: I upgraded (using backports) to version 1.5.18 and added the "set smtp_url" to the .muttrc. I'm now getting an error message "no authenticators available". That means t