diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-13 20:17:43 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-13 20:17:43 +0200 |
| commit | 533c9243bede053f4ea7e1f20de13e72c2b939b8 (patch) | |
| tree | 9b2dfef2ed92cee363c825d3c29e6dcb7e6e3439 /src/tagdialog.cpp | |
| parent | 18ff1f33f64428ab96ca0b5ea22e681be564c886 (diff) | |
| download | qtmaildir-533c9243bede053f4ea7e1f20de13e72c2b939b8.tar.gz qtmaildir-533c9243bede053f4ea7e1f20de13e72c2b939b8.zip | |
refactor: rename the origin tag to moved-from: with overwrite semantics
Diffstat (limited to 'src/tagdialog.cpp')
| -rw-r--r-- | src/tagdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tagdialog.cpp b/src/tagdialog.cpp index fb2c629..1810e63 100644 --- a/src/tagdialog.cpp +++ b/src/tagdialog.cpp @@ -276,7 +276,7 @@ void TagDialog::accept() // troublesome tag being CREATED; a tag that already exists is a fact, and // refusing to remove it because it breaks a rule leaves the user with a // tag they can see, cannot type, and cannot get rid of. That happened with - // `deleted-from:Inbox/SlackBuilds users`: an origin tag naming a Maildir + // `moved-from:Inbox/SlackBuilds users`: an origin tag naming a Maildir // folder whose name contains a space, rejected by the space rule, so the // one dialog that could have cleared it refused the only text that names // it. Whether such a tag SHOULD exist is a separate question from whether |
