New comment by thyssentishman on mblaze repository https://github.com/leahneukirchen/mblaze/pull/241#issuecomment-1603174885 Comment: > The code should fallback to Outbox if Drafts isn't set. Done :) > I'd use mflag + mrefile to mark as sent and move it. For some reason neither ```sh mflag -d -S "$draft" | mrefile - "$outbox" ``` nor ```sh mrefile -v "$draft" "$outbox" | mflag -d -S - ``` worked for me. Both of these made a copy of the draft file in the destination directory without flags and changed the flag from 'D' to 'S' of the original file.