unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Sébastien Gendre" <seb@k-7.ch>
To: help-gnu-emacs@gnu.org
Subject: GNUS don't show all my emails
Date: Wed, 20 May 2020 17:29:28 +0200	[thread overview]
Message-ID: <810b390981e51af41e16a279f181817c92c5398c.camel@k-7.ch> (raw)

Hello world.

When I want to see all my emails with GNUS (C-U Enter), some e-mails
are not show. 


I use a personnal email address, mailboxs are provided by a dovecot
installation. Tested with another IMAP client, no problem.


This is the config I applied to GNUS:

(require 'gnus)
(setq gnus-init-file "~/.emacs.d/gnus.el")
(setq gnus-startup-file "~/.emacs.d/.newsrc")
(setq gnus-summary-line-format "%U%R %(%&user-date;%)  %-5,5L  %-
30,30f    %B%-80,80S\n"
      gnus-user-date-format-alist '((t . "%Y-%m-%d %H:%M"))
      gnus-thread-sort-functions '(gnus-thread-sort-by-date)
      gnus-sum-thread-tree-vertical "|"
      gnus-sum-thread-tree-root ""
      gnus-sum-thread-tree-false-root ""
      gnus-sum-thread-tree-indent " "
      gnus-sum-thread-tree-single-indent ""
      gnus-sum-thread-tree-leaf-with-other "├► "
      gnus-sum-thread-tree-single-leaf "╰► ")
(setq gnus-message-archive-group "nnimap+main-mail:Envoyés")
(add-hook 'message-setup-hook 'mml-secure-message-sign)
(add-hook 'message-mode-hook 'flyspell-mode)
(defun gnus-nnir-group-p (group)
  "Say whether GROUP is nnir or not."
  (if (gnus-group-prefixed-p group)
      (eq 'nnir (car (gnus-find-method-for-group group)))
    (and group (string-match "^nnir" group))))
    
    
    
Inside ~/.emacs.d/gnus.el I define my IMAP account:

(setq gnus-select-method
      '(nnimap "main-mail"
	       (nnimap-address "exemple.com")
	       (nnimap-server-port 666)
	       (nnimap-stream ssl)
	       (nnimap-inbox "INBOX")
;;	       (nnimap-split-methods default)
	       (nnimap-split-methods nil)
	       (nnimap-expunge t)))



Anyone already have this problem?




             reply	other threads:[~2020-05-20 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20 15:29 Sébastien Gendre [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-20 15:29 GNUS don't show all my emails Sébastien Gendre
2020-05-20 16:41 ` Dieter Klünter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=810b390981e51af41e16a279f181817c92c5398c.camel@k-7.ch \
    --to=seb@k-7.ch \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).