mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
No need to disable Composer (new message), so drop the feature
This commit is contained in:
parent
cec6c41953
commit
00088ef547
13 changed files with 16 additions and 50 deletions
|
|
@ -62,7 +62,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
|||
this.allowReload = Settings.capa(Capa.Reload);
|
||||
this.allowSearch = Settings.capa(Capa.Search);
|
||||
this.allowSearchAdv = Settings.capa(Capa.SearchAdv);
|
||||
this.allowComposer = Settings.capa(Capa.Composer);
|
||||
this.allowMessageListActions = Settings.capa(Capa.MessageListActions);
|
||||
this.allowDangerousActions = Settings.capa(Capa.DangerousActions);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue