Skip to content

Commit

Permalink
Change naming scheme for mbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhbir Singh committed Mar 13, 2012
1 parent bab330e commit c98036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivetombox.py
Expand Up @@ -341,7 +341,7 @@ def main():
logging.error('Unable to decode date, skipping message %s' % message_id)
continue

mbox_name = '{0}-{1}{2}'.format(lst_name, year, month)
mbox_name = '{0}.{1}{2}'.format(lst_name, year, month)
create_mbox(lst_name, mbox_name,
name, email,
date, updated_date,
Expand Down

0 comments on commit c98036d

Please sign in to comment.