Changelog:
- Updated preferences data to cope with changes in Claws Mail 3.16.0
- Fix bug in Quick Search colors data which rendered it unsettable
- Translations:
Updated: German
Changelog:
- Added support for new hidden preferences in Claws Mail 3.15.0
'tags_color', 'tags_bgcolor', 'qs_active_color', 'qs_active_bgcolor',
'qs_error_color', 'qs_error_bgcolor', 'default_header_color',
'default_header_bgcolor', and 'warn_sending_many_recipients_num'.
- Added new hotkeys tab for editing keyboard accelerators available in
the 'menurc' file of Claws Mail
- Fixed bug 3735 'the number of accounts may make main window very tall'
- Improved internal versions handling and other minor refactorings
- Updated manual page
- Translations:
Updated: French, Dutch, Swedish, Turkish, Danish, Brazilian
Portuguese, Catalan, Norwegian Bokmal and Spanish
- Drop dependency on claws-mail, not really needed to run
- Add NO_ARCH
Changelog:
- New Norwegian Bokmal translation
- Honor TMPDIR environment variable
- Added short version of options and some minor fixes
- Updated Spanish translation
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
Changelog:
Bug fixes:
o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
encryption'
o bug 2076 'having worked 2 times properly CLAWS ceased to
decrypt incoming PGP mails -displays base64
instead - sucks completely'
o bug 2098, 'claws-mails crashes frequently with pgpcore'
o Address Book: fix button sensitivity in compose mode.
Bump all cm-plugins
Approved by: maintainers implicit
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Claws Mail has a high number of configurable options and, in order to keep
the binary small and fast, some of these preferences which are not widely
used are not provided with a graphical interface for inspection and/or
modification.
Users wanting to edit such preferences had to face editing the configuration
text files directly, now it is possible with a convenient GTK2 interface using
Clawsker.
Other features:
* Handling of all hidden preferences
* Fully internationalized interface using gettext
* Detection of running Claws Mail
* Support for alternate configuration directories
WWW: http://www.claws-mail.org/clawsker
PR: ports/120681
Submitted by: Pawel Pekala <c0rn at o2.pl>