]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- use n letter, M is used for something else
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Jun 2006 21:57:25 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-tpop3d-uidl.patch -> 1.2

dovecot-tpop3d-uidl.patch

index e52e0b910d37d94591b5a3b2f4b36168ba7b11a0..2a12091d2e7768a5b779266c39fb6810689de009 100644 (file)
@@ -5,7 +5,7 @@ diff -ur dovecot-1.0.rc1.org/dovecot-example.conf dovecot-1.0.rc1/dovecot-exampl
    #  %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 @@ diff -ur dovecot-1.0.rc1.org/src/pop3/commands.c dovecot-1.0.rc1/src/pop3/comman
                { 'u', NULL },
                { 'm', NULL },
                { 'f', NULL },
-+              { 'M', NULL },
++              { 'n', NULL },
                { '\0', NULL }
        };
        struct var_expand_table *tab;
@@ -119,7 +119,7 @@ diff -ur dovecot-1.0.rc1.org/src/pop3/main.c dovecot-1.0.rc1/src/pop3/main.c
                        case 'm':
                                mask |= UIDL_MD5;
                                break;
-+                      case 'M':
++                      case 'n':
 +                              mask |= UIDL_MD5_FILE_NAME;
 +                              break;
                        case 'f':
This page took 0.074158 seconds and 4 git commands to generate.