branch : pmacs2
This commit is contained in:
moculus 2009-03-10 14:31:51 +00:00
parent 305d2678c3
commit 3a9a915d6d
1 changed files with 0 additions and 1 deletions

View File

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