{"id":20874659,"url":"https://github.com/neomutt/test-arch","last_synced_at":"2025-05-12T15:30:47.139Z","repository":{"id":72106958,"uuid":"50240809","full_name":"neomutt/test-arch","owner":"neomutt","description":"💭 Ideas for a new mutt architecture","archived":false,"fork":false,"pushed_at":"2023-12-12T10:43:35.000Z","size":121,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2023-12-12T11:41:45.070Z","etag":null,"topics":["arch","code","sample"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-01-23T14:03:41.000Z","updated_at":"2023-02-27T23:05:09.000Z","dependencies_parsed_at":"2023-03-11T11:52:24.578Z","dependency_job_id":null,"html_url":"https://github.com/neomutt/test-arch","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Ftest-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Ftest-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Ftest-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Ftest-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomutt","download_url":"https://codeload.github.com/neomutt/test-arch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225139672,"owners_count":17427021,"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":["arch","code","sample"],"created_at":"2024-11-18T06:35:31.799Z","updated_at":"2024-11-18T06:35:32.796Z","avatar_url":"https://github.com/neomutt.png","language":"C","readme":"# Arch\n\n## What is it?\n\nThis is a sample application showing what I'd like mutt to look like: a set of\nobjects with inheritance; virtual functions; reference counting.\n\n## Why?\n\nThe mutt code is a mass of interdependent components which all rely on global\nvariables.\n\nMutt needs to be broken up to give better independence between components.\nThis will make mutt more robust and easier to maintain.\n\n## What am I looking at?\n\nThis is the inheritance graph for the objects in the application.\n\n![inheritance](inherit.svg)\n\nTo understand how the objects fit together, start with the **source**s.  Each\n**source** represents one connection to a data source: 1 imap connection, 1\ncontact list, etc.\n\nThe **source**s store their data in **item**s, which can be grouped into\n**folder**s.  A **folder** can represent a real directory, or something virtual\nlike a tag.  Because all the **object**s are reference counted, the **item**s\ncan appear in zero, one or multiple **folder**s.  Because of the inheritance\n(in theory) an **email** object could be passed between **source**s.\n\n**source**s are owned by **view**s.  A **view** may contain multiple\n**source**s, e.g.  several email servers, multiple contact lists.  The\n**view**s directly map onto what gets displayed on screen (and would fit into\nmy panel manager ideally).\n\n## Plugins\n\nThe application has a sample **source** for every text-based information source\nI thought useful.\n\n* Email:\n  * imap\n  * maildir\n  * mbox\n  * notmuch (search engine)\n\n* News:\n  * NNTP (usenet)\n  * RSS\n\n* General office:\n  * Contact list\n  * Task lists\n  * Calendar\n\n## Who?\n\n* Rich Russon (FlatCap) \u0026lt;rich@flatcap.org\u0026gt;\n* https://flatcap.org/\n\n![flatcap](https://flatcap.org/gfx/flatcap.png)\n\n## License\n\nThe code is released under the GPLv3. \nSee [LICENSE.md](https://github.com/neomutt/arch/blob/master/LICENSE.md) for more details.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Ftest-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomutt%2Ftest-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Ftest-arch/lists"}