From db1fc7ff8be3f7f05172aaa48ccac4585e82eb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Thu, 3 Oct 1996 15:44:54 +0000 Subject: [PATCH] VERSION stuff git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@828 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_dropinfo.c | 1 + appl/popper/popper.c | 2 +- appl/popper/popper.h | 2 +- appl/popper/version.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/appl/popper/pop_dropinfo.c b/appl/popper/pop_dropinfo.c index 79ef3a429..d74c53042 100644 --- a/appl/popper/pop_dropinfo.c +++ b/appl/popper/pop_dropinfo.c @@ -141,6 +141,7 @@ pop_dropinfo(POP *p) if (mp->msg_id == 0) *msg_idp = find_value_after_colon(buffer); } else if (strncasecmp(buffer, "X-UIDL:", 7) == 0) { + /* Courtesy to Qualcomm, there is really no such thing as X-UIDL */ *msg_idp = find_value_after_colon(buffer); } #endif diff --git a/appl/popper/popper.c b/appl/popper/popper.c index a6e40a7be..fad59523f 100644 --- a/appl/popper/popper.c +++ b/appl/popper/popper.c @@ -70,7 +70,7 @@ main (int argc, char **argv) /* Tell the user that we are listenting */ pop_msg(&p,POP_SUCCESS, - "UCB Pop server (version %s) at %s starting.",VERSION,p.myhost); + "UCB based pop server (version %s at %s) starting.",VERSION,p.myhost); /* State loop. The POP server is always in a particular state in which a specific suite of commands can be executed. The following diff --git a/appl/popper/popper.h b/appl/popper/popper.h index f4ad80a2f..2fb94d30a 100644 --- a/appl/popper/popper.h +++ b/appl/popper/popper.h @@ -210,7 +210,7 @@ typedef struct { /* Message information */ int retr_flag; /* Flag indicating if message was retrieved */ #ifdef UIDL - char *msg_id; + char *msg_id; /* The POP UIDL uniqueifier */ #endif } MsgInfoList; diff --git a/appl/popper/version.h b/appl/popper/version.h index bbdd5d716..7626359f7 100644 --- a/appl/popper/version.h +++ b/appl/popper/version.h @@ -14,4 +14,4 @@ * Current version of this POP implementation */ -#define VERSION "1.831beta + krb4-0.9" +#define VERSION "krb4-0.9.3++"