{"id":20757897,"url":"https://github.com/amdmi3/findmaildirs","last_synced_at":"2026-04-25T07:34:58.384Z","repository":{"id":2552529,"uuid":"3530912","full_name":"AMDmi3/findmaildirs","owner":"AMDmi3","description":"Simple utility to create list of maildirs for mutt","archived":false,"fork":false,"pushed_at":"2020-07-09T14:24:50.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T19:36:23.622Z","etag":null,"topics":["mail","maildir","mutt"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMDmi3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-23T23:17:28.000Z","updated_at":"2020-07-09T14:24:11.000Z","dependencies_parsed_at":"2022-09-19T13:01:59.707Z","dependency_job_id":null,"html_url":"https://github.com/AMDmi3/findmaildirs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/AMDmi3/findmaildirs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Ffindmaildirs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Ffindmaildirs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Ffindmaildirs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Ffindmaildirs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMDmi3","download_url":"https://codeload.github.com/AMDmi3/findmaildirs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Ffindmaildirs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32254697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["mail","maildir","mutt"],"created_at":"2024-11-17T09:46:15.356Z","updated_at":"2026-04-25T07:34:58.367Z","avatar_url":"https://github.com/AMDmi3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# findmaildirs #\n\n[![Build Status](https://travis-ci.org/AMDmi3/findmaildirs.svg?branch=master)](https://travis-ci.org/AMDmi3/findmaildirs)\n[![FreeBSD package](http://repology.org/badge/version-for-repo/freebsd/findmaildirs.svg)](http://repology.org/metapackage/findmaildirs)\n\nThis is a very simple utility to be used with mutt to simplify automatic\nmailboxes management.\n\nIt scans given directory for maildir-type mailboxes and prints list of\nthem in mutt-compatible format, so its output may be used for `mailboxes'\nconfiguration directive of mutt.\n\n## Usecase ##\n\nFor example, you have a bunch of maildirs:\n\n```\n~/.mail\n    inbox\n        cur\n        new\n        tmp\n    sent\n        cur\n        new\n        tmp\n    maillists\n        lkml\n            cur\n            new\n            tmp\n        freebsd\n            announce\n                cur\n                new\n                tmp\n            ports\n                cur\n                new\n                tmp\n```\n\nto make these available in mutt, you need following in your .muttrc:\n\n```\nset mbox_type=Maildir\nset folder=\"~/.mail\"\n\nmailboxes +inbox +sent +maillists/lkml +maillists/freebsd/ports \\\n          +maildirs/freebsd/announce\n```\n\nit's a pain to manage manually, especially of you have many mailboxes\nand even more painful if you have mailboxes created automatically\nby e.g. procmail.\n\nThis little utility manages it for you so you can just use:\n\n```\nmailboxes `findmaildirs ~/.mail`\n```\n\nThough it's extremely simple task and you could use simple `find | sed`\npipeline instead, this utility acts a bit more clever and doesn't descend\ninto subdirectories of mailboxes (cur, new and tmp) which may noticeably\nslow down mutt startup if there are many mail messages.\n\n## Installation ##\n\nNo required library dependencies. Just run\n\n```\nmake \u0026\u0026 make install\n```\n\nMakefile honours CC, CFLAGS, PREFIX (/usr/local by default) and DESTDIR.\n\n## Author ##\n\n* [Dmitry Marakasov](https://github.com/AMDmi3) \u003camdmi3@amdmi3.ru\u003e\n\n## Contributors ##\n\n* [Pierre-Yves Chibon](https://github.com/pypingou)\n\n## License ##\n\n2-clause BSD, see COPYING.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Ffindmaildirs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdmi3%2Ffindmaildirs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Ffindmaildirs/lists"}