Added note about multiple email addresses, added more to TODO list

This commit is contained in:
Trey Blancher 2023-04-30 18:05:29 -04:00
parent 691cb64615
commit 855da4d4b4
1 changed files with 9 additions and 0 deletions

View File

@ -92,9 +92,18 @@ Contacts (goobook). Values from mutt aliases will be pasted verbatim except
backslashes (`\`) and double-quotes (`"`) will be removed. Email addresses
from goobook will appear between angle brackets (`<` and `>`).
NOTE: If you're entering multiple names and email addresses, one at a time
separated by commas (`,`), subsequent names and addresses need to be on a
separate line (mutt requires these subsequent lines to be prefixed with spaces
or tabs, or else it won't consider the subsequent lines to be part of the same
address field. This does not apply to multiple addresses in the same mutt
alias.
## TODO
* possibly set up some kind of trigger to post an email address from the mutt
aliases file or Google Contacts, within the body of the message.
* Groups from Google Contacts have not been tested, the behavior may be
undefined if the goobook query returns multiple addresses.
* Maybe integrate with other CLI contact services, but the project may need to
be renamed
* Perform more testing!