Don't allow archive from spam

Closes: bgo #714546
This commit is contained in:
Charles Lindsay 2014-03-12 16:35:25 -07:00
parent 8c6403c99a
commit 7cf53acb47

View file

@ -50,6 +50,7 @@ private class Geary.ImapEngine.GmailAccount : Geary.ImapEngine.GenericAccount {
special_folder_type);
case SpecialFolderType.DRAFTS:
case SpecialFolderType.SPAM:
case SpecialFolderType.TRASH:
return new GenericFolder(this, remote_account, local_account, local_folder,
special_folder_type);