parent
87c846d3bd
commit
0684488a25
|
@ -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'^ *([^" ].*?) *< *(.+) *> *$')
|
||||||
|
|
Loading…
Reference in New Issue