https://bugs.kde.org/show_bug.cgi?id=460756
Bug ID: 460756
Summary: Converting to sieve filters should use actual folder
names instead of translated ones
Classification: Applications
Product: kmail2
Version: Git (master)
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: sieve
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
The generated rules use translated folder names for example in German
'Posteingang' instead of INBOX
STEPS TO REPRODUCE
1. Convert filter to sieve
OBSERVED RESULT
generated rule contains
fileinto "Posteingang/...";
Server complains
failed to store into mailbox 'Posteingang/...': Mailbox doesn't exist:
Posteingang/...
EXPECTED RESULT
it should say
fileinto "INBOX/...";
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are the assignee for the bug.