diff --git a/Maildir.py b/Maildir.py index 42be0c9..fe90a45 100755 --- a/Maildir.py +++ b/Maildir.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2022, Jaidyn Levesque +# Copyright (C) 2023, Jaidyn Levesque # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/README.md b/README.md new file mode 100644 index 0000000..58b6571 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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.](res/list_screenshot.png) + +## 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://notabug.org/jadedctrl/nautilus-maildir +https://github.com/jadedctrl/nautilus-maildir diff --git a/res/list_screenshot.png b/res/list_screenshot.png new file mode 100644 index 0000000..b37b834 Binary files /dev/null and b/res/list_screenshot.png differ