{"id":50335702,"url":"https://github.com/64kramsystem/ungerman","last_synced_at":"2026-05-29T13:30:42.270Z","repository":{"id":357669075,"uuid":"1238036752","full_name":"64kramsystem/ungerman","owner":"64kramsystem","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-13T19:00:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T20:34:01.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/64kramsystem.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T18:49:10.000Z","updated_at":"2026-05-13T19:00:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/64kramsystem/ungerman","commit_stats":null,"previous_names":["64kramsystem/ungerman"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/64kramsystem/ungerman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fungerman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fungerman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fungerman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fungerman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64kramsystem","download_url":"https://codeload.github.com/64kramsystem/ungerman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fungerman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33655440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-29T13:30:41.502Z","updated_at":"2026-05-29T13:30:42.266Z","avatar_url":"https://github.com/64kramsystem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ungerman\n\nA small Thunderbird extension that stops reply-prefix stacking when the\nsubject already starts with `AW: ` (the German \"Antwort\" prefix).\n\n## Why\n\nOn a German-localized Thunderbird, replying to a message whose subject already\nstarts with `AW: ` produces `AW: AW: ...`. On a non-German Thunderbird replying\nto the same message, you get `Re: AW: ...`. Ungerman strips the outer prefix\nso the subject stays `AW: ...`.\n\nExamples (subject in the compose window):\n\n| Before              | After       |\n|---------------------|-------------|\n| `AW: AW: Foo`       | `AW: Foo`   |\n| `Re: AW: Foo`       | `AW: Foo`   |\n| `Antwort: AW: Foo`  | `AW: Foo`   |\n| `AW: Foo`           | `AW: Foo`   |\n| `Re: Foo`           | `Re: Foo`   |\n\nIt only acts on reply tabs (`details.type === \"reply\"`), never on new mail or\nforwards.\n\n## Install\n\n1. Build the package:\n   ```\n   ./build-xpi.sh\n   ```\n2. In Thunderbird: *Add-ons and Themes* → gear icon → *Install Add-on From File…*\n   → pick `ungerman.xpi`.\n\nFor temporary install during development: *Add-ons Manager* → gear icon →\n*Debug Add-ons* → *Load Temporary Add-on* → pick `manifest.json`.\n\nRequires Thunderbird 78 or newer.\n\n## Tests\n\nPure subject logic lives in `subject.js` and is covered by `subject.test.js`\nusing Node's built-in test runner:\n\n```\nnode --test subject.test.js\n```\n\nNo dependencies; requires Node 18+.\n\n## Files\n\n- `manifest.json` — MailExtension manifest (v2).\n- `subject.js` — pure `unstackSubject` function; loaded as a background script\n  in Thunderbird and `require`d from tests in Node.\n- `background.js` — wires `unstackSubject` to `tabs.onCreated` /\n  `compose.getComposeDetails` / `compose.setComposeDetails`.\n- `subject.test.js` — unit tests for `unstackSubject`.\n- `build-xpi.sh` — packages the three runtime files into `ungerman.xpi`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2Fungerman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64kramsystem%2Fungerman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2Fungerman/lists"}