On Thu, Oct 26, 2000 at 05:05:58PM +0300, Mikko H?nninen wrote:
> You don't need to have a separate binding for the mail-function to Y,
> you can just put "" instead there.
Ah, ok. That's good to know. Definately better than binding the
extra keys as I have been doing.
> You will also have to
Josh Huber <[EMAIL PROTECTED]> wrote on Thu, 26 Oct 2000:
> How about I just make it always set the values depending on what I
> press:
That would work.
> macro index m ":source ~/.mutt/autoselect^mY"
You don't need to have a separate binding for the mail-function to Y,
you can just put "" inst
On Thu, Oct 26, 2000 at 04:06:31PM +0300, Mikko H?nninen wrote:
[snip]
Here's what I ended up doing:
# ~/.mutt/sending
bind index Y mail
bind index E reply
bind index H group-reply
macro index m ":source ~/.mutt/autoselect^mY"
macro index M ":source ~/.mutt/workselect^mY"
macro index r ":source
On Thu, Oct 26, 2000 at 04:06:31PM +0300, Mikko H?nninen wrote:
> Well, here's a suggested solution:
> 1) put all your send-hook commands in a separate muttrc-style file
> 2) make "M" into a macro that
>- does "unhook send-hook"
>- sets up your From header (my_hdr From ... or set from=...)
Josh Huber <[EMAIL PROTECTED]> wrote on Wed, 25 Oct 2000:
> I'm using the following rules to differentiate between internal work
> email and external email. I'd like however, to be able to bind a key
> (for example, 'M') to mean send but always use my work email address
> as the From: header.
We
On Thu, Oct 26, 2000 at 11:51:42AM +0100, Dave Ewart wrote:
> I've posted about this in the past, and I don't think I've ever seen any
> suggestions, macros, or workarounds for this problem ... Even if you
> specify the key-ID to use in a "pgp-hook", it _still_ gives you this
> prompt, which seem
On Wednesday, 25.10.2000 at 21:24 -0400, Josh Huber wrote:
> ...
> Another (completely unrelated) question I had was regarding the PGP
> support. I've been using it for a while now, but I'd like to have
> some way to select a key for encryption automatically. Well, it does
> already do that, bu