aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/notmuch/message.go')
-rw-r--r--worker/notmuch/message.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/worker/notmuch/message.go b/worker/notmuch/message.go
index 10fbabc1..41bfd0b0 100644
--- a/worker/notmuch/message.go
+++ b/worker/notmuch/message.go
@@ -8,9 +8,9 @@ import (
"io"
"os"
- "git.sr.ht/~sircmpwn/aerc/models"
- "git.sr.ht/~sircmpwn/aerc/worker/lib"
- notmuch "git.sr.ht/~sircmpwn/aerc/worker/notmuch/lib"
+ "git.sr.ht/~rjarry/aerc/models"
+ "git.sr.ht/~rjarry/aerc/worker/lib"
+ notmuch "git.sr.ht/~rjarry/aerc/worker/notmuch/lib"
"github.com/emersion/go-message"
_ "github.com/emersion/go-message/charset"
)