summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
AgeCommit message (Collapse)AuthorFilesLines
2008-06-02Remove duplicate code.sketch2-5/+4
2008-05-25Add back compress-mbox option and a note to not remove it again, butjoerg2-2/+7
just comment it out.
2008-05-18Update mail/mutt-devel to 1.5.18tonio9-54/+42
From the announce: "Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and performance enhancements since the release of 1.5.17, but I believe only one new feature ($time_inc, for controlling the rate at which status updates are displayed)."
2008-04-26Add a mutt-xlabel option, for the edit-label patch, which improves the supporttonio2-4/+15
for the X-Label flag in mutt. Suggested by Michael-John Turner
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam3-10/+9
through PLIST_SUBST to the plist module.
2008-03-08Use PKGVERSION_NOREV as base for the compressed mbox patch.joerg2-3/+6
Add patchsum.
2008-02-22Match change to mail/mutt: force sendmail to /usr/sbin/sendmail ongdt1-2/+9
*BSD to avoid configure picking up pkgsrc postfix sendmail path and thus bypassing mailwrapper.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-06Add patch for change_folder_next option, which I stole from the patchescjs5-3/+53
for mutt (non-devel).
2007-12-03Update to 1.5.17nb2:wiz3-3/+17
Make smime_keys.pl work if .smime is in your home directory. (mutt -Q reduces paths to ~, but smime_keys didn't expand that.) Patch from Anon.
2007-11-25Mention some more features.wiz1-5/+6
2007-11-08Add support for building with gpgme. Bump rev.bjs2-3/+15
2007-11-07Update mail/mutt-devel to 1.5.17tonio4-30/+19
Changelog includes: ! --enable-exact-address works again + $message_cache_clean (clean cache on sync) + %P expando for $pager_format Improved autoconf code for bdb Large file support for mutt_pretty_size() bugfixes
2007-07-17Readd compressed mailbox support. Please keep the fragment and justjoerg2-3/+18
remove the option if it doesn't get updated in time again.
2007-06-10Update mail/mutt-devel to 1.15.16tonio8-108/+12
This release is largely a bug-fix release, but it does contain a couple of small new features (next-unread-mailbox, $message_cache_clean). The "change_folder_next" patches are gone, since a similar feature was added, and it is now possible to use bind index , next-unread-mailbox to use , to cycle mailboxes with new mail
2007-05-27Add a fix for Fix CVE-2007-2683tonio4-5/+24
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.15tonio8-45/+72
- 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 perltonio5-34/+41
dependancy (may be good for small systems) - Make pkglint happy - Fix a mistake in patch-ab
2007-03-04Remove unnecessary patchtonio1-91/+0
2007-03-04Update mail/mutt-devel to 1.5.14tonio5-32/+33
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-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo3-26/+88
issues from mutt GIT repo. Bump PKGREVISION.
2006-11-07DESTDIR support.joerg1-1/+2
2006-11-03Make sure that a temporary has been opened with proper permissions.tonio3-2/+33
Fixes the security problem reported in CVE-2006-5298. Patch from tron@ for the mail/mutt package
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 patchtonio2-3/+6
2006-08-16Update mail/mutt-devel to 1.5.13tonio5-36/+35
Changelog: 1.5.13 (2006-08-14): + thread patterns. Use ~(...) to match all threads that contain a message that matches ...
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.joerg2-3/+6
2006-07-15Update mail/mutt-devel to 1.5.12tonio6-64/+20
Changelog : The keys used are: !: modified feature, -: deleted feature, +: new feature 1.5.12 (2006-07-14): - $imap_cachedir replaced with $message_cachedir + Header/body caching for POP ($message_cachedir) + Header caching for MH folders ! $record now defaults to ~/sent ! $imap_idle now defaults to "yes" instead of "no" + Tab-completion for $my_* variable names and values + Expansion of mutt variables (except shell escape) + Self-defined variables with $my_* prefix + Pattern group support + $imap_cachedir + 'old' flag on IMAP folders + SASL-IR support for IMAP + IMAP IDLE support and $imap_idle + Pipeline-based IMAP communicaton + Full large file support + Attachment counting: attachments and unattachments commands, %Q and %X for $attach_format, %X for $index_format + Basque translation + QDBM backend for header caching + Irish translation
2006-06-20The patch for imap/browsetonio1-0/+29
2006-06-20Add fix for imap code from mutt's cvs repository:tonio2-3/+4
A malicious IMAP server could cause at least DoS Bomp PKGREVISION
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+9
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-12Add option "mutt-compressed-mbox", which includes the compressedjoerg2-3/+16
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-28/+28
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-11Use INSTALLATION_DIRS instead of creating directories at pre-install.jlam1-5/+2
2006-04-11Back out previous which just contained debug code.jlam1-2/+2
2006-04-11We currently set WRKDIR in bsd.prefs.mk but not WRKSRC, so definejlam2-5/+7
WRKSRC explicitly to it's default value before it is used in the exists() check just below it. This fixes the PLIST in the case where mutt_dotlock is installed. Bump the PKGREVISION to 4.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
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 inrillig2-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-05add patch-aj: apply the same fix as upstream to fix PR 31466tonio3-3/+16
Thanks Jeff Ito for debugging this
2005-10-04Make sure perl is replaced where needed.tonio1-2/+3
This fixes first part of PR 31466