implement XDELE to delete a range of messages

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-08-12 11:37:55 +00:00
parent 399ac743f6
commit a910647224
3 changed files with 61 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ static state_table states[] = {
#endif
#ifdef XOVER
{trans, "xover", 0, 0, pop_xover, {trans, trans}},
#endif
#ifdef XDELE
{trans, "xdele", 1, 2, pop_xdele, {trans, trans}},
#endif
{(state) 0, NULL, 0, 0, NULL, {halt, halt}},
};