diff options
Diffstat (limited to 'network/claws-mail-extra-plugins/README')
-rw-r--r-- | network/claws-mail-extra-plugins/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README index 25c315e778..9653062761 100644 --- a/network/claws-mail-extra-plugins/README +++ b/network/claws-mail-extra-plugins/README @@ -6,28 +6,30 @@ These include: * att_remover: Removes attachments from emails. * attachwarner: Warns about messages mentioning attachments that don't have attachments. +* bsfilter_plugin: * cachesaver: Saves the cache to prevent loss of metadata on crashes. +* fancy: Renders html email using the GTK+ port of WebKit library. * fetchinfo: Insets headers containing download info into emails. +* geolocation_plugin: Display a map showing the location of the sender. * gtkhtml2_viewer: Renders HTML emails using the gtkhtml2 widget. * mailmbox: Handles mbox format mailboxes. * newmail: Writes email header summary to a log file. -* notification: Provides various ways to notify the user of new and unread - mail. -* perl: Allows the use of perl for message filtering. +* notification_plugin: Provides various ways to notify the user of new and + unread mail. +* perl_plugin: Allows the use of perl for message filtering. +* python_plugin: Python scripting access to Claws Mail. * rssyl: Allows you to read RSS newsfeeds. * spam_report: Reports spam to various places. * synce: Helps keep the address book of a Windows CD device in sync with - Claw's addressbook + Claw's addressbook * tnef_parse: Enables reading application/ms-tnef attachments. * vcalendar: Allows VCalendar message handling like Evolution or Outlook -Other Requirements: - Claws-Mail (obviously). +Requirements: + The fancy plugin requires webkit. + The geolocation plugin requires libchamplain. The notification plugin requires libnotify. - The archive plugin requires libarchive. - The gtkhtml2_viewer plugin requires gail. The SynCE plugin requires libsynce and librapi2. -All of these are available from SlackBuilds.org. Note: By default the package will include every plugin; this can be changed very easily in the script - it uses a list of plugins to be built, and plugins |