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:
@ -51,6 +51,7 @@ public:
|
||||
|
||||
struct Options {
|
||||
bool allow_temp_file; /**< temp file optimization allowed? */
|
||||
std::string socket_path; /**< Socket path or empty */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user