19 Dec
2004
19 Dec
'04
8:36 a.m.
On Sat, 2004-12-18 at 13:56 +0300, Andrey Panin wrote:
POP3 code shouldn't either assume that ':' and everything after it should be removed. Hmm. Perhaps just use a different name than MAIL_FETCH_FILE_NAME. But there's not much point in having a maildir-specific MAIL_FETCH_BASE_FILE_NAME either. Maybe MAIL_FETCH_SPECIAL_UIDL?
I vote for MAIL_FETCH_SPECIAL_UIDL. Does attached patch looks better ?
Actually getting the file name wouldn't probably be all that useful since if you're accessing it directly you'll need the code to find it again if it's name is changed. So it's probably better just to use some of the maildir-specific functions directly..
I think I got it: MAIL_FETCH_UIDL_FILE_NAME. :)