mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Create new keyword/tag/label for message #419
This commit is contained in:
parent
7c00f2d903
commit
99ff07507e
40 changed files with 98 additions and 41 deletions
|
|
@ -152,6 +152,10 @@ export class MessageModel extends AbstractModel {
|
|||
});
|
||||
}
|
||||
|
||||
toggleTag(keyword) {
|
||||
toggleTag(this, keyword);
|
||||
}
|
||||
|
||||
_reset() {
|
||||
this.folder = '';
|
||||
this.uid = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue