aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-23 20:51:11 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-23 20:51:11 +0200
commitf8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d (patch)
treedd66407c2e9fede7730b82b61a6c284747cf62f5 /internal
parentc883470c2ef977b8675b12428591bb003694e235 (diff)
downloadfeed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.gz
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.bz2
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.zip
Move template to subfolder of feed
Diffstat (limited to 'internal')
-rw-r--r--internal/feed/mail.go2
-rw-r--r--internal/feed/template/feed.tpl.go (renamed from internal/template/feed.tpl.go)0
-rw-r--r--internal/feed/template/template.go (renamed from internal/template/template.go)0
3 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 {
diff --git a/internal/template/feed.tpl.go b/internal/feed/template/feed.tpl.go
index 3f6470f..3f6470f 100644
--- a/internal/template/feed.tpl.go
+++ b/internal/feed/template/feed.tpl.go
diff --git a/internal/template/template.go b/internal/feed/template/template.go
index dd31f51..dd31f51 100644
--- a/internal/template/template.go
+++ b/internal/feed/template/template.go
-07-05 21:24:46 +0200'>2010-07-05Add iconRené 'Necoro' Neumann2-1/+2 2010-07-05change cursorRené 'Necoro' Neumann1-0/+5 2010-07-05Some restructuringRené 'Necoro' Neumann3-28/+45 2010-07-05Closed/Open imagesRené 'Necoro' Neumann4-0/+146 2010-05-25Move page templates into their own folderRené 'Necoro' Neumann5-5/+7 2010-05-25Added the ability to edit an expenseRené 'Necoro' Neumann3-9/+34 2010-05-12FixRené 'Necoro' Neumann1-2/+2 2010-05-12Show more detailsRené 'Necoro' Neumann4-19/+42 2010-05-12Create new form each timeRené 'Necoro' Neumann1-24/+26 2010-05-10Fix redirect in AddRené 'Necoro' Neumann1-1/+1 2010-05-10Added the 'add expense' stuffRené 'Necoro' Neumann4-3/+69