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:
@@ -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}},
|
||||
};
|
||||
|
Reference in New Issue
Block a user