mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
On reply, set from field to the received email to field #1805
This commit is contained in:
parent
f0b3d798bc
commit
534b71e5a4
2 changed files with 11 additions and 4 deletions
|
|
@ -3,10 +3,6 @@ import { EmailModel } from 'Model/Email';
|
|||
import { addObservablesTo, addComputablesTo } from 'External/ko';
|
||||
|
||||
export class IdentityModel extends EmailModel /*AbstractModel*/ {
|
||||
/**
|
||||
* @param {string} id
|
||||
* @param {string} email
|
||||
*/
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue