Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nibalizer/fastsnotsearch

Flask app that sits in front of notmuch mail to sort SNOT tickets.
https://github.com/nibalizer/fastsnotsearch

Last synced: about 1 month ago
JSON representation

Flask app that sits in front of notmuch mail to sort SNOT tickets.

Awesome Lists containing this project

README

        

fast-snot-search
================

A simple flask app to search snot very quickly

Components:
-----------

1) cron to sync local copy of snot with real snot, pull operation, not done yet

2) web app that wraps notmuch mail searcher

Getting started:
----------------

Prereqs:

# apt-get install python-notmuch notmuch-vim
# apt-get install python notmuch libnotmuch-dev apache2 libapache2-mod-wsgi python-flask


Setting up notmuch

$ notmuch init
(answer some questions)
$notmuch new

To research db

$ notmuch new

Development mode:

$ python app.py

Production mode:

# cp 020-fastsnotsearch /etc/apache2/sites-enabled
# service apache2 restart

You will need to create a .htpasswd directory