From 8fc28de18f903e4bc9d9777589edc819ed9ea996 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 20 Aug 2026 18:25:31 +0200 Subject: feat(config): send_command and the [compose] section, item 123 An account's ability to send IS its send_command's presence. Not a separate receive_only key: with one key there is nothing to keep in step and nothing to contradict, and a receive-only account is expressed by omission, which is how one real account here is meant to work. Startup validation follows the startup_query pattern, and is deliberately asymmetric. A default_account that cannot send is warned about, because the user named an account and expects mail to come from it. An installation where NO account can send is not: that is a valid read-only installation, and warning about it would train the user to ignore warnings. Every [compose] key reads through value(key, default) rather than testing contains(), because send_delay_ms = 0 is a real setting meaning 'send at once' that a zero-test would mistake for unset. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015muoUo2GdxmBDSp5vjYcbE --- translations/qtmaildir_it_IT.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'translations') diff --git a/translations/qtmaildir_it_IT.ts b/translations/qtmaildir_it_IT.ts index 68b42f7..edc9d5e 100644 --- a/translations/qtmaildir_it_IT.ts +++ b/translations/qtmaildir_it_IT.ts @@ -51,6 +51,22 @@ Startup account '%1' is not a configured account; starting on all accounts. L'account iniziale '%1' non è un account configurato; si parte da tutti gli account. + + [compose] default_account names '%1', which is not a configured account. A new message will pick a sending account by the usual rules. + [compose] default_account indica '%1', che non è un account configurato. Un nuovo messaggio sceglierà un account di invio secondo le regole abituali. + + + [compose] default_account names '%1', which has no send_command and cannot send. A new message will pick a sending account by the usual rules. + [compose] default_account indica '%1', che non ha un send_command e non può inviare. Un nuovo messaggio sceglierà un account di invio secondo le regole abituali. + + + Account '%1' can send but configures no `sent` folder, so no local copy of sent mail is filed. + L'account '%1' può inviare ma non configura una cartella 'sent', quindi non viene archiviata alcuna copia locale della posta inviata. + + + Account '%1' can send but configures no `drafts` folder, so the composer runs without draft protection. + L'account '%1' può inviare ma non configura una cartella 'drafts', quindi il compositore funziona senza protezione delle bozze. + Startup query '%1' is not a saved query; opening '%2' instead. La ricerca iniziale '%1' non è una ricerca salvata; verrà aperta '%2'. -- cgit v1.2.3