Commit 073af45f 073af45f3402afb1cb11815d3d5f0d66a13bc324 by Sergey Poznyakoff

Update

1 parent d07b719f
2008-05-28 Sergey Poznyakoff <gray@gnu.org.ua>
* lib/Makefile.am (libmuaux_la_SOURCES): Add userprivs.c.
* lib/userprivs.c: New file.
* lib/muaux.h (mu_switch_to_privs): New prototype.
* libproto/include/amd.h (_amd_data.msg_finish_delivery): Pass
original message as the 3rd argument.
* libproto/maildir/mbox.c (maildir_msg_finish_delivery): Take
original message as the 3rd argument.
Use message attributes to select the subdirectory to place it
into.
* mailbox/amd.c (amd_append_message): Pass original message as the
3rd argument to msg_finish_delivery.
* mailbox/filter_trans.c (SOFTBRK): Remove unused macro.
* movemail/movemail.c: New option --copy-permissions (-P).
2008-04-07 Sergey Poznyakoff <gray@gnu.org.ua>
Implement compilation of Sieve sources from the memory.
......
......@@ -16,6 +16,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA */
int mu_switch_to_privs (uid_t uid, gid_t gid, mu_list_t retain_groups);
void mu_set_signals (RETSIGTYPE (*handler) (int signo), int *sigv, int sigc);
const char *mu_strexit (int code);
......