From 855da4d4b447f29eb5047503792f22df74aaa62d Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sun, 30 Apr 2023 18:05:29 -0400 Subject: [PATCH] Added note about multiple email addresses, added more to TODO list --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0a5f2b1..8d30abf 100644 --- a/README.md +++ b/README.md @@ -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!