summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Maintainer update of mail/mutt-devel:Yen-Ming Lee2005-02-081-5/+5
| | | | | | | | - Fix building of WITH_MUTT_IMAP_HEADER_CACHE if not only db42 is installed but also other db4x versions. PR: 77254 Submitted by: Udo Schweigert <udo.schweigert at siemens.com>
* Do not format manual during installation.Kirill Ponomarev2005-02-071-0/+11
| | | | | | | Portlint(1). PR: ports/77215 Submitted by: maintainer
* Update to version 1.5.7Kirill Ponomarev2005-02-0618-1699/+249
| | | | | PR: ports/77161 Submitted by: maintainer
* Remove patch since "pgp_strict_enc" option does the same hack and itKirill Ponomarev2005-01-171-11/+0
| | | | can lead to broken pgp signatures.
* - Add WITH_MUTT_SIDEBAR_PATCH knob. The sidebar patch isKirill Ponomarev2005-01-121-0/+11
| | | | | | | | | | | uncompatible with three other patches, but it's included here because of many requests. - Fix the charset of 7bit messsages when doing gpg encryption. This makes gpg-signed messages more readable in GNATS eg. PR: ports/76128 Submitted by: maintainer
* No longer install flea and muttbug as mutt's bug-tracking system isKirill Ponomarev2005-01-081-0/+22
| | | | | | | out of order due to massive spamming. PR: ports/75960 Submitted by: maintainer
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-11/+0
|
* - Add WITH_MUTT_ASPELL and WITH_MUTT_ISPELL knobs.Sergey Matveychuk2004-11-092-10/+45
| | | | | | | | | | | | | | | | (aspell is prefered over ispell, as it supports more languages and gives better suggestions) - Update the maildir header cache patch. - Fix the libidn dependency. - Fix PREFIX/LOCALBASE handling - Bump PORTREVISION. PR: ports/73727 Submitted by: maintainer
* - Update the maildir-header-cachePav Lucistnik2004-10-201-6/+24
| | | | | | | | - Fix handling of db4 libraries - Portlint PR: ports/72882 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Add WITH_MUTT_IDN knob and register dependency if libidn is used.Kirill Ponomarev2004-10-123-183/+255
| | | | | | | | Fix the WITH_MUTT_CYRUS_SASL2 knob Update the maildir-header-cache and threadcomplete patches. PR: ports/71418 Submitted by: maintainer
* Add a patch to correctly handle attachments in S/MIME encrypted andKirill Ponomarev2004-08-311-0/+39
| | | | | | | signed messages (especially those generated by Outlook). PR: ports/71181 Submitted by: maintainer
* - Change the default from WITH_MUTT_NCURSES to WITH_MUTT_SLANG to be inSergey Matveychuk2004-08-293-85/+282
| | | | | | | | | | | | sync with mail/mutt. - Update the maildir header cache to the current version. - Update the threadcomplete patch (including some documentation on it). - Beautify the documentation in some cases. - Correct the note how to get SLANG working. - Bump PORTREVISION. PR: ports/71103 Submitted by: maintainer
* Update the maildir header cache patch, which now alsoKirill Ponomarev2004-08-182-1023/+557
| | | | | | | | implements the IMAP header cache. This is far more stable than the old IMAP header cache patch. PR: ports/70623 Submitted by: maintainer
* Update the maildir header cache [1]Kirill Ponomarev2004-08-034-7/+40
| | | | | | | Fix maildir-mtime patch for -current [1] Add a bugfix for the NNTP-patch [2] Submitted by: maintainer [1], Vsevolod Volkov <vvv at lucky.net> [2]
* Fix "source" command when reading in from a program's stdoutKirill Ponomarev2004-07-041-0/+21
| | | | | | | | (i.e. the source command's filename ends with a pipe-symbol "|") PR: ports/68650 Submitted by: maintainer Obtained from: mutt's CVS
* Fix the timezone handling of the "conditional date"-patchKirill Ponomarev2004-06-291-4/+5
| | | | | PR: ports/68477 Submitted by: maintainer
* Add WITH_MUTT_MAILDIR_MTIME_PATCH knobKirill Ponomarev2004-06-265-11/+424
| | | | | | | | | | Add the hide_thread_subject function Add the conditional_date function Bump PORTREVISION PR: ports/68359 Submitted by: maintainer Obtained from: http://wiki.mutt.org
* - Update the maildir-header-cache (now uses Sleepycat DB forKirill Ponomarev2004-06-122-131/+530
| | | | | | | | | | | | faster access to very huge Maildirs). - The new maildir-header-cache-patch makes it necessary to use recent autotools, so update USE_AUTOMAKE_VER and USE_AUTOCONF_VER. - Rename internal variables and fix trailing whitespaces (portlint). - Bump PORTREVISION PR: ports/67872 Submitted by: maintainer
* - Add the color_after_eol option (after several discussions onKirill Ponomarev2004-06-061-0/+62
| | | | | | | | | | the mutt-users mailing list) to be able to behave like mutt-1.4.x. - Remove a non-working site from PATCH_SITES - Bump PORTREVISION PR: ports/67619 Submitted by: maintainer
* - Fix the tmpfile patch to really include the right bounds forKirill Ponomarev2004-05-111-2/+2
| | | | | | | snprintf() and strncat(). PR: ports/66508 Submitted by: maintainer
* - Fix mutt's tmp-file-naming to fix syntax highlightning forKirill Ponomarev2004-05-101-4/+7
| | | | | | | | | the vim editor. - Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv if that knob is not defined. PR: ports/66444 Submitted by: maintainer
* - Add WITH_MUTT_MAILDIR_HEADER_CACHE knobKirill Ponomarev2004-03-051-0/+629
| | | | | PR: ports/63806 Submitted by: maintainer
* - Fix WITH_MUTT_EDIT_THREADS knobKirill Ponomarev2004-02-101-0/+651
| | | | | | | - Add SIZEs to distinfo PR: ports/62651 Submitted by: maintainer
* - Fix the generation of temporary file names by using mktempKirill Ponomarev2004-02-091-0/+12
| | | | | | | | instead of PID - Bump PORTREVISION PR: ports/62569 Submitted by: maintainer
* - Update to version 1.5.6Kirill Ponomarev2004-02-041-162/+160
| | | | | PR: ports/62353 Submitted by: maintainer
* - Add CONFLICTS to prevent installation over mutt (non-devel)Sergei Kolobov2004-02-021-105/+926
| | | | | | | | - Fix the PGP patch - Update the mbox patch PR: ports/62258 Submitted by: maintainer
* - Fix pgp-patch (as pointed out by it's author)Sergei Kolobov2003-12-192-743/+1069
| | | | | | | | | - Fix nntp-patch (also pointed out by the author) - Add new knob: WITH_MUTT_IMAP_HEADER_CACHE - Bump PORTREVISION PR: 60403 Submitted by: maintainer
* - Update to version 1.5.5.1Kirill Ponomarev2003-11-065-406/+748
| | | | | PR: 59014 Submitted by: maintainer
* - Fix the DOCSDIR and EXAMPLESDIR code. Now both can be set toKirill Ponomarev2003-10-261-0/+20
| | | | | | | | non-standard values. - Be less verbose. PR: 58559 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* - Add the new option "smime_encrypt_self" to addtionally encryptSergei Kolobov2003-10-253-18/+117
| | | | | | | | | to the default key also - Fix some SGML errors in the manual PR: 58526 Submitted by: maintainer Approved by: krion (implicit)
* o Use DOCSDIR and EXAMPLESDIR.Norikatsu Shigemura2003-09-243-2/+16
| | | | | | | | o Add patches now avialable for 1.5.4. o Bump PORTREVISION. PR: ports/57172 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Fix APOP, mark SASL as brokenSergey A. Osokin2003-07-201-0/+19
| | | | | | Submitted by: Bruce M Simpson <bms@spc.org> Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) PR: 54592
* o Add patch for the new ~a function. By this one can tag entireNorikatsu Shigemura2003-07-111-0/+73
| | | | | | | | | threads via "T ~a" (means: tag all entire threads where at least one message of the tread is tagged). o Bump PORTREVISION. PR: ports/54361 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Fix output of pgp-mails for WITH_MUTT_QUOTE_PATCHSergey A. Osokin2003-06-091-0/+11
| | | | | | | | Also bump PORTREVISION Submitted by: MAINTAINER PR: 53040 Approved by: fjoe (mentor)
* - For POLA reasons change the default knobs. This also results inOliver Braun2003-05-031-13/+3
| | | | | | | | | | | | | the same installation when PACKAGE_BUILDING and when doing a "make install". - Add an installation message when using SLANG, as this won't always work for a color terminal without setting additional environment variables. - Use the same patch as the mutt port for fixing FQDN problems in FreeBSD < 5.0 PR: ports/51727 Submitted by: maintainer
* * Fix handling of hostname if hostname contains more than 31 charactersOliver Braun2003-04-301-0/+49
| | | | | | | | for FreeBSD versions before 5.x. * Bump PORTREVISION. PR: ports/51621, ports/51622 Submitted by: maintainer
* o Fix a segmentation fault.Norikatsu Shigemura2003-04-101-0/+11
| | | | | | | | o Enable WITH_MUTT_SLANG when PACKAGE_BUILDING (so mutt-devel behaves like mutt). This is safe, since slang has decent defaults now. PR: ports/540787 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* - Install the configuration examples into ${PREFIX}/share/examples/mutt.Oliver Braun2003-03-261-0/+103
| | | | | PR: ports/50317 Submitted by: maintainer
* - Add new knob WITH_MUTT_SMIME_OUTLOOK_COMPAT.Ruslan Ermilov2003-03-232-7/+14
| | | | | | | | | | | - Re-enable the knobs WITH_MUTT_NNTP and WITH_MUTT_QUOTE_PATCH for which patches are now available. - Fix handling of differing patch-versions for the knobs. - Fix the pgp patch. - Set useful knobs when PACKAGE_BUILDING (POLA). PR: ports/50199 Submitted by: maintainer
* Update mutt-devel to Mutt 1.5.4, which fixes the IMAP vulnerability.Peter Pentchev2003-03-214-175/+75
| | | | | | PR: 50150 Submitted by: maintainer Approved by: portmgr (kris)
* Fix a bug in pgp-handling.Oliver Braun2003-02-071-1/+2
| | | | | PR: ports/48069 Submitted by: maintainer
* Reactivate the two knobs WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCH.Oliver Braun2003-01-241-100/+115
| | | | | PR: ports/47437 Submitted by: maintainer
* * Upgrade to 1.5.3.Oliver Braun2003-01-011-5/+5
| | | | | | | | * Fix a MASTER_SITES directory. * Some patches you can turn on with knobs are not yet available. PR: ports/46043 Submitted by: maintainer
* * Fix NOPORTDOCS.Oliver Braun2002-10-051-0/+17
| | | | | | | * Bump PORTREVISION. PR: 43588 Submitted by: maintainer
* * Add two new knobs: WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCHOliver Braun2002-09-021-0/+342
| | | | | | | | | | | Patches submitted by Dale Woolridge <dale@woolridge.ca>. * Fix sgmlformat dependency handling if manual.sgml is changed by one of the knobs. * Bump PORTREVISION. PR: ports/42328 Submitted by: maintainer Approved by: dwcjr (mentor)
* * Add postscript doc if already using sgmlformat.Oliver Braun2002-08-303-36/+14
| | | | | | | | | * Add new knob WITH_MUTT_PS to build postscript doc (this in fact is an alias for WITH_MUTT_HTML, so html doc is also installed). PR: ports/42193 Submitted by: maintainer Approved by: dwcjr (mentor)
* Drop WITH_MUTT_PGP_OUTLOOK_PATCH which is now part of mutt.Oliver Braun2002-08-281-77/+0
| | | | | | PR: ports/42123 Submitted by: maintainer Approved by: dwcjr (mentor)
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* - Add new knob WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT which is usefulChristian Weisgerber2002-07-261-0/+11
| | | | | | | | | in environments which do not use the outlook-builtin smime functions. - Fix a portlint WARN for a trailing whitespace. PR: 41011 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* - Fix package plist when only using WITH_MUTT_PGP_OUTLOOK_PATCH.Christian Weisgerber2002-07-171-3/+13
| | | | | | | | | - Do not use -pedantic in CFLAGS when building the port. - Add the new knob WITH_MUTT_EDIT_THREADS (suggested by Roman Neuhauser <neuhauser@bellavista.cz>) PR: 40698, 40580 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>