all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GNUS don't show all my emails
@ 2020-05-20 15:29 Sébastien Gendre
  2020-05-20 16:41 ` Dieter Klünter
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Gendre @ 2020-05-20 15:29 UTC (permalink / raw)
  To: help-gnu-emacs

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?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* GNUS don't show all my emails
@ 2020-05-20 15:29 Sébastien Gendre
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Gendre @ 2020-05-20 15:29 UTC (permalink / raw)
  To: help-gnu-emacs

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?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GNUS don't show all my emails
  2020-05-20 15:29 Sébastien Gendre
@ 2020-05-20 16:41 ` Dieter Klünter
  0 siblings, 0 replies; 3+ messages in thread
From: Dieter Klünter @ 2020-05-20 16:41 UTC (permalink / raw)
  To: Sébastien Gendre; +Cc: help-gnu-emacs

Sébastien Gendre <seb@k-7.ch> writes:

> 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:
[...]

What about /o (slash o) within the inbox buffer?

-Dieter

-- 
Dieter Klünter | Systemberatung
http://sys4.de
GPG Key ID: E9ED159B
53°37'09,95"N
10°08'02,42"E



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-20 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 15:29 GNUS don't show all my emails Sébastien Gendre
  -- strict thread matches above, loose matches on Subject: below --
2020-05-20 15:29 Sébastien Gendre
2020-05-20 16:41 ` Dieter Klünter

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.