summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2003-08-05 13:55:47 +0000
committerBrendan Cully <brendan@kublai.com>2003-08-05 13:55:47 +0000
commit001de52e84c431756d76230cde9b88cb6bfc4e71 (patch)
tree4f1adb4392406891a8d5ffac8d446da01f61c4f9 /buffy.c
parent9c02065c56569c3bd7177f7197c8b57b1c8dd204 (diff)
This patch removes the Kendra format from mutt. (The support was
broken anyways.)
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/buffy.c b/buffy.c
index 43ba56fa..8830931c 100644
--- a/buffy.c
+++ b/buffy.c
@@ -120,7 +120,7 @@ int test_new_folder (const char *path)
typ = mx_get_magic (path);
- if (typ != M_MBOX && typ != M_MMDF && typ != M_KENDRA)
+ if (typ != M_MBOX && typ != M_MMDF)
return 0;
if ((f = fopen (path, "rb")))
@@ -348,7 +348,6 @@ int mutt_buffy_check (int force)
{
case M_MBOX:
case M_MMDF:
- case M_KENDRA:
if (STAT_CHECK)
{