קונפיגורציה
Configuration
Terminology note: see the Glossary for consistent terms used in UI and docs.
Open options in Thunderbird
- Thunderbird → Tools → Add‑ons and Themes → find “Reply with Attachments” → Preferences/Options
Settings
Confirmation
- Toggle “Ask before adding attachments”
- Default answer: Yes or No (focus & keyboard default)
- Keyboard: Y/J = Yes; N/Esc = No; Tab/Shift+Tab and Arrow keys cycle focus
- See keyboard details in Usage.
Blacklist (glob patterns)
Blacklisted files will not be added on reply automatically. See also the Glossary for “Blacklist (Exclude list)”.
- One pattern per line; case‑insensitive; filename‑only matching
- Examples:
*intern*,*secret*,*passwor* - Supported glob tokens:
*(any chars except/),?(one char), character classes like[abc]. Use\[to match a literal[. Paths (**/) are ignored since only filenames are matched. - Not supported: negation (
!), brace expansion ({..}), and complex ranges. Keep patterns simple. - Comments are not supported in patterns. Do not include
#or inline comments; enter only the pattern text per line.
Pattern cookbook
- Match any PDF:
*.pdf - Match files starting with “scan”:
scan* - Character class:
report[0-9].txt - Escape a literal
[:\[(useful when matching a bracket as a character)
Notes
- Order does not matter; the first/any match excludes the file.
- Matching is filename‑only (paths/folders are ignored).
- “Reset to defaults” restores the recommended patterns and the blacklist warning toggle.
- Why the example
*passwor*? It matches both “password” and “Passwort” families. - Precedence: if any pattern matches a filename, the file is excluded (first/any match — order does not change the result).
- Tip — test your pattern: add a temporary pattern, reply to a message containing a file with a matching name, and confirm it is excluded in the warning list.
Quick try‑it (safe test)
- Open Options → Blacklist.
- Add a temporary pattern like
*.tmpand click Save. - Reply to a test mail that has a file ending with
.tmp— the file should appear in the warning list and not be attached. - Remove the temporary pattern when done, or click “Reset to defaults”.