summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-31 13:40:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-31 13:40:07 +0000
commit43301fe8629138f9c0770c4896365a2ecf15aa4b (patch)
treefa1e4c8da0cf6294184adb6bf063dbe5a77e6702 /protos.h
parentdd53cfef3b772ad69e888eaf73105fd1b663ea0c (diff)
Updating to patch-0.94.4.vikas.collapse.3.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 159f5de6..b349dca4 100644
--- a/protos.h
+++ b/protos.h
@@ -50,7 +50,7 @@ int _mutt_aside_thread (HEADER *, short, short);
#define mutt_uncollapse_thread(x,y) _mutt_traverse_thread (x,y,M_THREAD_UNCOLLAPSE)
#define mutt_get_hidden(x,y)_mutt_traverse_thread (x,y,M_THREAD_GET_HIDDEN)
#define mutt_thread_contains_unread(x,y) _mutt_traverse_thread (x,y,M_THREAD_UNREAD)
-#define mutt_thread_next_new(x,y) _mutt_traverse_thread(x,y,M_THREAD_NEXT_NEW)
+#define mutt_thread_next_unread(x,y) _mutt_traverse_thread(x,y,M_THREAD_NEXT_UNREAD)
int _mutt_traverse_thread (CONTEXT *ctx, HEADER *hdr, int flag);
#define ISSPACE(c) isspace((unsigned char)c)