Move the mailbox@ string to a MailboxAccount constant.
[mailpopbox.git] / config.go
index a825cd22d69ca1d3e97c69a3cc1c2f58ec27b724..1ed9d5a00c3becd3ce31e89fbb11fc02aad16fbc 100644 (file)
--- a/config.go
+++ b/config.go
@@ -14,6 +14,8 @@ type Config struct {
        Servers []Server
 }
 
+const MailboxAccount = "mailbox@"
+
 type Server struct {
        // Domain is the second component of a mail address: <local-part@domain.com>.
        Domain string