Hi, there must be a mistake somewhere. I am getting the emails of "posteo" but I don´t get the emails of "gmail" And if connecting to gnus it asks me of the email address and the password of gmail but not of the email address and password of posteo: IMAP user at gmail (gfp): [Reverting buffer ´emacs´] IMAP password for francis.pr@gmail.com I understand it like this that it connects to the IMAP of Gmail and not of posteo. But then, why it takes the emails of posteo and not of gmail? Warning: Opening nnimap server on gmail...failed: NO (AUTHENTICATIONFAILED) Invalid credentials (Failure); Server nnimap+gmail previously determined to be down; not retrying ------------------------------------------------------------------ here are my gnus.el settings: ;;gnus for getting emails (setq gnus-select-method '(nnnil nil)) (setq gnus-secondary-select-methods '((nnimap "posteo" (nnimap-address "posteo.de") (nnimap-server-port "imaps") (nnimap-stream ssl) (nnir-search-engine imap) (nnmail-expiry-target "nnimap+posteo:[posteo]/Papierkorb") (nnmail-expiry-wait 'immediate)) (nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port "imaps") (nnimap-stream ssl) (nnir-search-engine imap) (nnmail-expiry-target "nnimap+gmail:[Gmail]/Trash") (nnmail-expiry-wait 'immediate)))) ;; Reply to mails with matching email address (setq gnus-posting-styles '((".*" ; Matches all groups of messages (address "gottfried ")) ("gmail" ; Matches Gnus group called "gmail" (address "Francis ") ("X-Message-SMTP-Method" "smtp Posteo-posteo.de 465 gottfried@posteo.de")))) ;; alle Gruppen immer sehen (setq gnus-permanently-visible-groups ".*") ;; nice overview of all groups with unread/total count (setq gnus-group-line-format "%5M %5y/%-8t • %c\n") ;;nice colours for spot groups with new emails '((gnus-group-mail-1-empty ((t (:foreground "SlateGray3")))) '(gnus-group-mail-3 ((t (:foreground "spring green")))) '(gnus-group-mail-3-empty ((t (:foreground "SlateGray3")))) '(gnus-group-news-3 ((t (:foreground "spring green")))) '(gnus-group-news-3-empty ((t (:foreground "SlateGray3")))) '(gnus-group-news-low ((t (:foreground "spring green"))))) ----------------------------------------------------------------------- thanks for help Gottfried Am 30.12.24 um 13:04 schrieb gfp: > Hi, > > thanks for help. > > Now it works, after listing all groups, as you said. > > I got 134 folders listed. >  Thanks > > I didn´t have to do what you described in this email I quoted. > > Next problem: > 1. > the numbers in front of the groups are not all correct. > In one group it said 0/112, but I have there only 21 emails at all. > > 2. > What do the stars in front of the numbers tell? > Does it mean in this group there are starred emails, which I marked as > starred? I guess so, but I am asking as well. > > 3. > how can I delete an email? > > 4. > I am sorry to have replied to the top post. I got confused. Sometimes I > didn´t know where should I reply to and made a mess. > > Now I know I should only reply to the message I got and additionally add > the email address of the help-gnu-emacs list. > Is that all right? > > > thanks for help > > Gottfried > > > > Am 30.12.24 um 05:27 schrieb Björn Bidar: >> gfp writes: >> >>> Hi, >>> >>> I tried to set up Gnus with the help of: >>> >>> https://www.bounga.org/tips/2020/05/03/multiple-smtp-accounts-in-gnus-without-external-tools/ >>> >>> and after changing the settings it worked partially. >>> >>> It took only emails from one email provider, but not from the other >>> (may be I have to fiddle around in my settings). >> >> Did you list all groups as I explained earlier? Gnus handles multiple >> providers or as Gnus calls it select methods just fine. >> >> For example I have my own mailbox as IMAP but also the public-inbox from >> Sourceware as IMAP. >> >> Can you provide us your settings with the private information removed? >> >>> But what astonishes me: >>> it took in "groups" only 55 folders (which I have set up in my email >>> provider "posteo" instead of more than 100. >>> So I don´t know why it took only a part of it. >> >> Open the server buff (press ^ in the Groups buffer) select the Posteo >> select method and press enter. >> Now look if you are subscribed to the other group if there's a K or Z in >> front of the names press u to subscribe. >> >> This practice does sound Gnus specific but is general IMAP feature. > > -- Mit freundlichen Grüßen G. Preihs () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments Why is HTML email a security nightmare? See https://useplaintext.email/ Please avoid sending me MS-Office attachments. See http://www.gnu.org/philosophy/no-word-attachments.html