Upgrade to 1.0 release candidate 2.

This commit is contained in:
David E. O'Brien 1999-09-07 06:14:00 +00:00
parent 7a018641ad
commit 81921e9507
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21352
9 changed files with 9 additions and 93 deletions

View File

@ -6,8 +6,8 @@
#
# $FreeBSD$
DISTNAME= mutt-1.0pre1i
PKGNAME= mutt-1.0b1
DISTNAME= mutt-1.0pre2i
PKGNAME= mutt-1.0b2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \

View File

@ -1 +1 @@
MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75
MD5 (mutt/mutt-1.0pre2i.tar.gz) = 87cf1ea53adcfa9f6c7c3324120d7fd7

View File

@ -1,33 +1,5 @@
--- curs_lib.c.orig Thu Jan 14 14:29:17 1999
+++ curs_lib.c Thu Feb 18 20:58:46 1999
@@ -132,8 +132,8 @@
int mutt_yesorno (const char *msg, int def)
{
event_t ch;
- char *yes = _("yes");
- char *no = _("no");
+ unsigned char *yes = _("yes");
+ unsigned char *no = _("no");
CLEARLINE(LINES-1);
printw("%s ([%c]/%c): ", msg, def ? *yes : *no,
@@ -155,6 +155,16 @@
def = 0;
break;
}
+ else if (tolower(ch.ch) == 'y')
+ {
+ def = 1;
+ break;
+ }
+ else if (tolower(ch.ch) == 'n')
+ {
+ def = 0;
+ break;
+ }
else
{
BEEP();
@@ -408,8 +418,9 @@
{
event_t ch;

View File

@ -6,8 +6,8 @@
#
# $FreeBSD$
DISTNAME= mutt-1.0pre1i
PKGNAME= mutt-1.0b1
DISTNAME= mutt-1.0pre2i
PKGNAME= mutt-1.0b2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \

View File

@ -1 +1 @@
MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75
MD5 (mutt/mutt-1.0pre2i.tar.gz) = 87cf1ea53adcfa9f6c7c3324120d7fd7

View File

@ -1,33 +1,5 @@
--- curs_lib.c.orig Thu Jan 14 14:29:17 1999
+++ curs_lib.c Thu Feb 18 20:58:46 1999
@@ -132,8 +132,8 @@
int mutt_yesorno (const char *msg, int def)
{
event_t ch;
- char *yes = _("yes");
- char *no = _("no");
+ unsigned char *yes = _("yes");
+ unsigned char *no = _("no");
CLEARLINE(LINES-1);
printw("%s ([%c]/%c): ", msg, def ? *yes : *no,
@@ -155,6 +155,16 @@
def = 0;
break;
}
+ else if (tolower(ch.ch) == 'y')
+ {
+ def = 1;
+ break;
+ }
+ else if (tolower(ch.ch) == 'n')
+ {
+ def = 0;
+ break;
+ }
else
{
BEEP();
@@ -408,8 +418,9 @@
{
event_t ch;

View File

@ -6,8 +6,8 @@
#
# $FreeBSD$
DISTNAME= mutt-1.0pre1i
PKGNAME= mutt-1.0b1
DISTNAME= mutt-1.0pre2i
PKGNAME= mutt-1.0b2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.uib.no/pub/mutt/ \

View File

@ -1 +1 @@
MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75
MD5 (mutt/mutt-1.0pre2i.tar.gz) = 87cf1ea53adcfa9f6c7c3324120d7fd7

View File

@ -1,33 +1,5 @@
--- curs_lib.c.orig Thu Jan 14 14:29:17 1999
+++ curs_lib.c Thu Feb 18 20:58:46 1999
@@ -132,8 +132,8 @@
int mutt_yesorno (const char *msg, int def)
{
event_t ch;
- char *yes = _("yes");
- char *no = _("no");
+ unsigned char *yes = _("yes");
+ unsigned char *no = _("no");
CLEARLINE(LINES-1);
printw("%s ([%c]/%c): ", msg, def ? *yes : *no,
@@ -155,6 +155,16 @@
def = 0;
break;
}
+ else if (tolower(ch.ch) == 'y')
+ {
+ def = 1;
+ break;
+ }
+ else if (tolower(ch.ch) == 'n')
+ {
+ def = 0;
+ break;
+ }
else
{
BEEP();
@@ -408,8 +418,9 @@
{
event_t ch;