all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Waleed Yousef <wyousef@fcih.net>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: Andreas Schwab <schwab@linux-m68k.org>, 59587@debbugs.gnu.org
Subject: bug#59587: 28.2; gnus does not retrieve emails sent from another device
Date: Fri, 09 Dec 2022 08:09:19 -0800	[thread overview]
Message-ID: <874ju41rv4.fsf@fcih.net> (raw)
In-Reply-To: <878rjg37o0.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 09 Dec 2022 07:42:39 -0800")


Amazing!

I just added added what you have suggested (:predicate "1:*") to the
imap account I have; it fetched more than thousand emails, including
those sent today. So, it is working now for imap. However, how can I do
it for pop? The strange thing is that it was working until just weeks or
months ago; what happened!!

Just for your information, I will re-share my mail source settings:

```

		                 (pop :server "pop.gmail.com"
			                    :user "wyousef@fcih.net"
			                    :port 995
			                    :stream ssl
                          :leave non-nil)
		                 (pop :server "pop.gmail.com"
			                    :user "wyousef@aucegypt.edu"
			                    :port 995
			                    :stream ssl
                          :leave non-nil)
		                 (pop :server "pop.gmail.com"
			                    :user "wyousef@gwmail.gwu.edu"
			                    :port 995
			                    :stream ssl
                          :leave non-nil)
		                 (imap :server "mail.uvic.ca"
		       	               :user "wyousef@uvic.ca"
		       	               :port 993
                           :predicate "1:*"
		      	               :stream ssl
                           :mailbox ("inbox" "sent items")
                           :fetchflag "\\Seen"
			                     )
```

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> On 12/09/22 11:41 AM, Andreas Schwab wrote:
>> By default, Gnus only fetches UNSEEN (and UNDELETED) mails, so make sure
>> the sending MUA does not mark the sent mail as SEEN.
>
> Thanks, Andreas, I was hoping it might be something like this.
>
> Waleed, can you see what marks are set on the sent mail? SEEN is
> distinct from READ. You can also change the config for your imap mail
> source, adding
>
> :predicate "1:*"
>
> see the "Mail Source Specifiers" section of the manual. That only
> applies to imap mail sources, though.





  reply	other threads:[~2022-12-09 16:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 23:51 bug#59587: 28.2; gnus does not retrieve emails sent from another device Waleed Yousef
2022-11-26 22:49 ` Eric Abrahamsen
2022-11-30 23:47   ` Waleed Yousef
2022-12-01 16:00     ` Eric Abrahamsen
2022-12-01 17:16       ` Waleed Yousef
2022-12-06  4:10         ` Waleed Yousef
2022-12-07  0:10           ` Eric Abrahamsen
2022-12-07  0:17             ` Waleed Yousef
2022-12-07  0:38               ` Eric Abrahamsen
2022-12-09  2:34                 ` Waleed Yousef
2022-12-09 10:41               ` Andreas Schwab
2022-12-09 15:37                 ` Waleed Yousef
2022-12-09 15:42                 ` Eric Abrahamsen
2022-12-09 16:09                   ` Waleed Yousef [this message]
2022-12-09 16:28                     ` Waleed Yousef
2022-12-09 16:46                       ` Eric Abrahamsen
2022-12-09 16:49                       ` Andreas Schwab
2022-12-09 17:37                         ` Waleed Yousef
2022-12-09 17:54                           ` Andreas Schwab
2022-12-09 18:02                             ` Waleed Yousef
2022-12-09 18:14                               ` Andreas Schwab
2022-12-09 18:17                                 ` Waleed Yousef
2022-12-09 18:33                                   ` Andreas Schwab
2022-12-09 19:12                                     ` Waleed Yousef
2022-12-09 19:33                                       ` Andreas Schwab
2022-12-09 19:39                                         ` Waleed Yousef
2022-12-11 18:32                                       ` Eric Abrahamsen
2022-12-17  1:03                                         ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-18 17:05                                           ` Waleed Yousef
2022-12-11 19:31 ` Waleed Yousef
2024-03-05 16:23 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-01 21:08 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

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

  git send-email \
    --in-reply-to=874ju41rv4.fsf@fcih.net \
    --to=wyousef@fcih.net \
    --cc=59587@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    --cc=schwab@linux-m68k.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.
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.