Import claws-mail 2.8.1, a many-featured mail and news reader.

From Ulrich Kahl, with work by pyr@, brad, myself and various people
on ports@.  Not quite finished, but with this many contributers, it's
nice to have some version control.

ok pvalchev

----------------------------------------------------------------------
----------------------------------------------------------------------
This commit is contained in:
deanna 2007-03-23 17:38:22 +00:00
parent 4a43a215cd
commit d1b9623f64
21 changed files with 768 additions and 0 deletions

199
mail/claws-mail/Makefile Normal file
View File

@ -0,0 +1,199 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
COMMENT-main= "mail and news client"
COMMENT-docs= "documentation"
COMMENT-bogofilter= "bogofilter plugin"
COMMENT-clamav= "clamav plugin"
COMMENT-dillo= "dillo plugin"
COMMENT-pgp= "several pgp plugins"
COMMENT-spamassassin= "spamassassin plugin"
V= 2.8.1
DISTNAME= claws-mail-$V
PKGNAME= claws-mail
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-docs= ${PKGNAME}-docs-$V
FULLPKGNAME-bogofilter= ${PKGNAME}-bogofilter-$V
FULLPKGNAME-clamav= ${PKGNAME}-clamav-$V
FULLPKGNAME-dillo= ${PKGNAME}-dillo-$V
FULLPKGNAME-pgp= ${PKGNAME}-pgp-$V
FULLPKGNAME-spamassassin= ${PKGNAME}-spamassassin-$V
CATEGORIES= mail news
HOMEPAGE= http://www.claws-mail.org/
MAINTAINER= Ulrich Kahl <ulrich.kahl@cityweb.de>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
EXTRACT_SUFX= .tar.bz2
DIST_SUBDIR= claws
MULTI_PACKAGES= -main -docs
PSEUDO_FLAVORS= no_bogofilter no_clamav no_dillo no_pgp \
no_spamassassin
FLAVORS= aspell compface jpilot ldap gnomeprint # gnome
FLAVOR?=
SHARED_ONLY= Yes
RUN_DEPENDS-docs= ::${BUILD_PKGPATH}
RUN_DEPENDS-bogofilter= ::${BUILD_PKGPATH} \
:bogofilter-*:mail/bogofilter
RUN_DEPENDS-clamav= ::${BUILD_PKGPATH}
RUN_DEPENDS-dillo= ::${BUILD_PKGPATH} \
::www/dillo
RUN_DEPENDS-pgp= ::${BUILD_PKGPATH}
RUN_DEPENDS-spamassassin= ::mail/claws-mail \
:p5-Mail-SpamAssassin-*:mail/p5-Mail-SpamAssassin
WANTLIB= X11 Xau Xdmcp Xrender crypto expat fontconfig \
freetype m ssl z
WANTLIB-main= ${WANTLIB} ICE SM c pthread
WANTLIB-docs=
MODULES= devel/gettext
LIB_DEPENDS= atk-1.0::devel/atk \
cairo::graphics/cairo \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
glib-2.0,gmodule-2.0,gobject-2.0::devel/glib2 \
glitz::graphics/glitz \
pango-1.0,pangocairo-1.0,pangoft2-1.0::devel/pango \
png::graphics/png \
etpan::mail/libetpan \
sasl2::security/cyrus-sasl2
LIB_DEPENDS-main= ${LIB_DEPENDS} \
gthread-2.0::devel/glib2 \
startup-notification-1::devel/startup-notification
LIB_DEPENDS-docs=
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I/usr/include/openssl" \
OPENSSL_LIBS="-lssl -lcrypto" \
CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
.if !empty(FLAVOR:L:Mno_bogofilter)
CONFIGURE_ARGS+= --disable-bogofilter-plugin
.else
MULTI_PACKAGES+= -bogofilter
CONFIGURE_ARGS+= --enable-bogofilter-plugin
LIB_DEPENDS-bogofilter= ${LIB_DEPENDS}
.endif
.if !empty(FLAVOR:L:Mno_clamav)
CONFIGURE_ARGS+= --disable-clamav-plugin
.else
MULTI_PACKAGES+= -clamav
CONFIGURE_ARGS+= --enable-clamav-plugin
WANTLIB-clamav= ${WANTLIB} bz2 gmp
LIB_DEPENDS-clamav= ${LIB_DEPENDS} \
clamav::security/clamav \
curl::net/curl
.endif
.if !empty(FLAVOR:L:Mno_dillo)
CONFIGURE_ARGS+= --disable-dillo-viewer-plugin
.else
MULTI_PACKAGES+= -dillo
CONFIGURE_ARGS+= --enable-dillo-viewer-plugin
WANTLIB-dillo= ${WANTLIB}
LIB_DEPENDS-dillo= ${LIB_DEPENDS}
.endif
.if !empty(FLAVOR:L:Mno_pgp)
CONFIGURE_ARGS+= --disable-pgpcore-plugin \
--disable-pgpmime-plugin \
--disable-pgpinline-plugin
.else
MULTI_PACKAGES+= -pgp
CONFIGURE_ARGS+= --enable-pgpcore-plugin \
--enable-pgpmime-plugin \
--enable-pgpinline-plugin
LIB_DEPENDS-main+= gpgme::security/gpgme \
gpg-error::security/libgpg-error
WANTLIB-pgp= ${WANTLIB}
LIB_DEPENDS-pgp= ${LIB_DEPENDS} \
gpgme::security/gpgme \
gpg-error::security/libgpg-error
.endif
.if !empty(FLAVOR:L:Mno_spamassassin)
CONFIGURE_ARGS+= --disable-spamassassin-plugin
.else
MULTI_PACKAGES+= -spamassassin
CONFIGURE_ARGS+= --enable-spamassassin-plugin
WANTLIB-spamassassin= ${WANTLIB}
LIB_DEPENDS-spamassassin=${LIB_DEPENDS}
.endif
.if ${FLAVOR:L:Maspell}
CONFIGURE_ARGS+= --enable-aspell
WANTLIB-main+= stdc++
LIB_DEPENDS-main+= aspell::textproc/aspell/core
.else
CONFIGURE_ARGS+= --disable-aspell
.endif
.if ${FLAVOR:L:Mcompface}
PERMIT_PACKAGE_CDROM= "No Fee"
PERMIT_DISTFILES_CDROM= "No Fee"
CONFIGURE_ARGS+= --enable-compface
LIB_DEPENDS-main+= compface.>=1::mail/faces
.else
CONFIGURE_ARGS+= --disable-compface
.endif
# needs some work
.if ${FLAVOR:L:Mjpilot}
CONFIGURE_ARGS+= --enable-jpilot
LIB_DEPENDS-main+= pisock::comms/pilot-link
RUN_DEPENDS-main+= ::comms/jpilot
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif
.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+= --enable-ldap
WANTLIB-main+=
LIB_DEPENDS-main+=
.else
CONFIGURE_ARGS+= --disable-ldap
.endif
.if ${FLAVOR:L:Mgnomeprint}
CONFIGURE_ARGS+= --enable-gnomeprint
WANTLIB-main+= art_lgpl_2 xml2
LIB_DEPENDS-main+= gnomecanvas-2::x11/gnome/libgnomecanvas \
gnomeprint-2-2::x11/gnome/libgnomeprint \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
.else
CONFIGURE_ARGS+= --disable-gnomeprint
.endif
# gnome
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${PREFIX}/share/applications/claws-mail.desktop
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/48x48/apps
${INSTALL_DATA} ${WRKSRC}/claws-mail.png ${PREFIX}/share/icons/hicolor/48x48/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/64x64/apps
${INSTALL_DATA} ${WRKSRC}/claws-mail-64x64.png ${PREFIX}/share/icons/hicolor/64x64/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/128x128/apps
${INSTALL_DATA} ${WRKSRC}/claws-mail-128x128.png ${PREFIX}/share/icons/hicolor/128x128/apps/claws-mail.png
.include <bsd.port.mk>

5
mail/claws-mail/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (claws/claws-mail-2.8.1.tar.bz2) = b68983f2edac97cc094c527536d49a09
RMD160 (claws/claws-mail-2.8.1.tar.bz2) = aa84a6e7496cbfdf2b9cd2c28a2ee8b0de758a60
SHA1 (claws/claws-mail-2.8.1.tar.bz2) = 10b9297361a892690af2da0e5297473537c1ff7f
SHA256 (claws/claws-mail-2.8.1.tar.bz2) = 8aa4f942ed95f53fe707c2b571c284c97e588a260f10042b2cc7c27174eb0552
SIZE (claws/claws-mail-2.8.1.tar.bz2) = 5354557

View File

@ -0,0 +1,30 @@
$OpenBSD: patch-configure,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- configure.orig Mon Mar 5 23:56:48 2007
+++ configure Thu Mar 22 01:31:28 2007
@@ -27911,7 +27911,7 @@ echo $ECHO_N "checking for GNU/aspell - version >= $mi
use_aspell=no ac_cv_enable_aspell=no
else
ASPELL_CFLAGS="-I$aspell_includes"
- ASPELL_LIBS="-L$aspell_libs -laspell"
+ ASPELL_LIBS="-L$aspell_libs -laspell -lstdc++ -lm"
aspell_version=`$ASPELL version|sed -e "s/\(@(#) International Ispell Version 3.1.20 (but really Aspell \)\(.*\))/\2/"`
rm -f conf.aspelltest
if test "$cross_compiling" = yes; then
@@ -29538,7 +29538,7 @@ if test "${ac_cv_lib_pisock_unpack_Address+set}" = set
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpisock $LIBS"
+LIBS="-lpisock -pthread $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -29594,7 +29594,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_pisock_unpack_Address" >&5
echo "${ECHO_T}$ac_cv_lib_pisock_unpack_Address" >&6; }
if test $ac_cv_lib_pisock_unpack_Address = yes; then
- JPILOT_LIBS="-lpisock"
+ JPILOT_LIBS="-lpisock -pthread"
else
JPILOT_LIBS="" ac_cv_enable_jpilot="no"
fi

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_common_smtp_h,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- src/common/smtp.h.orig Sun Apr 3 15:14:42 2005
+++ src/common/smtp.h Sun Apr 3 15:15:18 2005
@@ -32,7 +32,9 @@ typedef struct _SMTPSession SMTPSession;
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
+# define MSGBUFSIZE 8192
+#endif
typedef enum
{

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-src_inc_c,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- src/inc.c.orig Mon Mar 5 23:44:46 2007
+++ src/inc.c Thu Mar 22 16:22:10 2007
@@ -69,7 +69,7 @@ static GdkPixbuf *currentpix;
static GdkPixbuf *errorpix;
static GdkPixbuf *okpix;
-#define MSGBUFSIZE 8192
+#define MESSAGEBUFSIZE 8192
static void inc_finished (MainWindow *mainwin,
gboolean new_messages);
@@ -921,7 +921,7 @@ static void inc_progress_dialog_set_label(IncProgressD
static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog,
IncSession *inc_session)
{
- gchar buf[MSGBUFSIZE];
+ gchar buf[MESSAGEBUFSIZE];
Pop3Session *pop3_session = POP3_SESSION(inc_session->session);
gchar *total_size_str;
gint cur_total;

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-src_mbox_c,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- src/mbox.c.orig Mon Mar 5 23:44:47 2007
+++ src/mbox.c Thu Mar 22 01:31:28 2007
@@ -48,7 +48,7 @@
#include "alertpanel.h"
#include "statusbar.h"
-#define MSGBUFSIZE 8192
+#define MESSAGEBUFSIZE 8192
#ifdef HAVE_FGETS_UNLOCKED
#define SC_FGETS fgets_unlocked
@@ -78,7 +78,7 @@ gint proc_mbox(FolderItem *dest, const gchar *mbox, gb
/* return values: -1 error, >=0 number of msgs added */
{
FILE *mbox_fp;
- gchar buf[MSGBUFSIZE];
+ gchar buf[MESSAGEBUFSIZE];
gchar *tmp_file;
gint msgs = 0;
gint lines;

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_procmime_c,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- src/procmime.c.orig Mon Mar 5 23:44:47 2007
+++ src/procmime.c Sun Mar 18 15:36:24 2007
@@ -1130,7 +1130,7 @@ GList *procmime_get_mime_type_list(void)
#endif
{
fp_is_glob_file = FALSE;
- if ((fp = g_fopen("/etc/mime.types", "rb")) == NULL) {
+ if ((fp = g_fopen("/var/www/conf/mime.types", "rb")) == NULL) {
if ((fp = g_fopen(SYSCONFDIR "/mime.types", "rb"))
== NULL) {
FILE_OP_ERROR(SYSCONFDIR "/mime.types",

View File

@ -0,0 +1,22 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Plugin for bogofilter support.

View File

@ -0,0 +1,22 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Plugin for clamav support.

View File

@ -0,0 +1,22 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Plugin to utilize dillo for html rendering.

View File

@ -0,0 +1,23 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Documentation in additional formats (html, ps, pdf).

View File

@ -0,0 +1,20 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.

View File

@ -0,0 +1,22 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Plugins for openpgp support.

View File

@ -0,0 +1,22 @@
Claws Mail is an email client (and news reader), based on GTK+, featuring
Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
The appearance and interface are designed to be familiar to new users
coming from other popular email clients, as well as experienced users.
Almost all commands are accessible with the keyboard.
The messages are managed in the standard MH format, which features fast
access and data security. You'll be able to import your emails from almost
any other email client, and export them just as easily.
Lots of extra functionality, like an RSS aggregator, calendar, or
laptop LED handling, are provided by extra plugins.
Claws Mail is distributed under the GPL.
Plugin for spamassassin support.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-bogofilter,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
lib/claws-mail/plugins/bogofilter.a
lib/claws-mail/plugins/bogofilter.la
lib/claws-mail/plugins/bogofilter.so

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-clamav,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
lib/claws-mail/plugins/clamav_plugin.a
lib/claws-mail/plugins/clamav_plugin.la
lib/claws-mail/plugins/clamav_plugin.so

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-dillo,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
lib/claws-mail/plugins/dillo_viewer.a
lib/claws-mail/plugins/dillo_viewer.la
lib/claws-mail/plugins/dillo_viewer.so

View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PLIST-docs,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
share/doc/claws-mail/
share/doc/claws-mail/RELEASE_NOTES
share/doc/claws-mail/manual/
share/doc/claws-mail/manual/en/
share/doc/claws-mail/manual/en/claws-mail-manual.html
share/doc/claws-mail/manual/en/claws-mail-manual.pdf
share/doc/claws-mail/manual/en/claws-mail-manual.ps
share/doc/claws-mail/manual/en/claws-mail-manual.txt
share/doc/claws-mail/manual/es/
share/doc/claws-mail/manual/es/claws-mail-manual.html
share/doc/claws-mail/manual/es/claws-mail-manual.pdf
share/doc/claws-mail/manual/es/claws-mail-manual.ps
share/doc/claws-mail/manual/es/claws-mail-manual.txt
share/doc/claws-mail/manual/fr/
share/doc/claws-mail/manual/fr/claws-mail-manual.html
share/doc/claws-mail/manual/fr/claws-mail-manual.pdf
share/doc/claws-mail/manual/fr/claws-mail-manual.ps
share/doc/claws-mail/manual/fr/claws-mail-manual.txt
share/doc/claws-mail/manual/pl/
share/doc/claws-mail/manual/pl/claws-mail-manual.html
share/doc/claws-mail/manual/pl/claws-mail-manual.pdf
share/doc/claws-mail/manual/pl/claws-mail-manual.ps
share/doc/claws-mail/manual/pl/claws-mail-manual.txt

View File

@ -0,0 +1,251 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
bin/claws-mail
@comment bin/sylpheed-claws
include/claws-mail/
include/claws-mail/account.h
include/claws-mail/action.h
include/claws-mail/adbookbase.h
include/claws-mail/addr_compl.h
include/claws-mail/addrbook.h
include/claws-mail/addrcache.h
include/claws-mail/addrclip.h
include/claws-mail/addrdefs.h
include/claws-mail/addressadd.h
include/claws-mail/addressbook.h
include/claws-mail/addressbook_foldersel.h
include/claws-mail/addressitem.h
include/claws-mail/addrgather.h
include/claws-mail/addrharvest.h
include/claws-mail/addrindex.h
include/claws-mail/addritem.h
include/claws-mail/addrquery.h
include/claws-mail/addrselect.h
include/claws-mail/alertpanel.h
include/claws-mail/browseldap.h
include/claws-mail/codeconv.h
include/claws-mail/common/
include/claws-mail/common/base64.h
include/claws-mail/common/claws.h
include/claws-mail/common/defs.h
include/claws-mail/common/hooks.h
include/claws-mail/common/log.h
include/claws-mail/common/md5.h
include/claws-mail/common/mgutils.h
include/claws-mail/common/nntp.h
include/claws-mail/common/passcrypt.h
include/claws-mail/common/plugin.h
include/claws-mail/common/prefs.h
include/claws-mail/common/progressindicator.h
include/claws-mail/common/quoted-printable.h
include/claws-mail/common/session.h
include/claws-mail/common/smtp.h
include/claws-mail/common/socket.h
include/claws-mail/common/ssl.h
include/claws-mail/common/ssl_certificate.h
include/claws-mail/common/string_match.h
include/claws-mail/common/stringtable.h
include/claws-mail/common/template.h
include/claws-mail/common/timing.h
include/claws-mail/common/utils.h
include/claws-mail/common/uuencode.h
include/claws-mail/common/valgrind.h
include/claws-mail/common/version.h
include/claws-mail/common/xml.h
include/claws-mail/common/xmlprops.h
include/claws-mail/compose.h
include/claws-mail/config.h
include/claws-mail/crash.h
include/claws-mail/customheader.h
include/claws-mail/displayheader.h
include/claws-mail/editaddress.h
include/claws-mail/editbook.h
include/claws-mail/editgroup.h
include/claws-mail/editjpilot.h
include/claws-mail/editldap.h
include/claws-mail/editldap_basedn.h
include/claws-mail/editvcard.h
include/claws-mail/enriched.h
include/claws-mail/etpan/
include/claws-mail/etpan/etpan-errors.h
include/claws-mail/etpan/etpan-thread-manager-types.h
include/claws-mail/etpan/etpan-thread-manager.h
include/claws-mail/etpan/imap-thread.h
include/claws-mail/exphtmldlg.h
include/claws-mail/expldifdlg.h
include/claws-mail/export.h
include/claws-mail/exporthtml.h
include/claws-mail/exportldif.h
include/claws-mail/filtering.h
include/claws-mail/folder.h
include/claws-mail/folder_item_prefs.h
include/claws-mail/foldersel.h
include/claws-mail/folderutils.h
include/claws-mail/folderview.h
include/claws-mail/gedit-print.h
include/claws-mail/grouplistdialog.h
include/claws-mail/gtk/
include/claws-mail/gtk/about.h
include/claws-mail/gtk/authors.h
include/claws-mail/gtk/claws-marshal.h
include/claws-mail/gtk/colorlabel.h
include/claws-mail/gtk/colorsel.h
include/claws-mail/gtk/combobox.h
include/claws-mail/gtk/description_window.h
include/claws-mail/gtk/filesel.h
include/claws-mail/gtk/foldersort.h
include/claws-mail/gtk/gtkaspell.h
include/claws-mail/gtk/gtksctree.h
include/claws-mail/gtk/gtkshruler.h
include/claws-mail/gtk/gtksourceprintjob.h
include/claws-mail/gtk/gtkutils.h
include/claws-mail/gtk/gtkvscrollbutton.h
include/claws-mail/gtk/icon_legend.h
include/claws-mail/gtk/inputdialog.h
include/claws-mail/gtk/logwindow.h
include/claws-mail/gtk/manage_window.h
include/claws-mail/gtk/menu.h
include/claws-mail/gtk/pluginwindow.h
include/claws-mail/gtk/prefswindow.h
include/claws-mail/gtk/progressdialog.h
include/claws-mail/gtk/quicksearch.h
include/claws-mail/gtk/sslcertwindow.h
include/claws-mail/headerview.h
include/claws-mail/html.h
include/claws-mail/image_viewer.h
include/claws-mail/imap.h
include/claws-mail/imap_gtk.h
include/claws-mail/import.h
include/claws-mail/importldif.h
include/claws-mail/importmutt.h
include/claws-mail/importpine.h
include/claws-mail/inc.h
include/claws-mail/jpilot.h
include/claws-mail/ldapctrl.h
include/claws-mail/ldaplocate.h
include/claws-mail/ldapquery.h
include/claws-mail/ldapserver.h
include/claws-mail/ldaputil.h
include/claws-mail/ldif.h
include/claws-mail/localfolder.h
include/claws-mail/main.h
include/claws-mail/mainwindow.h
include/claws-mail/manual.h
include/claws-mail/matcher.h
include/claws-mail/matcher_parser.h
include/claws-mail/matcher_parser_lex.h
include/claws-mail/matcher_parser_parse.h
include/claws-mail/mbox.h
include/claws-mail/message_search.h
include/claws-mail/messageview.h
include/claws-mail/mh.h
include/claws-mail/mh_gtk.h
include/claws-mail/mimeview.h
include/claws-mail/msgcache.h
include/claws-mail/mutt.h
include/claws-mail/news.h
include/claws-mail/news_gtk.h
include/claws-mail/noticeview.h
include/claws-mail/partial_download.h
include/claws-mail/pine.h
include/claws-mail/plugins/
include/claws-mail/pop.h
include/claws-mail/prefs_account.h
include/claws-mail/prefs_actions.h
include/claws-mail/prefs_common.h
include/claws-mail/prefs_compose_writing.h
include/claws-mail/prefs_customheader.h
include/claws-mail/prefs_display_header.h
include/claws-mail/prefs_ext_prog.h
include/claws-mail/prefs_filtering.h
include/claws-mail/prefs_filtering_action.h
include/claws-mail/prefs_folder_column.h
include/claws-mail/prefs_folder_item.h
include/claws-mail/prefs_fonts.h
include/claws-mail/prefs_gtk.h
include/claws-mail/prefs_image_viewer.h
include/claws-mail/prefs_matcher.h
include/claws-mail/prefs_message.h
include/claws-mail/prefs_msg_colors.h
include/claws-mail/prefs_other.h
include/claws-mail/prefs_quote.h
include/claws-mail/prefs_receive.h
include/claws-mail/prefs_send.h
include/claws-mail/prefs_spelling.h
include/claws-mail/prefs_summaries.h
include/claws-mail/prefs_summary_column.h
include/claws-mail/prefs_template.h
include/claws-mail/prefs_themes.h
include/claws-mail/prefs_toolbar.h
include/claws-mail/prefs_wrapping.h
include/claws-mail/privacy.h
include/claws-mail/procheader.h
include/claws-mail/procmime.h
include/claws-mail/procmsg.h
include/claws-mail/quote_fmt.h
include/claws-mail/quote_fmt_lex.h
include/claws-mail/quote_fmt_parse.h
include/claws-mail/recv.h
include/claws-mail/remotefolder.h
include/claws-mail/send_message.h
include/claws-mail/setup.h
include/claws-mail/sourcewindow.h
include/claws-mail/ssl_manager.h
include/claws-mail/statusbar.h
include/claws-mail/stock_pixmap.h
include/claws-mail/summary_search.h
include/claws-mail/summaryview.h
include/claws-mail/textview.h
include/claws-mail/toolbar.h
include/claws-mail/undo.h
include/claws-mail/unmime.h
include/claws-mail/uri_opener.h
include/claws-mail/vcard.h
include/claws-mail/wizard.h
lib/claws-mail/
lib/claws-mail/plugins/
lib/claws-mail/plugins/trayicon.a
lib/claws-mail/plugins/trayicon.la
lib/claws-mail/plugins/trayicon.so
lib/pkgconfig/
lib/pkgconfig/claws-mail.pc
@man man/man1/claws-mail.1
share/applications/
share/applications/claws-mail.desktop
share/icons/
share/icons/hicolor/
share/icons/hicolor/128x128/
share/icons/hicolor/128x128/apps/
share/icons/hicolor/128x128/apps/claws-mail.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/claws-mail.png
share/icons/hicolor/64x64/
share/icons/hicolor/64x64/apps/
share/icons/hicolor/64x64/apps/claws-mail.png
share/locale/bg/LC_MESSAGES/claws-mail.mo
share/locale/ca/LC_MESSAGES/claws-mail.mo
share/locale/cs/LC_MESSAGES/claws-mail.mo
share/locale/de/LC_MESSAGES/claws-mail.mo
share/locale/el/LC_MESSAGES/claws-mail.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/claws-mail.mo
share/locale/es/LC_MESSAGES/claws-mail.mo
share/locale/fi/LC_MESSAGES/claws-mail.mo
share/locale/fr/LC_MESSAGES/claws-mail.mo
share/locale/hr/LC_MESSAGES/claws-mail.mo
share/locale/hu/LC_MESSAGES/claws-mail.mo
share/locale/it/LC_MESSAGES/claws-mail.mo
share/locale/ja/LC_MESSAGES/claws-mail.mo
share/locale/ko/LC_MESSAGES/claws-mail.mo
share/locale/nb/LC_MESSAGES/claws-mail.mo
share/locale/nl/LC_MESSAGES/claws-mail.mo
share/locale/pl/LC_MESSAGES/claws-mail.mo
share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
share/locale/ru/LC_MESSAGES/claws-mail.mo
share/locale/sk/LC_MESSAGES/claws-mail.mo
share/locale/sr/LC_MESSAGES/claws-mail.mo
share/locale/sv/LC_MESSAGES/claws-mail.mo
share/locale/zh_CN/LC_MESSAGES/claws-mail.mo
share/locale/zh_TW/LC_MESSAGES/claws-mail.mo

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST-pgp,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
include/claws-mail/plugins/pgpcore/
include/claws-mail/plugins/pgpcore/passphrase.h
include/claws-mail/plugins/pgpcore/pgp_viewer.h
include/claws-mail/plugins/pgpcore/prefs_gpg.h
include/claws-mail/plugins/pgpcore/select-keys.h
include/claws-mail/plugins/pgpcore/sgpgme.h
include/claws-mail/plugins/pgpinline/
include/claws-mail/plugins/pgpinline/pgpinline.h
include/claws-mail/plugins/pgpmime/
include/claws-mail/plugins/pgpmime/pgpmime.h
lib/claws-mail/plugins/pgpcore.a
lib/claws-mail/plugins/pgpcore.la
lib/claws-mail/plugins/pgpinline.a
lib/claws-mail/plugins/pgpinline.deps
lib/claws-mail/plugins/pgpinline.la
lib/claws-mail/plugins/pgpmime.a
lib/claws-mail/plugins/pgpmime.deps
lib/claws-mail/plugins/pgpmime.la
lib/claws-mail/plugins/pgpcore.so
lib/claws-mail/plugins/pgpinline.so
lib/claws-mail/plugins/pgpmime.so

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-spamassassin,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
lib/claws-mail/plugins/spamassassin.a
lib/claws-mail/plugins/spamassassin.la
lib/claws-mail/plugins/spamassassin.so