mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
feat(mail(web)): Templates folder for pre-defined drafts
To create a template, the user needs to: - define a mailbox as the Templates folder; - move a draft to this special folder. Fixes #4320 Fixes #5363
This commit is contained in:
@@ -479,6 +479,12 @@
|
||||
}
|
||||
};
|
||||
|
||||
this.compose = function($event) {
|
||||
if (!this._showMailEditorInPopup('compose')) {
|
||||
_showMailEditor($event, this.message.$compose());
|
||||
}
|
||||
};
|
||||
|
||||
this.openInPopup = function(action) {
|
||||
var url = [sgSettings.baseURL(),
|
||||
'UIxMailPopupView#!/Mail',
|
||||
|
||||
Reference in New Issue
Block a user