Skip to content

Commit

Permalink
chore: one-to-one mapping between user and mail account
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Jan 23, 2025
1 parent 1ec3b8b commit b7579bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mail/mail/doctype/mail_account/mail_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,20 @@
"options": "User",
"permlevel": 1,
"reqd": 1,
"search_index": 1,
"set_only_once": 1
"set_only_once": 1,
"unique": 1
},
{
"fetch_from": "user.email",
"fetch_if_empty": 1,
"fieldname": "email",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Email",
"no_copy": 1,
"options": "Email",
"reqd": 1,
"read_only": 1,
"set_only_once": 1,
"unique": 1
},
Expand Down Expand Up @@ -174,7 +176,7 @@
"link_fieldname": "sender"
}
],
"modified": "2025-01-16 16:34:18.404967",
"modified": "2025-01-23 14:56:54.911867",
"modified_by": "Administrator",
"module": "Mail",
"name": "Mail Account",
Expand Down

0 comments on commit b7579bc

Please sign in to comment.