mu-server: implement exposing the socket-path

Add the scm-socket-path to the ping-properties we expose for mu4e.
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-23 09:16:02 +03:00
parent 9a2d481fc3
commit 02a0dc4333
2 changed files with 26 additions and 13 deletions

View File

@ -51,6 +51,7 @@ public:
struct Options {
bool allow_temp_file; /**< temp file optimization allowed? */
std::string socket_path; /**< Socket path or empty */
};
/**