소스 검색

Send me a Copy not in BCC (#4874)

version-14
Achilles Rasquinha 7 년 전
committed by Faris Ansari
부모
커밋
6a238b0048
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      frappe/core/doctype/communication/email.py

+ 0
- 3
frappe/core/doctype/communication/email.py 파일 보기

@@ -374,9 +374,6 @@ def get_bcc(doc, recipients=None, fetched_from_email_account=False):
bcc.append(get_owner_email(doc))
bcc += get_assignees(doc)

if getattr(doc, "send_me_a_copy", False) and doc.sender not in bcc:
bcc.append(doc.sender)

if bcc:
exclude = []
exclude += [d[0] for d in frappe.db.get_all("User", ["name"], {"thread_notify": 0}, as_list=True)]


불러오는 중...
취소
저장