Re: Aliases

2018-11-20 Thread Cameron Simpson
On 20Nov2018 01:26, Thomas Schneider wrote: Felix: You could use "ZZ", only one char more and skips the mapping. Well, I have mapped Z to insert my .sig file. I have mutt do that for me pre-edit. Removing that I tried ZZ and found that it did not bring me back into vim. Also, you have to

Re: Aliases

2018-11-19 Thread Jon LaBadie
On Mon, Nov 19, 2018 at 10:07:39PM -0500, Thomas Schneider wrote: > Steve: > > I would just add 'joe' to the CC line in vim. Then I quit vim and go > back in. 'joe' is expanded. Since I have this vim mapping: > > map ; :wq^M > > (where '^M' is a control M) > it takes only two characters: ';e'

Re: Aliases

2018-11-19 Thread Thomas Schneider
Felix: > You could use "ZZ", only one char more and skips the mapping. Well, I have mapped Z to insert my .sig file. Removing that I tried ZZ and found that it did not bring me back into vim. Also, you have to hold the shift key down. ';e' is very fast and minimal! ';' has other uses - a quic

Re: Aliases

2018-11-19 Thread Felix Finch
On 20181119, Thomas Schneider wrote: > I would just add 'joe' to the CC line in vim. Then I quit vim and go > back in. 'joe' is expanded. Since I have this vim mapping: > > map ; :wq^M > > (where '^M' is a control M) > it takes only two characters: ';e'! You could use "ZZ", only one char more

Re: Aliases

2018-11-19 Thread Thomas Schneider
Steve: I would just add 'joe' to the CC line in vim. Then I quit vim and go back in. 'joe' is expanded. Since I have this vim mapping: map ; :wq^M (where '^M' is a control M) it takes only two characters: ';e'! Tom

Re: Aliases

2018-11-19 Thread steve
Le 19-11-2018, à 06:20:29 -0800, Felix Finch a écrit : Now if I want to add joe to the CC field, I cannot use the alias, I must enter it manually. This case happens so often for me that I'm looking for a way to simplify this process. I don't know if using aliases is the right way to go, I don't

Re: Aliases

2018-11-19 Thread Jude DaShiell
has askcc=yes been set in the .muttrc file? If yes, why does the use of aliases block the prompt from being displayed? On Mon, 19 Nov 2018, Felix Finch wrote: > Date: Mon, 19 Nov 2018 09:20:29 > From: Felix Finch > To: users > Subject: Re: Aliases > > On 20181119, s

Re: Aliases

2018-11-19 Thread Felix Finch
On 20181119, steve wrote: > Hi, > > I'm using the alias functionality very often, but there is one thing > lacking or that I haven't found yet. > > Let's say I have a group alias like this > > alias group1 a,b,c,d > > and a simple one like this > > alias joe j...@example.com > > Now, I would

Re: Aliases

2018-11-19 Thread Anders Damsgaard
Hi Steve, Maybe you are already aware of this plugin, but https://github.com/vim-scripts/mutt-aliases allows you to autocomplete aliases from insert mode in vim, which is useful if you `set edit_headers` in your muttrc. In your example you would input group1 as the recipients (`To: `) field i

Re: aliases vs abook

2012-10-18 Thread Paolo Pisati
On Tue, Oct 16, 2012 at 10:50:44AM -0700, Jeremy Kitchen wrote: > > > macro index,pager A "abook --add-email" "add the sender address to abook" > > does that actually work? I don't think so. I think mutt would tell you > "abook: unknown command" yes, it works > > macro generic,index,pager \ca

Re: aliases vs abook

2012-10-16 Thread Jeremy Kitchen
On Tue, Oct 16, 2012 at 02:16:29PM +0200, Paolo Pisati wrote: > Hi guys, > > is there a way to make mutt autocompletition feature to work with abook? > So far i got it only working with mutt's internal aliases system, and all the > config snippets i found around like this one, don't help: > > se

Re: Aliases are not working

2007-03-03 Thread Michael Tatge
* On Sat, Mar 03, 2007 Salvatore Iovene ([EMAIL PROTECTED]) muttered: > set alias_file=~/.mail_aliases > > Indeed, saving aliases works, and they are appended to that file. > I can only see the ones that I just saved in that mutt > session. You need to source it too. HTH, Michael -- BOFH excus

Re: Aliases are not working

2007-03-03 Thread Thomas Roessler
Add "source ~/.mail_aliases" to your .muttrc. -- Thomas Roessler <[EMAIL PROTECTED]> On 2007-03-03 16:45:21 +0200, Salvatore Iovene wrote: > From: Salvatore Iovene <[EMAIL PROTECTED]> > To: mutt-users@mutt.org > Date: Sat, 3 Mar 2007 16:45:21 +0200 > Subject: Aliases are not working > X-Sp

Re: Aliases are not working

2007-03-03 Thread Salvatore Iovene
On Sat, 3 Mar 2007 15:57:46 +0100 [EMAIL PROTECTED] wrote: > On Sat, Mar 03, 2007 at 04:45:21PM +0200, Salvatore Iovene wrote: > > Hi, > > in my .muttrc I have a line like this: > > > > set alias_file=~/.mail_aliases > > > > Indeed, saving aliases works, and they are appended to that file. > > I

Re: Aliases are not working

2007-03-03 Thread Patrick Shanahan
* Salvatore Iovene <[EMAIL PROTECTED]> [03-03-07 09:47]: > in my .muttrc I have a line like this: > > set alias_file=~/.mail_aliases > > Indeed, saving aliases works, and they are appended to that file. If > I just save an alias (or more), and then hit 'm' to compose, and > 'tab' to see my aliase

Re: Aliases are not working

2007-03-03 Thread Salvatore Iovene
On Sat, 3 Mar 2007 22:53:44 +0800 Zhengquan Zhang <[EMAIL PROTECTED]> wrote: > You need to source it in your muttrc Thanks, it works. > On Sat, Mar 03, 2007 at 04:45:21PM +0200, Salvatore Iovene wrote: > > Hi, > > in my .muttrc I have a line like this: > > > > set alias_file=~/.mail_aliases > >

Re: aliases

2002-07-09 Thread darren chamberlain
* Rikard Florin <[EMAIL PROTECTED]> [2002-07-08 20:29]: > I'm wondering if it's possible to have mutt aliases _without_ a proper > alias. sounds weird maybe, but i have a big contact list with email > adresses which I want to use in Mutt as an addressbook to walk through > when I press tab to brin

Re: aliases

2002-07-08 Thread Sven Guckes
* Rikard Florin <[EMAIL PROTECTED]> [2002-07-09 00:30]: > I'm wondering if it's possible to have mutt > aliases _without_ a proper alias. no. Sven

Re: aliases and address book

2002-05-30 Thread David T-G
Mike -- ...and then Mike Arrison said... % % Hi Mutters, % I'm curious if anyone has a good solution for using Mutt's % aliasing feature as a good address book (email addr only). The problem So you're specifically not interested in abook or another add-on? No problem, but there are so

Re: aliases and address book

2002-05-30 Thread Dave Pearson
* Mike Arrison <[EMAIL PROTECTED]> [2002-05-30 08:50:28 -0400]: > I'm curious if anyone has a good solution for using Mutt's > aliasing feature as a good address book (email addr only). The problem I'm > running into is that I couldn't possibly come up with a one word nickname > for all 1

Re: aliases and address book

2002-05-30 Thread Dave Smith
On Thu, May 30, 2002 at 08:50:28AM -0400, [EMAIL PROTECTED] wrote: > I would like to to have to specify a nickname, such as: > > alias "Smith, Adam" <[EMAIL PROTECTED]> > alias "Jones, Bob" <[EMAIL PROTECTED]> > alias "Jackson, Chuck" <[EMAIL PROTECTED]> > ... > > I'm willing to type in

Re: Aliases won't source with MacosX

2002-03-05 Thread Josh Kuperman
On Tue, Mar 05, 2002 at 03:45:45PM -0500, David T-G wrote: > Josh -- > > ...and then Josh Kuperman said... > % > % On Sun, Mar 03, 2002 at 03:00:12AM -0500, Josh Kuperman wrote: > % > I installed mutt on my MacOS X (using the fink package version) and it > Not to be persnickity, but did you put

Re: Aliases won't source with MacosX

2002-03-05 Thread David T-G
Josh -- ...and then Josh Kuperman said... % % On Sun, Mar 03, 2002 at 03:00:12AM -0500, Josh Kuperman wrote: % > I installed mutt on my MacOS X (using the fink package version) and it % > works fine except for the aliases. I tried different shells (tcsh is % > the default shell, bash is availabl

Re: Aliases won't source with MacosX

2002-03-03 Thread Michael Maibaum
On Sun, Mar 03, 2002 at 08:36:58AM -0800, David Ellement wrote: > On 020303, at 11:30:58, Josh Kuperman wrote > > On Sun, Mar 03, 2002 at 03:00:12AM -0500, Josh Kuperman wrote: > > > I installed mutt on my MacOS X (using the fink package version) and it > > > works fine except for the aliases. > >

Re: Aliases won't source with MacosX

2002-03-03 Thread David Ellement
On 020303, at 11:30:58, Josh Kuperman wrote > On Sun, Mar 03, 2002 at 03:00:12AM -0500, Josh Kuperman wrote: > > I installed mutt on my MacOS X (using the fink package version) and it > > works fine except for the aliases. > > Let me be clearer -- I read the FAQ before I posted. > > Typing >

Re: Aliases won't source with MacosX

2002-03-03 Thread Josh Kuperman
On Sun, Mar 03, 2002 at 03:00:12AM -0500, Josh Kuperman wrote: > I installed mutt on my MacOS X (using the fink package version) and it > works fine except for the aliases. I tried different shells (tcsh is > the default shell, bash is available so I tried it, as well as sh) > with no luck. Let m

Re: Aliases won't source with MacosX

2002-03-03 Thread Aaron Schrab
At 03:00 -0500 03 Mar 2002, Josh Kuperman <[EMAIL PROTECTED]> wrote: > I set my aliases file with "set alias_file=~/.mailaliases" in my > .muttrc. If I create an aliase while using mutt, that aliases is added > to the enf of the .mailaliases file and immediately becoms useable. If > I exit out of

Re: Aliases problem

2001-07-19 Thread Lukasz Zamel
On Thu, Jul 19, 2001 at 08:58:59PM +0200, Hegedüs Ervin wrote: > 07.19-n, 11:52-kor, Shawn D. McPeek pötyögte be, s küldte el: > > > > You need to source ~/.mail_aliases - just setting the alias_file isn't > > enough. See http://www.mutt.org/doc/manual/manual-3.html#ss3.2 > > > > Shawn > Oh, so

Re: Aliases problem

2001-07-19 Thread Hegedüs Ervin
More info: I start mutt, get email, read, pres 'a', mutt save alias. Good, I'm happy. I exit from mutt. I get new mail, start mutt again. I write a mail, press 'a', when I want to look alias, mutt what I saved before, but doesn't want to look my ~/.mail_aliases. Hmm??

Re: Aliases problem

2001-07-19 Thread Hegedüs Ervin
07.19-n, 11:52-kor, Shawn D. McPeek pötyögte be, s küldte el: > > You need to source ~/.mail_aliases - just setting the alias_file isn't > enough. See http://www.mutt.org/doc/manual/manual-3.html#ss3.2 > > Shawn Oh, sorry, I forget this. ~/.mail_aliases is exist. $ cat .mail_aliases alias some

Re: Aliases problem

2001-07-19 Thread Shawn D. McPeek
You need to source ~/.mail_aliases - just setting the alias_file isn't enough. See http://www.mutt.org/doc/manual/manual-3.html#ss3.2 Shawn Previously, Hegedüs Ervin wrote: % Hello there, % I using mutt 1.3.18i on my Debian Sid box. % Everithing workly fine, just I can't use aliases. % H

Re: aliases

2001-04-05 Thread Ailbhe Leamy
On (05/04/01 12:26), Theo Bierman wrote: > why is it when i send a mail to someone in my aliases file, it sends > it off with my own domain name and not what is specified in the > aliases file itself Have you sourced your aliases file properly? in .muttrc, "source /my/alias/file/path" Are you s

Re: aliases

2001-04-05 Thread Dave Pearson
On Thu, Apr 05, 2001 at 12:26:25PM +0200, Theo Bierman wrote: > why is it when i send a mail to someone in my aliases file, it sends it > off with my own domain name and not what is specified in the aliases file > itself Where are your aliases stored? -- Dave Pearson: | mutt.octet

Re: aliases

2001-04-05 Thread Suresh Ramasubramanian
Theo Bierman proclaimed on mutt-users that: > why is it when i send a mail to someone in my aliases file, it sends it off > with my own domain name and not what is specified in the aliases file itself Pardon? Could you post a few samples? -- Suresh Ramasubramanian + Wallopus Malletus Indigen

Re: Aliases, Databases, Emacs, and Mutt

2000-01-18 Thread Jeroen Ruigrok/Asmodai
-On [2118 19:28], Sven Guckes ([EMAIL PROTECTED]) wrote: >* Eugene Lee <[EMAIL PROTECTED]> [000117 09:05]: >> I dunno about your suggestions for a new alias file format. Have you >> looked at "ML" or "Pine" that do support rudimentary address books? >> I think it would be nice to be able to p

Re: Aliases, Databases, Emacs, and Mutt

2000-01-18 Thread Eugene Lee
On Tue, Jan 18, 2000 at 03:40:07PM +0100, Sven Guckes wrote: :* Eugene Lee <[EMAIL PROTECTED]> [000117 09:05]: :> :> I dunno about your suggestions for a new alias file format. Have you :> looked at "ML" or "Pine" that do support rudimentary address books? :> I think it would be nice to be able

Re: Aliases, Databases, Emacs, and Mutt

2000-01-18 Thread Jeff Abrahamson
On Tue, Jan 18, 2000 at 03:40:07PM +0100, Sven Guckes wrote: > Mutt already shows all aliases with - but you have to invoke this > when mutt prompts you for an address on one of the address lines. > > Mutt also interfaces to address databases such as lbdb and bbdb > (little/big brother database)

Re: aliases with the same name..

2000-01-17 Thread Shao Zhang
Jeremy Blosser [[EMAIL PROTECTED]] wrote: > Eugene Lee [[EMAIL PROTECTED]] wrote: > > Add support for an address book to the wish list? Sven? :) > > There are already a few external address books made to work with Mutt, and Please tell me some... I don't mind using an external

Re: aliases with the same name..

2000-01-17 Thread Jeremy Blosser
Eugene Lee [[EMAIL PROTECTED]] wrote: > Add support for an address book to the wish list? Sven? :) There are already a few external address books made to work with Mutt, and there is always the ability to use an external query with something like LBDB. I'd prefer it to stay this way, I don't n

Re: aliases with the same name..

2000-01-17 Thread David T-G
Shao -- ...and then Shao Zhang said... % David T-G [[EMAIL PROTECTED]] wrote: % > % > I don't get it... What would this serve? When you type "me" as your % > alias, how is mutt supposed to know which one you mean? % % I would like mutt to give me the alias menu when there exists %

Re: aliases with the same name..

2000-01-17 Thread Eugene Lee
Add support for an address book to the wish list? Sven? :) On Mon, Jan 17, 2000 at 05:38:59PM +1100, Shao Zhang wrote: : : I understand that there are many ways to get around with my : problem. But I still think mutt should support that as a : feature. I dunno about your sugg

Re: aliases with the same name..

2000-01-16 Thread Shao Zhang
Jeremy Blosser [[EMAIL PROTECTED]] wrote: > Shao Zhang [[EMAIL PROTECTED]] wrote: > > I would like mutt to give me the alias menu when there exists > > duplicate entries, same effect of pressing TAB. > > Use firstname.lastname for the alias name, then enter 'daniel' at the > prompt at hit

Re: aliases with the same name..

2000-01-16 Thread Jeremy Blosser
Shao Zhang [[EMAIL PROTECTED]] wrote: > I would like mutt to give me the alias menu when there exists > duplicate entries, same effect of pressing TAB. Use firstname.lastname for the alias name, then enter 'daniel' at the prompt at hit tab, you'll get a list of all the daniels. >

Re: aliases with the same name..

2000-01-16 Thread Shao Zhang
David T-G [[EMAIL PROTECTED]] wrote: > Shao -- > > ...and then Shao Zhang said... > % > % alias me [EMAIL PROTECTED] (Shao Zhang) > % alias me [EMAIL PROTECTED] (Shao Zhang) > % alias me [EMAIL PROTECTED]

Re: aliases with the same name..

2000-01-16 Thread David T-G
Shao -- ...and then Shao Zhang said... % % alias me [EMAIL PROTECTED] (Shao Zhang) % alias me [EMAIL PROTECTED] (Shao Zhang) % alias me [EMAIL PROTECTED] (Shao Zhang) I don't get it... What would

Re: Re: Aliases in Mutt

1999-11-22 Thread Pieter Wenk
On lun, 22 nov 1999, Sebastian Helms wrote: Hallo Sebastian >># Persönliches Adressbuch >>source ~/.mutt/aliases >> >># Persönliche save-, send-, mbox- hooks etc. >>source ~/.mutt/personal >> > >You jave to add the line > >alias_file=~/.mutt/aliases I added the above to my .muttrc. >to yo

Re: Aliases in Mutt

1999-11-22 Thread Sebastian Helms
Hi Pieter, On Mon, 22 Nov 1999, Pieter Wenk wrote: >I have a mutt "folder" in which for reasons of convinience >I have separated a few things. > >In my .muttrc I have the following entries: > ># Persönliches Adressbuch >source ~/.mutt/aliases > ># Persönliche save-, send-, mbox- hooks etc. >so

Re: Re: Aliases in Mutt

1999-11-21 Thread Pieter Wenk
On dim, 21 nov 1999, Subba Rao wrote: >On 0, Pieter Wenk <[EMAIL PROTECTED]> wrote: >> >Mutt is my email client. I have created aliases for some users. >> >After I type the alias name in the "To:" field, during the mail creation >> >the alias name is followed by my ISP's address. The alias nam

Re: Aliases in Mutt

1999-11-21 Thread Pieter Wenk
On dim, 21 nov 1999, Subba Rao wrote: >Mutt is my email client. I have created aliases for some users. >After I type the alias name in the "To:" field, during the mail creation >the alias name is followed by my ISP's address. The alias name does not >get expanded to the FQA of the alias person

Re: Aliases in Mutt

1999-11-21 Thread Subba Rao
On 0, Pieter Wenk <[EMAIL PROTECTED]> wrote: > >Mutt is my email client. I have created aliases for some users. > >After I type the alias name in the "To:" field, during the mail creation > >the alias name is followed by my ISP's address. The alias name does not > >get expanded to the FQA of th

Re: aliases

1999-10-22 Thread Mikko Hänninen
Antonio Pievatolo <[EMAIL PROTECTED]> wrote on Fri, 22 Oct 1999: > I had chosen had been fully expanded, but only the first 5 or 6 were present, > because all the rest had been truncated, apparently because of a buffer > limit for the Bcc line. Is there a way to increase this limit? I think ye

Re: Aliases

1999-10-06 Thread Ralf Hildebrandt
On Wed, Oct 06, 1999 at 02:27:56PM +1000, Brett White wrote: > alias family Family , mum Why not try: alias family mum dad -- Ralf Hildebrandt <[EMAIL PROTECTED]> www.stahl.bau.tu-bs.de/~hildeb "Those who do not understand UNIX are condemned to reinvent it -- badly."

Re: Aliases

1999-10-06 Thread Thomas Roessler
On 1999-10-06 14:27:56 +1000, Brett White wrote: > alias dad Allan White <[EMAIL PROTECTED]> > alias mum Margaret White <[EMAIL PROTECTED]> > If I now want to make an alias called family that mails both > mum and dad how do I do this? I have tried... > alias family Family , mum > that is, it d

Re: aliases

1999-03-31 Thread Moritz Moeller-Herrmann
Warning Could not process message with given Content-Type: multipart/signed; boundary=ReaqsoxgOBHFXBhH; micalg=pgp-md5;protocol="application/pgp-signature"

Re: aliases

1999-03-31 Thread Roland Rosenfeld
On Wed, 31 Mar 1999, Renaud Colinet wrote: > the 'a' key makes it possible to create an alias based on the From > header. Is there any way for mutt to take addresses from a group > message (i.e. including the To and Cc fields, and if possible > removing my own address) to create a list alias, rat