summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-al
AgeCommit message (Collapse)AuthorFilesLines
2015-09-03Remove mutt-devel, used for updating mail/mutt.wiz1-22/+0
2010-11-07Update mail/mutt-devel to 1.5.21tonio1-5/+5
1.5.21 (2010-09-15): + $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new + %D format expando for $folder_format ! $thorough_search defaults to yes + imap-logout-all closes all open IMAP connections ! header/body cache paths are always UTF-8 + $wrap_headers to control outgoing message's header length + all text/* parts can be displayed inline without mailcap + send-hooks now run in batch mode; previously only send2-hooks ran.
2009-08-05Fix breakages introduced with previous commit.hasso1-10/+1
2009-07-25Ensure that we always have a mvchgat at hand. Fixes sidebar patch fortonnerre1-3/+21
NetBSD < 5.99 and curses != ncurses.
2007-11-07Update mail/mutt-devel to 1.5.17tonio1-19/+10
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-06-10Update mail/mutt-devel to 1.15.16tonio1-5/+5
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-04-21Update mail/mutt-devel to 1.5.15tonio1-7/+7
- 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-04Update mail/mutt-devel to 1.5.14tonio1-8/+8
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-07-15Update mail/mutt-devel to 1.5.12tonio1-9/+9
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
2005-09-03Fix detection of Berkeley db4 if /usr/include/db.h exists and happensjlam1-0/+22
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4.
2004-09-24The new wrapper script framework is much better at quoting strangejlam1-15/+0
arguments, and now correctly handles things like: CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" in configure scripts without problems. Remove the patches in both mail/mutt and mail/mutt-devel that worked around this limitation in the old buildlink3 wrappers.
2004-07-21Resurrect mail/mutt-devel and make it install mutt-1.5.6, the developmentjlam1-0/+15
version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support.