https://github.com/darnir/neomutt-copr-integration
https://github.com/darnir/neomutt-copr-integration
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/darnir/neomutt-copr-integration
- Owner: darnir
- License: gpl-2.0
- Created: 2019-12-01T11:06:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T11:16:25.000Z (over 6 years ago)
- Last Synced: 2025-02-05T11:48:53.867Z (over 1 year ago)
- Language: C
- Size: 84.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# This is the NeoMutt Project
[](https://github.com/neomutt/neomutt "Give us a Star")
[](https://twitter.com/NeoMutt_Org "Follow us on Twitter")
[](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
[](https://github.com/neomutt/neomutt/releases/latest "Latest Release Notes")
[](https://github.com/neomutt/neomutt/blob/master/COPYRIGHT.md "Copyright Statement")
[](https://travis-ci.org/neomutt/neomutt "Latest Automatic Code Build")
[](https://scan.coverity.com/projects/neomutt-neomutt "Latest Code Static Analysis")
[](https://travis-ci.org/neomutt/neomutt.github.io "Latest Website Test")
## What is NeoMutt?
* NeoMutt is a project of projects.
* A place to gather all the patches against Mutt.
* A place for all the developers to gather.
Hopefully this will build the community and reduce duplicated effort.
NeoMutt was created when Richard Russon (@FlatCap) took all the old Mutt patches,
sorted through them, fixed them up and documented them.
## What Features does NeoMutt have?
| Name | Description
| -------------------- | ------------------------------------------------------
| Attach Headers Color | Color attachment headers using regex, just like mail bodies
| Compose to Sender | Send new mail to the sender of the current mail
| Compressed Folders | Read from/write to compressed mailboxes
| Conditional Dates | Use rules to choose date format
| Encrypt-to-Self | Save a self-encrypted copy of emails
| Fmemopen | Replace some temporary files with memory buffers
| Forgotten Attachment | Alert user when (s)he forgets to attach a file to an outgoing email.
| Global Hooks | Define actions to run globally within NeoMutt
| Ifdef | Conditional config options
| Index Color | Custom rules for theming the email index
| Initials Expando | Expando for author's initials
| Kyoto Cabinet | Kyoto Cabinet backend for the header cache
| Limit Current Thread | Focus on one Email Thread
| LMDB | LMDB backend for the header cache
| Multiple FCC | Save multiple copies of outgoing mail
| Nested If | Allow complex nested conditions in format strings
| New Mail | Execute a command upon the receipt of new mail.
| NNTP | Talk to a Usenet news server
| Notmuch | Email search engine
| Progress Bar | Show a visual progress bar on slow operations
| Quasi-Delete | Mark emails that should be hidden, but not deleted
| Reply With X-Orig-To | Direct reply to email using X-Original-To header
| Sensible Browser | Make the file browser behave
| Sidebar | Panel containing list of Mailboxes
| Skip Quoted | Leave some context visible
| Status Color | Custom rules for theming the status bar
| TLS-SNI | Negotiate with a server for a TLS/SSL certificate
| Trash Folder | Automatically move deleted emails to a trash bin
## Contributed Scripts and Config
| Name | Description
| ---------------------- | ---------------------------------------------
| Header Cache Benchmark | Script to test the speed of the header cache
| Keybase | Keybase Integration
| Useful programs | List of useful programs interacting with NeoMutt
| Vi Keys | Easy and clean Vi-keys for NeoMutt
| Vim Syntax | Vim Syntax File
## How to Install NeoMutt?
NeoMutt may be packaged for your distribution, and otherwise it can be built from
source. Please refer to the instructions on the
[distro page](https://neomutt.org/distro.html).
## Where is NeoMutt?
- Source Code: https://github.com/neomutt/neomutt
- Releases: https://github.com/neomutt/neomutt/releases/latest
- Questions/Bugs: https://github.com/neomutt/neomutt/issues
- Website: https://neomutt.org
- IRC: [irc://irc.freenode.net/neomutt](https://webchat.freenode.net/ "IRC Web Client") - please be patient.
We're a small group, so our answer might take some time.
- Mailinglists: [neomutt-users](mailto:neomutt-users-request@neomutt.org?subject=subscribe)
and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe)
- Development: https://neomutt.org/dev.html
- Contributors: [Everyone who has helped NeoMutt](AUTHORS.md)
### Mutt
While NeoMutt is technically a fork of Mutt, the intention of the project is not to
diverge from Mutt, but rather to act as a common ground for developers to improve Mutt.
Collecting, sorting out and polishing patches to be incorporated upstream (into Mutt),
as well as being a place to gather and encourage further collaboration while reducing
redundant work, are among the main goals of NeoMutt. NeoMutt merges all changes from Mutt.
More information is available on the [About](https://neomutt.org/about.html) page on
the NeoMutt website.
Mutt was created by **Michael Elkins** and is now maintained by **Kevin McCarthy**.
https://neomutt.org/guide/miscellany.html#acknowledgements