Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 1, 2019 23:38
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/bf26cdde77f8154889f41d3a46d9e91b to your computer and use it in GitHub Desktop.
Save ryantm/bf26cdde77f8154889f41d3a46d9e91b to your computer and use it in GitHub Desktop.
/nix/store/703j6g3bpinsw7c3fsxh40709gbzq7gk-mailnag-1.3.0
├── bin
│   ├── mailnag
│   └── mailnag-config
├── lib
│   └── python2.7
│   └── site-packages
│   ├── Mailnag
│   │   ├── backends
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── imap.py
│   │   │   ├── imap.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── local.py
│   │   │   ├── local.pyc
│   │   │   ├── pop3.py
│   │   │   └── pop3.pyc
│   │   ├── common
│   │   │   ├── accounts.py
│   │   │   ├── accounts.pyc
│   │   │   ├── config.py
│   │   │   ├── config.pyc
│   │   │   ├── credentialstore.py
│   │   │   ├── credentialstore.pyc
│   │   │   ├── dist_cfg.py
│   │   │   ├── dist_cfg.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── i18n.py
│   │   │   ├── i18n.pyc
│   │   │   ├── imaplib2.py
│   │   │   ├── imaplib2.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mutf7.py
│   │   │   ├── mutf7.pyc
│   │   │   ├── plugins.py
│   │   │   ├── plugins.pyc
│   │   │   ├── subproc.py
│   │   │   ├── subproc.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── configuration
│   │   │   ├── accountdialog.py
│   │   │   ├── accountdialog.pyc
│   │   │   ├── configwindow.py
│   │   │   ├── configwindow.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── plugindialog.py
│   │   │   └── plugindialog.pyc
│   │   ├── daemon
│   │   │   ├── conntest.py
│   │   │   ├── conntest.pyc
│   │   │   ├── idlers.py
│   │   │   ├── idlers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mailchecker.py
│   │   │   ├── mailchecker.pyc
│   │   │   ├── mailnagdaemon.py
│   │   │   ├── mailnagdaemon.pyc
│   │   │   ├── mails.py
│   │   │   └── mails.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── plugins
│   │   ├── dbusplugin.py
│   │   ├── dbusplugin.pyc
│   │   ├── libnotifyplugin.py
│   │   ├── libnotifyplugin.pyc
│   │   ├── soundplugin.py
│   │   ├── soundplugin.pyc
│   │   ├── spamfilterplugin.py
│   │   ├── spamfilterplugin.pyc
│   │   ├── userscriptplugin.py
│   │   └── userscriptplugin.pyc
│   └── mailnag-1.3.0-py2.7.egg-info
├── nix-support
│   └── propagated-build-inputs
└── share
├── appdata
│   └── mailnag.appdata.xml
├── applications
│   ├── mailnag-config.desktop
│   └── mailnag.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── mailnag.png
│   ├── 16x16
│   │   └── apps
│   │   └── mailnag.png
│   ├── 22x22
│   │   └── apps
│   │   └── mailnag.png
│   ├── 24x24
│   │   └── apps
│   │   └── mailnag.png
│   ├── 256x256
│   │   └── apps
│   │   └── mailnag.png
│   ├── 32x32
│   │   └── apps
│   │   └── mailnag.png
│   ├── 48x48
│   │   └── apps
│   │   └── mailnag.png
│   └── 96x96
│   └── apps
│   └── mailnag.png
├── locale
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── mailnag.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── mailnag.mo
└── mailnag
├── account_widget.ui
├── config_window.ui
├── mailnag.ogg
└── mailnag.png
72 directories, 104 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment