Re: Changing/inserting headers with a macro - vi example

2002-03-21 Thread Daniel Bye
Right, let's see how many faux pas I can commit _this_ time... On Thu, Mar 21, 2002 at 10:32:39PM +0100, Sven Guckes wrote: > > Yeah, I simply defined this macro: > > macro index m ":unmy_hdr Importance\n" > > which clears the my_hdr: thing. > > however, you will thereby lose 'm' for the "mail"

Re: Changing/inserting headers with a macro - vi example

2002-03-21 Thread Simon White
21-Mar-02 at 22:32, Sven Guckes ([EMAIL PROTECTED]) wrote : > however, you will thereby lose 'm' for the "mail" > command. maybe you have no use for this, but... Not if you have remapped another key to the mail command, such as if you were an ex PINE junkie who keeps hitting c and ends up changi

Re: Changing/inserting headers with a macro - vi example

2002-03-21 Thread Sven Guckes
* Daniel Bye <[EMAIL PROTECTED]> [2002-03-21 20:07]: > On Thu, Mar 21, 2002 at 02:40:09PM -0500, David T-G wrote: > > it appears to me that you'll want a default send-hook > > that will undo this for you UNLESS YOU INTEND TO > > COMMUNICATE ONLY WITH AOL USERS FROM NOW ON ;-) > Yeah, I simply defi

Re: Changing/inserting headers with a macro

2002-03-21 Thread Daniel Bye
On Thu, Mar 21, 2002 at 02:40:09PM -0500, David T-G wrote: > > it appears to me that you'll want a default send-hook that will undo this > for you UNLESS YOU INTEND TO COMMUNICATE ONLY WITH AOL USERS FROM NOW ON ;-) > Yeah, I simply defined this macro: macro index m ":unmy_hdr Importance\n" w

Re: Changing/inserting headers with a macro

2002-03-21 Thread David T-G
Dan -- ...and then Daniel Bye said... % % Thanks to those of you who came back with useful suggestions. HTH % % David Ellement suggested this little concoction, and that's what I'm using % now: % % macro index M ":my_hdr Importance: high\n" From the manual 3.12. User defined headers

Re: Changing/inserting headers with a macro

2002-03-21 Thread Daniel Bye
Thanks to those of you who came back with useful suggestions. David Ellement suggested this little concoction, and that's what I'm using now: macro index M ":my_hdr Importance: high\n" Thanks again Dan. On Wed, Mar 20, 2002 at 08:08:09PM +, Daniel Bye wrote: > Hi all, > > Wonder if anyon

Re: Changing/inserting headers with a macro

2002-03-21 Thread Martin Karlsson
* Daniel Bye <[EMAIL PROTECTED]> [2002-03-20 20.08 +]: > Can I insert headers into a message using a macro? Specifically, I want to be > able to mimic the MS Outlook message importance tags, which insert two headers: Hi! How about configuring your editor to do this on demand, e.g a macro f

Re: Changing/inserting headers with a macro

2002-03-20 Thread Daniel Bye
On Wed, Mar 20, 2002 at 04:16:03PM -0500, Mike Schiraldi wrote: > > Tend to omit pronouns in subject position... > > Okay, will do so. Oh gods, what have I started?? ;-)

Re: Changing/inserting headers with a macro

2002-03-20 Thread Daniel Bye
On Wed, Mar 20, 2002 at 04:05:42PM -0500, Shawn McMahon wrote: > begin quoting what Daniel Bye said on Wed, Mar 20, 2002 at 09:00:15PM +: > > > > for Outlookers, and I seem to spend a _lot_ of time sending mail to folks using > > Outlook. > > I spend a lot of time sending mail to Outlook u

Re: Changing/inserting headers with a macro

2002-03-20 Thread Mike Schiraldi
> Tend to omit pronouns in subject position... Okay, will do so.

Re: Changing/inserting headers with a macro

2002-03-20 Thread Shawn McMahon
begin quoting what Daniel Bye said on Wed, Mar 20, 2002 at 09:00:15PM +: > > for Outlookers, and I seem to spend a _lot_ of time sending mail to folks using > Outlook. I spend a lot of time sending mail to Outlook users, too, but it all just says this: If you are reading this, it means t

Re: Changing/inserting headers with a macro

2002-03-20 Thread Daniel Bye
On Wed, Mar 20, 2002 at 03:36:57PM -0500, David T-G wrote: > Daniel -- > > ...and then Daniel Bye said... > % > % Hi all, > > Hello! > > > % > % Wonder if anyone can help? I have scoured all the documentation I can find > > Well, I wasn't wondering before, but I kind of am now ;-) > Sorr

Re: Changing/inserting headers with a macro

2002-03-20 Thread David T-G
Daniel -- ...and then Daniel Bye said... % % Hi all, Hello! % % Wonder if anyone can help? I have scoured all the documentation I can find Well, I wasn't wondering before, but I kind of am now ;-) % on the web, people's published .muttrc's, etc, but can still not find out how % to do wh

Changing/inserting headers with a macro

2002-03-20 Thread Daniel Bye
Hi all, Wonder if anyone can help? I have scoured all the documentation I can find on the web, people's published .muttrc's, etc, but can still not find out how to do what I want, or if it is even possible... Can I insert headers into a message using a macro? Specifically, I want to be able t