summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-23 13:17:59 +0530
committerBobby <[email protected]>2025-12-23 13:17:59 +0530
commit93279b718bc7f9fb89aa329b7dbcc55d6e909b3e (patch)
tree70a39e0b1983eea94b632c4b3b4c30d8f77006fb /types
parent5f035789fa24eaff111f5ed72087ad07ff8c387a (diff)
downloadlain-93279b718bc7f9fb89aa329b7dbcc55d6e909b3e.tar.xz
lain-93279b718bc7f9fb89aa329b7dbcc55d6e909b3e.zip
some icons and stuff
Diffstat (limited to 'types')
-rw-r--r--types/email.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/types/email.go b/types/email.go
index d5cc8f5..1d30a9b 100644
--- a/types/email.go
+++ b/types/email.go
@@ -10,3 +10,8 @@ type IMAPFolder struct {
Name string
HasChildren bool
}
+
+type FolderIconVariant struct {
+ Open string
+ Close string
+}