From 3937dc897c755fd614e122351d54028ac369827f Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 25 Sep 2000 22:31:35 +0000 Subject: [PATCH] updated some docs git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@760 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 1 + doc/plugin.txt | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 16811b4f..aca867f6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Lewis Bergman Bryan Stalcup Tyler Akins + Damien Sandras Translations: ------------- diff --git a/doc/plugin.txt b/doc/plugin.txt index 2e8f354a..47f31f9a 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -113,9 +113,9 @@ List of hooks help_top src/help.php help_bottom src/help.php help_chapter src/help.php - abook_html_search_below src/addrbook_search_html.php + addrbook_html_search_below src/addrbook_search_html.php addressbook_bottom src/addressbook.php - attachment $type0/$type1 functions/mime.php + ^ attachment $type0/$type1 functions/mime.php (*) Options ----------- @@ -125,6 +125,14 @@ The second way, you create your own section that they can choose from and it displays its own range of options. +(^) Attachment Hooks +-------------------- +When a message has attachments, this hook is called with the MIME types. For +instance, a .zip file hook is "attachment application/x-zip". The hook should +probably show a link to do a specific action, such as "Verify" or "View" for a +.zip file. + + First: Integrating into existing options ----------------------------------------- There are two hooks you need to use for this one: -- 2.25.1