Mercurial > masqmail
diff src/masqmail.h @ 205:4fd237550525
REMOVED MAILDIR SUPPORT
if you want to deliver to maildir, use an MDA like procmail
masqmail can pass mail to an MDA by setting `mda' in masqmail.conf
author | meillo@marmaro.de |
---|---|
date | Fri, 16 Jul 2010 16:38:50 +0200 |
parents | 89f951be358f |
children | 8cddc65765bd |
line wrap: on
line diff
--- a/src/masqmail.h Fri Jul 16 15:38:53 2010 +0200 +++ b/src/masqmail.h Fri Jul 16 16:38:50 2010 +0200 @@ -168,7 +168,6 @@ gchar *mbox_default; GList *mbox_users; GList *mda_users; - GList *maildir_users; gchar *mda; gboolean mda_fromline; @@ -452,7 +451,6 @@ /* local.c */ gboolean append_file(message * msg, GList * hdr_list, gchar * user); -gboolean maildir_out(message * msg, GList * hdr_list, gchar * user, guint flags); gboolean pipe_out(message * msg, GList * hdr_list, address * rcpt, gchar * cmd, guint flags); /* log.c */