bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] mail.local and maildir


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] mail.local and maildir
Date: Mon, 17 Jan 2005 11:08:06 +0200

Hi Felix,

> I am trying to deliver mail with mail.local to maildir storage.

Currently mail.local registers only unix mailbox format. To enable it
to use maildir, apply the attached patch (you will need recent
autotools to rebuild Makefiles).

Regards,
Sergey

Index: mail.local/Makefile.am
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mail.local/Makefile.am,v
retrieving revision 1.20
diff -p -u -r1.20 Makefile.am
--- mail.local/Makefile.am      5 Jul 2004 05:07:37 -0000       1.20
+++ mail.local/Makefile.am      17 Jan 2005 09:07:28 -0000
@@ -28,6 +28,7 @@ mail_local_LDADD = \
  @address@hidden
  @address@hidden
  ../mailbox/mbox/libmu_mbox.la \
+ ../mailbox/maildir/libmu_maildir.la \
  ../mailbox/libmailbox.la \
  ../libsieve/libsieve.la\
  ../lib/libmailutils.la @MU_COMMON_LIBRARIES@
Index: mail.local/main.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mail.local/main.c,v
retrieving revision 1.49
diff -p -u -r1.49 main.c
--- mail.local/main.c   4 Jan 2005 17:16:42 -0000       1.49
+++ mail.local/main.c   17 Jan 2005 09:07:28 -0000
@@ -372,6 +372,7 @@ main (int argc, char *argv[])
     registrar_get_list (&bookie);
     list_append (bookie, mbox_record); 
     list_append (bookie, path_record);
+    list_append (bookie, maildir_record);
     /* Possible supported mailers.  */
     list_append (bookie, sendmail_record);
     list_append (bookie, smtp_record);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]