summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorpatrick <p.totzke@ed.ac.uk>2011-08-10 13:58:31 +0100
committerpatrick <p.totzke@ed.ac.uk>2011-08-10 13:58:31 +0100
commitd4fcdd970b2c3a089444acd43dccafa98998b8dc (patch)
tree9df7bc9a6a80aeba8c8fd10256b3e15a2be95ed5 /alot
parentfc4486556e94610469051a89f5e21a2cf24ff2a8 (diff)
resolve issue with focus on msgs
Diffstat (limited to 'alot')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
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