Caja/Nemo/Nautilus extension that adds columns for maildir e-mail (rfc822) files. To/From/Subject, etc.
Iri al dosiero
Jaidyn Ann f0e2301de8 Update source URL 2024-01-29 18:23:03 -06:00
res Add README.md and screenshot 2023-01-29 12:37:14 -06:00
Maildir.py Add README.md and screenshot 2023-01-29 12:37:14 -06:00
Makefile Add Makefile, and support for Nemo/Nautilus/Caja 2023-01-25 20:02:05 -06:00
README.md Update source URL 2024-01-29 18:23:03 -06:00

Nautilus-Maildir / Caja-Maildir / Nemo-Maildir

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.

A screenshot of the file-manager Caja displaying several email files from the emacs-devel mailing list three separate columns: From; Subject; and Sent.

Installation

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

Meta

Author is jadedctrl, and the license is the GNU GPLv3+ (in COPYING.txt).

https://hak.xwx.moe/jadedctrl/nautilus-maildir