diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,9 +42,11 @@ The user needs to add (at least) two blocks to the file: config & rule sets * Config Presently, the only option Config expects is the absolute path to the Notmuch database: +#+begin_src ruby Chotto.configure do config.database_path = =/home/<user>/mail= end +#+end_src Please, adjust the path to the valid location |