On Fri, Mar 09, 2001 at 02:17:06PM -0800, Mike Fedyk wrote: > Does mutt have any address book support? Autocompletion would be really
yes. either the internal one, or using an external database. > nice too. Does mutt or gnus have that? depends on what you mean. auto address completion? sure, if it's in your address book. -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;