mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
(js) Fix bug when editing a saved draft
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
* @returns a string representing the path relative to the mail module
|
||||
*/
|
||||
Message.prototype.$absolutePath = function(options) {
|
||||
if (angular.isUndefined(this.id)) {
|
||||
if (angular.isUndefined(this.id) || options) {
|
||||
var path;
|
||||
path = _.map(this.$mailbox.path.split('/'), function(component) {
|
||||
return 'folder' + component.asCSSIdentifier();
|
||||
|
||||
Reference in New Issue
Block a user