all: Serialize folder types to new names (#4942)
It's been a year and a half since we started accepting the new names. It's time we start producing them.
This commit is contained in:
@@ -16,9 +16,9 @@ const (
|
||||
func (t FolderType) String() string {
|
||||
switch t {
|
||||
case FolderTypeSendReceive:
|
||||
return "readwrite"
|
||||
return "sendreceive"
|
||||
case FolderTypeSendOnly:
|
||||
return "readonly"
|
||||
return "sendonly"
|
||||
default:
|
||||
return "unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user