Backup repository for imag-pim.org / imag https://imag-pim.org
Go to file
Matthias Beyer 3413646934 Revert "Check whether the StoreId is inside the store, before doing anything on the FS"
This reverts commit 373502217e
as this commit was introducing a bug.

The StoreId type says `/test/example` for a store id path, which is
completely valid, as the root (`/`) is the store itself. The
id_in_store() function assumed that the store-id is the full
(file-system) path to the store entry, which is false.

This commit does not introduce a fix but revert the check.
2016-03-10 18:14:53 +01:00
bin Add ascii-art logo 2016-02-01 22:36:46 +01:00
doc Merge pull request #210 from matthiasbeyer/doc/libimagutil 2016-03-07 17:18:50 +01:00
imag-store imag-store: Update clap: 1.5.5 -> 2.1.1 2016-02-20 21:21:51 +01:00
libimagentryfilter Remove unused imports 2016-02-24 15:16:12 +01:00
libimagrt Configuration is optional 2016-03-07 10:32:10 +01:00
libimagstore Revert "Check whether the StoreId is inside the store, before doing anything on the FS" 2016-03-10 18:14:53 +01:00
libimagtag Add UI helpers for tagging 2016-02-23 11:02:59 +01:00
libimagutil Merge pull request #203 from matthiasbeyer/libimagutil/ismatch-util 2016-03-07 17:22:13 +01:00
.editorconfig Add editorconfig configuration file 2016-01-11 19:47:51 +01:00
.gitignore Add Cargo.lock to .gitignore 2016-01-22 20:14:54 +01:00
.travis.yml Rewrite travis.yml to build all the things 2016-02-15 14:19:18 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md file 2016-01-22 19:45:27 +01:00
LICENSE Add LICENSE file 2015-11-08 17:35:49 +01:00
README.md Fix wrong license note in README.md file 2016-02-06 18:12:03 +01:00
default.nix Move to rust stable (1.4 atm) so we can use clap 2015-12-05 10:45:33 +01:00

README.md

imag

Imag is a CLI PIM suite with a nice API-ish commandline interface, so you can integrate it in your tools of coice (Editor, MUA, RSS reader, etc etc).

For detailed information, please read the documentation (You can either read the Markdown files or compile it to HTML/PDF using pandoc).

Nothing here yet. This is about to be written as soon as there is a working base implemented.

License

This code is released under terms of GNU LGPLv2.1.