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: Sun, 11 Dec 2022 11:31:00 -0800	[thread overview]
Message-ID: <877cyxybyj.fsf@fcih.net> (raw)
In-Reply-To: <87edtq7fui.fsf@node-1w7jr9strgjopauae3d8vyr5z.ipv6.telus.net>


Yes, I am using. But why this is related to the problem of not fetching
the sent emails? This is my full gnus.el:

```
(setq mail-sources `(
		                 (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
		      	               :stream ssl
                           :mailbox ("inbox" "sent items")
                           :predicate "UPDRAFT"
                           :fetchflag "\\Draft"
			                     )
		                 )
      )

(setq
 gnus-select-method '(nntp "news.gnus.org");; for news groups (between quotes, add the newsgroup server)
 gnus-secondary-select-methods '((nnml ""))
 )

(setq
 user-mail-address "wyousef@fcih.net"
 user-full-name "Waleed Yousef"
 smtpmail-smtp-server	"smtp.gmail.com"
 smtpmail-smtp-service '587
 send-mail-function		'smtpmail-send-it
 message-send-mail-function	'smtpmail-send-it
 gnus-posting-styles '(
                       (".*" (Bcc "Waleed Yousef <wyousef@fcih.net>"))
			                 ((header "to" "wyousef@aucegypt.edu")
                        (From "Waleed Yousef <wyousef@aucegypt.edu>")
			                  ("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef@aucegypt.edu")
                        ("Bcc" "Waleed Yousef <wyousef@aucegypt.edu>"))
			                 ((header "to" "wyousef@gwumail.gwu.edu")
                        (From "Waleed Yousef <wyousef@gwmail.gwu.edu>")
			                  ("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef@gwmail.gwu.edu"))
			                 ((header "to" "wyousef@uvic.ca")
                        (From "Waleed Yousef <wyousef@uvic.ca>")
			                  ("X-Message-SMTP-Method" "smtp smtp.uvic.ca 587 wyousef@uvic.ca")
                        ("Bcc" "Waleed Yousef <wyousef@uvic.ca"))
			                 ((header "To" "info@mesclabs.com")
                        (From "MESC Labs. <info@mesclabs.com>")
			                  ("X-Message-SMTP-Method" "smtp mesclabs.com 465 info@mesclabs.com"))
                       )
 )

(setq
 nnmail-message-id-cache-length 100000
 nnmail-treat-duplicates 'warn
 nnmail-cache-accepted-message-ids t
 nnmail-split-fancy '(|
                      (: nnmail-split-fancy-with-parent)
                      (from "\\(.*@github\\.com\\)" "ADS")
                      "mail.misc"
                      )
 gnus-message-archive-group '(
                              (if (not (string-empty-p gnus-newsgroup-name))
                                  (list gnus-newsgroup-name "nnml:MySent")
                                (list "nnml:MySent")
                                ))
 gnus-gcc-mark-as-read t
 )

(setq
 gnus-search-default-engines '((nnml . gnus-search-namazu))
 gnus-search-namazu-index-directory "/home/wyousef/.namazu-mail"
 gnus-search-use-parsed-queries t
 gnus-search-namazu-remove-prefix "/home/wyousef/Mail/"
 )
```


Eric Abrahamsen <eric@ericabrahamsen.net> writes:


> On 12/09/22 11:12 AM, Waleed Yousef wrote:
>> Ok; thanks so much. I think it works now for the imap except that when I
>> send from Gnus I cannot find the sent mail on the webmail Sent box!!! So
>> the snycing is one-way only.
>
> Are you using Gcc headers? My posting styles look like, eg:
>
> 	("gmane"
> 	 (address "eric@ericabrahamsen.net")
> 	 (gcc "nnimap+Personal:Sent")
> 	 )





  parent reply	other threads:[~2022-12-11 19:31 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
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 [this message]
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=877cyxybyj.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.