branch : pmacs2
This commit is contained in:
moculus 2009-03-10 14:53:15 +00:00
parent 6a975d9a2e
commit 07ca78dcd4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class MboxListBuffer(Buffer):
from_re3 = re.compile(r'^ *([^\'" ]+) *$')
from_re4 = re.compile(r'^ *([^\'" ]+) *\(([^\)]+)\) *$')
date_re1 = re.compile(r'^(Sun|Mon|Tue|Wed|Thu|Fri|Sat), (\d{1,2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{2}):(\d{2}):(\d{2}) ([-\+]\d{4})(?: .*)?$')
date_re1 = re.compile(r'^(Sun|Mon|Tue|Wed|Thu|Fri|Sat), (\d{1,2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{2}):(\d{2}):(\d{2}) ([^ ]+)(?: .*)?$')
def __init__(self, path):
Buffer.__init__(self)
self.path = os.path.realpath(path)