Skip to content

Commit

Permalink
Merge branch 'develop' into sign-with-from-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r authored Nov 9, 2024
2 parents c74752a + 237fd4d commit 92e2063
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions mail_client/mail_client/doctype/mail_domain/mail_domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,27 @@
"index_web_pages_for_search": 1,
"links": [
{
"group": "General",
"group": "Reference",
"link_doctype": "Mailbox",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Mail Alias",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Incoming Mail",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Outgoing Mail",
"link_fieldname": "domain_name"
}
],
"modified": "2024-11-09 20:14:13.683434",
"modified": "2024-11-09 21:32:56.341864",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Domain",
Expand Down
8 changes: 4 additions & 4 deletions mail_client/mail_client/doctype/mailbox/mailbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,22 @@
"index_web_pages_for_search": 1,
"links": [
{
"group": "General",
"group": "Reference",
"link_doctype": "Mail Alias",
"link_fieldname": "mailbox"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Incoming Mail",
"link_fieldname": "receiver"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Outgoing Mail",
"link_fieldname": "sender"
}
],
"modified": "2024-11-03 13:10:51.681776",
"modified": "2024-11-09 21:32:39.060097",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mailbox",
Expand Down

0 comments on commit 92e2063

Please sign in to comment.