Re: [Evolution] Light or Dark Text in Evolution Calendar Events

2019-01-02 Thread Milan Crha via evolution-list
On Sun, 2018-12-16 at 08:18 -0500, AtomicCanine via evolution-list
wrote:
> Is there some way to set the text color?  Or, what is the algorithm
> which is used to decide the text color?

Hi,
I know of the "Event Text Colors - Duh" "thread" [1], but I'd respond
here: there had been done some changes about this very recently, as
part of:
https://gitlab.gnome.org/GNOME/evolution/issues/136
Looking into the actual commit link there you can also see what
algorithm is used.
Bye,
Milan

[1] https://mail.gnome.org/archives/evolution-list/2018-December/msg00027.html



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] SNI for "other" DEs

2019-01-02 Thread Milan Crha via evolution-list
On Mon, 2018-12-17 at 21:10 +0100, waterbeare...@gmx.com wrote:
> Yes, it is the appointment reminder I am looking for. It makes sense
> that it appears in KDE as it started the appindicator standard.

Hi,
since 3.30.0 the evolution-alarm-notify moved from evolution to
evolution-data-server and several changes had been made int he way it
shows the notifications. While in evolution, a libnotify had been used
directly, but since the move to evolution-data-server a GNotification
structure, provided by glib, is used. I'd probably verify whether
evolution-alarm-notify is running at all. Then you might check whether
the added actions are any trouble in your desktop environment, because
of [1].

With respect of new mail notification, the one provided by evolution
can be configured in Edit->Plugins->Mail Notification->Configuration.
Bye,
Milan

[1] 
https://mail.gnome.org/archives/evolution-hackers/2018-December/msg3.html
https://mail.gnome.org/archives/evolution-hackers/2019-January/msg0.html

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Whats the timeout setting on DNS resolution ?

2019-01-02 Thread Milan Crha via evolution-list
On Mon, 2018-12-17 at 21:38 +, Richard Bown wrote:
> On Mon, 2018-12-17 at 21:16 +, Richard Bown wrote:
> > I wonder if that's the problem that evo's lookup is timing out
> > before the server address is resolved.

Hi,
IMAP connections (and most of the other) use 90 seconds timeout. I'm
not sure of the DNS resolutions, those are done out of evolution(-data-
server) hands. Maybe they count to that timeout or not, hard to tell.

> ...after about 4 minutes I got the Cert info asking...

I'd guess it should also timeout after 90 seconds. I'm not sure what
evolution-data-server version you have, neither when the last change in
this part of the code had been done, thus your version doesn't matter
that much (because there are too many other variables in there).
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Address Book errors

2019-01-02 Thread Milan Crha via evolution-list
On Wed, 2018-12-19 at 17:05 -0800, Douglas Summers wrote:
> Any ideas what could be wrong? I haven't added any new contacts in a
> while.

Hi,
those notifications are used to "Listen for server change
notifications" (it's an option in Mail account properties). I do not
know what could cause this. Just a guess, did this start to show
shortly after the calendar factory had been started, or after some time
(can be hours or even days)? If it's showing repeatedly, then there's
some kind of error recovery issue on the evo-ews side, as it should just 
quietly give up, rather than flood the server and the local log with errors.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Weird error message

2019-01-02 Thread Milan Crha via evolution-list
On Fri, 2018-12-21 at 18:30 +0100, Tibor Attila Anca via evolution-list 
wrote:
> Error by executing the process (original is German). Message with ID
>  could not be retrieved. Message not available.

Hi,
it looks like an error message generated by an Outgoing message filter
to me. I'd verify what you've setup in Edit->Message Filter, and change
the filter type from Incoming to Outgoing. If there's nothing, or
nothing suspicious there, then it's something completely different and
I'm sorry for the noise.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Include OpenPGP headers in outgoing mails

2019-01-02 Thread Milan Crha via evolution-list
On Fri, 2018-12-21 at 15:25 +, Ju Nique via evolution-list wrote:
> Do you have a suggestion?

Hi,
there are (semi?) related bugs filled:
https://bugzilla.gnome.org/show_bug.cgi?id=792045
https://gitlab.gnome.org/GNOME/evolution-data-server/issues/39
Patches are welcome.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Accessing Exchange (ews) through a proxy (ssh/socks5)

2019-01-02 Thread Milan Crha via evolution-list
On Thu, 2018-12-27 at 16:03 -0600, Michael Parson wrote:
> Different settings have given me different errors, sometimes it can't
> look up the hostname of the the mailserver, but most of the time I
> get 'Could not connect: Socket I/O timed out'

Hi,
as far as I can tell, the evolution-ews does use proxy settings from
Edit->Preferences->Network Preferences (you can create a specific proxy
settings for the EWS account in the Advances proxy settings). The
problem might be with the DNS resolution, which is filled for glib at:
https://gitlab.gnome.org/GNOME/glib/issues/1320

I'm not sure, but maybe a fake record in /etc/hosts would help.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Include OpenPGP headers in outgoing mails

2019-01-02 Thread Milan Crha via evolution-list
On Wed, 2019-01-02 at 14:10 +0100, Milan Crha via evolution-list wrote:
> there are (semi?) related bugs filled:
> https://bugzilla.gnome.org/show_bug.cgi?id=792045
> https://gitlab.gnome.org/GNOME/evolution-data-server/issues/39
> Patches are welcome.

...and also this one:
https://gitlab.gnome.org/GNOME/evolution/issues/88

Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Create link to a specific mail in Evolution

2019-01-02 Thread Milan Crha via evolution-list
On Sun, 2018-12-23 at 23:29 +, Patrick O'Callaghan wrote:
> > I suppose the “universal” way to link to messages is using a mid:
> > URL
> > that refers to the Message-ID in a message's header.
> > See: https://tools.ietf.org/html/rfc2392
> 
> The Message-ID is mainly useful in debugging because it can be used
> to trace the flow of a message across mail servers. Although the
> definition describes it as a universal message *locator*, it's really
> more like a URI than a URL.

Hi,
as far as I know, for example Google server uses Message-ID as an
overall unique message identifier. Once you've stored one message of
that Message-ID, it doesn't store another one with it. It has some
consequences with sent messages and mailing lists, but that's another
story.

> To make it work as a link there would need to be a standard way to
> follow it to the message itself, which would ideally work on IMAP,
> POP, Exchange etc., but that doesn't exist at present.

While I agree with you that there is no standard for the servers, the
client might be able to follow RFC 2392. Evolution has a feature
request filled:
https://bugzilla.gnome.org/show_bug.cgi?id=788192
and it can use the local cache for the lookup of the message (this
local cache is used for the message list in the GUI). The Message-ID
header content is indexed as its MD5 checksum (similar to In-Reply-To
and References headers content).
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] How do I stop evolution from duplicating sent items?

2019-01-02 Thread Milan Crha via evolution-list
On Tue, 2019-01-01 at 14:15 +, Pete Biggs wrote:
> Evolution will always store the sent mail somewhere - this is a
> GOOD thing.

Hi,
I agree with the 'GOOD' thing, or at least I'm one of those whom prefer
to have the history saved. Just for the sake of completeness, since
some version of Evolution users can disable save of sent messages
completely, it's at the same place where the Sent folder is configured
(mail account->Properties->Defaults tab, there's a checkbox in front of
the Sent Messages Folder option).

I think what happened to Russell is that evolution (or camel, to be
precise) detected a server-side folder which is used to store sent
messages and it assigned it there. It's also not that new feature (it
used to be preselected to On This Computer/Sent before the change, even
the server provided the information). This automatic preselection
applies to IMAP and EWS accounts.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Create link to a specific mail in Evolution

2019-01-02 Thread Adam Tauno Williams
On Wed, 2019-01-02 at 14:43 +0100, Milan Crha via evolution-list wrote:
> On Sun, 2018-12-23 at 23:29 +, Patrick O'Callaghan wrote:
> > > I suppose the “universal” way to link to messages is using a mid:
> > > URL
> > > that refers to the Message-ID in a message's header.
> > > See: https://tools.ietf.org/html/rfc2392
> > The Message-ID is mainly useful in debugging because it can be used
> > to trace the flow of a message across mail servers. Although the
> > definition describes it as a universal message *locator*, it's
> > really
> > more like a URI than a URL.
> as far as I know, for example Google server uses Message-ID as an
> overall unique message identifier. Once you've stored one message of
> that Message-ID, it doesn't store another one with it. It has some
> consequences with sent messages and mailing lists, but that's another
> story.

For the record Cyrus also [can] dedup messages via the Message-ID. 
Within the mail-store inbound messages with the same Message-ID are
stored as hard-linked files;  this can dramatically reduce storage &
I/O, particularly if your site has large distribution lists.

This can have some side-effects if you use mail in some very strange
ways [solution, IMO: don't do that].
-- 
Executive Committee Vice-Chair
Michigan Association of Railroad Passengers
537 Shirley St NE Grand Rapids, MI 49503-1754 Phone: 616.581.8010
E-mail: awill...@whitemice.org GPG#D95ED383 

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Dr. John H. Lauterbach
RE: 3.30.1-1build1   OS: Ubuntu 18.10

Within the past hour, I sent out an e-mail using one of the IMAPX accounts on my
PC.  I went to find the sent mail in the Sent folder for the e-mail account I
used and the sent message was not there.  I then logged on the webmail for the
account, and it was not there either.  I could not find the e-mail in any other
mail account on my PC.  I used my PC to send a test e-mail to two other e-mail
accounts I can use.  The test message went to the correct Sent folder on my PC
and on the webmail account.

What do I need to do to find the text of the missing e-mail?

Thank you in advance.

JOhn


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Pete Biggs
On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> RE: 3.30.1-1build1  OS: Ubuntu 18.10
> 
> Within the past hour, I sent out an e-mail using one of the IMAPX
> accounts on my PC. I went to find the sent mail in the Sent folder
> for the e-mail account I used and the sent message was not there. I
> then logged on the webmail for the account, and it was not there
> either. I could not find the e-mail in any other mail account on my
> PC. I used my PC to send a test e-mail to two other e-mail accounts I
> can use. The test message went to the correct Sent folder on my PC
> and on the webmail account.
> 
> What do I need to do to find the text of the missing e-mail?
> 
Was the mail actually sent?  (i.e. did the recipient get it?)

If not, is it still in your Outbox (under "On This Computer")?

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > Within the past hour, I sent out an e-mail using one of the IMAPXaccounts on
> > my PC. I went to find the sent mail in the Sent folderfor the e-mail account
> > I used and the sent message was not there. Ithen logged on the webmail for
> > the account, and it was not thereeither. I could not find the e-mail in any
> > other mail account on myPC. I used my PC to send a test e-mail to two other
> > e-mail accounts Ican use. The test message went to the correct Sent folder
> > on my PCand on the webmail account.
> > What do I need to do to find the text of the missing e-mail?
> Was the mail actually sent?  (i.e. did the recipient get it?)
> If not, is it still in your Outbox (under "On This Computer")?
> P.Thank you.  I have checked the general outbox, sent, and drafts
> folders.  Message was not in those folders.  
> ___evolution-list mailing 
> listevolution-l...@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Accessing Exchange (ews) through a proxy (ssh/socks5)

2019-01-02 Thread Michael Parson

On Wed, 2 Jan 2019, Milan Crha via evolution-list wrote:

On Thu, 2018-12-27 at 16:03 -0600, Michael Parson wrote:

Different settings have given me different errors, sometimes it can't
look up the hostname of the the mailserver, but most of the time I
get 'Could not connect: Socket I/O timed out'


Hi,
as far as I can tell, the evolution-ews does use proxy settings from
Edit->Preferences->Network Preferences (you can create a specific proxy
settings for the EWS account in the Advances proxy settings).


I'm not seeing Evolution attempt to pull a proxy.pac off the local
webserver, either having the proxy set in Evolution itself or having it
defer to desktop settings.  Chrome is pulling/using the proxy.pac.

Even if I hard-code the SOCKS5 proxy to use localhost:1080, have an
entry in /etc/hosts, I get timeouts.

While Evolution is claiming to attempt to connect to the mail server,
I don't see any connections from Evolution to localhost:1080 in 'sudo
netstat -pnt' output.  I do see Chrome in that output though.

Ran it from the command line, just to see if I would get any
new/additional debug output, it eventually spit out:

(evolution:4881): e-mail-engine-WARNING **: 10:43:17.004: 
mail_folder_cache_note_store_thread: Failed to run initial setup for 
'myem...@ad.dr.es': Could not connect: Socket I/O timed out


The problem might be with the DNS resolution, which is filled for glib
at: https://gitlab.gnome.org/GNOME/glib/issues/1320

I'm not sure, but maybe a fake record in /etc/hosts would help.  Bye,
Milan


Tried that, no change in behavior.

--
Michael Parson
Pflugerville, TX
KF5LGQ
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Andre Klapper
On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > 
> > > Within the past hour, I sent out an e-mail using one of the IMAPX
> > > accounts on my PC. I went to find the sent mail in the Sent folder
> > > for the e-mail account I used and the sent message was not there. I
> > > then logged on the webmail for the account, and it was not there
> > > either. I could not find the e-mail in any other mail account on my
> > > PC. I used my PC to send a test e-mail to two other e-mail accounts I
> > > can use. The test message went to the correct Sent folder on my PC
> > > and on the webmail account.
> > > 
> > > What do I need to do to find the text of the missing e-mail?
> > > 
> > 
> > Was the mail actually sent?  (i.e. did the recipient get it?)
> > 
> > If not, is it still in your Outbox (under "On This Computer")?
> > 
> > P.
> > Thank you.  I have checked the general outbox, sent, and drafts
> > folders.  Message was not in those folders.  

John: Your threading level is broken in the last two lines. ^

If you do not have filters for outgoing email defined [1], then maybe
that message got lost and there is a bug somewhere. 
If you can identify reproducible steps and this happens more often to
you, a bug report would be welcome.

andre

[1] https://help.gnome.org/users/evolution/stable/mail-filters.html
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Weird error message

2019-01-02 Thread Andre Klapper
On Wed, 2019-01-02 at 14:06 +0100, Milan Crha via evolution-list wrote:
> On Fri, 2018-12-21 at 18:30 +0100, Tibor Attila Anca wrote:
> > Error by executing the process (original is German). Message with ID
> >  could not be retrieved. Message not available.
> 
>   Hi,
> it looks like an error message generated by an Outgoing message filter
> to me. I'd verify what you've setup in Edit->Message Filter, and change
> the filter type from Incoming to Outgoing. If there's nothing, or
> nothing suspicious there, then it's something completely different and
> I'm sorry for the noise.

I have zero outgoing mail filters and I see this problem in 3.30.3.

andre
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > Within the past hour, I sent out an e-mail using one of the
> > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > folderfor the e-mail account I used and the sent message was not there.
> > > > Ithen logged on the webmail for the account, and it was not thereeither.
> > > > I could not find the e-mail in any other mail account on myPC. I used my
> > > > PC to send a test e-mail to two other e-mail accounts Ican use. The test
> > > > message went to the correct Sent folder on my PCand on the webmail
> > > > account.
> > > > What do I need to do to find the text of the missing e-mail?
> > > 
> > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > If not, is it still in your Outbox (under "On This Computer")?
> > > P.Thank you.  I have checked the general outbox, sent, and
> > > draftsfolders.  Message was not in those folders.  
> 
> John: Your threading level is broken in the last two lines. ^
> If you do not have filters for outgoing email defined [1], then maybethat
> message got lost and there is a bug somewhere. If you can identify
> reproducible steps and this happens more often toyou, a bug report would be
> welcome.
> andre
> [1] 
> https://help.gnome.org/users/evolution/stable/mail-filters.html 
> id="-x-evo-selection-start-marker">
> The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I forwarded
> the message using my IMAPX account with ARVIXE.  I am going to try the same
> procedure and see what happens.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Weird error message

2019-01-02 Thread Tibor Attila Anca via evolution-list
Hi,
Am Mittwoch, den 02.01.2019, 14:06 +0100 schrieb Milan Crha via
evolution-list:
> On Fri, 2018-12-21 at 18:30 +0100, Tibor Attila Anca via evolution-
> list 
> wrote:
> > Error by executing the process (original is German). Message with ID
> >  could not be retrieved. Message not available.
> 
>   Hi,
> it looks like an error message generated by an Outgoing message filter
> to me.
> 
I have no filters at all, everything running on IMAPX.
-- 

Tibor Anca

I use OpenSource!


signature.asc
Description: This is a digitally signed message part
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Mail sent from IMAPX account disappeared after message sent FOLLOW UP

2019-01-02 Thread Dr. John H. Lauterbach
1.  I was able to reproduce the problem.

2. I saved the e-mail five times while I was preparing it.  I saved the e-mail
again just before I clicked Send.

3. One of the recipients returned read

4. I found the drafts in the Trash folder of the IMAPX account that received the
e-mail I forwarded, they were akso in the Trash of the webmail.

5. There is nothing in any sent e-mail  folder or any other e-mail folder on my
PC

6. When other e-mail have been sent from that account with the problem, they
have been transmitted correctly

Is this an Evolution problem or is it problem the ARVIXE e-mail server?

John
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent FOLLOW UP

2019-01-02 Thread Andre Klapper
On Wed, 2019-01-02 at 16:25 -0500, Dr. John H. Lauterbach wrote:
> 1. I was able to reproduce the problem.
> 
> 2. I saved the e-mail five times while I was preparing it. I saved
> the e-mail again just before I clicked Send.
> 
> 3. One of the recipients returned read
> 
> 4. I found the drafts in the Trash folder of the IMAPX account that
> received the e-mail I forwarded, they were akso in the Trash of the
> webmail.
> 
> 5. There is nothing in any sent e-mail folder or any other e-mail
> folder on my PC
> 
> 6. When other e-mail have been sent from that account with the
> problem, they have been transmitted correctly
> 
> Is this an Evolution problem or is it problem the ARVIXE e-mail
> server?

Assuming there are no outgoing mail filters, what is set as your
default Sent folder for IMAP?
https://help.gnome.org/users/evolution/stable/mail-default-folder-locations.html

andre
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Patrick O'Callaghan
On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > > Within the past hour, I sent out an e-mail using one of the
> > > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > > folderfor the e-mail account I used and the sent message was not 
> > > > > there.
> > > > > Ithen logged on the webmail for the account, and it was not 
> > > > > thereeither.
> > > > > I could not find the e-mail in any other mail account on myPC. I used 
> > > > > my
> > > > > PC to send a test e-mail to two other e-mail accounts Ican use. The 
> > > > > test
> > > > > message went to the correct Sent folder on my PCand on the webmail
> > > > > account.
> > > > > What do I need to do to find the text of the missing e-mail?
> > > > 
> > > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > > If not, is it still in your Outbox (under "On This Computer")?
> > > > P.Thank you.  I have checked the general outbox, sent, and
> > > > draftsfolders.  Message was not in those folders.  
> > 
> > John: Your threading level is broken in the last two lines. ^
> > If you do not have filters for outgoing email defined [1], then maybethat
> > message got lost and there is a bug somewhere. If you can identify
> > reproducible steps and this happens more often toyou, a bug report would be
> > welcome.
> > andre
> > [1] 
> > https://help.gnome.org/users/evolution/stable/mail-filters.html 
> > id="-x-evo-selection-start-marker">
> > The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I forwarded
> > the message using my IMAPX account with ARVIXE.  I am going to try the same
> > procedure and see what happens.

As Andre said, something is broken in your reply quoting. Please try to
fix this as it makes following the thread more difficult than
necessary.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Mail sent from IMAPX account disappeared after message sent

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 23:15 +, Patrick O'Callaghan wrote:
> On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> > On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10Within the past hour, I sent out
> > > > > > an e-mail using one of theIMAPXaccounts on my PC. I went to find the
> > > > > > sent mail in the Sentfolderfor the e-mail account I used and the
> > > > > > sent message was not there.Ithen logged on the webmail for the
> > > > > > account, and it was not thereeither.I could not find the e-mail in
> > > > > > any other mail account on myPC. I used myPC to send a test e-mail to
> > > > > > two other e-mail accounts Ican use. The testmessage went to the
> > > > > > correct Sent folder on my PCand on the webmailaccount.What do I need
> > > > > > to do to find the text of the missing e-mail?
> > > > > 
> > > > > Was the mail actually sent?  (i.e. did the recipient get it?)If not,
> > > > > is it still in your Outbox (under "On This Computer")?P.Thank you.  I
> > > > > have checked the general outbox, sent, anddraftsfolders.  Message was
> > > > > not in those folders.  
> > > 
> > > John: Your threading level is broken in the last two lines. ^If you do not
> > > have filters for outgoing email defined [1], then maybethatmessage got
> > > lost and there is a bug somewhere. If you can identifyreproducible steps
> > > and this happens more often toyou, a bug report would bewelcome.andre[1] 
> > > https://help.gnome.org/users/evolution/stable/mail-filters.html id="-x-
> > > evo-selection-start-marker">The original e-mail came in on 26/12 to the
> > > IMAPX with GoDaddy.  I forwardedthe message using my IMAPX account with
> > > ARVIXE.  I am going to try the sameprocedure and see what happens.
> 
> As Andre said, something is broken in your reply quoting. Please try tofix
> this as it makes following the thread more difficult thannecessary.
> poc
> ___evolution-list mailing 
> listevolution-l...@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
> Please let me know correct choice for "Reply style" and Forward Style"
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list