diff options
author | lukem <lukem@pkgsrc.org> | 2004-01-28 10:58:00 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2004-01-28 10:58:00 +0000 |
commit | 066de7c6a1f1679768eef32e3027185c55266c89 (patch) | |
tree | ffd1a49b166210329aa571f3b4f00d93818cae5a /mail/mutt/Makefile | |
parent | 86dcd9abe961dc76e870a36a4390cca619114910 (diff) | |
download | pkgsrc-066de7c6a1f1679768eef32e3027185c55266c89.tar.gz |
patch-ba:
Change pgp_timeout so that the timeout counter is reset every
time mail is sent. This makes pgp_timeout much more useful;
rather than prompting you every pgp_timeout seconds for the
passphrase, you only get prompted if pgp_timeout seconds have
elapsed since you last sent email.
From Ben Elliston.
patch-bb:
Add new boolean option - change_folder_next. If set, the `c'
(change-folder) command selects the next unread mailbox in the
mailboxes list from the current folder, rather than always
going back to the start of the mailboxes list.
From Simon Burge, with the buffy.c::mutt_buffy() fixes from me.
Bump PKGREVISION.
(ok-ed by agc@)
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 8de2e80487c..26ce46087e4 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.109 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.110 2004/01/28 10:58:00 lukem Exp $ DISTNAME= mutt-1.4.1i PKGNAME= ${DISTNAME:C/i$//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |