SOURCES: dovecot-tpop3d-uidl.patch - use n letter, M is used for s...
arekm
arekm at pld-linux.org
Wed Jun 28 23:57:31 CEST 2006
Author: arekm Date: Wed Jun 28 21:57:31 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use n letter, M is used for something else
---- Files affected:
SOURCES:
dovecot-tpop3d-uidl.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/dovecot-tpop3d-uidl.patch
diff -u SOURCES/dovecot-tpop3d-uidl.patch:1.1 SOURCES/dovecot-tpop3d-uidl.patch:1.2
--- SOURCES/dovecot-tpop3d-uidl.patch:1.1 Wed Jun 28 23:25:05 2006
+++ SOURCES/dovecot-tpop3d-uidl.patch Wed Jun 28 23:57:25 2006
@@ -5,7 +5,7 @@
# %u - Mail UID
# %m - MD5 sum of the mailbox headers in hex (mbox only)
# %f - filename (maildir only)
-+ # %M - MD5 sum of the filename (like %f) in hex (maildir only)
++ # %n - MD5 sum of the filename (like %f) in hex (maildir only)
#
# If you want UIDL compatibility with other POP3 servers, use:
# UW's ipop3d : %08Xv%08Xu
@@ -77,7 +77,7 @@
{ 'u', NULL },
{ 'm', NULL },
{ 'f', NULL },
-+ { 'M', NULL },
++ { 'n', NULL },
{ '\0', NULL }
};
struct var_expand_table *tab;
@@ -119,7 +119,7 @@
case 'm':
mask |= UIDL_MD5;
break;
-+ case 'M':
++ case 'n':
+ mask |= UIDL_MD5_FILE_NAME;
+ break;
case 'f':
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/dovecot-tpop3d-uidl.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list