SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Yemen, National Day

MailCmpleAddr

Last edit

Changed: 8c8

< CategoryMail

to

> CategoryMailAddons


Download: Lisp:mail-cmple-addr.el

Configuration

Put mail-cmple-addr.el in your load-path and add the following line to the .emacs file:

 (require 'mail-cmple-addr)

Now you can define adresses and domains with the variables mail-address-table and mail-domain-table. To use completion call the command mail-complete-address on a header which have been defined in mail-enabled-header. The best solution is to bind this command to a key like TAB.


CategoryMailAddons