email-client

A gtk4 Email Client
git clone git://archive.git.mtrnord.blog/erooster-mail/email-client.git
Log | Files | Refs | LICENSE

config.rs (306B)


      1 pub static NAME: &str = "Email Client";
      2 pub static PKGNAME: &str = "mail-client";
      3 pub static APP_ID: &str = "dev.nordgedanken.Email";
      4 pub static PATH_ID: &str = "/dev/nordgedanken/Email";
      5 pub static VERSION: &str = "0.1.0";
      6 pub static PROFILE: &str = "development";
      7 pub static DATADIR: &str = "/app/share";