Skip to content

Commit

Permalink
Merge pull request #1296 from dcbaker/remove-buffer-rebuild
Browse files Browse the repository at this point in the history
commands/thread: Don't refresh after moving
  • Loading branch information
dcbaker committed Aug 10, 2018
2 parents cd032bc + abf2df7 commit 696bcbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alot/commands/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,6 @@ def apply(self, ui):
MoveCommand.apply(self, ui)
# TODO add 'next matching' if threadbuffer stores the original query
# TODO: add next by date..
tbuffer.body.refresh()


@registerCommand(MODE, 'select')
Expand Down

0 comments on commit 696bcbe

Please sign in to comment.