1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/alpine/files/cons25-alpine_keymenu.c
Doug Barton a68aef9011 Add a port for Alpine the new (Apache-licensed) version of Pine.
Alpine is a screen-oriented message-handling tool for news, and POP, IMAP,
and local e-mail.  In its default configuration it offers a limited set of
functions geared toward the novice user, but it also has a large list of
optional "power-user" and personal-preference features.

Alpine's basic feature set includes:
	* View, Save, Export, Delete, Print, Reply and Forward messages.
	    Compose messages in a simple editor with word-wrap and a
	    spelling checker.  Messages may be postponed for later completion.
	* Selection and management of message folders.
	* Address book to keep a list of long or frequently-used
	    addresses.  Personal distribution lists may be defined.
	    Addresses may be taken into the address book from incoming mail
	    without retyping them.
	* New mail checking/notification occurs automatically (configurable).
	* On-line, context-sensitive help screens.

Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.

WWW: http://www.washington.edu/alpine/

This is a master port for editors/pico-alpine
2007-12-21 10:39:14 +00:00

16 lines
466 B
C

--- alpine/keymenu.c.orig 2007-12-21 01:53:12.000000000 -0800
+++ alpine/keymenu.c 2007-12-21 01:53:12.000000000 -0800
@@ -2601,7 +2601,12 @@
char this_label[6*MAX_LABEL+1];
j = 6*i - 1;
+
+ /*
+ Change this line so that color works on cons25 terminals
if(i == 1 && !label_color)
+ */
+ if(i == 1)
max_column--; /* Some terminals scroll if you write in the
lower right hand corner. If user has a
label_color set we'll take our chances.