Added mail directory argument to folder_addmsg in order to make it possible
authorJon Steinhart <jon@fourwinds.com>
Fri, 19 Nov 2004 05:06:16 +0000 (05:06 +0000)
committerJon Steinhart <jon@fourwinds.com>
Fri, 19 Nov 2004 05:06:16 +0000 (05:06 +0000)
commita753601a3811c10e433dbb04d8211a3df4b99012
tree4feec0960f12ee6a68aa7224e541f06b0b4d7be3
parent96a8fdb8b141aecc1732615454fdabc584c0142c
Added mail directory argument to folder_addmsg in order to make it possible
to provide a path to the ext_hook call that is mailpath-based.  A problem
existed when a folder was a symbolic link and the pwd call would return
the path relative to the filesystem, not to mailpath.  A new argument was
needed because there was otherwise no reasonable way to get that path.
h/prototypes.h
sbr/folder_addmsg.c
uip/mhstoresbr.c
uip/rcvstore.c
uip/refile.c