Changeset 3447:e0073fa9c57c for buffy.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
  • buffy.c

    r3344 r3447  
    121121  typ = mx_get_magic (path); 
    122122 
    123   if (typ != M_MBOX && typ != M_MMDF && typ != M_KENDRA) 
     123  if (typ != M_MBOX && typ != M_MMDF) 
    124124    return 0; 
    125125 
     
    349349      case M_MBOX: 
    350350      case M_MMDF: 
    351       case M_KENDRA: 
    352351 
    353352        if (STAT_CHECK)