* New type of server hook: CtdlRegisterFixedOutputHook(). This is for
authorArt Cancro <ajc@citadel.org>
Wed, 19 Oct 2005 17:32:55 +0000 (17:32 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 19 Oct 2005 17:32:55 +0000 (17:32 +0000)
commit755158ab55eef7d25814b074f4ed5e8991b2723f
tree35713aadd96d14a939062d434cd73977e76285b5
parent53886b5cf4b760b408e22b00cc03b4dfbfaf73ca
* New type of server hook: CtdlRegisterFixedOutputHook().  This is for
  extending the fixed_output() function for arbitrary new MIME types.  The
  usefulness of this for end users is limited, since no clients use MSG0
  anymore.  The real purpose of converting various MIME types to text is to
  make them visible to the full text indexer.
* serv_vcard.c: registered a fixed output hook for text/x-vcard.
:
citadel/ChangeLog
citadel/msgbase.c
citadel/serv_extensions.c
citadel/serv_extensions.h
citadel/serv_vcard.c
citadel/server.h