GNU bug report logs -
#59587
28.2; gnus does not retrieve emails sent from another device
Previous Next
Reported by: Waleed Yousef <wyousef <at> fcih.net>
Date: Fri, 25 Nov 2022 23:52:01 UTC
Severity: normal
Found in version 28.2
Done: Jakub Ječmínek <kuba <at> kubajecminek.cz>
Bug is archived. No further changes may be made.
Full log
Message #86 received at 59587 <at> debbugs.gnu.org (full text, mbox):
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 <at> fcih.net"
:port 995
:stream ssl
:leave non-nil)
(pop :server "pop.gmail.com"
:user "wyousef <at> aucegypt.edu"
:port 995
:stream ssl
:leave non-nil)
(pop :server "pop.gmail.com"
:user "wyousef <at> gwmail.gwu.edu"
:port 995
:stream ssl
:leave non-nil)
(imap :server "mail.uvic.ca"
:user "wyousef <at> 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 <at> 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 <at> fcih.net>"))
((header "to" "wyousef <at> aucegypt.edu")
(From "Waleed Yousef <wyousef <at> aucegypt.edu>")
("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef <at> aucegypt.edu")
("Bcc" "Waleed Yousef <wyousef <at> aucegypt.edu>"))
((header "to" "wyousef <at> gwumail.gwu.edu")
(From "Waleed Yousef <wyousef <at> gwmail.gwu.edu>")
("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef <at> gwmail.gwu.edu"))
((header "to" "wyousef <at> uvic.ca")
(From "Waleed Yousef <wyousef <at> uvic.ca>")
("X-Message-SMTP-Method" "smtp smtp.uvic.ca 587 wyousef <at> uvic.ca")
("Bcc" "Waleed Yousef <wyousef <at> uvic.ca"))
((header "To" "info <at> mesclabs.com")
(From "MESC Labs. <info <at> mesclabs.com>")
("X-Message-SMTP-Method" "smtp mesclabs.com 465 info <at> 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 <at> 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 <at> ericabrahamsen.net")
> (gcc "nnimap+Personal:Sent")
> )
This bug report was last modified 1 year and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.