diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-13 07:40:44 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-13 07:40:44 +0800 |
commit | 7ededeb80908d886941f196a46606ac42b0e69e5 (patch) | |
tree | 1ad8c39e51bb1241eb7fecb36ad88d359d29d197 /mail/Makefile | |
parent | d32e6e8924e817d29920eb50dd000973fb38acf1 (diff) | |
download | freebsd-ports-gnome-7ededeb80908d886941f196a46606ac42b0e69e5.tar.gz freebsd-ports-gnome-7ededeb80908d886941f196a46606ac42b0e69e5.tar.zst freebsd-ports-gnome-7ededeb80908d886941f196a46606ac42b0e69e5.zip |
Python utilities for console mail clients like Mutt.
sigpager: Offers an interactive selection of signatures.
urlpager: Searches for urls, and retrieves url selected by user.
Urls include Message-IDs.
urlbatcher: Retrieve urls contained in input.
pybrowser: Can be used as general browser call. Application to
override platform default can be specified via -b option.
viewhtmlmsg: Display html message in browser.
wrap: Word wrap text input. With support for messages
(recognition of quote chars etc.).
WWW: https://bitbucket.org/blacktrash/muttils
PR: ports/156189
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
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 204fedf30959..10e977ea8278 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -309,6 +309,7 @@ SUBDIR += mutt-devel-lite SUBDIR += mutt-lite SUBDIR += mutt_vc_query + SUBDIR += muttils SUBDIR += muttzilla SUBDIR += nbsmtp SUBDIR += newmail |