diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /plugin/attachment_tool/README | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'plugin/attachment_tool/README')
| -rw-r--r-- | plugin/attachment_tool/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin/attachment_tool/README b/plugin/attachment_tool/README new file mode 100644 index 0000000..159a2af --- /dev/null +++ b/plugin/attachment_tool/README | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | Attachment Tool Plug-in | ||
| 2 | ======================= | ||
| 3 | |||
| 4 | This is a plug-in for handling messages with attached files. | ||
| 5 | |||
| 6 | Currently, this plug-in can only remove data of attached files with file name. | ||
| 7 | MIME structure will be retained, and users will see 0 byte files. | ||
| 8 | |||
| 9 | This tool is available on local folders only. | ||
| 10 | |||
| 11 | Requirement | ||
| 12 | ----------- | ||
| 13 | |||
| 14 | This plug-in requires Sylpheed 3.1beta3 or later. | ||
| 15 | |||
| 16 | Install | ||
| 17 | ------- | ||
| 18 | |||
| 19 | This plugin will not be installed by 'make install'. | ||
| 20 | To install this test plugin, type 'make install-plugin'. | ||
| 21 | |||
| 22 | Usage | ||
| 23 | ----- | ||
| 24 | |||
| 25 | 1. Select target messages in the summary view. | ||
| 26 | 2. Select 'Tools - Remove attachments'. | ||
