{"id":21075299,"url":"https://github.com/maxking/astroid-debian","last_synced_at":"2025-06-11T20:11:54.317Z","repository":{"id":141775044,"uuid":"95799843","full_name":"maxking/astroid-debian","owner":"maxking","description":"The debian package files for github.com/astroidmail/astroid","archived":false,"fork":false,"pushed_at":"2017-06-29T16:58:48.000Z","size":3333,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T22:51:06.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"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/maxking.png","metadata":{"files":{"readme":"README.md","changelog":"History.txt","contributing":null,"funding":null,"license":"COPYING.GPL-3.0+","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":"2017-06-29T16:58:31.000Z","updated_at":"2019-01-22T02:12:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9b2d177-64cc-4a84-a8f5-c1257ace73a2","html_url":"https://github.com/maxking/astroid-debian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fastroid-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fastroid-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fastroid-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fastroid-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxking","download_url":"https://codeload.github.com/maxking/astroid-debian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243521165,"owners_count":20304183,"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":[],"created_at":"2024-11-19T19:21:19.324Z","updated_at":"2025-03-14T03:41:09.306Z","avatar_url":"https://github.com/maxking.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/astroidmail/astroid/raw/master/ui/icons/horizontal_color.png\" width=\"400px\" alt=\"astroid logo\" /\u003e\n\n\u003e Astroid is a lightweight and fast **Mail User Agent** that provides a graphical interface to searching, display and composing email, organized in thread and tags. Astroid uses the [notmuch](http://notmuchmail.org/) backend for blazingly fast searches through tons of email. Astroid searches, displays and composes emails - and rely on other programs for fetching, syncing and sending email. Check out [Astroid in your general mail setup](https://github.com/astroidmail/astroid/wiki/Astroid-in-your-general-mail-setup) for a suggested complete  mail solution.\n\nCheck out the [tour of how to install, configure and use astroid](https://github.com/astroidmail/astroid/wiki). Brief instructions are provided [below](#acquiring-astroid).\n\n## main features and goals include:\n* lightweight and fast!\n* fully operatable by [keyboard](https://github.com/astroidmail/astroid/wiki/Customizing-key-bindings).\n* graphical interface, inspired by sup. but allow buffers to be separated and placed in several windows.\n* display html mail and some attachments inline.\n* syntax highlighting of code (markdown style) and patches.\n* [themable and configurable](https://github.com/astroidmail/astroid/wiki/Customizing-the-user-interface).\n* built-in [crypto (PGP/MIME) support](https://github.com/astroidmail/astroid/wiki/Signing%2C-Encrypting-and-Decrypting).\n* editors: [embedded or external vim or emacs](https://github.com/astroidmail/astroid/wiki/Customizing-editor) (or your favourite editor, embedded: must support XEmbed).\n* [python and lua plugins](https://github.com/astroidmail/astroid/wiki/Plugins).\n* and much more...\n\n  \u003ca href=\"https://raw.githubusercontent.com/astroidmail/astroid/master/doc/full-demo-external.png\"\u003e\n    \u003cimg alt=\"Astroid (with external editor)\" src=\"https://raw.githubusercontent.com/astroidmail/astroid/master/doc/full-demo-external.png\"\u003e\n  \u003c/a\u003e\n\n## acquiring astroid\n\nget astroid from:\n\n```sh\n$ git clone https://github.com/astroidmail/astroid.git\n```\n\n## installation and usage\n\n### compiling\n\n```sh\n$ scons -j 8    # compile up to 8 targets at the same time\n```\n\nto run the tests do:\n\n```sh\n$ scons test\n```\n\n### installing\n\nConfigure with a prefix and install:\n```sh\n$ scons -j 8 --prefix=/usr build\n$ scons --prefix=/usr install\n```\n\nthis will install the `astroid` binary into `/usr/bin/` and data files into `/usr/share/astroid/`. refer to the [installing section](https://github.com/astroidmail/astroid/wiki/Compiling-and-Installing) in the wiki for more information.\n\n### configuration\n\nrunning astroid will make a new configuration file in `$XDG_CONFIG_HOME/astroid` (normally: `~/.config/astroid/`. refer to the [configuration section](https://github.com/astroidmail/astroid/wiki/Astroid-setup) in the wiki for more information.\n\n### running and usage\n\n```sh\n$ ./astroid\n```\n\npress `?` to get a list of available key bindings in the current mode, navigate up and down using `j` and `k`. refer to the [usage section](https://github.com/astroidmail/astroid/wiki#usage) in the wiki for more information on usage and customization.\n\n## patches, help, comments and bugs\n\nReport on the [github page](https://github.com/astroidmail/astroid) or to the mailinglist at: [astroidmail@googlegroups.com](https://groups.google.com/forum/#!forum/astroidmail), subscribe [online](https://groups.google.com/forum/#!forum/astroidmail) or by sending an email to:\n[astroidmail+subscribe@googlegroups.com](mailto:astroidmail+subscribe@googlegroups.com).\n\nContributions to Astroid in the form of patches, documentation and testing are\nvery welcome. Information on how to\n[contribute](https://github.com/astroidmail/astroid/wiki/Contributing) to astroid\ncan be found in the wiki.\n\nYou can usually find us at \u003ca href=\"irc://irc.freenode.net/#astroid\"\u003e#astroid\u003c/a\u003e ([web](https://webchat.freenode.net/?channels=#astroid)) or \u003ca href=\"irc://irc.freenode.net/#notmuch\"\u003e#notmuch\u003c/a\u003e ([web](https://webchat.freenode.net/?channels=#notmuch)) at irc.freenode.net.\n\nThis project adheres to [Contributor Covenant Code of Conduct v1.4](http://contributor-covenant.org/version/1/4/).\n\n## acknowledgements\n\n  The main inspiration for astroid is the [sup] mail user agent. [sup]\n  provided inspiration for [notmuch] which is a mail indexer. astroid is\n  using [notmuch] as a backend.\n\n  Some parts of the user interface and layout have been copied from or has been\n  inspired by the [Geary] mail client. Also, some inspiration and code stems from\n  ner, another notmuch email client.\n\n## licensing\n\nSee [LICENSE.md](./LICENSE.md) for licensing information.\n\n[sup]: http://sup-heliotrope.github.io\n[notmuch]: http://notmuchmail.org/\n[Geary]: http://www.yorba.org/projects/geary/\n[gmime]: http://spruce.sourceforge.net/gmime/\n[webkit]: http://webkitgtk.org/\n[GPL]: https://www.gnu.org/copyleft/gpl.html\n[scons]: http://www.scons.org/\n[git]: http://git-scm.com/\n[C++11]: http://en.wikipedia.org/wiki/C%2B%2B11\n[boost]: http://www.boost.org/\n[GTK+]: http://www.gtk.org/\n[glib]: https://developer.gnome.org/glib/\n[boost::property_tree]: http://www.boost.org/doc/libs/1_56_0/doc/html/property_tree.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Fastroid-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxking%2Fastroid-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Fastroid-debian/lists"}