Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbolster/mutt-gnome-keyring
Helper script to make the Mutt mail client lookup credentials in Gnome keyring
https://github.com/wbolster/mutt-gnome-keyring
Last synced: 10 days ago
JSON representation
Helper script to make the Mutt mail client lookup credentials in Gnome keyring
- Host: GitHub
- URL: https://github.com/wbolster/mutt-gnome-keyring
- Owner: wbolster
- Created: 2012-10-19T14:08:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T19:06:26.000Z (almost 11 years ago)
- Last Synced: 2024-12-22T08:51:43.653Z (21 days ago)
- Language: Python
- Size: 111 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Mutt credentials in Gnome keyring
=================================This is a helper script to make Mutt lookup passwords in Gnome keyring, instead
of having those unencrypted in ``~/.muttrc``. See the comments at the top of the
``mutt-gnome-keyring-password.py`` script for more information on how to use
this script.To use this script, you will need to install the Python bindings for the
``gnome-keyring`` library. To install the relevant package on Debian and
Ubuntu::apt-get install python-gnomekeyring