Can one access aliases (the alias 'name' that is) in muttrc file?

2022-01-22 Thread Chris Green
Is there any way to get at the alias 'name' in muttrc? I'm trying to use send-hook (or send2-hook, or anything really) in muttrc to change actions/configuration based on the alias which has been expanded to the destination address. I have a number of different aliases which exp

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 g

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
; > 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 see how to add joe

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

Aliases

2018-11-19 Thread steve
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 see how to add joe to the group group1 AND ask that it goes in the CC filed and not in the TO field. Maybe should I try to create some kind of template

Replying to lists and aliases

2018-05-07 Thread David Woodfall
I've noticed that when I reply to a mailing list post that I have an alias for, instead of say 'Mutt Users ' being used in the To: header when I receive the reply, it has used only the email address. I'm using this example format: alias mutt-users Mutt Users Which is automated with a bash scri

Re: Alias file without actual aliases?

2017-10-03 Thread Tim Chase
use of -group names in > alias files without assigning aliases? I've got email addresses for > some mailing-list trolls. I never intend to send messages to them, > but I'd like to use the "alias -group trolls ..." to have a "trolls" > group I can use for fl

Alias file without actual aliases?

2017-10-03 Thread Tim Chase
It may be a silly question, but can one make use of -group names in alias files without assigning aliases? I've got email addresses for some mailing-list trolls. I never intend to send messages to them, but I'd like to use the "alias -group trolls ..." to have a "tr

Re: How to be warned about non-existent aliases?

2017-04-27 Thread Ed Blackman
On Wed, Apr 26, 2017 at 03:07:28PM +0100, Chris Green wrote: > On Tue, Apr 25, 2017 at 02:34:56PM -0400, Ed Blackman wrote: > > alias uk-riders uk-rid...@the-hug.net > > # remembering is hard, aliases are cheap > > alias uk-r uk-riders > > alias ukr uk-riders &

Re: How to be warned about non-existent aliases?

2017-04-27 Thread Antoine Amarilli
On Tue, Apr 25, 2017 at 10:42:17PM +1000, Erik Christiansen wrote: > As I have edit_headers set, and always enter destinations in the editor, > there is no possibility of tab-completion in mutt, for semi-manual > checking. (Though I could scrape the aliases from .muttrc with a few >

Re: How to be warned about non-existent aliases?

2017-04-27 Thread Cameron Simpson
ch is aliased to uk-r, or is > it ukr, or alias uk-riders uk-rid...@the-hug.net # remembering is hard, aliases are cheap alias uk-r uk-riders alias ukr uk-riders alias ukriders uk-riders Yes, but I belong to 60 or more lists, it would get bit wordy! [~/rc/mutt(hg:default)]fleet*> w

Re: How to be warned about non-existent aliases?

2017-04-26 Thread Chris Green
k-r, or is > > it ukr, or > > alias uk-riders uk-rid...@the-hug.net > # remembering is hard, aliases are cheap > alias uk-r uk-riders > alias ukr uk-riders > alias ukriders uk-riders > Yes, but I belong to 60 or more lists, it would get bit wordy! -- Chris Green

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Antoine Amarilli
Hi, On Tue, Apr 25, 2017 at 02:32:08PM -0400, Ed Blackman wrote: > On Tue, Apr 25, 2017 at 10:36:32AM +0200, Antoine Amarilli wrote: > > I was interested to know whether there is a configuration option in mutt > > to warn the user when entering a wrong alias (that is, a recipient that > > does not

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Ed Blackman
On Tue, Apr 25, 2017 at 11:16:05AM +0100, Chris Green wrote: > Yes, it's a problem I have with mutt too. For example I'm subscribed > to a list called uk-rid...@the-hug.net which is aliased to uk-r, or is > it ukr, or alias uk-riders uk-rid...@the-hug.net # rememberi

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Ed Blackman
On Tue, Apr 25, 2017 at 10:36:32AM +0200, Antoine Amarilli wrote: > I was interested to know whether there is a configuration option in mutt > to warn the user when entering a wrong alias (that is, a recipient that > does not contain '@' but is not known to mutt's alias database). No configuration

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Chris Green
al times per week, as paperless > Post-It notes, that would involve even less typing with a "me" alias. > > As I have edit_headers set, and always enter destinations in the editor, > there is no possibility of tab-completion in mutt, for semi-manual > checking. (Though I co

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Erik Christiansen
t;me" alias. As I have edit_headers set, and always enter destinations in the editor, there is no possibility of tab-completion in mutt, for semi-manual checking. (Though I could scrape the aliases from .muttrc with a few lines of awk, to generate a private dictionary for vim, and then use

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Chris Green
ted to know whether there is a configuration option in mutt > > > to warn the user when entering a wrong alias (that is, a recipient that > > > does not contain '@' but is not known to mutt's alias database). > > > > not a direct solution to your case, b

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Antoine Amarilli
alias (that is, a recipient that > > does not contain '@' but is not known to mutt's alias database). > > not a direct solution to your case, but try to tab-complete aliases. If > they don't complete they are unknown. Thanks for the suggestion! Someone else had

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Michael Tatge
tt's alias database). not a direct solution to your case, but try to tab-complete aliases. If they don't complete they are unknown. Michael -- PGP-Key-ID: 0xDE3C3D3BEEE7D043 Jabber: in...@jabber.de

How to be warned about non-existent aliases?

2017-04-25 Thread Antoine Amarilli
looked in the documentation but I didn't see anything relevant. I have also asked the same question a few days ago <https://unix.stackexchange.com/questions/35/warn-about-non-existent-aliases-in-mutt> but I didn't receive any response there.) Thanks in advance for your help! Best regards, -- Antoine Amarilli signature.asc Description: PGP signature

Re: weird behaviour unaliasing/sourcing aliases in folder-hooks

2016-10-06 Thread nfb
On Wed, Oct 05, 2016 at 04:42:38PM -0700, Kevin J. McCarthy wrote: > TL;DR: > > $alias_file is expanded at muttrc parsing time, not when the folder-hook > is run. > > One workaround is to defer evaluation of $alias_file by using > \$alias_file (see https://dev.mutt.org/doc/manual.html#set-myvar).

Re: weird behaviour unaliasing/sourcing aliases in folder-hooks

2016-10-05 Thread Kevin J. McCarthy
On Wed, Oct 05, 2016 at 11:38:28PM +0200, nfb wrote: > folder-hook "some_folder" "\ > unalias *; set alias_file=/path/to/alias/file; source $alias_file" TL;DR: $alias_file is expanded at muttrc parsing time, not when the folder-hook is run. One workaround is to defer evaluation of $alias_file by

Re: Setting "From" according to aliases

2013-12-19 Thread Pau
On Thu, Dec 19, 2013 at 8:41 AM, Cameron Simpson wrote: > On 19Dec2013 15:34, Chris Down wrote: >> On 2013-12-19 08:18:07 +0100, Pau wrote: >> > Actually, I think that the <> are not very much relevant. >> >> They are required by the spec, I believe (disclaimer: I haven't read the >> relevant RFC

Re: Setting "From" according to aliases

2013-12-18 Thread Cameron Simpson
On 19Dec2013 15:34, Chris Down wrote: > On 2013-12-19 08:18:07 +0100, Pau wrote: > > Actually, I think that the <> are not very much relevant. > > They are required by the spec, I believe (disclaimer: I haven't read the > relevant RFC in years, maybe I'm wrong). I've read it. Like you, not in fu

Re: Setting "From" according to aliases

2013-12-18 Thread Cameron Simpson
On 19Dec2013 08:18, Pau wrote: > thanks! I should have been more detailed. I know that, and I tried > that too. Actually, I think that the <> are not very much relevant. I > think that mutt "greps" the part of the text with an "@" and then > declares the first word after alias as the shortname and

Re: Setting "From" according to aliases

2013-12-18 Thread Chris Down
On 2013-12-19 08:18:07 +0100, Pau wrote: > Actually, I think that the <> are not very much relevant. They are required by the spec, I believe (disclaimer: I haven't read the relevant RFC in years, maybe I'm wrong). pgpWmq31E46Zr.pgp Description: PGP signature

Re: Setting "From" according to aliases

2013-12-18 Thread Pau
18, 2013 at 2:27 PM, Chris Down wrote: >> > On 2013-12-18 13:53:47 +0100, Pau wrote: >> >> So, if you set >> >> alias Chris The Guy Who Replied ch...@chrisdown.name >> >> >> >> you see Chris The Guy Who Replied in your inbox? >> >

Re: Setting "From" according to aliases

2013-12-18 Thread Cameron Simpson
;> > >> you see Chris The Guy Who Replied in your inbox? > > > > That's not the correct syntax. > > Here is an example entry from my aliases: > > alias mutt-users Mutt users > > > > That is, `alias [short name] [replacement]'. > > Isn

Re: Setting "From" according to aliases

2013-12-18 Thread Pau
ris The Guy Who Replied ch...@chrisdown.name >> >> you see Chris The Guy Who Replied in your inbox? > > That's not the correct syntax. > > Here is an example entry from my aliases: > > alias mutt-users Mutt users > > That is, `alias [short name] [replacement]'.

Re: Setting "From" according to aliases

2013-12-18 Thread Chris Down
On 2013-12-18 13:53:47 +0100, Pau wrote: > So, if you set > > alias Chris The Guy Who Replied ch...@chrisdown.name > > you see Chris The Guy Who Replied in your inbox? That's not the correct syntax. Here is an example entry from my aliases: alias mutt-users Mutt use

Re: Setting "From" according to aliases

2013-12-18 Thread Pau
But it's working for you, right? So, if you set alias Chris The Guy Who Replied ch...@chrisdown.name you see Chris The Guy Who Replied in your inbox? Thanks!

Re: Setting "From" according to aliases

2013-12-18 Thread Chris Down
On 2013-12-18 13:28:37 +0100, Pau wrote: > is this question so silly? I am guessing it is... I don't see anything wrong with your setup, a similar setup works for me. pgpvXB5ZvvkH5.pgp Description: PGP signature

Re: Setting "From" according to aliases

2013-12-18 Thread Pau
is this question so silly? I am guessing it is... On Tue, Dec 17, 2013 at 11:57 AM, Pau wrote: > Hi, > > I am not sure, but I think in the past mutt would set the "From" field > in the inbox according to the alieases defined in alias_file but this > is not true anymore. > > I am not sure of what

Setting "From" according to aliases

2013-12-17 Thread Pau
Hi, I am not sure, but I think in the past mutt would set the "From" field in the inbox according to the alieases defined in alias_file but this is not true anymore. I am not sure of what changed, but my configuration is set reverse_alias=yes set alias_file=~/mutt/myfile source ~/mutt/myfile An

Re: Confused by the "Defining/Using Aliases" section of the manual

2013-03-08 Thread s. keeling
Incoming from Patrick Shanahan: > * Chris Green [03-08-13 15:50]: > > So the manual *is* wrong in the Usage: bit. I feel your pain. :-| > I don't believe commas are necessary unless you assign more than one FWIW, "alias family ek,mom" works. > Perhaps not perfectly clear but everyone does not

Re: Confused by the "Defining/Using Aliases" section of the manual

2013-03-08 Thread Patrick Shanahan
... > > > So the manual *is* wrong in the Usage: bit. I don't know, what I do I learned from the "manual" :^) > > ** I have never used the "-group" param but do have "group aliases" that > > work correctly. > >

Re: Confused by the "Defining/Using Aliases" section of the manual

2013-03-08 Thread Chris Green
On Thu, Mar 07, 2013 at 05:05:12PM -0500, Patrick Shanahan wrote: > * Chris Green [03-07-13 10:19]: > > I've been looking into how to improve my mutt addressbook/aliases and > > statred by looking at the "Defining/Using Aliases" section. I'm now > > mo

Re: Confused by the "Defining/Using Aliases" section of the manual

2013-03-07 Thread Patrick Shanahan
* Chris Green [03-07-13 10:19]: > I've been looking into how to improve my mutt addressbook/aliases and > statred by looking at the "Defining/Using Aliases" section. I'm now > more confused than I was before! > > I can understand the Usage: bit at least

Re: Confused by the "Defining/Using Aliases" section of the manual

2013-03-07 Thread s. keeling
m email to "family" goes to all of them. > It also doesn't seem to show one of the very useful attributes of > aliases, they can refer to other aliases defined already. Ibid. Or did I completely miss your point?

Re: The wiki muttguide/aliases page

2013-03-07 Thread Chris Green
On Thu, Mar 07, 2013 at 04:32:16PM +0100, Rado Q wrote: > =- Chris Green wrote on Thu 7.Mar'13 at 15:16:13 + -= > > > Is it me or is there something wrong with this page. > > > > http://dev.mutt.org/trac/wiki/MuttGuide/Aliases > > > > I see a

Re: The wiki muttguide/aliases page

2013-03-07 Thread Rado Q
=- Chris Green wrote on Thu 7.Mar'13 at 15:16:13 + -= > Is it me or is there something wrong with this page. > > http://dev.mutt.org/trac/wiki/MuttGuide/Aliases > > I see all sorts of HTML tags throughout the page. Missing conversion from manual transfer.

Re: The wiki muttguide/aliases page

2013-03-07 Thread Andreas Kneib
Hi Chris, * Chris Green schrieb am 07.03.2013 um 15:16 Uhr: > Is it me or is there something wrong with this page. > http://dev.mutt.org/trac/wiki/MuttGuide/Aliases > I see all sorts of HTML tags throughout the page. I'm afraid you're wrong. Regards, Andreas

Confused by the "Defining/Using Aliases" section of the manual

2013-03-07 Thread Chris Green
I've been looking into how to improve my mutt addressbook/aliases and statred by looking at the "Defining/Using Aliases" section. I'm now more confused than I was before! I can understand the Usage: bit at least but then it goes rapidly downhill. It says:- Note I

The wiki muttguide/aliases page

2013-03-07 Thread Chris Green
Is it me or is there something wrong with this page. http://dev.mutt.org/trac/wiki/MuttGuide/Aliases I see all sorts of HTML tags throughout the page. -- Chris Green

Re: aliases vs abook

2012-10-18 Thread Paolo Pisati
t; yes, it works > > macro generic,index,pager \ca "abook" "launch abook" > > I don't think this will work either. i'm using screen so i issue a C+a+a, but yes, it works too. > > > and what's the point in having two "address

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

aliases vs abook

2012-10-16 Thread Paolo Pisati
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: set query_command= "abook --mutt-query '%s'" ma

Re: Convert gmail addresses into aliases file

2012-09-03 Thread Jamie Paul Griffin
[ Jeremy Kitchen wrote on Mon 3.Sep'12 at 23:22:34 -0700 ] > On Mon, Sep 03, 2012 at 06:01:48PM +0200, mimosinnet wrote: > > ... I don't know why my clock is so weird. It's definitely *not* 6pm in > +0200 right now... > > /me marks that as something to fix > > > I very much appreciate your sug

Re: Convert gmail addresses into aliases file

2012-09-03 Thread Jeremy Kitchen
On Mon, Sep 03, 2012 at 06:01:48PM +0200, mimosinnet wrote: ... I don't know why my clock is so weird. It's definitely *not* 6pm in +0200 right now... /me marks that as something to fix > I very much appreciate your suggestion! I was working with a large alias > file, and what you suggest has mu

Re: Convert gmail addresses into aliases file

2012-09-03 Thread mimosinnet
droid phone). I am not sure if > > there is a similar project going on. In any case, this is my first > > version of it. Any comments appreciated. Cheers! > > Do you really want them as an alias file? You might want to look into > lbdb. > I, personally, reserve my aliases

Re: Convert gmail addresses into aliases file

2012-08-31 Thread Jeremy Kitchen
> version of it. Any comments appreciated. Cheers! Do you really want them as an alias file? You might want to look into lbdb. I, personally, reserve my aliases file for addresses I'm going to type a lot, so I can just type 'boss' if I'm emailing my boss, or whatever. For m

Convert gmail addresses into aliases file

2012-08-31 Thread mimosinnet
Hi, I am working on having my contacts in gmail converted into a mutt alias file (this is because I am using an android phone). I am not sure if there is a similar project going on. In any case, this is my first version of it. Any comments appreciated. Cheers! #!/usr/bin/perl use strict; use war

Re: warning if aliases do not expand

2010-06-03 Thread Chip Camden
On Jun 03 2010 16:04, Eric Smith wrote: > Often my mutt instance is not refreshed to read the latest > mutt/aliases file so that alias expansion fails. > > Is it possible to warn of this bhaviour and abort mail sending. > For example if a mail address does not have an @ sign,

warning if aliases do not expand

2010-06-03 Thread Eric Smith
Often my mutt instance is not refreshed to read the latest mutt/aliases file so that alias expansion fails. Is it possible to warn of this bhaviour and abort mail sending. For example if a mail address does not have an @ sign, then it is an alias. This rule holds for my usage behaviour

FW: Getting aliases from Cc field

2009-04-04 Thread Charles Howard
t.org > Subject: Re: Getting aliases from Cc field > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday, April 4 at 05:29 PM, quoth Charles Howard: >> >>Very funny, I don't think. >> >>So let me rephrase my question : >> >>Is t

Re: Getting aliases from Cc field

2009-04-04 Thread Kyle Wheeler
pecifically, procmail's tool formail) installed, here's a basic script (modify to taste): #!/bin/sh aliasfile=~/.aliases CCheader=$(formail -c -x CC) string="what alias should I use for $CCheader?" tmpfile=$(mktemp -t dialog.XX) dialog --

Re: Getting aliases from Cc field

2009-04-04 Thread Charles Howard
gt; From: kyle-m...@memoryhole.net > To: mutt-users@mutt.org > Subject: Re: Getting aliases from Cc field > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday, April 4 at 03:39 PM, quoth Charles Howard: >>I use `a' to take an address into an alias file. >

Re: Getting aliases from Cc field

2009-04-04 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday, April 4 at 03:39 PM, quoth Charles Howard: >I use `a' to take an address into an alias file. > >But can I do this from a Cc address ? > >This question must have been asked before, but I can't find it going back to >2004. Try it! If i

Getting aliases from Cc field

2009-04-04 Thread Charles Howard
Hi, I use `a' to take an address into an alias file. But can I do this from a Cc address ? This question must have been asked before, but I can't find it going back to 2004. Chas _ Share your photos with Windows Live Photos

Re: Organizing .mutt-aliases

2008-11-05 Thread Michael Muster
On Tue, Nov 04, 2008 at 03:41:39PM -0800, Dave Feustel wrote: > I just tried using .mail-aliases, but the alias there was not found by > mutt. How is .mutt-aliases set up in .muttrc? > > Thanks. Try source ~/.mutt/mutt-aliase in your muttrc best regards Michael

Re: Organizing .mutt-aliases

2008-11-04 Thread Dave Feustel
On Tue, Nov 04, 2008 at 11:20:38PM +, Charles Stanley wrote: > > On Tue, 2008-11-04 at 22:30 +, Dave Feustel wrote: > > On Tue, Nov 04, 2008 at 09:23:58PM +, Charles Stanley wrote: > > > Coming from pine, I'm a bit startled to find that when I view the li

Re: Organizing .mutt-aliases

2008-11-04 Thread Dave Feustel
On Tue, Nov 04, 2008 at 09:23:58PM +, Charles Stanley wrote: > Coming from pine, I'm a bit startled to find that when I view the list > of aliases in the process of composing a msg, it is in a single alpha > list. Can the list be ordered in any other way? The help system and the

Re: Organizing .mutt-aliases

2008-11-04 Thread Charles Stanley
On Tue, 2008-11-04 at 22:30 +, Dave Feustel wrote: > On Tue, Nov 04, 2008 at 09:23:58PM +, Charles Stanley wrote: > > Coming from pine, I'm a bit startled to find that when I view the list > > of aliases in the process of composing a msg, it is in a single alpha >

Organizing .mutt-aliases

2008-11-04 Thread Charles Stanley
Coming from pine, I'm a bit startled to find that when I view the list of aliases in the process of composing a msg, it is in a single alpha list. Can the list be ordered in any other way? The help system and the manual don't comment on this at all, as far as I can see. I use an ali

Re: mutt aliases help

2008-09-12 Thread Kyle Wheeler
another Google account). > Outlook's CSV format (for importing into Outlook or other applications). > vCard format (for importing into Address Book or other applications). > > How can I generate a mutt aliases with one of those or is there a better > way with so many emails? Well, I d

mutt aliases help

2008-09-11 Thread Christopher Lemire
er applications). vCard format (for importing into Address Book or other applications). How can I generate a mutt aliases with one of those or is there a better way with so many emails? - -- Christopher Lemire <[EMAIL PROTECTED]> Fedora 64 bit Linux Raid Level 1 -BEGIN PGP SIGNATURE-

Re: hooks from aliases

2008-02-20 Thread Vladimir Marek
> > Nice. What exactly are your settings doing? What my_list_folders does? > > Hello Vladimir, > > Usage: > source "alias-hooks.php $alias_file|" > folder-hook . 'special settings' > folder-hook $my_list_folders 'other special settings' Ah, I overlooked that, I thought that it's some secret mutt

Re: hooks from aliases

2008-02-20 Thread Peter Münster
source "alias-hooks.php $alias_file|" folder-hook . 'special settings' folder-hook $my_list_folders 'other special settings' > Over time I developed my approach to subscribing lists. I wanted > - to be 'subscribe'd to the list Ok. > - everything to be

Re: hooks from aliases

2008-02-20 Thread Vladimir Marek
> For my personal needs I've written a script to generate hooks from aliases: > Output: > fcc-hook '~C [EMAIL PROTECTED] ~C [EMAIL PROTECTED]' +a1a2 > save-hook '~L [EMAIL PROTECTED] ~L [EMAIL PROTECTED]' +a1a2 > fcc-save-hook [EMAIL PROTECTED] +a1 > fcc

hooks from aliases

2008-02-19 Thread Peter Münster
Hello, For my personal needs I've written a script to generate hooks from aliases: Input: alias a1 [EMAIL PROTECTED] (Name) alias a2 [EMAIL PROTECTED] (Name) alias a3 [EMAIL PROTECTED] (Name) alias a3 [EMAIL PROTECTED] (Name) alias a1a2 a1,a2 alias a4 [EMAIL PROTECTED] \

Re: loading aliases in background??

2007-10-26 Thread Dilip M
On 10/26/07, Christian Kuka <[EMAIL PROTECTED]> wrote: > You can also use lbdb (littlebrother database) > set query_command="lbdbq '%s'" > > and in lbdbrc: > METHODS="m_passwd m_inmail m_gpg m_muttalias m_abook" > > MUTT_DIRECTORY="$HOM

Re: loading aliases in background??

2007-10-25 Thread Christian Kuka
You can also use lbdb (littlebrother database) set query_command="lbdbq '%s'" and in lbdbrc: METHODS="m_passwd m_inmail m_gpg m_muttalias m_abook" MUTT_DIRECTORY="$HOME/.mutt" MUTTALIAS_FILE="aliases" (or some more backends) Greets Ch

Re: loading aliases in background??

2007-10-25 Thread Dilip M
On 10/25/07, Javier Rojas <[EMAIL PROTECTED]> wrote: ...snip... > put them in abook instead and configure mutt to use abook to look for > contacts Yeah! Its a better solution. Just did 'abook --convert --informat mutt --infile--outformat abook --outfile Thank you... -- wq! --

Re: loading aliases in background??

2007-10-25 Thread Javier Rojas
On Thu, Oct 25, 2007 at 03:26:57PM +0530, Dilip M wrote: > I'm sourcing the txt file, which contains some 4000 aliases! When > starting mutt, naturally it takes some time (2-5 seconds) to load the > mbox. > > Is there anyway I could load the aliases in background. put them

Re: loading aliases in background??

2007-10-25 Thread Michael Tatge
* On Thu, Oct 25, 2007 Dilip M ([EMAIL PROTECTED]) muttered: > I'm sourcing the txt file, which contains some 4000 aliases! When > starting mutt, naturally it takes some time (2-5 seconds) to load the > mbox. > > Is there anyway I could load the aliases in background.

loading aliases in background??

2007-10-25 Thread Dilip M
Hi all, I'm sourcing the txt file, which contains some 4000 aliases! When starting mutt, naturally it takes some time (2-5 seconds) to load the mbox. Is there anyway I could load the aliases in background. PS: I have these may aliases, since I imported lookout's contacts (mdb file

Re: pattern aliases

2007-10-12 Thread Michael Hendricks
On Thu, Oct 11, 2007 at 11:29:17PM -0400, [EMAIL PROTECTED] wrote: > Thus spake Michael Hendricks [10/11/07 @ 21.19.15 -0600]: > > I'd like to put something like this in my .muttrc > > > > pattern_alias foo (~f example.org | ~f sample.com) ~s foo !~s > > PATCH > > > > and then just limit

Re: pattern aliases

2007-10-11 Thread Cameron Simpson
On 11Oct2007 23:29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: | Thus spake Michael Hendricks [10/11/07 @ 21.19.15 -0600]: | > Is it possible to create | > aliases for commonly used patterns? [...] | > my .muttrc | > | > pattern_alias foo (~f example.org | ~f sample.

Re: pattern aliases

2007-10-11 Thread dv1445
Thus spake Michael Hendricks [10/11/07 @ 21.19.15 -0600]: > I was unable to find an answer to this question on the wiki, in the > manual or in the mailing list archives. Is it possible to create > aliases for commonly used patterns? For instance, when I begin working > on project &q

Re: pattern aliases

2007-10-11 Thread Javier Rojas
On Thu, Oct 11, 2007 at 09:19:15PM -0600, Michael Hendricks wrote: > on project "foo", I often start by limiting my messages to something > like "(~f example.org | ~f sample.com) ~s foo !~s PATCH" It gets > tedious to type that each time. I'd like to put something like this in > my .muttrc > >

pattern aliases

2007-10-11 Thread Michael Hendricks
I was unable to find an answer to this question on the wiki, in the manual or in the mailing list archives. Is it possible to create aliases for commonly used patterns? For instance, when I begin working on project "foo", I often start by limiting my messages to something like "

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, M

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 > Su

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 wo

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'

Re: Aliases are not working

2007-03-03 Thread Salvatore Iovene
> 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 aliases, I can only see the ones that I just saved >

Aliases are not working

2007-03-03 Thread Salvatore Iovene
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. If I just save an alias (or more), and then hit 'm' to compose, and 'tab' to see my aliases, I can only see the ones that I just saved

Re: Creating Aliases from sent messages?

2002-10-07 Thread John P Verel
On 10/07/02 08:40 -0400, darren chamberlain wrote: > Change the last line (the "print" line) to read: > > print map "alias $_\n", sort keys %addrs; > > Which will give you a list like: > > alias [EMAIL PROTECTED] > alias [EMAIL PROTECTED] Many thanks! John

Re: Creating Aliases from sent messages?

2002-10-07 Thread darren chamberlain
* John P Verel <[EMAIL PROTECTED]> [2002-10-06 19:31]: > This worked just as promised! Cleaning out the Message-IDs was no big > deal. Thanks a million Darren! Forgive my delay in responding, but I > just found time to do this today. Nice. I banged it out pretty quickly. > I piped the output

Re: Creating Aliases from sent messages?

2002-10-06 Thread John P Verel
On 10/01/02 14:39 -0400, darren chamberlain wrote: > * Michael Tatge <[EMAIL PROTECTED]> [2002-10-01 14:17]: > > Why don't you run a little shell or perl script against that folder? > > Hmm... > > #!/usr/bin/perl > > use strict; > > use File::Slurp; > use Email::Find; > > my (%addr

Re: Creating Aliases from sent messages?

2002-10-01 Thread darren chamberlain
* Michael Tatge <[EMAIL PROTECTED]> [2002-10-01 14:17]: > Why don't you run a little shell or perl script against that folder? Hmm... #!/usr/bin/perl use strict; use File::Slurp; use Email::Find; my (%addrs, $data, $mbox, $finder); $data = read_file("mutt-users"); # read_fil

Re: Creating Aliases from sent messages?

2002-10-01 Thread Michael Tatge
John P Verel ([EMAIL PROTECTED]) muttered: > I've searched the manual high and low on this and come up blank. I want > to create a file of aliases based upon messages I've sent, rather than > receive. They are all in one folder for ease of access. While creating > an

Creating Aliases from sent messages?

2002-09-30 Thread John P Verel
I've searched the manual high and low on this and come up blank. I want to create a file of aliases based upon messages I've sent, rather than receive. They are all in one folder for ease of access. While creating an alias from a received message is a snap, it appears that, short of

  1   2   3   >