summaryrefslogtreecommitdiffstats
path: root/editmsg.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 /editmsg.c
parent9c02065c56569c3bd7177f7197c8b57b1c8dd204 (diff)
This patch removes the Kendra format from mutt. (The support was
broken anyways.)
Diffstat (limited to 'editmsg.c')
-rw-r--r--editmsg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/editmsg.c b/editmsg.c
index 6369f0a9..c341542d 100644
--- a/editmsg.c
+++ b/editmsg.c
@@ -143,8 +143,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur)
if (fgets (buff, sizeof (buff), fp) && is_from (buff, NULL, 0, NULL))
{
- if (tmpctx.magic == M_MBOX || tmpctx.magic == M_MMDF ||
- tmpctx.magic == M_KENDRA)
+ if (tmpctx.magic == M_MBOX || tmpctx.magic == M_MMDF)
cf = CH_FROM | CH_FORCE_FROM;
}
else