summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2010-08-05 21:41:49 -0700
committerMichael Elkins <me@sigpipe.org>2010-08-05 21:41:49 -0700
commit51423c19f4c6f5a7a8a43f3329c25450682386ab (patch)
treecec68f4f1ce5b9fa0b317d45e6447fb71e3b97fd
parent989e70ba7c7bb0e1cb2acfdc8b141f60066b6e71 (diff)
explanatory comments
-rw-r--r--thread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 7382bad0..a6b594cd 100644
--- a/thread.c
+++ b/thread.c
@@ -1016,6 +1016,9 @@ static HEADER *find_virtual (THREAD *cur, int reverse)
}
}
+/* dir => true when moving forward, false when moving in reverse
+ * subthreads => false when moving to next thread, true when moving to next subthread
+ */
int _mutt_aside_thread (HEADER *hdr, short dir, short subthreads)
{
THREAD *cur;