summaryrefslogtreecommitdiff
path: root/mail/pine
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-12Changes 4.61:adam2-6/+6
* The "^T" "To Files" command from within the composer on the Attchmnt header line or from within the composer in the "^J" "Attach" command is now capable of attaching multiple files at once * When Exporting a message with attachments you now have the option of saving all of the attachments in a new directory (Export Message File Selection) by typing "^P" while exporting * Feature to modify behavior of TAB command, Tab-Uses-Unseen-For-Next-Folder * When sending, flowed text (RFC 3676) is sent by default. Now it is possible to turn off this behavior on a message by message basis with the ^V command at the Send prompt. You may still turn if off for all cases with the feature Quell-Flowed-Text. * Viewer-Margin-Left and Viewer-Margin-Right made a little more flexible * Suppress quoted text when viewing messages with Quote-Suppression-Threshold * The behavior of the HdrMode Command has changed slightly. It now reverts back to normal mode when you switch to a new message. It also has an additional state if Quote-Suppression-Threshold is turned on. * The old behavior of the HdrMode Command can be restored by not setting the Quote-Suppression-Threshold and setting the new feature Quell-Full-Header-Auto-Reset * Feature to rename sent-mail folder to sent-mail-yyyy-mm instead of sent-mail-mon-year (Prune-Uses-YYYY-MM) * With Alternate-Role-Menu option turned on you could Reply or Forward using a Role. Now you can also Bounce using a role. * Relaxed conditions which caused a filter to not be reevaluated before expunging if the user changed flags manually. Now only a manual Undelete may cause the filter to not be reevaluated before expunging.
2004-08-11Fix build on Solaris.markd2-6/+9
2004-06-02When default optimisation is left at -O2, memory usage gets as high as 320 ↵jklos1-1/+2
megs on NetBSD PowerPC and as high as 220 megs on NetBSD i386. Setting optimisation to -O allows Pine to be built on NetBSD m68k and VAX architectures as well as machines which don't have much memory.
2004-05-20Fix building on MacOSXadam2-4/+4
2004-05-17_ULIMIT_CMD ends in ';' so no && needed between ${_ULIMIT_CMD} andgrant1-2/+2
${SETENV}. XXX should _ULIMIT_CMD even be being used here?
2004-05-17whitespace fixesgrant1-9/+9
2004-05-14Unlimit datasize when building with *any* version of GCC.tron1-2/+2
2004-05-14Unlimit datasize when building with GCC 3.x because the compiler mighttron1-3/+8
otherwise fail to allocate enough memory.
2004-05-13Changes 4.60:adam9-77/+76
* In PC-Pine, add ability to do piping, Sending-Filters, Display-Filters, and other operations where external command execution is possible. * Control margins in Message Viewing screen with Viewer-Margin-Left and Viewer-Margin-Right * Display flowed text well * Send flowed text when possible, with the ability to turn this behavior off through the new feature Quell-Flowed-Text * Add keywords to folders using the Keywords option to set them up and the Flag Command to set or clear them for particular messages. * In Mac OS X, view and send attachments and URLs according to how the system defines handling them, without relying on the existence of a mailcap or mime.types file * For PC-Pine, add a separate window that contains new mail notifications for all folders currently opened (in PC-Pine Config menu). * Reply or Forward using a Role by turning on the Alternate-Role-Menu option * More IMAP connection caching: control it with options Stay-Open-Folders, Preopen-Stayopen-Folders, Max-Remote-Connections, and Offer-Expunge-On-Stayopen-Folders * New feature Offer-Expunge-On-Inbox * An attempt is made to convert incoming UTF-8 messages to the user's character set * Added support for HOME and END keys in message view and message index * Prevent canonicalization of news server names by setting Mult-Newsrc-Hostnames-as-Typed * Remove hostname from NNTP Path header with Hide-NNTP-Path option * Support for External Categorizer Commands in Rules * Improved interface when editing rules with many comma-separated values * More control over mail checking frequency with Quell-Mailchecks-Composing-Except-Inbox, Quell-Mailchecks-Composing-Inbox, and Mail-Check-Interval-Noncurrent * More control over filtering of control characters to screen with Pass-C1-Control-Characters-as-is option * New Export and Unexport commands in FOLDER LIST screen * Now possible to use message size in Rule Patterns * As a convenience, a shortcut for the command line argument "-feature-list=feature" is "-feature", for example, "-signature-at-bottom" or "-no-signature-at-bottom" * Add PC-Pine command-line argument "-registry noset" * Add command-line argument "-nowrite_passfile" * Add feature Quell-Attachment-Extension-Warn * Add features Quell-Filtering-Messages and Quell-Filtering-Done-Message * Add feature Quell-Charset-Warning * Add feature Maildrops-Preserve-State * Don't remove whitespace from the end of lines, a behavior which can be turned off through the new feature Strip-Whitespace-Before-Send * Double dollar sign escapes special meaning of dollar sign in both Unix Pine and PC-Pine (Using Environment Variables) * RedHat and Debian ports more closely obey the Linux Hierarchy Standard * Improve performance of Select command when using Narrow or Broaden and talking to an IMAP server * Add feature Disable-Terminal-Reset-For-Display-Filters * When displaying a message with QP encoding errors, instead of just reporting "Non-hexadecimal character in QP encoding" and then giving up, attempt to do the best possible * Add feature Show-Sort * Add feature Downgrade-Multipart-To-Text * Add feature Dead-Letter-Files * Port named "soc" is an attempt to use native Solaris compiler * Add ability to justify the full message from the composer by doing Control-W Control-J * Bug fixes
2004-05-07pgp-related files removed. pine package no longer installs thesereed7-64/+7
outdated pgp helper filters. This was okay'd by maintainer, Kimmo Suominen. This fix will close my PR 22226. The pgpdecode shell script has an insecure tmp file issue. These pgp help scripts were rewritten in perl and the author no longer uses pine and possibly the scripts may not work with new pine versions. So now MESSAGE suggests installing the security/pinepgp package instead. Also available are wip/pgpenvelope and wip/pine-pgp-filters and when they are available in regular pkgsrc these will be suggested in the MESSAGE too.
2004-05-02Convert to buildlink3.snj1-7/+7
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-3/+3
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2004-01-20Update to 4.58nb2: make pine run properly on the DEC Alpha processor.hubertf3-9/+18
Patch submitted by Robert Pendell, shinji257@uplink.net.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-03Change maintainer to myself.kim1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-18Remove two unneeded (exec/unexec) lines from PLIST.wiz1-3/+1
Noted by Jeremy C. Reed in PR 22758.
2003-09-12Update "pine" package to version 4.58. Changes since version 4.56:tron2-6/+6
- Fixed crash when processing subjects containing "[Fwd: ...]" - Work around a problem with the Netscape Collabra NNTP server implementation of the OVER command - Try to correct for mail clients that wrongly use RFC 2047 instead of RFC 2231 to encode their attachment filename parameters, which confuses attachment saving and viewing of filenames of non-ASCII character sets. - Fixed potential security problems caused by maliciously-formed RFC 2231 attachment parameters - Index lines displayed incorrectly for messages with empty subject lines in threads - Command-line argument -create_lu was broken in versions 4.55 and 4.56 - Delivery Status Notifications were broken when attempting to do SMTP over TLS - Pine hangs when adding an Extra Header in rules with BdyText line at top of screen - Possible crash if quell-content-id feature is on and a message with more than one attachment is rejected by the SMTP server - When an attached filetype was set by matching the extension, the MIME charset wasn't being set - predict-nntp-server didn't preserve flagged options for nntp-server such as /ssl or /user - PC-Pine disconnected mailbox icon stays yellow even after reconnecting - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature
2003-09-04Make this compile on Linux systems without PAM.martti3-6/+6
2003-07-28Version 4.56 is a maintenance release with only a few new features.adam3-12/+11
Additions include: * enable-multiple-newsrcs makes Pine use a different newsrc file for each NNTP server * predict-nntp-server makes Pine use current NNTP server for posting * Now possible to set the outgoing NNTP server based on the Role being used * Option tab-checks-recent to have TAB display number of recent messages in a highlighted folder * For aggregate Saves there is now a default Save folder, which is derived from the first message being saved * If Unix Pine alternate compose editor returns nonzero, ask the user if they want to use the resulting file anyway * Environment variable, "h_news_config", default values supported * Missing arguments to -f or -F are prompted for * Some speedup to subscribe to news when the whole list of groups is not needed Bugs that have been addressed in this release include: * Mbox functionality was broken * Take to a Filter or other Rule crashed in 4.55 * Crash when Sorting on an IMAP server which does not have SORT extension and some other related mystery crashes * Features which were changed in Setup/Config and then backed out by answering "No" would sometimes stay changed until quitting Pine * After UnCut in composer headers leave the cursor positioned at the end of the uncut text instead of at the beginning or end of the line * When Unix Pine forwarded address book entries as a Vcard attachment it added extra carriage returns which caused problems * Full header prevented the ability to view the ATTACHMENT INDEX screen * In MIME Digests, Newsgroups, References, and other headers were ignored when viewing or replying to messages inside the digest * PC-Pine installer could possibly present incorrect information for the mail server login name * Roles with search criteria weren't being used when composing a new message * For attachments of type application/octet-stream, place precedence of a mailcap entry over the file's extension
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-02PKG_SYSCONFDIR already includes "etc". Ooops.jschauma1-2/+2
2003-06-28Make changes suggested by Jeremy C. Reed in PR pkg/21889:jschauma5-35/+39
- move parts of DESCR to MESSAGE - USE_PKGINSTALL - add ncurses-buildlink - on linux, link with -lncurses rather than -lcurses While there, shuffle some definitions around to match overall order.
2003-06-02Make this compile on NetBSD again. Fixes PR pkg/21757.kim2-6/+21
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-31Fix pine/makefile.so5:bouyer2-11/+15
Don't use the nonexistent ../pico/cc5.sol as LDCC, set it to ${CC} Add -lnsl -lsocket to the libraries. libc-client is in $(CCLIENTLIB) not $(CCLIENTDIR)
2003-01-23Updated pine to 4.53martti2-6/+6
* If a Filter Rule which does not Delete or Move a message is followed by another Rule which does a Move or Delete, that second rule will be applied (if there is a match) even if the first rule also matched * Crash in address book select screen * Experimental method to reopen a newsgroup or POP folder to check for new messages with < command followed by > command. See the help text for "Mail-Check-Interval" for a short explanation. * Delete, Rename, and Shuffle broken in Incoming Folders * Role-based SMTP Server should not override administratively fixed SMTP Server * Html typed file with garbage contents can cause crash * Scramble-Message-Id drops first character of hostname * When alternate-editor is used to compose, assume charset should be that of user * Rare crash when new mail arrives with threading enabled * Threaded index lines displayed incorrectly with IMAP servers that do not support threading * View attachment command should not be available if Full Header mode is turned on * Duplicate printing of To and Cc lines when using "all-except" in viewer-hdrs * Justification of quoted paragraphs is not possible when forwarding a non-us-ascii message
2002-12-14Update "pine" package to version 4.51. A complete and extensive list of thetron7-68/+96
changes since version 4.44 is available here: http://www.washington.edu/pine/changes/4.44-to-4.50.html http://www.washington.edu/pine/changes/4.50-to-4.51.html Among the numerous bug fixes is a security fix for CAN-2002-1320. This fixes PR pkg/19239 by reed@reedmedia.net.
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf1-2/+2
to comprehend in the little time I have. Sorry.
2002-12-11Fix build problem with latest version of "imap-uw" package.tron2-1/+19
2002-11-26NetBSD tag.cjep3-0/+3
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-08buildlink1 -> buildlink2jlam1-11/+14
2002-07-28Build on Darwin.schmonz4-2/+90
2002-07-18Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.abs5-5/+114
2002-06-21Fix on Linux (at least RedHat)abs1-1/+3
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-13Update pine to 4.44. Changes:hubertf2-7/+6
Version 4.44 is a bug-fix release that addresses bugs found in the previous release. Bugs that have been addressed in this release include: * URL handler allows embedded commands
2002-01-13add rpdump, rpload - forgot that last time when the Makefile was changedhubertf1-1/+3
2002-01-06This requires pico>=4.2 now.kleink1-2/+2
2002-01-02Use "openssl" buildlink glue code instead of "USE_SSL" to avoid hiddentron1-4/+3
dependences on a NetBSD 1.5 release system with "openssl" package installed.
2002-01-02Update to 4.43nb1: install rpdump and rpload utilities, useful for remotehubertf1-2/+5
config/address book management.