Commit graph

53 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
tv
6fffc0c343 Update to 4.63. Complete changelog is available here:
http://www.washington.edu/pine/changes/4.62-to-4.63.html

Specific notable user-visible changes:

     * When cancelling a message being composed the commands are now "^C"
       followed by "_C_onfirm" instead of "^C" followed by "_Y_es". "^C"
       "Yes" was close to "^X" "Yes", the command used to send a message.
       The change is there to prevent inadvertent cancellations. The old
       behavior may be restored by setting the feature
       Compose-Cancel-Confirm-Uses-Yes.

     * Field for comments added to Rules. Warning: Don't use this field
       until all of the Pines that you run are version 4.63 or higher,
       since it will cause the Rule to be ignored in previous versions.
2005-08-12 20:23:00 +00:00
tron
87825e166a - Fix unsafe file operations in "rpdump" utility (CAN-2005-1066).
- Install manual pages for "rpdump" and "rpload" utilities.
Bump package revision because of the above changes.
2005-04-15 16:36:39 +00:00
schwarz
3fc3198b29 adding patch for IRIX which was omitted when closing PR#28615 2005-03-19 12:52:28 +00:00
adam
bc6cedf3cd Changes pine 4.62, pico 4.9:
Additions include:

     * Enable-Newmail-in-Xterm-Icon now also sets the title bar text to
       indicate new mail
     * New feature Enable-Newmail-Short-Text-in-Icon
     * New UNIX Pine feature NewMail-FIFO-Path
     * New feature NewMail-Window-Width
     * Select command may use the pattern from an existing Rule (for
       example, an Indexcolor Rule) for its selection criteria
     * Beginning of Month and Beginning of Year options in Rules
     * Some additional tokens having to do with the current date may be
       used in the folder name that is used as a target in a Filter Rule.
       For example, you may filter messages to a folder named for the
       current month by using the _CURYEAR_ and _CURMONTH_ tokens in the
       folder name. The (long) list of all such tokens is here.
     * Three additional tokens for use with Keywords may be used in the
       Index-Format. They are SUBJKEYINIT, KEY, and KEYINIT (in addition
       to the old SUBJKEY).
     * Keywords may be displayed in color using Keyword Colors, available
       from the Setup/Kolor screen
     * The Keyword-Surrounding-Chars option may be used to slightly
       modify the display of SUBJKEYINIT and SUBJKEY tokens.
     * The Enable-Flag-Screen-Keyword-Shortcut option adds a shortcut
       method of setting keywords
     * When performing an aggregate reply (or forward), if the Role that
       would be selected when replying (or forwarding) to each individual
       message in the set is the same for all the messages, then that
       role is used just like it would be when replying (or forwarding)
       to any one of those messages.
     * Delete/No Delete prompt added to Save command so that the source
       message may be deleted or not on a Save-by-Save basis
     * Status-Message-Delay option now allows reducing the status message
       delays Pine sometimes adds
     * New feature Save-Partial-Msg-Without-Confirm
     * New feature Disable-Take-Fullname-in-Addresses
     * New feature Sort-Default-FCC-Alpha
     * New feature Sort-Default-Save-Alpha
     * For selecting messages by Status, add the possibility of selecting
       based on Recent or Unseen status
     * Allow Take command to take addresses from html and enriched text
       subtypes, as well as from plain text

   Bugs that have been addressed in this release include:

     * Crash when sending a message with a Role that sets the To header
       if the Empty-Header-Message is set to
     * Pine hangs in composer after alternate editor or speller is run
       and new mail arrives that causes an External Categorizer command
       to be executed
     * Crash in MESSAGE INDEX when using a threaded sort. The crash is
       most common when the sort is Reversed.
     * Pine could crash or hang when the window was resized down to 3
       lines or fewer while in the composer
     * In the Role editor the "To Folders" command for the "Set Fcc"
       action did not work
     * After running Pine for a long time, it would slow down until
       restarted
     * Export command in FOLDER LIST did not work with dual-use folders
     * When the Send-Without-Confirm option was turned on, flowed text
       was not produced and the Fcc-Without-Attachments feature did not
       work
     * Display bug, folder was not un-highlighted
     * When viewing a message from the separate thread index, new mail
       arrival could cause Pine to leave the MESSAGE TEXT screen and drop
       back to the MESSAGE INDEX screen on its own
     * When the UnDelete command was typed in the composer with the
       cursor in the middle of a header line, the text was inserted at
       the beginning of the line instead of at the location of the cursor
     * When some messages from a thread were selected (not including the
       top of the thread), the view was Zoomed, and the feature
       Slash-Collapses-Entire-Thread was turned on; the collapse command
       caused messages to disappear from the view entirely
     * Incorrect character conversions were possible when going from
       ISO-8859-X to ISO-8859-1
     * Quell-Charset-Warning will now also quell the short comment
       included in header lines about the charset being different from
       yours in addition to quelling the editorial comment at the top of
       a message. This is the stuff that looks like "[ISO-8859-2]" in a
       header line.
     * If the Down Arrow key was held down it caused Pine to do a new
       mail check for each repeated character, which caused a delay when
       the key was held down by mistake. Changed that so that it does at
       most one check per second.
     * An unnecessary sort of the folder (causing a delay) was happening
       when closing if a filter rule depended on message state
     * Mouse in xterm failed when clicking in the folder screen
     * Enable-Dot-Folders feature did not allow adding folders with names
       beginning with dot
     * When replying to a TEXT/ENRICHED message Pine was failing to
       filter out the ENRICHED markup
     * Crash caused by malformed ISO-2022-JP in header
     * Crash when changing Inbox-Path if INBOX was not the current folder
     * Adding a collection on a Cyrus server did not work if the folder
       already existed (Pine tried to create it and failed)
     * Pine gave incorrect messages when deleting dual-use
       folders/directories
     * Saving an attached message to INBOX from another collection did
       not work correctly (it tried to create INBOX in the collection
       instead)
     * In some circumstances, Pine could announce "No messages expunged
       from folder " after an expunge command that actually worked
       correctly
     * Allow alternate editor to use quoted arguments
     * News drop folders weren't using the correct newsrc with
       Enable-Multiple-Newsrcs enabled
     * Error decoding some 8-bit headers, typically showing up as a
       garbage character at the end of a name
2005-01-25 10:07:56 +00:00
markd
d5a88628af Fix build on Solaris. 2004-08-11 14:15:18 +00:00
adam
d4c7dd4c30 Fix building on MacOSX 2004-05-20 07:56:34 +00:00
adam
4ceed226e2 Changes 4.60:
* 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-13 18:29:54 +00:00
hubertf
7e8b044912 Update to 4.58nb2: make pine run properly on the DEC Alpha processor.
Patch submitted by Robert Pendell, shinji257@uplink.net.
2004-01-20 10:16:38 +00:00
martti
d5e97d6e2e Make this compile on Linux systems without PAM. 2003-09-04 11:02:19 +00:00
adam
fb38ffb291 Version 4.56 is a maintenance release with only a few new features.
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-28 15:44:10 +00:00
jschauma
118c3ae53b Make changes suggested by Jeremy C. Reed in PR pkg/21889:
- 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-28 18:16:02 +00:00
kim
72d67c55b0 Make this compile on NetBSD again. Fixes PR pkg/21757. 2003-06-02 17:44:13 +00:00
bouyer
6d5f0d8604 Fix pine/makefile.so5:
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-03-31 16:23:16 +00:00
tron
3397d5d32c Update "pine" package to version 4.51. A complete and extensive list of the
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-14 10:34:43 +00:00
tron
add10855b3 Fix build problem with latest version of "imap-uw" package. 2002-12-11 12:22:17 +00:00
cjep
f170eb0a75 NetBSD tag. 2002-11-26 21:41:09 +00:00
bouyer
7c04f88abc Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc. 2002-10-27 18:04:05 +00:00
schmonz
70a422b2fa Build on Darwin. 2002-07-28 05:49:28 +00:00
abs
29c5df047a Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump. 2002-07-18 14:18:48 +00:00
martti
fa4a2e982a Updated to 4.43. Changes since 4.40:
*  Answered flag not set in some circumstances when replying
*  PC-Pine command line argument -passfile to change the name of the
   password file. This should be a fully-qualified filename.
*  Replying to a message may close the folder containing the message
*  Pine fails to compile in non-DEBUG mode.
*  PC-Pine crashes in some dialogs when run in Dialog Box mode.
*  Setup/Signature prefers literal-signature by default
*  Composer justify command handles nested quoting better
*  Increased efficiency for remote configurations (no temporary files)
*  New tokens SIZECOMMA (similar to 4.33 SIZE) and SIZENARROW for index-format
*  Select by size (thanks to Martin Gallwey)
*  New feature quell-content-id for working around Outlook XP problem
*  New PC-Pine feature quell-ssl-largeblocks for working around OS
   SSL-problems
*  Better color interoperability between PC-Pine and Unix Pine with
   16-color xterm
*  New PC-Pine dialog to aid in locating configuration file if none found
*  Save from local folder to simple name in remote collection fails
*  Crash when selecting folders by Properties (Unseen...) in local collection
*  Crash when talking to POP3 servers which have the EXPIRE capability
*  Crash when talking to SMTP server which offers STARTTLS
*  Crash when accessing remote config if there is a TLS failure
*  Crash when index-format includes SCORE token, a score rule includes
   an AllText pattern, and the folder being scored is remote
*  Delivery Status Notification (DSN) broken
*  Editing reply-indent-string was broken when using Windows dialog boxes
*  Entire folder is re-filtered when Save is typed and save-will-advance is set
2001-12-15 08:31:38 +00:00
agc
567de54f8d Clean up after last update:
+ restore definitions of RM and LN in makefile.neb, as they're used
later on in the file.

+ if we're going to the bother of passing PREFIX to the invocation of
make, we might as well use PREFIX rather than LOCALBASE in the definition
of CCLIENTDIR.
2001-11-13 10:38:58 +00:00
tv
1fabcf5e84 * Set default debug level to 0 (it can still be turned on voluntarily)
* Don't use libtool; it's not necessary here (and increases compile time)
* Obey ${CC} and ${CFLAGS}.
2001-11-06 20:04:46 +00:00
martti
4ff17aaf82 Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog) 2001-10-11 15:35:01 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
abs
43117ca183 pine updated to 4.33, and pico adjusted for new distfile
Patch supplied by martti.kuparinen@iki.fi in PR pkg/12222

Changes in 4.33
 *  NNTP authentication causes crash
 *  Attachment viewing broken
 *  Display-Filters and Url-Viewers with quoted arguments in config
    broken
 *  Reverse sorting doesn't work correctly with filters
 *  Some combinations of non-ascii characters in subject cause crash
 *  Add version information to PC-Pine
 *  Top line in news index was painted incorrectly at times
 *  Crash caused by debugging when > 1K config lines are present
 *  PC-Pine LDAP crash caused by using incorrect memory free routine
 *  Save size check was disabled in multi append

Changes in 4.32
 *  File attaching broken (double filename) in PC-Pine
 *  Postponing loses second reply-to address
 *  Obscure crash when sorting by Threads
 *  Temporary file vulnerabilities
 *  Crash when NNTP authentication aborted
 *  Make /secure work again (broken in 4.30)
 *  Setup printer list problems with $PRINTER
 *  Recognize Re[arbitrary stuff]: reply syntax
 *  Allow for attaching files on a Windows network drive

Changes in 4.31
 *  Crashes when sorting by Threads
 *  Text of last message could be invisible with header larger than 4096
    bytes
 *  Fixed a few buffer overflow possibilities
 *  Many problems if compiled without -DDEBUG
 *  Eliminated length restriction on address book comments
 *  Couldn't expand collections when selecting if combined-folder-display
    set
 *  List options set only in fixed config didn't work
 *  Filtering based solely on scores didn't work
 *  Filtering to non-existent folder didn't ask to create the folder
 *  Save to default folder didn't work if the folder didn't already exist
 *  Crash when using WhereIs in Setup/Kolor with color turned off
 *  News collections would sometimes show up doubled until restarting
 *  Crash when accepting default in shuffle folder list command
 *  PC-Pine didn't always save window position
 *  Last-folder-used rule didn't always save the name of first saved
    folder
 *  Rule editor address selector should allow multiple addresses
 *  Added Replicate command for Rules
 *  News validation doesn't validate against multiple news servers
 *  Reply to some text/html messages with attachments incorrectly set
    content-type to text/html
 *  mail-directory setting in pine.conf doesn't work
2001-02-16 10:13:35 +00:00
jwise
3f5ad65e3c As imap-uw was recently updated to provide SSL support, programs which link
with libimapuw (at least on ELF) _need_ to explicitly bring in -lssl -lcrypto.

In the future, when updating a package, _please_ check any packages which depend
on that package to make sure they aren't broken by the change.  It took a _long_
time to find out that pine was broken on this machine (a SparcClassic).
2000-12-18 18:09:11 +00:00
hubertf
39c70fc4a8 Update to 4.30.
Fixes another security hole...

Full list of changes:
     * Configuration flexibility
          + pine configurations can now be stored remotely on an imap
            server for access from different locations without the need
            to configure for each location.
          + configuration may be split into two parts: generic
            configuration and exceptional, per-platform configuration.
          + signatures can now be stored remotely or as part of the
            pinerc file
          + for configuration options which are lists, inheritance is
            supported
     * New security features
          + SSL support for Unix Pine (source code only)
          + SSL enhancements for PC-Pine
     * Minor rule enhancements
          + status of a message (New, Deleted, etc.) can now be used as
            criteria for pattern matching.
          + "move-only-if-not-deleted" option in filtering to lessen the
            chance of messages being filtered more than once when running
            multiple pine sessions.
          + ability to set arbitrary headers in roles.
          + news filtering made more efficient.
     * Basic threaded sorting (Expanded functionality to be added in a
       future version).
     * Enhanced MAPI support for PC-Pine
     * Various other new features and configuration options
          + alternate-compose-menu
          + by-replyto for saved-msg-name-rule
          + check-newmail-when-quitting
          + continue-tab-without-confirm
          + expose-hidden-config
          + expunge-only-manually
          + incoming-startup-rule additions
          + literal-signature
          + mark-for-cc
          + prefer-plain-text
          + pruning-rule, for monthly sent-mail renaming and deleting
          + quell-extra-post-prompt
          + hidden feature allow-changing-from defaults to on
     * New command line options:
          + -p , pinerc can now refer to a remote mailbox which
            contains the configuration file
          + -x , is how you override your default
            pinerc settings with exceptions for a particular platform,
            may be local or remote
          + -aux , allows you to tell
            Pine the local directory to use for auxiliary files when
            pinerc is remote (PC-Pine only)
          + -copy_pinerc and -copy_abook options
          + -v option

   Bugs that have been addressed in this release include:

     * Incoming mail with an extremely long From address can cause a
       buffer overflow on the stack (security)
     * X-Keywords crash for unix formatted mailboxes
     * Composer word wrapping needlessly wraps words
     * New messages appear in zoomed view
     * "Bad msgno 0" filtering crash
     * "+" during login doesn't always mean that SSL is being used
     * news filtering refilters messages that had already been filtered
     * Goto and Save can't access folders that are readable but not
       listable
     * Goto doesn't allow access of folders outside of a Collection List
     * PC-Pine SSL functionality broken in Windows 2000/Millennium
     * FromOrTo and To in index-format don't work for newsgroups
     * Sorting by score doesn't always work
     * Viewing of very large messages uses more memory than is need
     * Loss of body for reply to multipart/signed mime messages
     * Pine crashes when replying to or forwarding messages with certain
       types of attachments
     * Brackets are falsely recognized as url characters
     * Crash when enclosing options in quotes for PC-Pine
     * Newsgroup posting doesn't allow posting to additional news servers
2000-11-09 03:37:26 +00:00
hubertf
49434e4473 Use IMAP c-client libs from imap-uw package.
Fixes security problem describe at
http://www.securityfocus.com/advisories/2646
2000-09-19 13:27:00 +00:00
kim
dcb4b2383d Fix the & expansion in the gecos field. 2000-05-02 17:29:32 +00:00
bouyer
c2eed29811 Make it compile on solaris. 2000-01-04 16:58:50 +00:00
tv
41aa400058 Update Pico to 3.6, Pine to 4.20. Also move pine.conf and pine.conf.fixed
to .../share/examples/pine and copy pine.conf to .../etc only if it doesn't
exist.
1999-11-11 17:40:16 +00:00
tv
7f6b91d553 Update Pico to 3.5 and Pine to 4.10. 1999-05-02 03:16:58 +00:00
frueauf
05c1fe701f pkglint: add missing rcs ids. 1999-02-10 15:10:47 +00:00
explorer
cd2d755f9c Teach pine about $MAIL. It will be used if set, so the sysadmin/user
can override where mail is stored.
1999-01-31 10:47:37 +00:00
tv
593cf8f35c Try to get the "name=" field from Content-Type: if Content-Disposition:
exists but does not have a "filename=" field.  Many broken mailers are now
doing this with attachments.
1998-11-16 16:22:05 +00:00
tv
b324a7e25b Fix '-Dunix' lossage. 1998-11-13 16:33:07 +00:00
tv
ea85b19f85 Update to 4.05 and re-enable on alpha. (The LP64 warnings are not good,
but the way they are used does work.)
1998-11-13 16:32:37 +00:00
cjs
7728af6150 Never mind; I'm full of shit. 1998-08-12 18:46:33 +00:00
cjs
320da732fd Restore ALLOW_CHANGING_FROM. This option, if compiled in, can be
turned off in the pine global config file, but cannot be turned on
if not compiled in. Of course, the `security' this provides is
entirely phony, but those that feel more comfortable with it disabled
can still do so with the binary pacakge.
1998-08-12 18:42:28 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
e8b314fa0b Miscellaneous pine fixes forwarded to me by Matt Green. 1998-08-05 10:37:54 +00:00
tv
36bd4f7650 The passwd program is in /usr/bin, not /bin.
Re-add patch-tabkey, reengineered for Pine 4.00's mailcmd.c.
1998-07-19 05:21:34 +00:00
tv
e1777ccf93 Compile and install the abookcpy program. (Perhaps c-client should be
made into a shared library, too, if more pine subprograms appear.)
1998-07-19 04:33:06 +00:00
tv
940e71cc7d Update pine to 4.00. Get libpico by using the libpico installed by the
pico-3.0 pkg.
1998-07-19 03:39:17 +00:00
tv
b82d2609ca Allow the use of the tab key to peruse folders other than just the
incoming mailbox list.
1998-06-18 16:14:58 +00:00
hubertf
15afaa57e4 Fix that pico-bug mentioned on bugtraq. (See this patchfile for the
original mail, with the fix' path edited to work for the NetBSD pkg
system).
1998-04-25 22:39:29 +00:00
cjs
519b354695 Turn on ALLOW_CHANGING_FROM by default. 1998-03-19 02:32:29 +00:00
hubertf
154c2bc1e4 Don't compile in any debug code; reported by Soren S. Jorvang <soren@t.dk>. 1998-01-24 20:39:31 +00:00
hubertf
a29602b79a Move back to static libpine, to build on alpha. 1997-12-04 22:53:34 +00:00