tpop3d-devel
[Top][All Lists]
Advanced

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

Re: [tpop3d-discuss]Problem with tpop3d


From: Daniel Tiefnig
Subject: Re: [tpop3d-discuss]Problem with tpop3d
Date: Wed, 02 Nov 2005 17:28:01 +0100
User-agent: Debian Thunderbird 1.0.7 (X11/20051010)

Chris Lightfoot wrote:
> On Wed, Nov 02, 2005 at 04:21:37PM +0100, Daniel Tiefnig wrote:
>> I'll submit a patch to CVS if that's okay with you, Chris.
> 
> go for it.

The fix is quite easy, cvs diff is attached to this mail, I allready
commited to CVS too.

> We should probably do a 1.6.0 release fairly shortly, since people
> seem to be distributing the CVS version already....

Well, you know I completely agree with that since beginning of this year
allready. :o)

lg,
daniel
Index: mailbox.c
===================================================================
RCS file: /home/chris/vcvs/repos/tpop3d/mailbox.c,v
retrieving revision 1.12
diff -u -r1.12 mailbox.c
--- mailbox.c   2 Sep 2005 16:27:22 -0000       1.12
+++ mailbox.c   2 Nov 2005 16:20:45 -0000
@@ -155,7 +155,10 @@
         if (subspec) {
             mdrv = str;
             *subspec++ = 0;
-        } else subspec = str;
+        } else {
+            subspec = str;
+            mdrv = mbox_drivers[0].name;
+        }
 
         path = substitute_variables(subspec, &err, 4, "user", a->user, 
"local_part", a->local_part, "domain", a->domain, "home", a->home);
 

reply via email to

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