mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
"Edit as New" functionality (close #39)
This commit is contained in:
parent
b0593b813e
commit
6ecb7006f8
22 changed files with 67 additions and 11 deletions
|
|
@ -66,7 +66,8 @@ Enums.ComposeType = {
|
|||
'ReplyAll': 'replyall',
|
||||
'Forward': 'forward',
|
||||
'ForwardAsAttachment': 'forward-as-attachment',
|
||||
'Draft': 'draft'
|
||||
'Draft': 'draft',
|
||||
'EditAsNew': 'editasnew'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue