View | Details | Raw Unified | Return to bug 267043 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/claws-mail/Makefile (-2 / +20 lines)
Lines 1-87 Link Here
1
PORTNAME=	claws-mail
1
PORTNAME=	claws-mail
2
CATEGORIES=	mail news
2
CATEGORIES=	mail news
3
3
4
COMMENT=	Lightweight and featureful GTK+ based e-mail and news client
4
COMMENT=	Lightweight and featureful GTK+ based e-mail and news client
5
WWW=		https://www.claws-mail.org/
5
WWW=		https://www.claws-mail.org/
6
6
7
LICENSE=	GPLv3
7
LICENSE=	GPLv3
8
LICENSE_FILE=	${WRKSRC}/COPYING
8
LICENSE_FILE=	${WRKSRC}/COPYING
9
9
10
LIB_DEPENDS=	libcurl.so:ftp/curl \
10
LIB_DEPENDS=	libcurl.so:ftp/curl \
11
		libetpan.so:mail/libetpan \
11
		libetpan.so:mail/libetpan \
12
		libexpat.so:textproc/expat2 \
12
		libexpat.so:textproc/expat2 \
13
		libfontconfig.so:x11-fonts/fontconfig \
13
		libfontconfig.so:x11-fonts/fontconfig \
14
		libfreetype.so:print/freetype2 \
14
		libfreetype.so:print/freetype2 \
15
		libgcrypt.so:security/libgcrypt \
15
		libgcrypt.so:security/libgcrypt \
16
		libgnutls.so:security/gnutls \
16
		libgnutls.so:security/gnutls \
17
		libharfbuzz.so:print/harfbuzz \
17
		libharfbuzz.so:print/harfbuzz \
18
		libnettle.so:security/nettle \
18
		libnettle.so:security/nettle \
19
		libsasl2.so:security/cyrus-sasl2
19
		libsasl2.so:security/cyrus-sasl2
20
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
20
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
21
		mime-support>0:misc/mime-support
21
		mime-support>0:misc/mime-support
22
22
23
USES=		autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
23
USES=		autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
24
		gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix \
24
		gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix \
25
		ssl xorg
25
		ssl xorg
26
USE_GNOME=	cairo gtk20 librsvg2
26
USE_GNOME=	cairo librsvg2
27
USE_XORG=	ice sm
27
USE_XORG=	ice sm
28
SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail
28
SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail
29
29
30
OPTIONS_DEFINE=		COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \
30
OPTIONS_DEFINE=		COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \
31
			THEMES
31
			THEMES
32
OPTIONS_DEFAULT=	COMPFACE ENCHANT STARTUP THEMES
32
OPTIONS_DEFAULT=	COMPFACE ENCHANT GTK2 STARTUP THEMES
33
OPTIONS_RADIO=		BRANCH
34
OPTIONS_RADIO_BRANCH=	GTK2 GTK3
33
OPTIONS_SUB=		yes
35
OPTIONS_SUB=		yes
34
36
35
COMPFACE_DESC=	X-Face support
37
COMPFACE_DESC=	X-Face support
36
ENCHANT_DESC=	Spell checking support
38
ENCHANT_DESC=	Spell checking support
39
GTK2_DESC=	Build GTK2+ release
40
GTK3_DESC=	Build GTK3+ release
37
STARTUP_DESC=	Startup notification support
41
STARTUP_DESC=	Startup notification support
38
THEMES_DESC=	Additional themes
42
THEMES_DESC=	Additional themes
39
43
40
COMPFACE_LIB_DEPENDS=		libcompface.so:mail/faces
44
COMPFACE_LIB_DEPENDS=		libcompface.so:mail/faces
41
COMPFACE_CONFIGURE_ENABLE=	compface
45
COMPFACE_CONFIGURE_ENABLE=	compface
42
46
43
DEBUG_CONFIGURE_ON=	--enable-maintainer-mode
47
DEBUG_CONFIGURE_ON=	--enable-maintainer-mode
44
48
45
ENCHANT_LIB_DEPENDS=		libenchant.so:textproc/enchant
49
ENCHANT_LIB_DEPENDS=		libenchant.so:textproc/enchant
46
ENCHANT_CONFIGURE_ENABLE=	enchant
50
ENCHANT_CONFIGURE_ENABLE=	enchant
47
51
48
IPV6_CONFIGURE_ENABLE=	ipv6
52
IPV6_CONFIGURE_ENABLE=	ipv6
49
53
50
LDAP_USE=		OPENLDAP=yes
54
LDAP_USE=		OPENLDAP=yes
51
LDAP_CONFIGURE_ENABLE=	ldap
55
LDAP_CONFIGURE_ENABLE=	ldap
52
56
53
NLS_USES=		gettext-tools
57
NLS_USES=		gettext-tools
54
NLS_CONFIGURE_OFF=	--disable-nls
58
NLS_CONFIGURE_OFF=	--disable-nls
55
59
56
STARTUP_LIB_DEPENDS=		libstartup-notification-1.so:x11/startup-notification
60
STARTUP_LIB_DEPENDS=		libstartup-notification-1.so:x11/startup-notification
57
STARTUP_CONFIGURE_ENABLE=	startup-notification
61
STARTUP_CONFIGURE_ENABLE=	startup-notification
58
62
59
THEMES_RUN_DEPENDS=	claws-mail-themes>0:x11-themes/claws-mail-themes
63
THEMES_RUN_DEPENDS=	claws-mail-themes>0:x11-themes/claws-mail-themes
60
64
65
.include <bsd.port.options.mk>
66
MASTER_OPTIONS=	${PORT_OPTIONS}
61
.include "Makefile.claws"
67
.include "Makefile.claws"
62
68
69
.if ${PORT_OPTIONS:MGTK2}
70
USE_GNOME+=	gtk20
71
72
PLIST_SUB+=	GTK2=""
73
.else
74
PLIST_SUB+=	GTK2="@comment "
75
.endif
76
77
.if ${PORT_OPTIONS:MGTK3}
78
USE_GNOME+=	gtk30
79
.endif
80
63
post-patch:
81
post-patch:
64
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
82
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
65
	${WRKSRC}/src/common/ssl.c
83
	${WRKSRC}/src/common/ssl.c
66
84
67
post-install:
85
post-install:
68
	@${MKDIR} ${STAGEDIR}${DATADIR}
86
	@${MKDIR} ${STAGEDIR}${DATADIR}
69
	(cd ${WRKSRC}/tools && \
87
	(cd ${WRKSRC}/tools && \
70
		${INSTALL_SCRIPT} acroread2claws-mail.pl \
88
		${INSTALL_SCRIPT} acroread2claws-mail.pl \
71
		calypso_convert.pl claws-mail-compose-insert-files.pl \
89
		calypso_convert.pl claws-mail-compose-insert-files.pl \
72
		cm-reparent.pl convert_mbox.pl csv2addressbook.pl ddg_search.pl \
90
		cm-reparent.pl convert_mbox.pl csv2addressbook.pl ddg_search.pl \
73
		eud2gc.py filter_conv.pl filter_conv_new.pl fix_date.sh \
91
		eud2gc.py filter_conv.pl filter_conv_new.pl fix_date.sh \
74
		gif2xface.pl google_msgid.pl kmail-mailbox2claws-mail.pl \
92
		gif2xface.pl google_msgid.pl kmail-mailbox2claws-mail.pl \
75
		kmail2claws-mail.pl kmail2claws-mail_v2.pl mairix.sh \
93
		kmail2claws-mail.pl kmail2claws-mail_v2.pl mairix.sh \
76
		mew2claws-mail.pl multiwebsearch.conf multiwebsearch.pl \
94
		mew2claws-mail.pl multiwebsearch.conf multiwebsearch.pl \
77
		nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh \
95
		nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh \
78
		tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh \
96
		tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh \
79
		thunderbird-filters-convertor.pl update-po uudec uuooffice \
97
		thunderbird-filters-convertor.pl update-po uudec uuooffice \
80
		vcard2xml.py \
98
		vcard2xml.py \
81
		${STAGEDIR}${DATADIR})
99
		${STAGEDIR}${DATADIR})
82
100
83
post-install-DOCS-on:
101
post-install-DOCS-on:
84
	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS README TODO ${STAGEDIR}${DOCSDIR})
102
	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS README TODO ${STAGEDIR}${DOCSDIR})
85
	${INSTALL_DATA} ${WRKSRC}/tools/README ${STAGEDIR}${DOCSDIR}/README.tools
103
	${INSTALL_DATA} ${WRKSRC}/tools/README ${STAGEDIR}${DOCSDIR}/README.tools
86
104
87
.include <bsd.port.mk>
105
.include <bsd.port.mk>
(-)b/mail/claws-mail/Makefile.claws (+4 lines)
Lines 1-53 Link Here
1
CATEGORIES?=	mail
1
CATEGORIES?=	mail
2
MASTER_SITES=	http://www.claws-mail.org/download.php?file=releases/
2
MASTER_SITES=	http://www.claws-mail.org/download.php?file=releases/
3
3
4
MAINTAINER=	portmaster@bsdforge.com
4
MAINTAINER=	portmaster@bsdforge.com
5
5
6
LICENSE=	GPLv3
6
LICENSE=	GPLv3
7
7
8
USES+=		autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz
8
USES+=		autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz
9
GNU_CONFIGURE=	yes
9
GNU_CONFIGURE=	yes
10
10
11
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
11
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
12
12
13
.include "${.CURDIR}/../claws-mail/Makefile.ver"
13
.include "${.CURDIR}/../claws-mail/Makefile.ver"
14
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
14
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
15
15
16
.if ${MASTER_OPTIONS:MGTK2}
17
EXTRA_PATCHES+=	${.CURDIR}/../claws-mail/files/extra-patch-configure.ac
18
.endif
19
16
.for p in ${CLAWS_PLUGINS}
20
.for p in ${CLAWS_PLUGINS}
17
CONFIGURE_ARGS+=	--disable-${p}-plugin
21
CONFIGURE_ARGS+=	--disable-${p}-plugin
18
.endfor
22
.endfor
19
23
20
.if defined(CLAWS_PLUGINS_BUILD)
24
.if defined(CLAWS_PLUGINS_BUILD)
21
DISTNAME=	claws-mail-${PORTVERSION}
25
DISTNAME=	claws-mail-${PORTVERSION}
22
PKGNAMEPREFIX=	claws-mail-
26
PKGNAMEPREFIX=	claws-mail-
23
27
24
BUILD_DEPENDS+=	claws-mail>=${PORTVERSION}:mail/claws-mail
28
BUILD_DEPENDS+=	claws-mail>=${PORTVERSION}:mail/claws-mail
25
RUN_DEPENDS+=	claws-mail>=${PORTVERSION}:mail/claws-mail
29
RUN_DEPENDS+=	claws-mail>=${PORTVERSION}:mail/claws-mail
26
30
27
MASTERDIR=	${.CURDIR}/../claws-mail
31
MASTERDIR=	${.CURDIR}/../claws-mail
28
DESCR=		${.CURDIR}/pkg-descr
32
DESCR=		${.CURDIR}/pkg-descr
29
FILESDIR=	${.CURDIR}/files
33
FILESDIR=	${.CURDIR}/files
30
PLIST=		${NONEXISTENT}
34
PLIST=		${NONEXISTENT}
31
PKGMESSAGE=	${.CURDIR}/pkg-message
35
PKGMESSAGE=	${.CURDIR}/pkg-message
32
36
33
CONFIGURE_ARGS+=	--disable-nls
37
CONFIGURE_ARGS+=	--disable-nls
34
38
35
.  for p in ${CLAWS_PLUGINS_BUILD}
39
.  for p in ${CLAWS_PLUGINS_BUILD}
36
CONFIGURE_ARGS:=	${CONFIGURE_ARGS:S|--disable-${p}-plugin||}
40
CONFIGURE_ARGS:=	${CONFIGURE_ARGS:S|--disable-${p}-plugin||}
37
PLIST_FILES+=	lib/claws-mail/plugins/${p:S|spam_|spam|}.so
41
PLIST_FILES+=	lib/claws-mail/plugins/${p:S|spam_|spam|}.so
38
.  endfor
42
.  endfor
39
43
40
do-build:
44
do-build:
41
.  for p in ${CLAWS_PLUGINS_BUILD}
45
.  for p in ${CLAWS_PLUGINS_BUILD}
42
	(cd ${WRKSRC}/src/plugins/${p} && ${MAKE_CMD})
46
	(cd ${WRKSRC}/src/plugins/${p} && ${MAKE_CMD})
43
.  endfor
47
.  endfor
44
48
45
do-install:
49
do-install:
46
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins
50
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins
47
.  for p in ${CLAWS_PLUGINS_BUILD}
51
.  for p in ${CLAWS_PLUGINS_BUILD}
48
	(cd ${WRKSRC}/src/plugins/${p} && \
52
	(cd ${WRKSRC}/src/plugins/${p} && \
49
		${INSTALL_LIB} .libs/${p:S|spam_|spam|}.so \
53
		${INSTALL_LIB} .libs/${p:S|spam_|spam|}.so \
50
		${STAGEDIR}${PREFIX}/lib/claws-mail/plugins)
54
		${STAGEDIR}${PREFIX}/lib/claws-mail/plugins)
51
.  endfor
55
.  endfor
52
56
53
.endif
57
.endif
(-)b/mail/claws-mail/Makefile.ver (+9 lines)
Line 1 Link Here
1
.if !defined(MASTER_OPTIONS)
2
MASTER_OPTIONS!=	${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS
3
.endif
4
5
.if ${MASTER_OPTIONS:MGTK2}
1
PORTVERSION=	3.19.0
6
PORTVERSION=	3.19.0
7
.endif
8
.if ${MASTER_OPTIONS:MGTK3}
9
PORTVERSION=	4.1.0
10
.endif
(-)b/mail/claws-mail/distinfo (+2 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1652727190
1
TIMESTAMP = 1652727190
2
SHA256 (claws-mail-3.19.0.tar.xz) = 0d0c757a9975da1f97bf5309cd051c18ad6c765fefe9319276aa3a9e48229fa2
2
SHA256 (claws-mail-3.19.0.tar.xz) = 0d0c757a9975da1f97bf5309cd051c18ad6c765fefe9319276aa3a9e48229fa2
3
SHA512 (claws-mail-3.19.0.tar.xz) = 88780df55873919197d3c6df5102a8eb89a586e8287419c179e1d0af839435a719814b1e3643aa783a7badeadceafda2dc3cb4a3265432b5ad3a210663922b20
3
SHA512 (claws-mail-3.19.0.tar.xz) = 88780df55873919197d3c6df5102a8eb89a586e8287419c179e1d0af839435a719814b1e3643aa783a7badeadceafda2dc3cb4a3265432b5ad3a210663922b20
4
SIZE (claws-mail-3.19.0.tar.xz) = 6543188
4
SIZE (claws-mail-3.19.0.tar.xz) = 6543188
5
SHA256 (claws-mail-4.1.0.tar.xz) = 0e1a9ca0db8d2a9e058ae30cdc7fc919779214ec3c56ee0c8a7f88cc23817a8e
6
SIZE (claws-mail-4.1.0.tar.xz) = 6471604
(-)b/mail/claws-mail/pkg-plist (-3 / +3 lines)
Lines 1-302 Link Here
1
bin/claws-mail
1
bin/claws-mail
2
include/claws-mail/account.h
2
include/claws-mail/account.h
3
include/claws-mail/action.h
3
include/claws-mail/action.h
4
include/claws-mail/adbookbase.h
4
include/claws-mail/adbookbase.h
5
include/claws-mail/addr_compl.h
5
include/claws-mail/addr_compl.h
6
include/claws-mail/addrbook.h
6
include/claws-mail/addrbook.h
7
include/claws-mail/addrcache.h
7
include/claws-mail/addrcache.h
8
include/claws-mail/addrclip.h
8
include/claws-mail/addrclip.h
9
include/claws-mail/addrcustomattr.h
9
include/claws-mail/addrcustomattr.h
10
include/claws-mail/addrdefs.h
10
include/claws-mail/addrdefs.h
11
include/claws-mail/addrduplicates.h
11
include/claws-mail/addrduplicates.h
12
include/claws-mail/addressadd.h
12
include/claws-mail/addressadd.h
13
include/claws-mail/addressbook-dbus.h
13
include/claws-mail/addressbook-dbus.h
14
include/claws-mail/addressbook.h
14
include/claws-mail/addressbook.h
15
include/claws-mail/addressbook_foldersel.h
15
include/claws-mail/addressbook_foldersel.h
16
include/claws-mail/addressitem.h
16
include/claws-mail/addressitem.h
17
include/claws-mail/addrgather.h
17
include/claws-mail/addrgather.h
18
include/claws-mail/addrharvest.h
18
include/claws-mail/addrharvest.h
19
include/claws-mail/addrindex.h
19
include/claws-mail/addrindex.h
20
include/claws-mail/addritem.h
20
include/claws-mail/addritem.h
21
include/claws-mail/addrmerge.h
21
include/claws-mail/addrmerge.h
22
include/claws-mail/addrquery.h
22
include/claws-mail/addrquery.h
23
include/claws-mail/addrselect.h
23
include/claws-mail/addrselect.h
24
include/claws-mail/advsearch.h
24
include/claws-mail/advsearch.h
25
include/claws-mail/alertpanel.h
25
include/claws-mail/alertpanel.h
26
include/claws-mail/autofaces.h
26
include/claws-mail/autofaces.h
27
include/claws-mail/avatars.h
27
include/claws-mail/avatars.h
28
include/claws-mail/browseldap.h
28
include/claws-mail/browseldap.h
29
include/claws-mail/claws-features.h
29
include/claws-mail/claws-features.h
30
include/claws-mail/common/claws.h
30
include/claws-mail/common/claws.h
31
include/claws-mail/common/codeconv.h
31
include/claws-mail/common/codeconv.h
32
include/claws-mail/common/defs.h
32
include/claws-mail/common/defs.h
33
include/claws-mail/common/file-utils.h
33
include/claws-mail/common/file-utils.h
34
include/claws-mail/common/hooks.h
34
include/claws-mail/common/hooks.h
35
include/claws-mail/common/log.h
35
include/claws-mail/common/log.h
36
include/claws-mail/common/md5.h
36
include/claws-mail/common/md5.h
37
include/claws-mail/common/mgutils.h
37
include/claws-mail/common/mgutils.h
38
include/claws-mail/common/passcrypt.h
38
include/claws-mail/common/passcrypt.h
39
include/claws-mail/common/pkcs5_pbkdf2.h
39
include/claws-mail/common/pkcs5_pbkdf2.h
40
include/claws-mail/common/plugin.h
40
include/claws-mail/common/plugin.h
41
include/claws-mail/common/prefs.h
41
include/claws-mail/common/prefs.h
42
include/claws-mail/common/progressindicator.h
42
include/claws-mail/common/progressindicator.h
43
include/claws-mail/common/proxy.h
43
include/claws-mail/common/proxy.h
44
include/claws-mail/common/quoted-printable.h
44
include/claws-mail/common/quoted-printable.h
45
include/claws-mail/common/session.h
45
include/claws-mail/common/session.h
46
include/claws-mail/common/smtp.h
46
include/claws-mail/common/smtp.h
47
include/claws-mail/common/socket.h
47
include/claws-mail/common/socket.h
48
include/claws-mail/common/ssl.h
48
include/claws-mail/common/ssl.h
49
include/claws-mail/common/ssl_certificate.h
49
include/claws-mail/common/ssl_certificate.h
50
include/claws-mail/common/string_match.h
50
include/claws-mail/common/string_match.h
51
include/claws-mail/common/stringtable.h
51
include/claws-mail/common/stringtable.h
52
include/claws-mail/common/tags.h
52
include/claws-mail/common/tags.h
53
include/claws-mail/common/template.h
53
include/claws-mail/common/template.h
54
include/claws-mail/common/timing.h
54
include/claws-mail/common/timing.h
55
include/claws-mail/common/tlds.h
55
include/claws-mail/common/tlds.h
56
include/claws-mail/common/unmime.h
56
include/claws-mail/common/unmime.h
57
include/claws-mail/common/utils.h
57
include/claws-mail/common/utils.h
58
include/claws-mail/common/uuencode.h
58
include/claws-mail/common/uuencode.h
59
include/claws-mail/common/version.h
59
include/claws-mail/common/version.h
60
include/claws-mail/common/xml.h
60
include/claws-mail/common/xml.h
61
include/claws-mail/common/xmlprops.h
61
include/claws-mail/common/xmlprops.h
62
include/claws-mail/compose.h
62
include/claws-mail/compose.h
63
include/claws-mail/crash.h
63
include/claws-mail/crash.h
64
include/claws-mail/customheader.h
64
include/claws-mail/customheader.h
65
include/claws-mail/displayheader.h
65
include/claws-mail/displayheader.h
66
include/claws-mail/editaddress.h
66
include/claws-mail/editaddress.h
67
include/claws-mail/editaddress_other_attributes_ldap.h
67
include/claws-mail/editaddress_other_attributes_ldap.h
68
include/claws-mail/editbook.h
68
include/claws-mail/editbook.h
69
include/claws-mail/editgroup.h
69
include/claws-mail/editgroup.h
70
include/claws-mail/editjpilot.h
70
include/claws-mail/editjpilot.h
71
include/claws-mail/editldap.h
71
include/claws-mail/editldap.h
72
include/claws-mail/editldap_basedn.h
72
include/claws-mail/editldap_basedn.h
73
include/claws-mail/edittags.h
73
include/claws-mail/edittags.h
74
include/claws-mail/editvcard.h
74
include/claws-mail/editvcard.h
75
include/claws-mail/enriched.h
75
include/claws-mail/enriched.h
76
include/claws-mail/entity.h
76
include/claws-mail/entity.h
77
include/claws-mail/etpan/etpan-errors.h
77
include/claws-mail/etpan/etpan-errors.h
78
include/claws-mail/etpan/etpan-ssl.h
78
include/claws-mail/etpan/etpan-ssl.h
79
include/claws-mail/etpan/etpan-thread-manager-types.h
79
include/claws-mail/etpan/etpan-thread-manager-types.h
80
include/claws-mail/etpan/etpan-thread-manager.h
80
include/claws-mail/etpan/etpan-thread-manager.h
81
include/claws-mail/etpan/imap-thread.h
81
include/claws-mail/etpan/imap-thread.h
82
include/claws-mail/etpan/nntp-thread.h
82
include/claws-mail/etpan/nntp-thread.h
83
include/claws-mail/exphtmldlg.h
83
include/claws-mail/exphtmldlg.h
84
include/claws-mail/expldifdlg.h
84
include/claws-mail/expldifdlg.h
85
include/claws-mail/export.h
85
include/claws-mail/export.h
86
include/claws-mail/exporthtml.h
86
include/claws-mail/exporthtml.h
87
include/claws-mail/exportldif.h
87
include/claws-mail/exportldif.h
88
include/claws-mail/file_checker.h
88
include/claws-mail/file_checker.h
89
include/claws-mail/filtering.h
89
include/claws-mail/filtering.h
90
include/claws-mail/folder.h
90
include/claws-mail/folder.h
91
include/claws-mail/folder_item_prefs.h
91
include/claws-mail/folder_item_prefs.h
92
include/claws-mail/foldersel.h
92
include/claws-mail/foldersel.h
93
include/claws-mail/folderutils.h
93
include/claws-mail/folderutils.h
94
include/claws-mail/folderview.h
94
include/claws-mail/folderview.h
95
include/claws-mail/grouplistdialog.h
95
include/claws-mail/grouplistdialog.h
96
include/claws-mail/gtk/about.h
96
include/claws-mail/gtk/about.h
97
include/claws-mail/gtk/authors.h
97
include/claws-mail/gtk/authors.h
98
include/claws-mail/gtk/claws-marshal.h
98
include/claws-mail/gtk/claws-marshal.h
99
include/claws-mail/gtk/colorlabel.h
99
include/claws-mail/gtk/colorlabel.h
100
include/claws-mail/gtk/colorsel.h
100
%%GTK2%%include/claws-mail/gtk/colorsel.h
101
include/claws-mail/gtk/combobox.h
101
include/claws-mail/gtk/combobox.h
102
include/claws-mail/gtk/description_window.h
102
include/claws-mail/gtk/description_window.h
103
include/claws-mail/gtk/filesel.h
103
include/claws-mail/gtk/filesel.h
104
include/claws-mail/gtk/foldersort.h
104
include/claws-mail/gtk/foldersort.h
105
include/claws-mail/gtk/gtkaspell.h
105
include/claws-mail/gtk/gtkaspell.h
106
include/claws-mail/gtk/gtkcmclist.h
106
include/claws-mail/gtk/gtkcmclist.h
107
include/claws-mail/gtk/gtkcmctree.h
107
include/claws-mail/gtk/gtkcmctree.h
108
include/claws-mail/gtk/gtkcmoptionmenu.h
108
%%GTK2%%include/claws-mail/gtk/gtkcmoptionmenu.h
109
include/claws-mail/gtk/gtksctree.h
109
include/claws-mail/gtk/gtksctree.h
110
include/claws-mail/gtk/gtkshruler.h
110
include/claws-mail/gtk/gtkshruler.h
111
include/claws-mail/gtk/gtkunit.h
111
include/claws-mail/gtk/gtkunit.h
112
include/claws-mail/gtk/gtkutils.h
112
include/claws-mail/gtk/gtkutils.h
113
include/claws-mail/gtk/gtkvscrollbutton.h
113
include/claws-mail/gtk/gtkvscrollbutton.h
114
include/claws-mail/gtk/headers.h
114
include/claws-mail/gtk/headers.h
115
include/claws-mail/gtk/icon_legend.h
115
include/claws-mail/gtk/icon_legend.h
116
include/claws-mail/gtk/inputdialog.h
116
include/claws-mail/gtk/inputdialog.h
117
include/claws-mail/gtk/logwindow.h
117
include/claws-mail/gtk/logwindow.h
118
include/claws-mail/gtk/manage_window.h
118
include/claws-mail/gtk/manage_window.h
119
include/claws-mail/gtk/menu.h
119
include/claws-mail/gtk/menu.h
120
include/claws-mail/gtk/pluginwindow.h
120
include/claws-mail/gtk/pluginwindow.h
121
include/claws-mail/gtk/prefswindow.h
121
include/claws-mail/gtk/prefswindow.h
122
include/claws-mail/gtk/progressdialog.h
122
include/claws-mail/gtk/progressdialog.h
123
include/claws-mail/gtk/quicksearch.h
123
include/claws-mail/gtk/quicksearch.h
124
include/claws-mail/gtk/spell_entry.h
124
include/claws-mail/gtk/spell_entry.h
125
include/claws-mail/gtk/sslcertwindow.h
125
include/claws-mail/gtk/sslcertwindow.h
126
include/claws-mail/headerview.h
126
include/claws-mail/headerview.h
127
include/claws-mail/html.h
127
include/claws-mail/html.h
128
include/claws-mail/image_viewer.h
128
include/claws-mail/image_viewer.h
129
include/claws-mail/imap.h
129
include/claws-mail/imap.h
130
include/claws-mail/imap_gtk.h
130
include/claws-mail/imap_gtk.h
131
include/claws-mail/import.h
131
include/claws-mail/import.h
132
include/claws-mail/importldif.h
132
include/claws-mail/importldif.h
133
include/claws-mail/importmutt.h
133
include/claws-mail/importmutt.h
134
include/claws-mail/importpine.h
134
include/claws-mail/importpine.h
135
include/claws-mail/inc.h
135
include/claws-mail/inc.h
136
include/claws-mail/jpilot.h
136
include/claws-mail/jpilot.h
137
include/claws-mail/ldapctrl.h
137
include/claws-mail/ldapctrl.h
138
include/claws-mail/ldaplocate.h
138
include/claws-mail/ldaplocate.h
139
include/claws-mail/ldapquery.h
139
include/claws-mail/ldapquery.h
140
include/claws-mail/ldapserver.h
140
include/claws-mail/ldapserver.h
141
include/claws-mail/ldapupdate.h
141
include/claws-mail/ldapupdate.h
142
include/claws-mail/ldaputil.h
142
include/claws-mail/ldaputil.h
143
include/claws-mail/ldif.h
143
include/claws-mail/ldif.h
144
include/claws-mail/localfolder.h
144
include/claws-mail/localfolder.h
145
include/claws-mail/main.h
145
include/claws-mail/main.h
146
include/claws-mail/mainwindow.h
146
include/claws-mail/mainwindow.h
147
include/claws-mail/manual.h
147
include/claws-mail/manual.h
148
include/claws-mail/matcher.h
148
include/claws-mail/matcher.h
149
include/claws-mail/matcher_parser.h
149
include/claws-mail/matcher_parser.h
150
include/claws-mail/matcher_parser_lex.h
150
include/claws-mail/matcher_parser_lex.h
151
include/claws-mail/matcher_parser_parse.h
151
include/claws-mail/matcher_parser_parse.h
152
include/claws-mail/matchertypes.h
152
include/claws-mail/matchertypes.h
153
include/claws-mail/mbox.h
153
include/claws-mail/mbox.h
154
include/claws-mail/message_search.h
154
include/claws-mail/message_search.h
155
include/claws-mail/messageview.h
155
include/claws-mail/messageview.h
156
include/claws-mail/mh.h
156
include/claws-mail/mh.h
157
include/claws-mail/mh_gtk.h
157
include/claws-mail/mh_gtk.h
158
include/claws-mail/mimeview.h
158
include/claws-mail/mimeview.h
159
include/claws-mail/msgcache.h
159
include/claws-mail/msgcache.h
160
include/claws-mail/mutt.h
160
include/claws-mail/mutt.h
161
include/claws-mail/news.h
161
include/claws-mail/news.h
162
include/claws-mail/news_gtk.h
162
include/claws-mail/news_gtk.h
163
include/claws-mail/noticeview.h
163
include/claws-mail/noticeview.h
164
include/claws-mail/oauth2.h
164
include/claws-mail/oauth2.h
165
include/claws-mail/partial_download.h
165
include/claws-mail/partial_download.h
166
include/claws-mail/password.h
166
include/claws-mail/password.h
167
include/claws-mail/password_gtk.h
167
include/claws-mail/password_gtk.h
168
include/claws-mail/passwordstore.h
168
include/claws-mail/passwordstore.h
169
include/claws-mail/pine.h
169
include/claws-mail/pine.h
170
include/claws-mail/plugins/pgpcore/passphrase.h
170
include/claws-mail/plugins/pgpcore/passphrase.h
171
include/claws-mail/plugins/pgpcore/pgp_utils.h
171
include/claws-mail/plugins/pgpcore/pgp_utils.h
172
include/claws-mail/plugins/pgpcore/prefs_gpg.h
172
include/claws-mail/plugins/pgpcore/prefs_gpg.h
173
include/claws-mail/plugins/pgpcore/sgpgme.h
173
include/claws-mail/plugins/pgpcore/sgpgme.h
174
include/claws-mail/pop.h
174
include/claws-mail/pop.h
175
include/claws-mail/prefs_account.h
175
include/claws-mail/prefs_account.h
176
include/claws-mail/prefs_actions.h
176
include/claws-mail/prefs_actions.h
177
include/claws-mail/prefs_common.h
177
include/claws-mail/prefs_common.h
178
include/claws-mail/prefs_compose_writing.h
178
include/claws-mail/prefs_compose_writing.h
179
include/claws-mail/prefs_customheader.h
179
include/claws-mail/prefs_customheader.h
180
include/claws-mail/prefs_display_header.h
180
include/claws-mail/prefs_display_header.h
181
include/claws-mail/prefs_ext_prog.h
181
include/claws-mail/prefs_ext_prog.h
182
include/claws-mail/prefs_filtering.h
182
include/claws-mail/prefs_filtering.h
183
include/claws-mail/prefs_filtering_action.h
183
include/claws-mail/prefs_filtering_action.h
184
include/claws-mail/prefs_folder_column.h
184
include/claws-mail/prefs_folder_column.h
185
include/claws-mail/prefs_folder_item.h
185
include/claws-mail/prefs_folder_item.h
186
include/claws-mail/prefs_fonts.h
186
include/claws-mail/prefs_fonts.h
187
include/claws-mail/prefs_gtk.h
187
include/claws-mail/prefs_gtk.h
188
include/claws-mail/prefs_image_viewer.h
188
include/claws-mail/prefs_image_viewer.h
189
include/claws-mail/prefs_logging.h
189
include/claws-mail/prefs_logging.h
190
include/claws-mail/prefs_matcher.h
190
include/claws-mail/prefs_matcher.h
191
include/claws-mail/prefs_message.h
191
include/claws-mail/prefs_message.h
192
include/claws-mail/prefs_migration.h
192
include/claws-mail/prefs_migration.h
193
include/claws-mail/prefs_msg_colors.h
193
include/claws-mail/prefs_msg_colors.h
194
include/claws-mail/prefs_other.h
194
include/claws-mail/prefs_other.h
195
include/claws-mail/prefs_proxy.h
195
include/claws-mail/prefs_proxy.h
196
include/claws-mail/prefs_quote.h
196
include/claws-mail/prefs_quote.h
197
include/claws-mail/prefs_receive.h
197
include/claws-mail/prefs_receive.h
198
include/claws-mail/prefs_send.h
198
include/claws-mail/prefs_send.h
199
include/claws-mail/prefs_spelling.h
199
include/claws-mail/prefs_spelling.h
200
include/claws-mail/prefs_summaries.h
200
include/claws-mail/prefs_summaries.h
201
include/claws-mail/prefs_summary_column.h
201
include/claws-mail/prefs_summary_column.h
202
include/claws-mail/prefs_summary_open.h
202
include/claws-mail/prefs_summary_open.h
203
include/claws-mail/prefs_template.h
203
include/claws-mail/prefs_template.h
204
include/claws-mail/prefs_themes.h
204
include/claws-mail/prefs_themes.h
205
include/claws-mail/prefs_toolbar.h
205
include/claws-mail/prefs_toolbar.h
206
include/claws-mail/prefs_wrapping.h
206
include/claws-mail/prefs_wrapping.h
207
include/claws-mail/printing.h
207
include/claws-mail/printing.h
208
include/claws-mail/privacy.h
208
include/claws-mail/privacy.h
209
include/claws-mail/procheader.h
209
include/claws-mail/procheader.h
210
include/claws-mail/procmime.h
210
include/claws-mail/procmime.h
211
include/claws-mail/procmsg.h
211
include/claws-mail/procmsg.h
212
include/claws-mail/proctypes.h
212
include/claws-mail/proctypes.h
213
include/claws-mail/quote_fmt.h
213
include/claws-mail/quote_fmt.h
214
include/claws-mail/quote_fmt_lex.h
214
include/claws-mail/quote_fmt_lex.h
215
include/claws-mail/quote_fmt_parse.h
215
include/claws-mail/quote_fmt_parse.h
216
include/claws-mail/recv.h
216
include/claws-mail/recv.h
217
include/claws-mail/remotefolder.h
217
include/claws-mail/remotefolder.h
218
include/claws-mail/send_message.h
218
include/claws-mail/send_message.h
219
include/claws-mail/setup.h
219
include/claws-mail/setup.h
220
include/claws-mail/sourcewindow.h
220
include/claws-mail/sourcewindow.h
221
include/claws-mail/ssl_manager.h
221
include/claws-mail/ssl_manager.h
222
include/claws-mail/statusbar.h
222
include/claws-mail/statusbar.h
223
include/claws-mail/stock_pixmap.h
223
include/claws-mail/stock_pixmap.h
224
include/claws-mail/summary_search.h
224
include/claws-mail/summary_search.h
225
include/claws-mail/summaryview.h
225
include/claws-mail/summaryview.h
226
include/claws-mail/textview.h
226
include/claws-mail/textview.h
227
include/claws-mail/toolbar.h
227
include/claws-mail/toolbar.h
228
include/claws-mail/undo.h
228
include/claws-mail/undo.h
229
include/claws-mail/uri_opener.h
229
include/claws-mail/uri_opener.h
230
include/claws-mail/vcard.h
230
include/claws-mail/vcard.h
231
include/claws-mail/viewtypes.h
231
include/claws-mail/viewtypes.h
232
include/claws-mail/wizard.h
232
include/claws-mail/wizard.h
233
lib/claws-mail/plugins/pgpinline.deps
233
lib/claws-mail/plugins/pgpinline.deps
234
lib/claws-mail/plugins/pgpmime.deps
234
lib/claws-mail/plugins/pgpmime.deps
235
lib/claws-mail/plugins/smime.deps
235
lib/claws-mail/plugins/smime.deps
236
libdata/pkgconfig/claws-mail.pc
236
libdata/pkgconfig/claws-mail.pc
237
man/man1/claws-mail.1.gz
237
man/man1/claws-mail.1.gz
238
share/applications/claws-mail.desktop
238
share/applications/claws-mail.desktop
239
%%DATADIR%%/acroread2claws-mail.pl
239
%%DATADIR%%/acroread2claws-mail.pl
240
%%DATADIR%%/calypso_convert.pl
240
%%DATADIR%%/calypso_convert.pl
241
%%DATADIR%%/claws-mail-compose-insert-files.pl
241
%%DATADIR%%/claws-mail-compose-insert-files.pl
242
%%DATADIR%%/cm-reparent.pl
242
%%DATADIR%%/cm-reparent.pl
243
%%DATADIR%%/convert_mbox.pl
243
%%DATADIR%%/convert_mbox.pl
244
%%DATADIR%%/csv2addressbook.pl
244
%%DATADIR%%/csv2addressbook.pl
245
%%DATADIR%%/ddg_search.pl
245
%%DATADIR%%/ddg_search.pl
246
%%DATADIR%%/eud2gc.py
246
%%DATADIR%%/eud2gc.py
247
%%DATADIR%%/filter_conv.pl
247
%%DATADIR%%/filter_conv.pl
248
%%DATADIR%%/filter_conv_new.pl
248
%%DATADIR%%/filter_conv_new.pl
249
%%DATADIR%%/fix_date.sh
249
%%DATADIR%%/fix_date.sh
250
%%DATADIR%%/gif2xface.pl
250
%%DATADIR%%/gif2xface.pl
251
%%DATADIR%%/google_msgid.pl
251
%%DATADIR%%/google_msgid.pl
252
%%DATADIR%%/kmail-mailbox2claws-mail.pl
252
%%DATADIR%%/kmail-mailbox2claws-mail.pl
253
%%DATADIR%%/kmail2claws-mail.pl
253
%%DATADIR%%/kmail2claws-mail.pl
254
%%DATADIR%%/kmail2claws-mail_v2.pl
254
%%DATADIR%%/kmail2claws-mail_v2.pl
255
%%DATADIR%%/mairix.sh
255
%%DATADIR%%/mairix.sh
256
%%DATADIR%%/mew2claws-mail.pl
256
%%DATADIR%%/mew2claws-mail.pl
257
%%DATADIR%%/multiwebsearch.conf
257
%%DATADIR%%/multiwebsearch.conf
258
%%DATADIR%%/multiwebsearch.pl
258
%%DATADIR%%/multiwebsearch.pl
259
%%DATADIR%%/nautilus2claws-mail.sh
259
%%DATADIR%%/nautilus2claws-mail.sh
260
%%DATADIR%%/outlook2claws-mail.pl
260
%%DATADIR%%/outlook2claws-mail.pl
261
%%DATADIR%%/popfile-link.sh
261
%%DATADIR%%/popfile-link.sh
262
%%DATADIR%%/tb2claws-mail
262
%%DATADIR%%/tb2claws-mail
263
%%DATADIR%%/tbird2claws.py
263
%%DATADIR%%/tbird2claws.py
264
%%DATADIR%%/textviewer.pl
264
%%DATADIR%%/textviewer.pl
265
%%DATADIR%%/textviewer.sh
265
%%DATADIR%%/textviewer.sh
266
%%DATADIR%%/thunderbird-filters-convertor.pl
266
%%DATADIR%%/thunderbird-filters-convertor.pl
267
%%DATADIR%%/update-po
267
%%DATADIR%%/update-po
268
%%DATADIR%%/uudec
268
%%DATADIR%%/uudec
269
%%DATADIR%%/uuooffice
269
%%DATADIR%%/uuooffice
270
%%DATADIR%%/vcard2xml.py
270
%%DATADIR%%/vcard2xml.py
271
%%PORTDOCS%%%%DOCSDIR%%/NEWS
271
%%PORTDOCS%%%%DOCSDIR%%/NEWS
272
%%PORTDOCS%%%%DOCSDIR%%/README
272
%%PORTDOCS%%%%DOCSDIR%%/README
273
%%PORTDOCS%%%%DOCSDIR%%/README.tools
273
%%PORTDOCS%%%%DOCSDIR%%/README.tools
274
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
274
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
275
%%PORTDOCS%%%%DOCSDIR%%/TODO
275
%%PORTDOCS%%%%DOCSDIR%%/TODO
276
share/icons/hicolor/128x128/apps/claws-mail.png
276
share/icons/hicolor/128x128/apps/claws-mail.png
277
share/icons/hicolor/48x48/apps/claws-mail.png
277
share/icons/hicolor/48x48/apps/claws-mail.png
278
share/icons/hicolor/64x64/apps/claws-mail.png
278
share/icons/hicolor/64x64/apps/claws-mail.png
279
%%NLS%%share/locale/ca/LC_MESSAGES/claws-mail.mo
279
%%NLS%%share/locale/ca/LC_MESSAGES/claws-mail.mo
280
%%NLS%%share/locale/cs/LC_MESSAGES/claws-mail.mo
280
%%NLS%%share/locale/cs/LC_MESSAGES/claws-mail.mo
281
%%NLS%%share/locale/da/LC_MESSAGES/claws-mail.mo
281
%%NLS%%share/locale/da/LC_MESSAGES/claws-mail.mo
282
%%NLS%%share/locale/de/LC_MESSAGES/claws-mail.mo
282
%%NLS%%share/locale/de/LC_MESSAGES/claws-mail.mo
283
%%NLS%%share/locale/el_GR/LC_MESSAGES/claws-mail.mo
283
%%NLS%%share/locale/el_GR/LC_MESSAGES/claws-mail.mo
284
%%NLS%%share/locale/en_GB/LC_MESSAGES/claws-mail.mo
284
%%NLS%%share/locale/en_GB/LC_MESSAGES/claws-mail.mo
285
%%NLS%%share/locale/es/LC_MESSAGES/claws-mail.mo
285
%%NLS%%share/locale/es/LC_MESSAGES/claws-mail.mo
286
%%NLS%%share/locale/fi/LC_MESSAGES/claws-mail.mo
286
%%NLS%%share/locale/fi/LC_MESSAGES/claws-mail.mo
287
%%NLS%%share/locale/fr/LC_MESSAGES/claws-mail.mo
287
%%NLS%%share/locale/fr/LC_MESSAGES/claws-mail.mo
288
%%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo
288
%%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo
289
%%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo
289
%%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo
290
%%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo
290
%%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo
291
%%NLS%%share/locale/ja/LC_MESSAGES/claws-mail.mo
291
%%NLS%%share/locale/ja/LC_MESSAGES/claws-mail.mo
292
%%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo
292
%%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo
293
%%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo
293
%%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo
294
%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo
294
%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo
295
%%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
295
%%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
296
%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
296
%%GTK2%%%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
297
%%NLS%%share/locale/ro/LC_MESSAGES/claws-mail.mo
297
%%NLS%%share/locale/ro/LC_MESSAGES/claws-mail.mo
298
%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo
298
%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo
299
%%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo
299
%%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo
300
%%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo
300
%%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo
301
%%NLS%%share/locale/tr/LC_MESSAGES/claws-mail.mo
301
%%NLS%%share/locale/tr/LC_MESSAGES/claws-mail.mo
302
%%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo
302
%%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo

Return to bug 267043