branch : pmacs2
This commit is contained in:
moculus 2008-11-11 16:23:00 +00:00
parent 87c846d3bd
commit 0684488a25
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class MboxMsgBuffer(Buffer):
class MboxListBuffer(Buffer): class MboxListBuffer(Buffer):
btype = 'mboxlist' btype = 'mboxlist'
reverse = True reverse = True
format = '%(pos)4d %(replied)s %(dow)3.3s %(day)2.2s %(fromname)-15.15s %(size)6.6s %(subject)s' format = '%(pos)4d %(replied)1.1s %(dow)3.3s %(day)2.2s %(fromname)-15.15s %(size)6.6s %(subject)-43.43s'
from_re1 = re.compile(r'^ *" *([^"]+) *" *< *(.+) *> *$') from_re1 = re.compile(r'^ *" *([^"]+) *" *< *(.+) *> *$')
from_re2 = re.compile(r'^ *([^" ].*?) *< *(.+) *> *$') from_re2 = re.compile(r'^ *([^" ].*?) *< *(.+) *> *$')