Metadata-Version: 1.0
Name: mutt-notmuch
Version: 1.0.0
Summary: Python version of the mutt-notmuch script
Home-page: https://github.com/honza/mutt-notmuch-py
Author: Honza Pokorny
Author-email: me@honza.ca
License: UNKNOWN
Description: mutt-notmuch-py
        ===============
        
        This is a Gmail-only version of the original mutt-notmuch script.
        
        It will interactively ask you for a search query and then symlink the matching
        messages to ``$HOME/.cache/mutt_results``.
        
        Add this to your muttrc.
        
        ::
        
            macro index / "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py<enter><change-folder-readonly>~/.cache/mutt_results<enter>" \
                    "search mail (using notmuch)"
        
        This script overrides the ``$HOME/.cache/mutt_results`` each time you run a
        query.
        
        Install this by adding this file somewhere on your PATH.
        
        Only tested on OSX Lion.
        
        License
        -------
        
        BSD, short and sweet
        
Platform: UNKNOWN
