Skip to content

Commit

Permalink
Brown paper bag bug caused by refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Dec 27, 2013
1 parent 04b8cab commit 32bd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailpile/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def as_text(self):
46 - (clen + len(msg_tags)))
text.append((cfmt + ' %s%-22.22s ' + sfmt + '%7s'
) % (count, tag_new and '*' or ' ',
m['from']['name'], m['subject'], msg_tags,
m['from']['fn'], m['subject'], msg_tags,
elapsed_datetime(m['timestamp'])))
count += 1
if not count:
Expand Down

0 comments on commit 32bd5f9

Please sign in to comment.