diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 11:15:19 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 11:15:19 +0800 |
commit | 683688e9eedd5b3efede8ef1562b60d763594dcf (patch) | |
tree | 676c007dbfcd6ee02019af55196f7d82c3664815 /mail/Makefile | |
parent | 4a3ea880ca032737617a95b61ec037aec396810c (diff) | |
download | freebsd-ports-gnome-683688e9eedd5b3efede8ef1562b60d763594dcf.tar.gz freebsd-ports-gnome-683688e9eedd5b3efede8ef1562b60d763594dcf.tar.zst freebsd-ports-gnome-683688e9eedd5b3efede8ef1562b60d763594dcf.zip |
Allows for the importing of addressbooks from a CSV (comma separated
values) file. This will be located at the bottom of the "Addresses"
section.
WWW: http://www.squirrelmail.org/plugin_view.php?id=29
PR: ports/143303
Submitted by: Scott Lambert <lambert at lambertfam.org>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4a70f84aa20b..55452d907754 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -640,6 +640,7 @@ SUBDIR += spruce SUBDIR += sqlgrey SUBDIR += squirrelmail + SUBDIR += squirrelmail-abook_import_export-plugin SUBDIR += squirrelmail-avelsieve-plugin SUBDIR += squirrelmail-calendar_file_backend-plugin SUBDIR += squirrelmail-calendar_sql_backend-plugin |