We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当該チェックボックスの機能は外部の宛先が含まれる場合にのみ作用することが期待されるが、実際には常に作用している。
添付ファイルに対応するチェックボックスに入力欄がなく、チェック状態を切り替え可能である。
- Thunderbird version: 136 - FlexConfirmMail addon version: 4.2.4
{ "__ConfigsMigration__userValeusSameToDefaultAreCleared": true, "configsVersion": 3, "confirmNewDomainRecipients": true, "confirmationMode": 2, "countdownSeconds": 10, "emphasizeRecipientType": true, "emphasizeTopMessage": true, "extraStyleRules": ".rich-confirm-dialog.for-new-domain-recipients { background: red !important; padding: 1.5em; } .rich-confirm-dialog.for-new-domain-recipients::before { color: white !important; content: \"⨉警告!\"; display: block; font-size: x-large !important; font-weight: bold !important; position: relative; text-align: center; top: -0.5em; } .rich-confirm-dialog.for-new-domain-recipients .rich-confirm-content { background: var(--bg-color) !important; padding: 1em; } .rich-confirm-dialog.for-new-domain-recipients .rich-confirm-content strong { font-size: large; font-weight: bold; }", "internalDomains": [ "clear-code.com", "*[email protected]" ], "showCountdown": true, "userRules": [ { "id": "builtInAttentionDomains", "itemsLocal": [ "example.net" ] }, { "id": "builtInAttentionSuffixes", "enabled": true, "highlight": 1, "itemsLocal": [ "png" ] }, { "id": "builtInAttentionTerms", "enabled": true, "itemsLocal": [ "社外秘" ] }, { "id": "builtInBlockedDomains", "enabled": true, "itemsLocal": [ "danger.example.org", "danger.example.com" ] }, { "id": "rule-1725946080436-15572", "name": "社外秘の情報を本文に含むメールの場合は再度警告する", "enabled": true, "matchTarget": 5, "highlight": 3, "action": 3, "itemsSource": 0, "itemsLocal": [ "社外秘" ], "itemsFile": "", "confirmTitle": "", "confirmMessage": "社外秘であることを示唆する以下の語句が本文に含まれています。\n\n<strong>%S</strong>\n\n宛先に問題がない事を確認の上でメールを送信してください。" } ] }
No response
The text was updated successfully, but these errors were encountered:
現在の動作との互換性を維持するため、以下のように変更するのがよいか。
Sorry, something went wrong.
No branches or pull requests
Describe the bug
当該チェックボックスの機能は外部の宛先が含まれる場合にのみ作用することが期待されるが、実際には常に作用している。
To Reproduce
Expected behavior
添付ファイルに対応するチェックボックスに入力欄がなく、チェック状態を切り替え可能である。
Your Environment
Your Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: