aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer/threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer/threads.rs')
-rw-r--r--src/buffer/threads.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/threads.rs b/src/buffer/threads.rs
index 893b4ec..5a87388 100644
--- a/src/buffer/threads.rs
+++ b/src/buffer/threads.rs
@@ -92,7 +92,7 @@ impl Threads {
} else {
self.i - 1
},
- Key::Char('e') => window.scroll_down(),
+ Key::Char('e') => window.scroll_down(self.threads.len()),
Key::Char('y') => window.scroll_up(),
Key::Char('i') => {
self.threads[self.i].remove_tag("inbox");