bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59587: 28.2; gnus does not retrieve emails sent from another device


From: Waleed Yousef
Subject: bug#59587: 28.2; gnus does not retrieve emails sent from another device
Date: Sun, 11 Dec 2022 11:31:00 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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")
>        )





reply via email to

[Prev in Thread] Current Thread [Next in Thread]