- proper mutt alias import filter
- editor update
- don't handle extra_column and extra_alternative as numbers in abookrc
+ - added second address field
- mail.vim update in contrib directory
0.4.14
Q: Can I add addresses to the abook addressbook from mutt?
-A: It's not supported directly by abook or mutt. However abook comes with
- mail2abook.py python script which does this. (See the contrib directory)
+A: Yes, it is possible starting from abook 0.4.15. See --add-email
+ command line option and README.
Q: Does abook support palm addressbooks?
See INSTALL for detailed instructions.
-If you want to use abook with mutt you should add following line to your
+If you want to use abook with mutt you should add following lines to your
~/.muttrc or to the systemwide /etc/Muttrc file.
set query_command="abook --mutt-query '%s'"
+macro pager A |'abook --add-email'\n
-After this you can make queries from mutt using the query command ( Q ).
+After this you can make queries from mutt using the query command ('Q')
+and add sender e-mail addresses to the addressbook from pager using 'A'
+command. (Of course you can choose another keybinding if you like.)
NOTES