diff options
Diffstat (limited to 'worker/notmuch')
-rw-r--r-- | worker/notmuch/message.go | 6 | ||||
-rw-r--r-- | worker/notmuch/worker.go | 14 |
2 files changed, 10 insertions, 10 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" ) diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go index 637bb4d8..f8f8b11c 100644 --- a/worker/notmuch/worker.go +++ b/worker/notmuch/worker.go @@ -11,13 +11,13 @@ import ( "strings" "time" - "git.sr.ht/~sircmpwn/aerc/config" - "git.sr.ht/~sircmpwn/aerc/lib/uidstore" - "git.sr.ht/~sircmpwn/aerc/models" - "git.sr.ht/~sircmpwn/aerc/worker/handlers" - "git.sr.ht/~sircmpwn/aerc/worker/lib" - notmuch "git.sr.ht/~sircmpwn/aerc/worker/notmuch/lib" - "git.sr.ht/~sircmpwn/aerc/worker/types" + "git.sr.ht/~rjarry/aerc/config" + "git.sr.ht/~rjarry/aerc/lib/uidstore" + "git.sr.ht/~rjarry/aerc/models" + "git.sr.ht/~rjarry/aerc/worker/handlers" + "git.sr.ht/~rjarry/aerc/worker/lib" + notmuch "git.sr.ht/~rjarry/aerc/worker/notmuch/lib" + "git.sr.ht/~rjarry/aerc/worker/types" "github.com/mitchellh/go-homedir" ) |