rschulman / seneca

Email client based on the notmuch mail indexing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seneca

Seneca is a mail client built on top of the notmuch email indexing tool. It is written in Rust using the Druid GUI toolkit.

Installation

Building seneca will require the notmuch libraries for your platform. See here for the right package for your particular environment. You will also need whatever the Druid requirements are for your platform. See the notes here for details.

Once all of that is in place, clone this repo and execute cargo install --path . to build and install seneca to your cargo bin directory. Alternately, execute cargo build --release and copy the resulting executable from target/release/seneca to wherever in your path you desire.

Configuration

Seneca expects a config file in $XDG_CONFIG_HOME/seneca/ on Linux and within Library/Application Support/seneca/ on Mac called config.toml. There is an example config file in the assets/ directory of this repo.

Contributing

This project follows the Mozilla Community Participation Guidelines. If you see violations of those guidelines occurring in this project in any way, please inform ross@rbs.io.

About

Email client based on the notmuch mail indexing tool.

License:GNU General Public License v3.0


Languages

Language:Rust 92.8%Language:Nix 7.2%