{"id":13894529,"url":"https://github.com/rougier/mu4e-thread","last_synced_at":"2025-12-30T04:45:17.275Z","repository":{"id":214715603,"uuid":"619191101","full_name":"rougier/mu4e-thread","owner":"rougier","description":"mu4e thread folding","archived":false,"fork":false,"pushed_at":"2023-03-30T05:12:47.000Z","size":32,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-07T18:30:37.700Z","etag":null,"topics":["elisp","emacs","folding","mu4e","thread"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rougier.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-26T14:38:49.000Z","updated_at":"2024-01-24T20:39:44.000Z","dependencies_parsed_at":"2023-12-30T07:44:36.708Z","dependency_job_id":"1d8e948e-af74-4db1-b23d-6b622d97d5cf","html_url":"https://github.com/rougier/mu4e-thread","commit_stats":null,"previous_names":["rougier/mu4e-thread"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fmu4e-thread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fmu4e-thread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fmu4e-thread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fmu4e-thread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rougier","download_url":"https://codeload.github.com/rougier/mu4e-thread/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226248375,"owners_count":17595159,"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":["elisp","emacs","folding","mu4e","thread"],"created_at":"2024-08-06T18:01:36.847Z","updated_at":"2025-12-30T04:45:17.237Z","avatar_url":"https://github.com/rougier.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"\n[[file:mu4e-thread.el][mu4e-thread.el]] is a library that allows to fold and unfold threads in mu4e headers mode. Folding works by creating an overlay over thread children that display a summary (number of hidden messages and possibly number of unread messages). Folding is perform just in time such that it is quite fast to fold/unfold threads. When a thread has unread messages, the folding stops at the first unread message unless `mu4e-thread-fold-unread` has been set to t.  Similarly, when a thread has marked messages, the folding stops at the first marked message and it is strongly advised to disable marking on folded messages as explained in usage example.\n\n** Usage example:\n\n*** Key bindings\n\n#+begin_src emacs-lisp\n(bind-key \"\u003cS-left\u003e\"  #'mu4e-thread-goto-root 'mu4e-headers-mode-map)\n(bind-key \"\u003cS-down\u003e\"  #'mu4e-thread-goto-next 'mu4e-headers-mode-map)\n(bind-key \"\u003cS-up\u003e\"    #'mu4e-thread-goto-prev 'mu4e-headers-mode-map)\n(bind-key \"\u003ctab\u003e\"     #'mu4e-thread-fold-toggle-goto-next 'mu4e-headers-mode-map)\n(bind-key \"\u003cbacktab\u003e\" #'mu4e-thread-fold-toggle-all 'mu4e-headers-mode-map)\n#+end_src\n\n*** Folding after search\n\n#+begin_src emacs-lisp\n(add-hook 'mu4e-headers-found-hook #'mu4e-thread-fold-apply-all)\n#+end_src\n\n*** No marking when messages are folded\n\n#+begin_src emacs-lisp\n(advice-add #'mu4e-headers-mark-and-next :around #'mu4e-thread/mark-and-next)\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fmu4e-thread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frougier%2Fmu4e-thread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fmu4e-thread/lists"}