about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-31 04:41:32 +0000
committerEric Wong <e@80x24.org>2020-09-01 00:19:03 +0000
commitcee907599bb7eda0695ae91cf8d633670a88d6c7 (patch)
treee7e4a0b0f8ce6f0b13d81bda3dde7b887ece7933 /lib/PublicInbox
parent47b7047874ed7d6f39b9758134f112cdc46489cf (diff)
downloadpublic-inbox-cee907599bb7eda0695ae91cf8d633670a88d6c7.tar.gz
rename WatchMaildir => Watch
This is no longer limited to Maildirs now that IMAP and NNTP
support exist; so give it a shorter name.
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/Watch.pm (renamed from lib/PublicInbox/WatchMaildir.pm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WatchMaildir.pm b/lib/PublicInbox/Watch.pm
index 1c7ac6c0..5f786139 100644
--- a/lib/PublicInbox/WatchMaildir.pm
+++ b/lib/PublicInbox/Watch.pm
@@ -3,7 +3,7 @@
 #
 # ref: https://cr.yp.to/proto/maildir.html
 #        http://wiki2.dovecot.org/MailboxFormat/Maildir
-package PublicInbox::WatchMaildir;
+package PublicInbox::Watch;
 use strict;
 use v5.10.1;
 use PublicInbox::Eml;