Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 24, 2018 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7a0d8d5cf0840420be4412737e48d5c6 to your computer and use it in GitHub Desktop.
Save ryantm/7a0d8d5cf0840420be4412737e48d5c6 to your computer and use it in GitHub Desktop.
/nix/store/qkzwbcp7wxhzfm09ac8vlc97gyy9bzrw-neomutt-20180622
├── bin
│   ├── mutt
│   └── neomutt
├── etc
│   └── neomuttrc
├── libexec
│   └── neomutt
│   ├── pgpewrap
│   └── 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
│   ├── COPYRIGHT.md
│   ├── gettingstarted.html
│   ├── hcache-bench
│   │   ├── neomutt-hcache-bench.sh
│   │   ├── neomuttrc
│   │   └── README.md
│   ├── index.html
│   ├── INSTALL.md
│   ├── 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
│   ├── README.md
│   ├── reference.html
│   ├── samples
│   │   ├── colors.default
│   │   ├── colors.linux
│   │   ├── gpg.rc
│   │   ├── Mush.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
│   └── smime_keys_neomutt.1.gz
└── man5
├── mbox_neomutt.5.gz
├── mmdf_neomutt.5.gz
└── neomuttrc.5.gz
78 directories, 100 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment