]> git.deb.at Git - pkg/abook.git/blobdiff - edit.c
export all email addresses to mutt aliases file. Idea and original
[pkg/abook.git] / edit.c
diff --git a/edit.c b/edit.c
index 6ed553e0cd0134f9a8b2c705d59fa0c2902ade47..d2cba627229680b7dc7068d36bf01a6e95f033ad 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -100,7 +100,7 @@ get_first_email(char *str, int item)
 /* This only rolls emails from the 'email' field, not emails from any
  * field of type FIELD_EMAILS.
  * TODO: expand to ask for which field to roll if several are present? */
-static void
+void
 roll_emails(int item, enum rotate_dir dir)
 {
        abook_list *emails = csv_to_abook_list(db_fget(item, EMAIL));