From 9c8e9d4726c1c2c2067a9536c2c89ad846aa7184 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 13:35:55 +0800 Subject: mbox2maildir: improve comment Signed-off-by: Sean Whitton --- mbox2maildir | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbox2maildir b/mbox2maildir index d7192ea..25f68df 100755 --- a/mbox2maildir +++ b/mbox2maildir @@ -19,9 +19,9 @@ # Credits: -# Daniel Kahn Gillmor pointed me to Python's mailbox library and made -# the suggestion in Debian bug #863570 that it could be used for the -# purpose of converting a mbox to a maildir. +# Daniel Kahn Gillmor made the suggestion in Debian bug #863570 that +# Python's mailbox library could be used for the purpose of converting +# a mbox to a maildir. import os import sys -- cgit v1.2.3