From f3dbecaaea16fe8956af2bbd29472243f0496995 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 29 Feb 2020 14:40:52 +0100 Subject: remove the dirInfoUpdateRequest functionality The notmuch worker followed suit in handling the dirInfo submission manually. That removes the last user so we might as well remove the functionality. --- worker/types/messages.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'worker/types/messages.go') diff --git a/worker/types/messages.go b/worker/types/messages.go index f43ab0a..c7d5077 100644 --- a/worker/types/messages.go +++ b/worker/types/messages.go @@ -149,13 +149,6 @@ type DirectoryInfo struct { Info *models.DirectoryInfo } -// Sent whenever we assume that a directory content changed -// workers are requested to update the DirectoryInfo to display the unread count -type DirectoryInfoUpdateRequest struct { - Message - Name string -} - type DirectoryContents struct { Message Uids []uint32 -- cgit v1.2.3