Move instruction to load the plugins into a MESSAGE file.
Suggested by reed@.
This commit is contained in:
parent
f0768bb694
commit
e79936a14f
6 changed files with 5 additions and 10 deletions
|
@ -2,5 +2,3 @@ Using Dillo, a very light web browser, the dillo-viewer plugin allows
|
|||
Sylpheed-claws to render HTML attachments. Note that it is done in a somewhat
|
||||
secure way, by passing the -s argument to Dillo, which prevents it from making
|
||||
any Internet connection.
|
||||
|
||||
You must manually load the plugin through Configuration/Plugins.
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
|
||||
PDF attachments in the visualisation panel.
|
||||
|
||||
You must manually load the plugin through Configuration/Plugins.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:44 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2004/04/27 07:19:05 cube Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ghostscript-viewer-0.6
|
||||
|
@ -18,6 +18,7 @@ USE_LIBTOOL= YES
|
|||
|
||||
PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
|
||||
PLIST_SUBST+= PLUGIN_NAME=ghostscript_viewer
|
||||
MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins
|
||||
|
||||
.include "../../devel/pkgconfig/buildlink3.mk"
|
||||
.include "../../mail/sylpheed-claws/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
Using imlib, image-viewer allows Sylpheed-claws to display attached images in
|
||||
the visualisation panel.
|
||||
|
||||
You must manually load the plugin through Configuration/Plugins.
|
||||
|
|
|
@ -2,5 +2,3 @@ With the trayicon plugin, Sylpheed-claws will display an icon in the system
|
|||
tray. The desktop environment must be compatible with the system tray
|
||||
protocol specification from http://www.freedesktop.org/standards/. GNOME 2
|
||||
and KDE 3.1.1 are known to follow it.
|
||||
|
||||
You must manually load the plugin through Configuration/Plugins.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: plugins.mk,v 1.2 2004/02/14 17:21:44 jlam Exp $
|
||||
# $NetBSD: plugins.mk,v 1.3 2004/04/27 07:19:04 cube Exp $
|
||||
#
|
||||
|
||||
.include "../../mail/sylpheed-claws/Makefile.common"
|
||||
|
@ -27,3 +27,5 @@ CONFIGURE_ARGS+= --disable-mathml-viewer-plugin
|
|||
|
||||
PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
|
||||
PLIST_SUBST+= PLUGIN_NAME=${PLUGIN_NAME}
|
||||
|
||||
MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins
|
||||
|
|
Loading…
Reference in a new issue