]> git.deb.at Git - pkg/abook.git/commitdiff
0.4.15pre2
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 17 Oct 2001 16:31:04 +0000 (16:31 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 17 Oct 2001 16:31:04 +0000 (16:31 +0000)
ChangeLog
FAQ
README

index 1a9e67fd026c97605a098449f358831fdf45d2f6..e4bc1704e10ae5a99113555051230cd7bb87ff8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
  - 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
diff --git a/FAQ b/FAQ
index 61a3b93e03abb4006fc2967499cba3a3e2f348f2..25ab2f70bc16d8417d7b083a995d8fedf0516584 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -22,8 +22,8 @@ A: When "To:" or "Cc:" prompt appears press ^t for query. (After query
 
 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?
diff --git a/README b/README
index 6868d369ede9b15b0a33780c9d2aa8505e098b5a..e2fa91eb5253e8d74cd64834dfd2774522666c0a 100644 (file)
--- a/README
+++ b/README
@@ -31,12 +31,15 @@ INSTALLATION
 
 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