diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer/threads.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer/threads.rs b/src/buffer/threads.rs index 9439bb4..85ffb0f 100644 --- a/src/buffer/threads.rs +++ b/src/buffer/threads.rs @@ -83,6 +83,7 @@ impl Threads { }, Key::Char('i') => { self.threads[self.i].remove_tag("inbox"); + self.i += 1; } Key::Char('s') => { let sent = Threads::from_query(String::from("tag:sent")); |
