Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading is broken when enabled #4

Open
Thaodan opened this issue Oct 26, 2022 · 0 comments
Open

Threading is broken when enabled #4

Thaodan opened this issue Oct 26, 2022 · 0 comments

Comments

@Thaodan
Copy link

Thaodan commented Oct 26, 2022

As the title says threading is broken when the plugin is enabled as the plugin overrides the symbols that are used for that as it seems.

My a snippet of my config:

(use-package gnus
  :config
  (setq gnus-thread-hide-subtree t)
  (setq gnus-thread-ignore-subject t
        gnus-article-sort-functions '(gnus-article-sort-by-number)
        gnus-thread-sort-functions  '(gnus-thread-sort-by-number
                                      gnus-thread-sort-by-date))
  ;; ;; En plus :  trier les threads en fonctions de la  date la plus récente
  (setq gnus-thread-sort-functions
        '(gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date))

  (setq gnus-subthread-sort-functions
        '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
  (setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)

  ;; fancy summary
  (setq gnus-summary-line-format "%U|%R|%z|%ur|%(%-20&user-date;|%-30B%[%5L: %-40n%] %s%)\n")
  (setq gnus-summary-make-false-root 'dummy
        gnus-sum-thread-tree-false-root      "┈─►"
        gnus-sum-thread-tree-single-indent   ""
        gnus-sum-thread-tree-root            ""
        gnus-sum-thread-tree-vertical        ""
        gnus-sum-thread-tree-leaf-with-other "├─►"
        gnus-sum-thread-tree-single-leaf     "╰─►"
        gnus-sum-thread-tree-indent          "    "))

(use-package all-the-icons-gnus
  :config
  (all-the-icons-gnus-setup))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant