diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 02:01:14 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 02:01:14 +0000 |
commit | 66ecea4cbaa8d5d65cdb82ba8c2c3d67d4fe8d3f (patch) | |
tree | 96b25ce20e128a939ee08096e1a3b5d34b16f0b1 /mail/offlineimap/files | |
parent | a6b3aa1e989246d1214cd4bb587c2aeb899e84ce (diff) | |
download | ports-66ecea4cbaa8d5d65cdb82ba8c2c3d67d4fe8d3f.tar.gz ports-66ecea4cbaa8d5d65cdb82ba8c2c3d67d4fe8d3f.zip |
Notes
Diffstat (limited to 'mail/offlineimap/files')
-rw-r--r-- | mail/offlineimap/files/patch-Maildir.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/offlineimap/files/patch-Maildir.py b/mail/offlineimap/files/patch-Maildir.py deleted file mode 100644 index a8394d754eaf..000000000000 --- a/mail/offlineimap/files/patch-Maildir.py +++ /dev/null @@ -1,11 +0,0 @@ ---- offlineimap/repository/Maildir.py.orig Thu May 8 01:28:58 2003 -+++ offlineimap/repository/Maildir.py Thu May 8 01:29:22 2003 -@@ -132,7 +132,7 @@ - - retval.append(folder.Maildir.MaildirFolder(self.root, foldername, - self.getsep(), self, self.accountname)) -- if self.getsep() == '/': -+ if self.getsep() == '/' and dirname != '.': - # Check sub-directories for folders. - retval.extend(self._getfolders_scandir(root, foldername)) - self.debug("_GETFOLDERS_SCANDIR RETURNING %s" % \ |