Created
May 14, 2018 07:46
-
-
Save ryantm/8d13b2cd77148163ee7c664ce4cdba07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/ww06xw1m1b0r4fy308kwa6vvj4cyy1yk-neomutt-20180512 | |
├── bin | |
│ ├── mutt | |
│ └── neomutt | |
├── etc | |
│ └── neomuttrc | |
├── libexec | |
│ └── neomutt | |
│ ├── pgpewrap | |
│ ├── pgpring | |
│ └── smime_keys | |
└── share | |
├── doc | |
│ └── neomutt | |
│ ├── advancedusage.html | |
│ ├── ChangeLog.md | |
│ ├── CODE_OF_CONDUCT.md | |
│ ├── colorschemes | |
│ │ ├── neonwolf-256.neomuttrc | |
│ │ ├── solarized-dark-256.neomuttrc | |
│ │ ├── vombatidae.neomuttrc | |
│ │ └── zenburn.neomuttrc | |
│ ├── configuration.html | |
│ ├── gettingstarted.html | |
│ ├── hcache-bench | |
│ │ ├── neomutt-hcache-bench.sh | |
│ │ ├── neomuttrc | |
│ │ └── README.md | |
│ ├── index.html | |
│ ├── intro.html | |
│ ├── keybase | |
│ │ ├── attachmentView.png | |
│ │ ├── decrypt.sh | |
│ │ ├── install.sh | |
│ │ ├── keybase.py | |
│ │ ├── LICENSE | |
│ │ ├── neomuttrc | |
│ │ ├── pagerMode.png | |
│ │ ├── pgpdecrypt.sh | |
│ │ ├── pgpverify.sh | |
│ │ ├── README.md | |
│ │ └── verify.sh | |
│ ├── LICENSE.md | |
│ ├── logo | |
│ │ ├── neomutt-128.png | |
│ │ ├── neomutt-256.png | |
│ │ ├── neomutt-32.png | |
│ │ ├── neomutt-64.png | |
│ │ └── neomutt.svg | |
│ ├── lua | |
│ │ ├── test_lua-api_runner.neomuttrc | |
│ │ └── test_lua-api_spec.lua | |
│ ├── manual.html | |
│ ├── manual.txt | |
│ ├── mimesupport.html | |
│ ├── mime.types | |
│ ├── miscellany.html | |
│ ├── optionalfeatures.html | |
│ ├── PGP-Notes.txt | |
│ ├── README.md | |
│ ├── reference.html | |
│ ├── samples | |
│ │ ├── colors.default | |
│ │ ├── colors.linux | |
│ │ ├── gpg.rc | |
│ │ ├── Mush.rc | |
│ │ ├── pgp2.rc | |
│ │ ├── pgp5.rc | |
│ │ ├── pgp6.rc | |
│ │ ├── Pine.rc | |
│ │ ├── sample.mailcap | |
│ │ ├── sample.neomuttrc | |
│ │ ├── sample.neomuttrc-tlr | |
│ │ ├── smime_keys_test.pl | |
│ │ ├── smime.rc | |
│ │ └── Tin.rc | |
│ ├── security.html | |
│ ├── smime-notes.txt | |
│ ├── tuning.html | |
│ └── vim-keys | |
│ ├── README.md | |
│ └── vim-keys.rc | |
├── locale | |
│ ├── bg | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── ca | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── cs | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── da | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── de | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── el | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── en_GB | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── eo | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── es | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── et | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── eu | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── fr | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── ga | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── gl | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── hu | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── id | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── it | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── ja | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── ko | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── lt | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── nl | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── pl | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── pt_BR | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── ru | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── sk | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── sv | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── tr | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── uk | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ ├── zh_CN | |
│ │ └── LC_MESSAGES | |
│ │ └── neomutt.mo | |
│ └── zh_TW | |
│ └── LC_MESSAGES | |
│ └── neomutt.mo | |
└── man | |
├── man1 | |
│ ├── neomutt.1.gz | |
│ ├── pgpewrap_neomutt.1.gz | |
│ ├── pgpring_neomutt.1.gz | |
│ └── smime_keys_neomutt.1.gz | |
└── man5 | |
├── mbox_neomutt.5.gz | |
├── mmdf_neomutt.5.gz | |
└── neomuttrc.5.gz | |
78 directories, 104 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment