FixedOutputHooks are now used _strictly_ for the MSG0 command.
authorArt Cancro <ajc@citadel.org>
Wed, 29 Mar 2006 03:52:09 +0000 (03:52 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 29 Mar 2006 03:52:09 +0000 (03:52 +0000)
commit1cfcbe21b6af38dd4666df9bc5294cc98f94f846
treec6c303327a68251e23d16ea360baff1e64f6b024
parentc374cc25c7fc9d33b98dfc2325f0091e501579c6
FixedOutputHooks are now used _strictly_ for the MSG0 command.
This prevents vcard/icalendar dumps onto the screen, when the pretty
rendering is already there.  Since MSG0 is now only used for the
full text search, the readability of vard/icalendar text dumps has
been reduced in order to prevent mega-indices of words like 'vcard'
and 'attendee'.  Because of this, the wordbreaker ID has been
incremented and your index will be forcibly rebuilt.
citadel/ft_wordbreaker.h
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_calendar.c
citadel/serv_vcard.c