Changeset 553:681d9b0ac0a6 for attach.c

Show
Ignore:
Timestamp:
1998-11-10 13:02:18 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Experimental support for the so-called "kendra" mail folder format.
This seems to be used on OS/2 and is, actually, a slibhtly modified
version of the MMDF format.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r515 r553  
    632632        return -1; 
    633633      } 
    634       if (ctx.magic == M_MBOX || ctx.magic == M_MMDF) 
     634      if (ctx.magic == M_MBOX || ctx.magic == M_MMDF || ctx.magic == M_KENDRA) 
    635635        chflags = CH_FROM; 
    636636      chflags |= (ctx.magic == M_MAILDIR ? CH_NOSTATUS : CH_UPDATE);