aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-ng
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20060915.shaun2006-10-072-21/+20
| | | | | PR: ports/103539 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* - Fix install when NOPORTDOCS is defined [1]shaun2006-07-144-43/+74
| | | | | | | - Add some missing locale files to pkg-plist Pointed out by: Anton Yuzhaninov [1] Approved by: ahze (mentor, implicit)
* Chase gnutls shlib version change.novel2006-07-071-1/+2
|
* - Update to latest CVS snapshot (identical to previous one)shaun2006-07-023-4/+30
| | | | | | | - Add fix for recent IMAP buffer overflow vulnerability. Approved by: ahze (mentor) Security: VuXML d2a43243-087b-11db-bc36-0008743bf21a
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* - Update to 20060501 snapshotaz2006-05-094-20/+67
| | | | | | | | | | - Add distfile mirror - HTML docs not generated: we don't need lynx any more - portlint(1) - Pass maintainership to submitter PR: ports/96671 Submitted by: Shaun Amott <shaun@inerd.com>
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
| | | | | | back sometime. Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Chase qdbm updatepav2006-01-161-1/+1
| | | | | Pointy hat to: ahze Reported by: pointyhat
* Chase gnutls update.novel2006-01-101-1/+2
|
* Move IDN related ports from devel to dns category:pav2005-11-131-1/+1
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* - Update to 20051110 snapshot.vsevolod2005-11-112-3/+7
|
* Update to snapshot 20050927vsevolod2005-09-292-3/+3
|
* Update to snapshot 20050825 (merge from mutt 1.5.10).vsevolod2005-08-294-114/+47
| | | | | | | | | Add some addtional options for headers cache, idn [1]. Provide common set of options that are compatible with mutt and mutt-devel ports [2]. Submitted by: Rocco Rutte [1] obrien [2] Approved by: perky (mentor)
* Update to 20050726 snapshot.vsevolod2005-08-018-491/+123
| | | | | | | | | Removed separated plist for html documents - it is generated dynamically. Removed .error statement. Fix bug with ssl and pop/imap. Fix bug with autoheader. Approved by: perky (mentor)
* Update my email address.vsevolod2005-07-221-1/+1
| | | | Approved by: perky (mentor)
* - Select newest db4 if more are available. Fixes headercaching option for somepav2005-07-081-1/+10
| | | | | | | | people. PR: ports/83055 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
* . Fix an obvious typo in CONFIGURE_ARGS when WITH_FLOCK was defined.glewis2005-07-071-1/+1
| | | | | PR: 83056 Submitted by: Matthias Fechner <idefix@fechner.net>
* Add mutt-ng 20050614, a fork of the mutt.krion2005-06-1911-0/+835
A list of features unique to mutt-ng: * Better view support for format=flowed attachments. * Message IDs are configurable. * User can set signoff_string just like in slrn. * User can call up the "last folder" when saving attachments. * IMAP reconnecting: when the connection to the IMAP server dies, mutt-ng attempts reconnecting. * User can set the umask with which all the files shall be created (was hard-coded before, and caused huge problems for shared mailboxes to some people). * Support for NNTP, i.e. mutt-ng can be used as a newsreader. * A sidebar similar to other (graphical) MUAs where you can directly jump to a certain mailbox. PR: ports/82235 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>