diff options
Diffstat (limited to 'internal/feed/mail.go')
-rw-r--r-- | internal/feed/mail.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/mail.go b/internal/feed/mail.go index e8b6915..ecc011f 100644 --- a/internal/feed/mail.go +++ b/internal/feed/mail.go @@ -9,7 +9,7 @@ import ( "github.com/emersion/go-message/mail" "github.com/Necoro/feed2imap-go/internal/config" - "github.com/Necoro/feed2imap-go/internal/template" + "github.com/Necoro/feed2imap-go/internal/feed/template" ) func address(name, address string) []*mail.Address { |