2 * Copyright (c) 1989 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
8 __RCSID("$Heimdal: pop_last.c 909 1996-10-28 16:25:42Z assar $"
12 * last: Display the last message touched in a POP session
18 return (pop_msg(p
,POP_SUCCESS
,"%u is the last message seen.",p
->last_msg
));