From d4fcdd970b2c3a089444acd43dccafa98998b8dc Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 10 Aug 2011 13:58:31 +0100 Subject: resolve issue with focus on msgs --- alot/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot') diff --git a/alot/widgets.py b/alot/widgets.py index 956abf9a..cd7102fe 100644 --- a/alot/widgets.py +++ b/alot/widgets.py @@ -328,7 +328,7 @@ class MessageWidget(urwid.WidgetWrap): #TODO: this needs to go in favour of a binding in the buffer! def keypress(self, size, key): - return key + return self.pile.keypress(size, key) def get_message(self): """get contained message -- cgit v1.2.3