aerc/doc
ARaspiK fe1cabb077 Add support for :rmdir
The `:rmdir` command removes the current directory (`-f` is required if
the directory is not empty).

This is not supported on the notmuch backend.

An issue with the maildir backend is that some sync programs (e.g.
offlineimap) may recover the directory after it is deleted.  They need
to specifically be configured to accept deletions, or special commands
need to be executed (e.g. `offlineimap --delete-folder`) to properly
delete folders.

A danger of using this on the IMAP backend is that it is possible for a
new message to be added to the directory and for aerc to not show it
immediately (due to a slow connection) - using `:rmdir` at this moment
(with `-f` if the directory already contains messages) would delete the
directory and the new message that just arrived (and all other
contents).  This is documented in aerc(1) so that users are aware of
possible risks.
2020-08-19 11:38:57 +02:00
..
aerc-config.5.scd Implement style configuration. 2020-08-06 21:42:06 +02:00
aerc-imap.5.scd Fix typos 2020-05-21 18:11:47 +02:00
aerc-maildir.5.scd Add notmuch docs 2019-08-08 10:11:20 +09:00
aerc-notmuch.5.scd notmuch: docs 2020-08-08 12:34:34 +02:00
aerc-search.1.scd Add flag based search options 2020-07-25 08:08:08 +02:00
aerc-sendmail.5.scd Implement sendmail support 2019-07-27 11:19:49 -04:00
aerc-smtp.5.scd Fix typos 2020-05-21 18:11:47 +02:00
aerc-stylesets.7.scd aerc-stylesets: properly indent examples 2020-08-07 18:10:48 +02:00
aerc-templates.7.scd Fix typos 2020-05-21 18:11:47 +02:00
aerc-tutorial.7.scd remove mention of header addition via the editor from tutorial 2020-04-24 23:51:47 +02:00
aerc.1.scd Add support for :rmdir 2020-08-19 11:38:57 +02:00