]> code.citadel.org Git - citadel.git/commit
Supplying a content type to CtdlDeleteMessages() in order
authorArt Cancro <ajc@citadel.org>
Fri, 16 Mar 2007 15:21:09 +0000 (15:21 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 16 Mar 2007 15:21:09 +0000 (15:21 +0000)
commit49548fc3d014f7934231cce0e57e8a3e69dc3683
tree5ac40f2e50c1a5ede3ad9d0999975192027902d1
parent9aafd6ecc77eff8cb8b39e712cea32cd09ce8b20
Supplying a content type to CtdlDeleteMessages() in order
to delete all messages of a particular content type, now supports the
use of regular expressions.
serv_vcard.c now uses a regular expression to replace messages of
both types 'text/x-vcard' and 'text/vcard' in order to support the
transition.
citadel/msgbase.c
citadel/serv_vcard.c