10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] [Resend] A small ...
FromSent OnAttachments
ma...@intron.acMay 28, 2006 3:43 am 
Sam VarshavchikMay 28, 2006 6:16 am 
ma...@intron.acMay 28, 2006 10:28 pm.diff
ma...@intron.acMay 30, 2006 10:58 am 
Sam VarshavchikMay 30, 2006 3:24 pm 
Sam VarshavchikMay 30, 2006 6:16 pm 
Alessandro VeselyMay 31, 2006 11:57 pm 
ma...@intron.acJun 1, 2006 4:12 am.diff
Lars AlthofJun 1, 2006 4:38 pm 
Sam VarshavchikJun 1, 2006 5:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] [Resend] A small patch for some small display problemsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 28, 2006 6:16:23 am
List:net.sourceforge.lists.courier-users

ma@intron.ac writes:

- else if (strcmp(p, INBOX "." SENT) == 0) + else if (strncmp(p, INBOX "." SENT, strlen(INBOX "." SENT)) == 0) printf("%s", n_sent);

This is wrong. Consider a folder named INBOX.SentLastMonth