]> git.deb.at Git - pkg/abook.git/commitdiff
- minor wanderlust cleanup
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 3 Oct 2005 10:03:54 +0000 (10:03 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 3 Oct 2005 10:03:54 +0000 (10:03 +0000)
filter.c

index 5c0a23ed12314aa4d9c497a5e7cf8af750dd1ab3..6c234e99ff115c744aadd5649ae3aef3bd385a7b 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1818,7 +1818,6 @@ spruce_export_database (FILE *out, struct db_enumerator e)
 
 /*
  * wanderlust addressbook export filter
- *
  */
 
 static int
@@ -1826,7 +1825,7 @@ wl_export_database(FILE *out, struct db_enumerator e)
 {
        char emails[MAX_EMAILS][MAX_EMAIL_LEN];
 
-       fprintf (out, "# Wanderlust address book written by 'abook'\n\n");
+       fprintf (out, "# Wanderlust address book written by %s\n\n", PACKAGE);
        db_enumerate_items(e) {
                split_emailstr(e.item, emails);
                if (**emails) {