Commit 5ec65915 5ec65915fcbaee412b1af79012faf4cfff5b97ff by Sergey Poznyakoff

Fixes to mail/msgset.y.

1 parent db4deb24
Showing 1 changed file with 12 additions and 0 deletions
1 2001-08-23 Sergey Poznyakoff
2
3 * mail/msgset.y: Fixed erroneous call to msgset_select
4 (second arg should have been a pointer). Added :t (tagged)
5 and :T (untagged) selection criteria.
6
7 * mail/tag.c: (new) Implementation of tag command.
8 * mail/table.c: Added entries for "tag" and "untag".
9 * mail/Makefile.am: Added tag.c
10 * mail/from.c: Display tagged messages.
11 * mail/mail.h: Added protos and defines for mail_tag().
12
1 2001-08-22 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net> 13 2001-08-22 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
2 14
3 * imap4d/fetch.c (bodystructure): check sp != NULL before using 15 * imap4d/fetch.c (bodystructure): check sp != NULL before using
......