{"id":20874693,"url":"https://github.com/neomutt/integration","last_synced_at":"2025-10-25T20:47:59.712Z","repository":{"id":72106890,"uuid":"58238602","full_name":"neomutt/integration","owner":"neomutt","description":"⚠️ Patch sets for downstream distros","archived":false,"fork":false,"pushed_at":"2022-06-12T19:10:18.000Z","size":1172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-19T09:09:48.641Z","etag":null,"topics":["distro","neomutt","obsolete","patches"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neomutt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-06T22:42:03.000Z","updated_at":"2023-02-27T23:03:59.000Z","dependencies_parsed_at":"2023-03-11T11:52:21.443Z","dependency_job_id":null,"html_url":"https://github.com/neomutt/integration","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fintegration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fintegration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fintegration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fintegration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomutt","download_url":"https://codeload.github.com/neomutt/integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243249012,"owners_count":20260768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distro","neomutt","obsolete","patches"],"created_at":"2024-11-18T06:35:48.228Z","updated_at":"2025-10-25T20:47:54.658Z","avatar_url":"https://github.com/neomutt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoMutt Patch Sets\n\nThese patches are part of the NeoMutt Project: Teaching an Old Dog New Tricks\n\nhttp://www.neomutt.org/\nhttps://github.com/neomutt\n\nIf you have any questions, or find a bug, please raise an issue on GitHub:\n\nhttps://github.com/neomutt/neomutt/issues/new\n\n## Supported distros\n\nThe patchsets apply to the following distros:\n\n- Arch (AUR)\n- COPR (Fedora)\n- Debian\n- Fedora\n- FreeBSD\n- OSX (Homebrew)\n- Suse\n\n## Patch Directories\n\nEach directory contains a set of patches which should be applied as a set.\n\n- bugs-common/     -- Bug-fixes shared by all distros\n- bugs-neomutt/    -- Bug-fixes specific to NeoMutt\n- contrib/         -- Contributed scripts and config\n- copr/            -- Patches specific to Fedora (COPR)\n- debian/          -- Patches specific to Debian\n- features-common/ -- Feature patches used by all distros\n- features-extra/  -- Feature patches used by some distros\n- fedora/          -- Patches specific to Fedora\n- freebsd/         -- Patches specific to FreeBSD\n- suse/            -- Patches specific to Suse\n\n## Features\n\nThe following features are available:\n\nCommon:\n- compress              -- Read from compressed mailboxes\n- conditional-dates     -- Use rules to choose date format\n- ifdef                 -- Conditional config options\n- initials              -- Expando for author's initials\n- nested-if             -- Allow deeply nested conditions\n- sidebar               -- Overview of mailboxes\n- trash-folder          -- Move 'deleted' emails to a trash bin\n\nExtra:\n- fmemopen              -- Use memory buffers instead of files\n- index-color           -- Theme the email index\n- keywords              -- Email labels/keywords/tagging\n- ldmb                  -- LMDB backend for the header cache\n- limit-current-thread  -- Only show the current thread\n- multiple-fcc          -- Save multiple copies of outgoing mail\n- new-mail              -- Run a command when new mail arrives\n- nntp                  -- Talk to a usenet news server\n- notmuch               -- Email search engine\n- progress-bar          -- Show a visual progress bar\n- quasi-delete          -- Mark emails to be hidden\n- skip-quoted           -- Configure quote lines context\n- smime-encrypt-to-self -- Save an self-encrypted copy of emails\n- status-color          -- Theming the status bar\n- timeout               -- Run a command periodically\n- tls-sni               -- Negotiate for a certificate\n\n## Contrib\n\nThe following user contributions are available:\n\n- keybase               -- Keybase integration\n- vim-keybindings       -- Make Mutt behave more like Vim\n\n## Application of Patches\n\nThe patchsets apply cleanly to Mutt-1.6.2.\nThe instructions, below, show the order in which they should be applied.\n\n### NeoMutt, Arch (AUR), OSX (Homebrew)\n\n- bugs-common/*\n- features-common/*\n- features-extra/*\n- bugs-neomutt/*\n- neomutt-customisations.patch\n\n### COPR (Fedora)\n\n- bugs-common/*\n- features-common/*\n- features-extra/*\n- bugs-neomutt/*\n- neomutt-customisations.patch\n- copr/*\n\n### Debian\n\n- bugs-common/*\n- features-common/*\n- features-extra/*\n- bugs-neomutt/*\n- neomutt-customisations.patch\n- debian/*\n\n### Fedora\n\n- fedora/*\n\n### FreeBSD\n\n- bugs-common/*\n- features-common/*\n- freebsd/*\n\n### Suse\n\n- bugs-common/*\n- features-common/*\n- features-extra/*\n- bugs-neomutt/*\n- neomutt-customisations.patch\n- suse/*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Fintegration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomutt%2Fintegration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Fintegration/lists"}