Martin Lambers wrote: > Hi! > > I don't understand which problem this patch tries to solve. > On initialization of the delivery method, we chdir() to the right > directory. What exactly is the error that can occur? > The maildir directory we chdir() to is an absolute path. > > Regards, > Martin
No. The maildir directory is whatever the user puts in the delivery line. Thus if the user puts a relative path and there are multiple accounts, mpop tries to chdir() to the second account from the second one. For example: > (common code omitted) > > account one > delivery exchange one > > account two > delivery exchange two > with folders one and two, a run of mpop -a will try to deliver the mails from the second account into one/two Additionally, patch 3 is useful for incrementally going to patch 4 :) ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ mpop-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mpop-users
