summaryrefslogtreecommitdiff
path: root/mail/alpine
AgeCommit message (Collapse)AuthorFilesLines
2008-04-03Update mail/alpine from 1.00nb3 to 1.10, plus add 'maildir' option.abs3-19/+25
(Approved by agc for update during the freeze) Changes from Alpine 1.00 to 1.10 New in Alpine 1.10 Version 1.10 addresses bugs found in previous releases and has a few additions as well. Additions include: * Add the possibility of setting a default role (see Roles Screen) which may be convenient if your work flow involves acting in one role for a while then switching to another role and staying in the new role for another period of time * When Saving and the IMAP server problem "Message to save shrank!" is encountered, ask the user if he or she wants to continue with the risky Save anyway instead of aborting. This may be helpful if your IMAP server is broken in this way but be aware that it is possible there was a real error instead of just a broken server implementation. * Some configure adjustments for Kerberos detection and for SCO OpenServer 5 support * Hide INBOX in a collection if it also appears as an Incoming Folder * Show asterisks for feedback when the user is typing a password * Performance improvement for threading of large folders * Previously, the search used to find Pattern matches containing To patterns searched for both To and Resent-To headers. The relatively complicated search this produces causes problems when using some deficient IMAP servers. Now the default is to look only for To headers and ignore the presence of Resent-To. The previous behavior may be restored with the Use Resent-To in Rules feature. * Add an Unknown Character Set to help with reading malformed unlabeled messages * Suppress User Agent When Sending option added * Map some Shift-LeftArrow escape sequences to LeftArrow * Add feature Warn if Blank Fcc Bugs that have been addressed in this release include: * Crash when encountering certain errors from an SMTP server * Crash in composer caused by overflow in replace_pat() * Hang when authenticating to an SMTP server that fails with a "connection disconnected" error * Bug in handling of trailing tab character in flowed text * Security enhancement for mailcap parameter substitution * Strip From Sigdashes on Reply did not work if the message being replied to was not flowed text and Do Not Send Flowed Text was not turned on * Don't allow printer to be changed through hidden config screen if system administrator didn't want it to be allowed * Attempts are sometimes made to set the Forwarded flag when alpine should know that it won't work, causing error messages to appear * A Reply Indent String of double-quote double-quote didn't work right * Quoting wasn't being done to protect special characters from the MacOS X shell when URL-Viewers was not defined * On MacOS X message attachments should be shown internally instead of being shown using the Mail application * When replying to a message with a charset of X-UNKNOWN Alpine would sometimes set the outgoing charset to X-UNKNOWN, making the result unreadable * When the sending of a message failed lines with leading spaces had one additional space inserted in each of those lines when the user was returned to the composer * The WhereIs command missed some index lines that contained non-ascii characters because it was truncating the line being searched so that it was shorter than what was visible on the screen * When composing, an attachment with a long name that causes wrapping in just the wrong place would generate an error and cause the send of the attachment to fail * After calling the file browser to attach a file in the composer, a resize of the window when back in the composer would redraw the last screen that had been shown in the browser instead of the current composer screen * Possible crash in index screen when encountering unparseable addresses or when using one of the PRIORITY tokens or the HEADER token in the Index Format * Problems with Header Color editing if the configuration option Viewer Header Colors was inadvertently changed to the Empty Value in the hidden config screen * When resuming the final postponed message from an Exchange server the user could get a certificate validation failure because alpine was trying to validate the canonical name of the folder instead of the name the user used * Windows line endings in a mimetypes file on a Unix system cause a failure to find a match * Make matching of extension names case independent in mimetypes files * Windows dialog boxes for entering text were not working correctly * Replying to or Forwarding multipart/alternative messages which had a single text/html part did not work well * Printing the print confirmation page caused a crash * A To line with a long, quoted personal name could display incorrectly if it was close to the same width as the screen * When Enable Incoming Folders Checking and Incoming Checking Includes Total are turned on hide (0/0) when the folder is empty * Folder completion while Saving didn't work if the collection being saved to was the local home directory
2008-01-20Update alpine to 1.00nb3 - PR#37805 from Christian Gallabs3-18/+44
- Add ldap and alpinesearchheader options and move options to options.mk
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@
2008-01-14Add an option, as with pine, to apply Eduardo Chappa's `fancy threading'jwise2-7/+17
patch. Defaults to off, for now. Bump PKGREVISION.
2008-01-01update alpine to 1.00nb1 - only pass --without-pthread on NetBSD 4.x and earlierabs1-2/+3
2007-12-29Update alpine to official 1.00 release (many thanks to upstream for takingabs6-117/+6
back all patches). No changelog available
2007-12-10disable pthread on NetBSD for now - bump PKGREVISIONabs1-1/+6
2007-12-09Update alpine to 0.999999 from 0.999abs6-47/+40
- This is still a development release so unfortunately no changelog
2007-10-11Add $HOME/.pinepwd support by default; bump PKGREVISION. Option "pinepwd"tv1-2/+12
can be disabled to remove the behavior again. In spite of UW's "recommendations" against enabling this, it should be up to the sysadmin and user whether to use the rope to build a bridge or hang him/herself. PC-Pine has it enabled by default; there's no reason besides FUD to make the Un*x build any different.
2007-08-08Update mail/alpine to 0.999nb1abs1-1/+5
- The default configure scripts end up encoding '${prefix}' (note quotes) at the start of /etc/pine.conf{,.fixed}. Use --with-system-pinerc and --with-system-fixed-pinerc to explicitly set them to ${PKG_SYSCONFDIR}
2007-07-02Update mail/alpine to 0.999:abs2-7/+6
pkgsrc portability patches submitted back upstream but ignored. Additions include: * Configuration support for Tru64 and some fixes for other systems * New color option Header General Color to color all headers in MESSAGE TEXT screen * Added NONE color setting for Index symbols and Keyword colors so that the background color of a symbol can be set to not blot out the background color of an index line. There is also a similar NORM color that tracks the Normal Color * New color options Index Subject Color and Index From Color options to color parts of MESSAGE INDEX lines * Some improvements to Enable Incoming Folders Checking option, including new options Incoming Checking Includes Total, Incoming Checking Uses Recent, and Incoming Check Interval Secondary * Eliminate address book sorting wars when two different systems sort an address book differently. Instead of checking that the address book is correctly sorted whenever it is opened the sorting will only happen when a change is made. The sort order you see is the sort order from the last system where a change was made. * Added a new category of Rule called a Search Rule. A Search Rule has a Pattern but no Action is associated with that Pattern. It is used with the Select command in the MESSAGE INDEX screen to Select the set of messages that match a rule's Pattern. * Added minor adjustment to display of opening text with Opening Text Separator Characters option. Display of opening text is controlled by configuring your Index Format option to include one of the Subject tokens that causes this behavior (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT). * Added tokens OPENINGTEXT and OPENINGTEXTDQ for use with the Index Format option. These are alternative ways to display the opening text of a message in the index screen. * Added SHORTIMAPSTATUS token for the Index Format * The default values of many features have been changed, exposing a more advanced user interface by default. In addition, though the names of features used in the configuration files remains the same, the displayed text in the Config screen is no longer tied directly to that name. * Changed Windows Alpine so that it can show up in the list of default programs in Vista. Bugs that have been addressed in this release include: * INBOX displayed twice in some situations when there was a folder named INBOX * Crash in PC-Alpine related to traditional UNIX mailbox format * Canceling out of the password prompt when opening an incoming folder was causing the re-open of a previously opened folder to fail * News collection display empty after canceling out of password prompt * Extra password prompt when adding incoming folder after canceling out of earlier password prompt * Recognize and ignore XML processing instructions in HTML messages * Window title was being set using Unicode characters instead of the local character set of the display terminal * The option Busy Cue Spinner Only was displaying an oncoming two-engine airplane instead of a spinner * Got rid of default green Subject header color added in 0.99 * Title Closed Color wasn't being shown when in the composer * Disable-Input-History, which was added in previous version, is changed to Disable Save Input History and its effect is restricted to ambiguous situations, like Save * Added missing input history command for Pipe Attachment * Cannot open another folder after an empty directory is opened when Combined Folder Display and Expanded View of Folders options are set * When answering No to the commit changes question after changing the Inbox Path the change was written to the config file anyway * When the Threading Display Style results in the information being truncated add a thread depth indicator in brackets at the right hand edge
2007-06-12Fix spool directory default for *BSD. Add DragonFly support.joerg4-5/+93
Add DESTDIR support. Bump revision.
2007-05-17Update alpine to 0.99nb1 - do not ^M and similar to toupper(). Avoidsabs3-2/+19
potential crash on selecting files to attach on some machines
2007-05-03Import alpine-0.99 into pkgsrc:abs5-0/+56
Alpine is the replacement for the Pine email and news client. Alpine is a screen-oriented message-handling tool. In its default configuration, Alpine offers an intentionally limited set of functions geared toward the novice user, but it also has a large list of optional "power-user" and personal-preference features. This package currently only installs the alpine binary, excluding the pilot and pico binaries which would cause it to conflict with the pine package.