mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
improve draft file ext
This commit is contained in:
parent
6b042f5e6a
commit
eb6f51456b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use log::{debug, trace};
|
|||
use std::{env, fs, path::PathBuf};
|
||||
|
||||
pub fn local_draft_path() -> PathBuf {
|
||||
let path = env::temp_dir().join("himalaya-draft.mail");
|
||||
let path = env::temp_dir().join("himalaya-draft.eml");
|
||||
trace!("local draft path: {:?}", path);
|
||||
path
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue