zangtumb/vendor/github.com/amalfra/maildir/lib/consts.go

11 lines
245 B
Go
Raw Normal View History

2020-10-08 22:36:17 +02:00
package lib
// the seperator between unique name and info
const colon = ':'
// default info, to which flags are appended
const info = "2,"
// Subdirs has subdirectories that are required in maildir
var Subdirs = []string{"tmp", "new", "cur"}