Germany
Comment by ~poldi1405 on ~rjarry/aerc
Moritz Poldrack referenced this ticket in commit 466888d.
REPORTED
RESOLVED IMPLEMENTEDComment by ~poldi1405 on ~rjarry/aerc
Do we just assume that the cursor is in the last place? In that case this would be a rather simple fix.
~poldi1405 assigned ~poldi1405 to #83 on ~rjarry/aerc
Comment by ~poldi1405 on ~rjarry/aerc
I can't either (fortunately)
I still have to restart aerc though, since it stops working altogether: https://asciinema.org/a/mNdpJRKOT50VZHZAR37ff0xcP
-- Moritz Poldrack https://moritz.sh
I can't reproduce this with my test account on your server, ~poldi1405 can you try reproducing again?
Ticket created by ~poldi1405 on ~rjarry/aerc
With the following structure, when running
:rmdir -f
onAbc
, the entireMaildir is deleted by aerc.┌INBOX └─>┌Abc └─>┌def └─>ghi
Important info: this structure was created by a sieve operation, so
Abc
anddef
have not been initialized and hence, whencd
-ing into them, the following error is thrown:
Personal: open /home/moritz/.mail/moritz.sh/INBOX/Abc/new: no such file or directory
The deleted directory is
/home/moritz/.mail/moritz.sh
, which is the root of the maildirIn my opinion it should either just not delete at all or – preferably – the invalid directory that is selected.
Comment by ~poldi1405 on ~rjarry/aerc
Tim Culverhouse referenced this ticket in commit fdfec2c.