Changeset 3447:e0073fa9c57c for attach.c

Show
Ignore:
Timestamp:
2003-08-05 06:55:47 (5 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

This patch removes the Kendra format from mutt. (The support was
broken anyways.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r3267 r3447  
    766766        return -1; 
    767767      } 
    768       if (ctx.magic == M_MBOX || ctx.magic == M_MMDF || ctx.magic == M_KENDRA) 
     768      if (ctx.magic == M_MBOX || ctx.magic == M_MMDF) 
    769769        chflags = CH_FROM; 
    770770      chflags |= (ctx.magic == M_MAILDIR ? CH_NOSTATUS : CH_UPDATE);