Re: Mutt Address book

2000-10-02 Thread kmself
On Wed, Sep 27, 2000 at 11:01:03PM -0400, Harry Henry Gebel ([EMAIL PROTECTED]) 
wrote:

...

 Mutt has alias completion, so if you had an alias associates you could
 type assco and then TAB and it would fill it in (or give you a menu for
 multiple addresses. If you hit TAB on a empty To: line it will give you a
 menu with all of your aliases. I think there is a command to automatically
 add an alias to .muttrc, but I like to keep my aliases in order so I don't
 know what that command is.

'a'

I tend to run a sort on my mutt address list (which I keep in a seperate
file from .muttrc) periodically.

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?   Debian GNU/Linux rocks!
   http://gestalt-system.sourceforge.net/K5: http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpqxs5Ftncq6.pgp
Description: PGP signature


Re: Mutt Address book

2000-10-02 Thread Harry Henry Gebel
On Mon, Oct 02, 2000 at 08:51:56AM -0700, kmself@ix.netcom.com wrote:
  Mutt has alias completion, so if you had an alias associates you could
  type assco and then TAB and it would fill it in (or give you a menu for
  multiple addresses. If you hit TAB on a empty To: line it will give you a
  menu with all of your aliases. I think there is a command to automatically
  add an alias to .muttrc, but I like to keep my aliases in order so I don't
  know what that command is.
 
 'a'
 
 I tend to run a sort on my mutt address list (which I keep in a seperate
 file from .muttrc) periodically.
 

Unfortunately, that only works if you are keeping them in alphabetical
order or some other order that the computer can easily deduce. I keep them
in order by category, how long I have known the person (if it's a person),
and whether I have ever met them face-to-face.

-- 
Harry Henry Gebel, Senior Developer, Landon House SBSICQ# 76308382
West Dover Hundred, Delaware



Re: Mutt Address book

2000-10-02 Thread will trillich
On Mon, Oct 02, 2000 at 12:11:43PM -0400, Harry Henry Gebel wrote:
 On Mon, Oct 02, 2000 at 08:51:56AM -0700, kmself@ix.netcom.com wrote:
   Mutt has alias completion, so if you had an alias associates you could
   type assco and then TAB and it would fill it in (or give you a menu for
   multiple addresses. If you hit TAB on a empty To: line it will give you 
   a
   menu with all of your aliases. I think there is a command to automatically
   add an alias to .muttrc, but I like to keep my aliases in order so I don't
   know what that command is.
  
  'a'
  
  I tend to run a sort on my mutt address list (which I keep in a seperate
  file from .muttrc) periodically.
  
 
 Unfortunately, that only works if you are keeping them in alphabetical
 order or some other order that the computer can easily deduce. I keep them
 in order by category, how long I have known the person (if it's a person),
 and whether I have ever met them face-to-face.

sure would be nice, then, to have multiple alias files, eh?

Unlike other mailers, Mutt doesn't require aliases to be defined
in a special file. The alias command can appear anywhere
in a configuration file, as long as this file is sourced.
Consequently, you can have multiple alias files, or you can have
all aliases defined in your muttrc.

On the other hand, the create-alias function can use only one
file, the one pointed to by the $alias_file variable (which is
~/.muttrc by default). This file is not special either, in the
sense that Mutt will happily append aliases to any file, but in
order for the new aliases to take effect you need to explicitly
source this file too.

For example: 

source /usr/local/share/Mutt.aliases
source ~/.mail_aliases
set alias_file=~/.mail_aliases

from /usr/share/doc/mutt/html/manual-3.html


so your quickie 'a' key will only append to one file (which seems
sensible until something better rears its head) but you can have
several, and sort'm however you like.



Re: Mutt Address book

2000-09-28 Thread Vee-Eye
Sie schrieben:
 Is there an address book for Mutt? I'm running woody.
Have a look at abook
From the man page:
abook  is  a  simple  text-based  address book program. It
contains Name, Email, Address  and  Phone  fields.  It  is
designed  for  use with mutt, but can be equally useful on
its own.

MH
 Thanks,
 -- 
 Jack Morgan   Debain GNU/Linux
 Email:[EMAIL PROTECTED]
 Web-site: www.mandinka.org
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgp8QktveN0ep.pgp
Description: PGP signature


Mutt Address book

2000-09-27 Thread Jack Morgan
Is there an address book for Mutt? I'm running woody.

Thanks,
-- 
Jack Morgan Debain GNU/Linux
Email:  [EMAIL PROTECTED]
Web-site:   www.mandinka.org



Re: Mutt Address book

2000-09-27 Thread Kjetil Ødegaard
* Jack Morgan [EMAIL PROTECTED]

 Is there an address book for Mutt? I'm running woody.

You can add aliases by hitting `a'.

-- 
Kjetil Ødegaard, Orakeltjenesten ITEA, NTNU



Re: Mutt Address book

2000-09-27 Thread Harry Henry Gebel
On Thu, Sep 28, 2000 at 11:19:53AM +0900, Jack Morgan wrote:
 Is there an address book for Mutt? I'm running woody.
 
 Thanks,
 -- 
 Jack Morgan   Debain GNU/Linux
 Email:[EMAIL PROTECTED]
 Web-site: www.mandinka.org

Use the alias command in .muttrc like so:

alias harry Harry Henry Gebel [EMAIL PROTECTED]

This command would set harry to equal my address. You can also have
multiple address like this:

alias a [EMAIL PROTECTED], [EMAIL PROTECTED]
alias g a, [EMAIL PROTECTED]

after this g would equal [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

.

Mutt has alias completion, so if you had an alias associates you could
type assco and then TAB and it would fill it in (or give you a menu for
multiple addresses. If you hit TAB on a empty To: line it will give you a
menu with all of your aliases. I think there is a command to automatically
add an alias to .muttrc, but I like to keep my aliases in order so I don't
know what that command is.

-- 
Harry Henry Gebel, Senior Developer, Landon House SBSICQ# 76308382
West Dover Hundred, Delaware



mutt address book

1999-07-13 Thread Patrick Kirk
Hi all,

My Outlook address book has over 100 entries.  I'd like to be able to import
them all into the address book for mutt.

Question is...what does Mutt use for address book?

Patrick Kirk

Captain, I can't believe my ears - Spock


Re: mutt address book

1999-07-13 Thread Michael Stenner
On Tue, Jul 13, 1999 at 03:02:04PM +0100, Patrick Kirk wrote:
 My Outlook address book has over 100 entries.  I'd like to be able to import
 them all into the address book for mutt.
 
 Question is...what does Mutt use for address book?

put these in your .muttrc:

source ~/.mutt_aliases
set alias_file=~/.mutt_aliases

and .mutt_aliases (or whatever you choose) should contain lines like:

alias aslist [EMAIL PROTECTED] (AfterStep)
alias deb debian-user@lists.debian.org
alias Sise [EMAIL PROTECTED] (Sise, Paul)
alias foo Foo Bar [EMAIL PROTECTED]
alias group jnb1, mhall, boyd, gauthier, bahar

See alias in /usr/doc/mutt/manual.txt

-Michael

-- 
  Michael Stenner   Office Phone: 919-660-2513
  Duke University, Dept. of Physics   [EMAIL PROTECTED]
  Box 90305, Durham N.C. 27708-0305