summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-07-17Readd compressed mailbox support. Please keep the fragment and justjoerg1-2/+14
remove the option if it doesn't get updated in time again.
2007-05-27Add a fix for Fix CVE-2007-2683tonio1-3/+3
Bump PKGREVISION Use signed arithmetic in mutt_gecos_name to avoid an overflow. From http://dev.mutt.org/hg/mutt/rev/47d08903b79b And trac: http://dev.mutt.org/trac/ticket/2885
2007-04-21Update mail/mutt-devel to 1.5.15tonio1-9/+9
- Remove the mutt-compressed option for now, as it is not updated upstream - Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay support in mutt Changes: The keys used are: !: modified feature, -: deleted feature, +: new feature - $imap_home_namespace (useless clutter) + $check_mbox_size (use size change instead of atime for new mail) ! improved f=f support wraps lines at $wrap if $wrap is not 0 + $wrap (>0 wraps at $wrap, <0 = $wrapmargin) + $assumed_charset, $attach_charset, $ignore_linear_white_space + $save_history, $history_file (save history across sessions) + $smtp_url (ESMTP relay support) + $crypt_use_pka (use GPGME PKA signature verification)
2007-03-04- Add an smime option (enables by default). When disabled, it removes the perltonio1-12/+26
dependancy (may be good for small systems) - Make pkglint happy - Fix a mistake in patch-ab
2007-03-04Update mail/mutt-devel to 1.5.14tonio1-2/+2
Changelog: - many bugfixes * curs_lib.c: Clear the progress bar when the current operation has completed. * lib.c: Even more paranoid temporary file creation.
2006-10-18Add optional debugging support for mutttonio1-2/+9
Patch from Jukka Salmi in PR pkg/34710
2006-10-18Improve handling of options related to the terminal library used by thistonio1-4/+23
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777.
2006-08-19Update mutt-compressed-mbox patchtonio1-2/+2
2006-08-10Fix previous (remove ncurses in the correct place).wiz1-3/+3
2006-08-08Remove "ncurses" from the list of suggested options so that packagetron1-2/+2
uses the native curses implementation by default again.
2006-08-03Fix for PR 34018 (better ncurses handling).wiz1-7/+12
Ok tron@
2006-07-27Keep compressed mailbox patch in sync with the main version.joerg1-2/+2
2006-06-12Add option "mutt-compressed-mbox", which includes the compressedjoerg1-2/+12
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2005-12-20include databases/db4/buildlink3.mk directly, since this is the only ↵tonio1-6/+5
accepted bdb
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-04change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmitonio1-2/+2
2005-10-03Update mail/mutt-devel to 1.5.11tonio1-2/+12
Add support for Internationalized Domain Names (though disabled by default) This release features many bugfixes, ~h can match folded headers ~u match only suscribed lists, ~l all progress indication when uploading imap and pop messages This fixes PR 31451
2005-09-03Fix detection of Berkeley db4 if /usr/include/db.h exists and happensjlam1-1/+9
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4.
2005-08-02Rename the option hcache to mutt-hcache, since it is only relevant to the ↵tonio1-3/+3
mutt package
2005-08-02* update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)tonio1-2/+13
Main changelog entries are a function "rename-mailbox", better imap handling (do not lose flags when uploading to an imap mailbox), and integration of header cache patch. Added option "hcache" to enable header cache (adds a dependancy to db4) Approved by wiz@
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-13/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-18/+17
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Move the setting of default options out of the section that will be deletedjlam1-2/+2
that will be deleted in the future.
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam1-0/+57
This follows the example of the mail/dovecot package, as suggested by <schmonz>.