aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/notmuch/worker.go')
-rw-r--r--worker/notmuch/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go
index 3b0ee829..0acd4e78 100644
--- a/worker/notmuch/worker.go
+++ b/worker/notmuch/worker.go
@@ -767,7 +767,7 @@ func (w *worker) handleCopyMessages(msg *types.CopyMessages) error {
folders, _ := w.store.FolderMap()
dest, ok := folders[msg.Destination]
if !ok {
- return fmt.Errorf("Can only move file to a maildir folder")
+ return fmt.Errorf("Can only copy file to a maildir folder")
}
for _, uid := range msg.Uids {