diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 03:55:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 03:55:31 +0800 |
commit | a95837a35292ce95c6d662c8aaad3deeb8451e7b (patch) | |
tree | c5ffac1d5bce0b1a8c5933bd77ebd07bb1d9dd2f /mail/Makefile | |
parent | 8fa710af15b891fd5f49ec65d47826e4e842fc5e (diff) | |
download | freebsd-ports-graphics-a95837a35292ce95c6d662c8aaad3deeb8451e7b.tar.gz freebsd-ports-graphics-a95837a35292ce95c6d662c8aaad3deeb8451e7b.tar.zst freebsd-ports-graphics-a95837a35292ce95c6d662c8aaad3deeb8451e7b.zip |
Clawsker is an applet to edit Claws Mail's hidden preferences.
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>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 2d3cb6a08e2..7176e176a2e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -61,6 +61,7 @@ SUBDIR += claws-mail-synce SUBDIR += claws-mail-tnef SUBDIR += claws-mail-vcalendar + SUBDIR += clawsker SUBDIR += cmail SUBDIR += cone SUBDIR += contact-lookup-applet |