1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-11-05 00:21:54 +01:00
aerc/commands/account
inwit a4a3581565 compose: create temp files in system's state dir
Instead of creating new mail files in the general temporary directory,
where they might be erased upon system restart, create them in
${XDG_STATE_HOME:-~/.local/state}/aerc/compose. Adjust :recover to find
those files automatically.

Changelog-changed: Temporary files for messages being composed now
 reside in the system's proper state home directory.
Signed-off-by: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-10-30 21:17:44 +01:00
..
align.go
cf.go
check-mail.go
clear.go
compose.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
connection.go
expand-folder.go
export-mbox.go export-mbox: simplify handling of pending message UIDs to retry 2025-09-23 14:00:43 +02:00
import-mbox.go
mkdir.go
next-folder.go
next-result.go
next.go
query.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
recover.go compose: create temp files in system's state dir 2025-10-30 21:17:44 +01:00
rmdir.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
search.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
select.go
sort.go
split.go
view.go