diff options
| author | klm | 1998-07-21 20:05:47 +0000 |
|---|---|---|
| committer | klm | 1998-07-21 20:05:47 +0000 |
| commit | 5659e3a64b175de1412e43fc79fdbf5d994ad78a (patch) | |
| tree | 6ef162b8e39bb8407719b9f4ef306d933f0f932e | |
| parent | 26c726582aa4ef669a96ffd8ec94db91984a96d9 (diff) | |
| download | mailman-5659e3a64b175de1412e43fc79fdbf5d994ad78a.tar.gz mailman-5659e3a64b175de1412e43fc79fdbf5d994ad78a.tar.zst mailman-5659e3a64b175de1412e43fc79fdbf5d994ad78a.zip | |
Add new OutgoingQueue.py to the list of MODULES.
| -rw-r--r-- | Mailman/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in index fd829c47e..3be9e971d 100644 --- a/Mailman/Makefile.in +++ b/Mailman/Makefile.in @@ -46,7 +46,7 @@ MailList.py ListAdmin.py Archiver.py Bouncer.py Defaults.py \ Deliverer.py Digester.py Errors.py HTMLFormatter.py \ MailCommandHandler.py Mailbox.py Message.py SecurityManager.py \ Utils.py Pending.py Crypt.py GatewayManager.py \ -pipermail.py smtplib.py versions.py flock.py +pipermail.py smtplib.py versions.py flock.py OutgoingQueue.py SUBDIRS= Cgi Logging |
