1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-02-22 14:53:57 +01:00
aerc/lib/xdg
Tristan Partin 1be64ef751 history: read the history file from XDG_STATE_HOME
History is more like application state than a cache you would just want
to blow away. Let's reflect that in the path for the history file.

Changelog-changed: The location of the command history file has
 changed to ${XDG_STATE_HOME:-$HOME/.local/state}/aerc/history.
Signed-off-by: Tristan Partin <tristan@partin.io>
Acked-by: Robin Jarry <robin@jarry.cc>
2024-10-24 22:13:51 +02:00
..
home.go log: move package to lib 2024-02-14 23:04:38 +01:00
home_test.go xdg: add functions to deal with user home paths 2023-08-27 18:44:06 +02:00
xdg.go history: read the history file from XDG_STATE_HOME 2024-10-24 22:13:51 +02:00
xdg_test.go xdg: fix unit tests on macos 2023-09-19 23:01:36 +02:00