summaryrefslogtreecommitdiff
path: root/lib/structure_helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/structure_helpers.go')
-rw-r--r--lib/structure_helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/structure_helpers.go b/lib/structure_helpers.go
index 4abf304..95719dd 100644
--- a/lib/structure_helpers.go
+++ b/lib/structure_helpers.go
@@ -3,7 +3,7 @@ package lib
import (
"strings"
- "git.sr.ht/~sircmpwn/aerc/models"
+ "git.sr.ht/~rjarry/aerc/models"
)
func FindPlaintext(bs *models.BodyStructure, path []int) []int {