summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-10 23:10:35 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-10 23:10:35 +0000
commit2593b081c209e60b965da125fb22fe1a562bf5c2 (patch)
tree00790c365fc559a93481389042669f534ea4a375 /browser.c
parent55f7f3fd2c302fa1a5b3b377bd16cd5bba8d99d1 (diff)
Some patches Brandon Long posted to comp.mail.mutt.
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser.c b/browser.c
index e6264561..182a0df4 100644
--- a/browser.c
+++ b/browser.c
@@ -299,6 +299,7 @@ static void add_folder (MUTTMENU *m, struct browser_state *state,
}
(state->entry)[state->entrylen].name = safe_strdup (name);
(state->entry)[state->entrylen].desc = safe_strdup (buffer);
+ (state->entry)[state->entrylen].notfolder = 0;
(state->entrylen)++;
}