diff options
author | Robin Jarry <robin@jarry.cc> | 2023-06-29 16:53:38 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-08-04 11:32:40 +0200 |
commit | a3e811e00d8a7fe0f37d85557d7db60087967171 (patch) | |
tree | fc5e3e35487499e9b78a3f4f875f8bfb8f807526 /worker/worker_enabled.go | |
parent | d29c9d1a2ff82234ad1810abc6a57199340e7fd5 (diff) | |
download | aerc-a3e811e00d8a7fe0f37d85557d7db60087967171.tar.gz |
watchers: move filesystem monitoring stuff in lib
No functional change. This will allow reuse in other parts of aerc.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'worker/worker_enabled.go')
-rw-r--r-- | worker/worker_enabled.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/worker/worker_enabled.go b/worker/worker_enabled.go index e53c06ea..1eafe408 100644 --- a/worker/worker_enabled.go +++ b/worker/worker_enabled.go @@ -4,7 +4,6 @@ package worker import ( _ "git.sr.ht/~rjarry/aerc/worker/imap" _ "git.sr.ht/~rjarry/aerc/worker/jmap" - _ "git.sr.ht/~rjarry/aerc/worker/lib/watchers" _ "git.sr.ht/~rjarry/aerc/worker/maildir" _ "git.sr.ht/~rjarry/aerc/worker/mbox" ) |