diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go index c07f3dbd..4886b83c 100644 --- a/models/templates.go +++ b/models/templates.go @@ -33,6 +33,7 @@ type TemplateData interface { Recent(folders ...string) int Unread(folders ...string) int Exists(folders ...string) int + RUE(folders ...string) string Connected() bool ConnectionInfo() string ContentInfo() string |