Caja/Nautilus/Nemo extension that adds columns for maildir e-mail (rfc822) files. To/From/Subject, etc. (Mirror) https://hak.xwx.moe/jadedctrl/nautilus-maildir
Jaidyn Ann f0e2301de8 Update source URL | 9 months ago | |
---|---|---|
res | 1 year ago | |
Maildir.py | 1 year ago | |
Makefile | 1 year ago | |
README.md | 9 months ago |
A simple plugin for Caja/Nemo/Nautilus that adds email metadata as columns to your file-manager. This makes maildir folders more friendly-to-browse.
To make the version of the script appropriate for your file-manager, you can just replace 'Caja'/'caja' in Maildir.py with 'Nemo'/'nemo', etc. This is thanks to the scripting interfaces between Caja, Nemo, and Nautilus being more-or-less identical. Alternatively…
$ make caja; make nemo; make nautilus
Then you can copy the resultant script into ~/.local/share/[caja|nemo|nautilus]-python/extensions/
or /usr/share/[caja|nemo|nautilus]-python/extensions/
. Or…
$ make install-caja; make install-nemo; make install-nautilus
Author is jadedctrl, and the license is the GNU GPLv3+ (in COPYING.txt).