Skip to content

Commit

Permalink
Rename product: Flex Confirm Mail => FlexConfirmMail
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 21, 2022
1 parent 0b59d06 commit 9d09539
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flex Confirm Mail
# FlexConfirmMail

このアドオンは「Confirm Mail」の改造版です。メール送信時の確認の「例外」を定義する事ができます。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flex Confirm Mail
# FlexConfirmMail

This is an extended version of the addon "Confirm Mail". You can define "exceptions" for confirmation.

Expand Down Expand Up @@ -50,7 +50,7 @@ For example, if you use the `policies.json`:
}
```

It will help you to create such an managed storage manifest with exported configs: Flex Confirm Mail options => "Development" => Check "Debug mode" => "All Configs" => "Export".
It will help you to create such an managed storage manifest with exported configs: FlexConfirmMail options => "Development" => Check "Debug mode" => "All Configs" => "Export".
(Please remind that you should remove `"debug":true` from the managed manifest.)

## For Developers
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strict_max_version": "68.*"
}
},
"name": "Flex Confirm Mail",
"name": "FlexConfirmMail",
"description": "Confirm mailaddress and attachments based on flexible rules.",
"version": "2.2.5",

Expand Down
4 changes: 2 additions & 2 deletions webextensions/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensionName": { "message": "Flex Confirm Mail" },
"extensionName": { "message": "FlexConfirmMail" },
"extensionDescription": { "message": "Confirm mailaddress and attachments based on flexible rules." },


Expand Down Expand Up @@ -82,7 +82,7 @@
"showLastNameFirst": { "message": "false" },


"config_title": { "message": "Flex Confirm Mail Options" },
"config_title": { "message": "FlexConfirmMail Options" },

"config_recipients_caption": { "message": "Recipients" },

Expand Down
4 changes: 2 additions & 2 deletions webextensions/_locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensionName": { "message": "Flex Confirm Mail" },
"extensionName": { "message": "FlexConfirmMail" },
"extensionDescription": { "message": "柔軟なルールに基づいて、送信前に宛先のアドレスや添付ファイルの確認を行うようにします。" },


Expand Down Expand Up @@ -82,7 +82,7 @@
"showLastNameFirst": { "message": "true" },


"config_title": { "message": "Flex Confirm Mailの設定" },
"config_title": { "message": "FlexConfirmMailの設定" },

"config_recipients_caption": { "message": "宛先" },

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.clear_code.flexible_confirm_mail_we_host",
"description": "Flex Confirm Mail Native Messaging Host",
"description": "FlexConfirmMail Native Messaging Host",
"path": "host.exe",
"type": "stdio",
"allowed_extensions": [
Expand Down
4 changes: 2 additions & 2 deletions webextensions/native-messaging-host/wix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"product": "Flex Confirm Mail Native Messaging Host",
"product": "FlexConfirmMail Native Messaging Host",
"company": "ClearCode Inc.",
"license": "",
"upgrade-code": "1483d792-4f48-4810-8e61-c0f7894d60f2",
Expand All @@ -24,7 +24,7 @@
]
},
"choco": {
"description": "Native Messaging Host for Flex Confirm Mail",
"description": "Native Messaging Host for FlexConfirmMail",
"project-url": "https://github.com/clear-code/flex-confirm-mail",
"tags": "thunderbird addon",
"license-url": "https://github.com/clear-code/flex-confirm-mail/blob/master/webextensions/native-messaging-host/LICENSE"
Expand Down

0 comments on commit 9d09539

Please sign in to comment.