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 diff
     1.1 --- a/src/masqmail.h	Fri Jul 16 15:38:53 2010 +0200
     1.2 +++ b/src/masqmail.h	Fri Jul 16 16:38:50 2010 +0200
     1.3 @@ -168,7 +168,6 @@
     1.4  	gchar *mbox_default;
     1.5  	GList *mbox_users;
     1.6  	GList *mda_users;
     1.7 -	GList *maildir_users;
     1.8  
     1.9  	gchar *mda;
    1.10  	gboolean mda_fromline;
    1.11 @@ -452,7 +451,6 @@
    1.12  
    1.13  /* local.c */
    1.14  gboolean append_file(message * msg, GList * hdr_list, gchar * user);
    1.15 -gboolean maildir_out(message * msg, GList * hdr_list, gchar * user, guint flags);
    1.16  gboolean pipe_out(message * msg, GList * hdr_list, address * rcpt, gchar * cmd, guint flags);
    1.17  
    1.18  /* log.c */