[Evolution] Subject: forward email by filter rule failed

2020-01-30 Thread @web.de
Dear Milan,

I cound not install the last stable version 3.34.x, because some
dependencies are not fulfilled in my linux distribution (Linux Mint
Mate 19.3).

I made your suggested setting and another via dconf editor:

org.gnome.evolution.mail flush-outbox true
org.gnome.evolution.mail composer-delay-outbox-flush 0

However, the message has not been sent. After restarting evolution I've
got the following error (which is the same I get by right-click the
Outbox folder and pick Flush Outbox from the context menu):

[Original German Version]:
Fehler bei >>Nachricht wird verschickt<<
MAIL FROM-Befehl gescheitert: incorrect authentication data.

[English Version, translated by myself]:
error while >>sending message<<
MAIL FROM-command failed: incorrect authentication data.

This is strange, because if i reopen the massage and click 'sent'
everything is ok, which mean that the message has bee sent without
asking for a password and moved to the sent folder of the related
account.



___
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] LDAP

2020-01-30 Thread Milan Crha via evolution-list
On Wed, 2020-01-29 at 19:45 +0100, Ronald Tidwell @CA wrote:
> [root@spearsmanufacturing Downloads]# LDAP_DEBUG=1
> /usr/libexec/evolution-addressbook-factory -w
> The connection is closed

Hi,
do not run it as root, that process is run by the user, in the user
session. Check:

  $ ps ax | grep evolution

again, run that as a regular user, the one whom logged into the GUI, to
see which other/all processes are involved.
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] Subject: forward email by filter rule failed

2020-01-30 Thread Milan Crha via evolution-list
On Thu, 2020-01-30 at 09:28 +0100, @web.de wrote:
> Dear Milan,

Hi,
it seems you created a new message, instead of replying to the
original, ideally with Ctrl+L (Reply to List) or some such way,
involving the list address, not my personal address. This broke context
and threading, apart of other things.

> I cound not install the last stable version 3.34.x, because some
> dependencies are not fulfilled in my linux distribution (Linux Mint
> Mate 19.3).

Right, it's tricky to do it on older distributions. Maybe pick a
distribution, which provides latest stable version? Not always doable,
I know. Another option is to ask the distribution maintainer(s) of the
package(s) (evolution-data-server in this case), to find the upstream
fix and backport it.

>   [English Version, translated by myself]:
>   error while >>sending message<<
>   MAIL FROM-command failed: incorrect authentication data.

I'm afraid I cannot do much, as long as it works properly on latest
stable version (limited manpower, I'm sorry). Maybe verify what
accounts you've configured (Edit->Preferences->Mail Accounts) and if
there are any disabled, misconfigured (the same email address, but
different SMTP settings) or such. It can be that when you open the
message in a composer it corrects the email address to the enabled
account.

You can also run evolution as this:

   $ CAMEL_DEBUG=smtp evolution

to see what server is used and what FROM address is passed to it. I
hope your version shows it too.

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] Subject: forward email by filter rule failed

2020-01-30 Thread @web.de
Am Donnerstag, den 30.01.2020, 09:48 +0100 schrieb Milan Crha via
evolution-list:
> On Thu, 2020-01-30 at 09:28 +0100, @web.de wrote:
> > Dear Milan,
>
>   Hi,
> it seems you created a new message, instead of replying to the
> original, ideally with Ctrl+L (Reply to List) or some such way,
> involving the list address, not my personal address. This broke
> context
> and threading, apart of other things.

Sorry for that, as I created my first request, I was not member of the
lists. Thus I did not get your response into my mailbox. Instead I read
on internet. I tried to force my second request into the right topic by
setting the subject to "[Evolution] Subject:  forward email by filter
rule failed", but it seems to be that "Re: [Evolution]
Subject:  forward email by filter rule failed" would have been the
right one. Now I am a member and this should not happen again.

>
> > I cound not install the last stable version 3.34.x, because some
> > dependencies are not fulfilled in my linux distribution (Linux Mint
> > Mate 19.3).
>
> Right, it's tricky to do it on older distributions. Maybe pick a
> distribution, which provides latest stable version? Not always
> doable,
> I know. Another option is to ask the distribution maintainer(s) of
> the
> package(s) (evolution-data-server in this case), to find the upstream
> fix and backport it.
>
> > [English Version, translated by myself]:
> > error while >>sending message<<
> > MAIL FROM-command failed: incorrect authentication data.
>
> I'm afraid I cannot do much, as long as it works properly on latest
> stable version (limited manpower, I'm sorry). Maybe verify what
> accounts you've configured (Edit->Preferences->Mail Accounts) and if
> there are any disabled, misconfigured (the same email address, but
> different SMTP settings) or such. It can be that when you open the
> message in a composer it corrects the email address to the enabled
> account.
>
> You can also run evolution as this:
>
>$ CAMEL_DEBUG=smtp evolution
>
> to see what server is used and what FROM address is passed to it. I
> hope your version shows it too.

It does. I 'll try this out.

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


___
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] Subject: forward email by filter rule failed

2020-01-30 Thread Milan Crha via evolution-list
Hi,
a little off-topic below.

On Thu, 2020-01-30 at 10:41 +0100, @web.de wrote:
> Sorry for that, as I created my first request, I was not member of
> the lists. Thus I did not get your response into my mailbox. Instead
> I read on internet.

Ah, I see. No problem then. I default to reply to list with list
messages, unless asked otherwise.

> I tried to force my second request into the right topic by setting
> the subject ...

Threading doesn't work on Subject (or, better said, it's only a
fallback, which can be turned off by a user), it works on certain
headers in the message (specifically In-Reply-To and References
headers), which are set/inherited when replying to the message. As you
did not have the message it could not set/inherit them properly.

>  Now I am a member and this should not happen again.

Correct, this one is properly threaded.

Thanks and 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


[Evolution] Query about editing quoted text in Plain Text mode

2020-01-30 Thread Milan Crha via evolution-list
Hello,
for the background: WebKitGTK+ deprecated C DOM API few releases back,
thus I'm slowly changing the code to use JavaScript Core API instead.
The preview panel is done for the upcoming 3.36.0 and I'm slowly
fighting with the editor part. There will be some functionality dropped
and some (I hope good) added. I'd like to depend on WebKitGTK+'s
functionality as much as possible, which has its pros and cons.

My current query is:

Is editing of quoted text in the Plain Text mode used?
What do you expect from it?

Tomas Popela (continued the work started by Dan Vratil) did a great job
in preserving the behavior as close as possible to what users were used
to from times of GtkHTML, where editing text in quotation kept the
quote character ('>') at the beginning of the line when the paragraph
text had been changing. That's fairly complex code to maintain, thus
I'm thinking of dropping it, instead of rewriting it in JavaScript.
Without it the quote characters would be there, but they will be like
any other text, possible to edit/remove and so on. They would be
switched to 'blockquote' when changing format to HTML and back to quote
character on change to Plain Text mode.

I checked some other GUI editors what they do with quoted text in the
Plain Text mode and this is what I found:

 * Thunderbird (68.4.1) - does nothing when editing it, only
   re-wrapping function can fix/add quote character;
 * SeaMonkey (2.49.5) - works pretty much the same as Thunderbird;
 * KMail (5.11.3) - does nothing when editing; has in Edit menu
   "Add/Remove Quote Character";
 * Claws Mail (3.17.4) - keeps quoted text quoted while typing new text
   (when long lines are wrapped), but not when deleting quoted text.

That is, none of the above work any similarly as the current Evolution
in this regard.

I do edit quoted text myself, mostly to correct wrapping and to split
the quoted text into parts, under which I write my comments. While I'm
used to manually wrap the text (using Delete/Backspace and Enter keys),
it doesn't scale for long text. Having the Format->Wrap Lines extended
to preserve quote character appropriately on re-wrap, I'd probably get
use to it sooner or later. I sometimes create my own quoted part just
by adding the quote character at the beginning of the line.

I guess dropping "quote paragraph lines while typing in Plain Text
mode" functionality would not cause any significant harm long term
(habit factor considered), especially when its drop would simplify the
code and other functions a lot (including undo/redo), but I thought
I'll ask for an opinion here too.

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] Query about editing quoted text in Plain Text mode

2020-01-30 Thread Michael Hirmke
Hi Milan,

>   Hello,
>for the background: WebKitGTK+ deprecated C DOM API few releases back,
>thus I'm slowly changing the code to use JavaScript Core API instead.
>The preview panel is done for the upcoming 3.36.0 and I'm slowly
>fighting with the editor part. There will be some functionality dropped
>and some (I hope good) added. I'd like to depend on WebKitGTK+'s
>functionality as much as possible, which has its pros and cons.

>My current query is:

>Is editing of quoted text in the Plain Text mode used?

yes, I use it always, because I only use plain text whenever possible.

>What do you expect from it?

Nothing special - correct line breaks perhaps.

>Tomas Popela (continued the work started by Dan Vratil) did a great job
>in preserving the behavior as close as possible to what users were used
>to from times of GtkHTML, where editing text in quotation kept the
>quote character ('>') at the beginning of the line when the paragraph
>text had been changing. That's fairly complex code to maintain, thus
>I'm thinking of dropping it, instead of rewriting it in JavaScript.

Uh, that would be a real bad loss 8-<

>Without it the quote characters would be there, but they will be like
>any other text, possible to edit/remove and so on. They would be
>switched to 'blockquote' when changing format to HTML and back to quote
>character on change to Plain Text mode.

I could live with it, but it would make things much less comfortable.

>I checked some other GUI editors what they do with quoted text in the
>Plain Text mode and this is what I found:

> * Thunderbird (68.4.1) - does nothing when editing it, only
>   re-wrapping function can fix/add quote character;
> * SeaMonkey (2.49.5) - works pretty much the same as Thunderbird;
> * KMail (5.11.3) - does nothing when editing; has in Edit menu
>   "Add/Remove Quote Character";
> * Claws Mail (3.17.4) - keeps quoted text quoted while typing new text
>   (when long lines are wrapped), but not when deleting quoted text.

You shouldn't use bad examples ;)

>That is, none of the above work any similarly as the current Evolution
>in this regard.

That is one of the big advantages of Evolution.

>I do edit quoted text myself, mostly to correct wrapping and to split
>the quoted text into parts, under which I write my comments. While I'm
>used to manually wrap the text (using Delete/Backspace and Enter keys),
>it doesn't scale for long text. Having the Format->Wrap Lines extended
>to preserve quote character appropriately on re-wrap, I'd probably get
>use to it sooner or later. I sometimes create my own quoted part just
>by adding the quote character at the beginning of the line.

As I said, one can get used to it - but it is a loss!

>I guess dropping "quote paragraph lines while typing in Plain Text
>mode" functionality would not cause any significant harm long term
>(habit factor considered), especially when its drop would simplify the
>code and other functions a lot (including undo/redo), but I thought
>I'll ask for an opinion here too.

>   Bye,
>   Milan

Bye.
Michael.
-- 
Michael Hirmke
___
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] Query about editing quoted text in Plain Text mode

2020-01-30 Thread Pete Biggs


> 
> Is editing of quoted text in the Plain Text mode used?

Yes, but not complex editing.

> What do you expect from it?

I want to wrap long lines and for them to remain quoted when I do so.
(I usually change the paragraph setting from "Preformatted" to "Normal"
to do that.)

Splitting quoted paragraphs (by pressing ) to insert comments
should result in a non-quoted gap and the two halves of the paragraph
remaining quoted.

Basically I don't do much with quoted text other than deleting
irrelevant bits and inserting gaps.  But it's very useful that the
quote indicators don't form part of the text when you are deleting
things - it minimises considerably the risk of removing them when
deleting only the first bit of the line. I must admit I just assumed
that most mail editors also did this - evidently not!

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] LDAP

2020-01-30 Thread Ronald Tidwell @CA
Hi Milan,

I ran the debug here are the results:

[rtidwell@spearsmanufacturing ~]$ 
LDAP_DEBUG=1 /usr/libexec/evolution-addressbook-factory -w
book_backend_ldap_open ...
generating offline cache ...
generating offline cache failed ... ldap handler is NULL or no cache set
simple auth as uid=zimbra,cn=admins,cn=zimbra
e_book_backend_ldap_connect ...
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.4203.666.5.18
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.4203.1.9.1.1
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.21008.108.63.1
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
2.16.840.1.113730.3.4.18
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
2.16.840.1.113730.3.4.2
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.4203.666.5.12
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.4203.666.5.2
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.4.1.4203.1.10.1
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.840.113556.1.4.1340
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.840.113556.1.4.805
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.840.113556.1.4.1413
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.1.22
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.840.113556.1.4.1339
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.840.113556.1.4.319
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.2.826.0.1.3344810.2.3
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.1.13.2
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.1.13.1
e-book-backend-ldap-Message: 05:32:37.111: supported server control: 
1.3.6.1.1.12
e-book-backend-ldap-Message: 05:32:37.111: supported server extension: 
1.3.6.1.4.1.1466.20037
e-book-backend-ldap-Message: 05:32:37.111: server reports LDAP_EXOP_START_TLS
e-book-backend-ldap-Message: 05:32:37.111: supported server extension: 
1.3.6.1.4.1.4203.1.11.1
e-book-backend-ldap-Message: 05:32:37.112: supported server extension: 
1.3.6.1.4.1.4203.1.11.3
e-book-backend-ldap-Message: 05:32:37.112: supported server extension: 
1.3.6.1.1.8
e_book_backend_ldap_connect ... success
e_book_backend_ldap_connect took 0.017 seconds
e_book_backend_ldap_search ...
e_book_backend_ldap_search ...

What does this mean?

generating offline cache failed ... ldap handler is NULL or no cache set
simple auth as uid=zimbra,cn=admins,cn=zimbra
e_book_backend_ldap_connect
Thanks,

Ron

--

Ron Tidwell

Spears Manufacturing Co.

Phone: 818 364-1611 x4274

Email: rtidw...@spearsmfg.net

Email: 
ron.tidw...@spearsmanufacturing.net


[cid:5cdbce68c9653eecc31af0050fe6eee75a6209b6.camel@spearsmfg.net]


Billions of electrons were temporarily bothered but NO trees were hurt sending 
this E-Mail.

-Original Message-
From: Milan Crha via evolution-list 
mailto:milan%20crha%20via%20evolution-list%20%3cevolution-l...@gnome.org%3e>>
Reply-To: Milan Crha 
mailto:milan%20crha%20%3cmc...@redhat.com%3e>>
To: evolution-list@gnome.org
Subject: Re: [Evolution] LDAP
Date: Thu, 30 Jan 2020 09:37:57 +0100


On Wed, 2020-01-29 at 19:45 +0100, Ronald Tidwell @CA wrote:


[root@spearsmanufacturing Downloads]# LDAP_DEBUG=1

/usr/libexec/evolution-addressbook-factory -w

The connection is closed



Hi,

do not run it as root, that process is run by the user, in the user

session. Check:


  $ ps ax | grep evolution


again, run that as a regular user, the one whom logged into the GUI, to

see which other/all processes are involved.

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

___
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] LDAP

2020-01-30 Thread Milan Crha via evolution-list
On Thu, 2020-01-30 at 14:42 +0100, Ronald Tidwell @CA wrote:
> What does this mean?

Hi,
it shows that evolution successfully connected to your server and it
had been able to talk to it.

> generating offline cache failed ... ldap handler is NULL or no cache
> set

It seems to me it tried to generate local cache too early, when not
connected to the server yet. It will retry again on refresh or some
such.

> e_book_backend_ldap_search ... 

If the search works, you can see also the content what the server
returned, aka the found contacts. Does it claim any error? You can also
see the query itself. I would not use the "Any field contains", rather
use "Name contains" or "Email begins with", which are similar (but not
the same) as searching for the contact in the New Mail Message composer
(or search in the composer, if you've the book enable for the
auto-completion).
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] LDAP

2020-01-30 Thread Ronald Tidwell @CA
Hi Milan,

The search finds nothing. the debug log just shows:

e_book_backend_ldap_search ...
e_book_backend_ldap_search ...
e_book_backend_ldap_search ...
e_book_backend_ldap_search ...

The auto complete doesn't find anything from that ldap server. It only find 
contacts from the EWS account that is also part of evolution. I have 3 accounts 
on evolution. 1 EWS account and 2 accounts on zimbra. The zimbra ldap is not 
showing any contacts in evolution, but works in Thunderbird. I do not want to 
use that.

Ron

--

Ron Tidwell

Spears Manufacturing Co.

Phone: 818 364-1611 x4274

Email: rtidw...@spearsmfg.net

Email: 
ron.tidw...@spearsmanufacturing.net


[cid:fcd47bb961b556881292dc03b36d1d11f003924f.camel@spearsmfg.net]


Billions of electrons were temporarily bothered but NO trees were hurt sending 
this E-Mail.

-Original Message-
From: Milan Crha via evolution-list 
mailto:milan%20crha%20via%20evolution-list%20%3cevolution-l...@gnome.org%3e>>
Reply-To: Milan Crha 
mailto:milan%20crha%20%3cmc...@redhat.com%3e>>
To: evolution-list@gnome.org
Subject: Re: [Evolution] LDAP
Date: Thu, 30 Jan 2020 15:01:50 +0100


On Thu, 2020-01-30 at 14:42 +0100, Ronald Tidwell @CA wrote:


What does this mean?



Hi,

it shows that evolution successfully connected to your server and it

had been able to talk to it.



generating offline cache failed ... ldap handler is NULL or no cache

set



It seems to me it tried to generate local cache too early, when not

connected to the server yet. It will retry again on refresh or some

such.



e_book_backend_ldap_search ...



If the search works, you can see also the content what the server

returned, aka the found contacts. Does it claim any error? You can also

see the query itself. I would not use the "Any field contains", rather

use "Name contains" or "Email begins with", which are similar (but not

the same) as searching for the contact in the New Mail Message composer

(or search in the composer, if you've the book enable for the

auto-completion).

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

___
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] Query about editing quoted text in Plain Text mode

2020-01-30 Thread Reid Thompson via evolution-list
On Thu, 2020-01-30 at 14:10 +0100, Milan Crha via evolution-list wrote:
> [EXTERNAL SOURCE]
> 
> Hello,
> for the background: WebKitGTK+ deprecated C DOM API few releases back,
> thus I'm slowly changing the code to use JavaScript Core API instead.
> The preview panel is done for the upcoming 3.36.0 and I'm slowly
> fighting with the editor part. There will be some functionality dropped
> and some (I hope good) added. I'd like to depend on WebKitGTK+'s
> functionality as much as possible, which has its pros and cons.
> 
> My current query is:
> 
> Is editing of quoted text in the Plain Text mode used?

Yes, I utilize plain text as much as possible - but like Pete Biggs,
nothing complex

additionally

I use gvim 100% of the time as my external editor, so I think that I'm
already working in an environment that matches:

> Without it the quote characters would be there, but they will be like
> any other text, possible to edit/remove and so on.

so in my case, I don't think I would notice much change.

thanks,
reid

___
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] clone Exchange mailbox to local mailbox

2020-01-30 Thread Michael Hirmke
Hi,

I'd like to clone my Exchange server mailbox to a local Mailbox to get
rid of Exchange in the long term.
What would be the bet/easiest way to do that?
Can I use the cache in some way?

TIA.

Bye.
Michael.
-- 
Michael Hirmke
___
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] Query about editing quoted text in Plain Text mode

2020-01-30 Thread Andre Klapper
On Thu, 2020-01-30 at 14:10 +0100, Milan Crha via evolution-list wrote:
> My current query is:
>
> Is editing of quoted text in the Plain Text mode used?

Yes, I use that a bit, to only quote relevant parts in my reply.

> What do you expect from it?
>
> Tomas Popela (continued the work started by Dan Vratil) did a great job
> in preserving the behavior as close as possible to what users were used
> to from times of GtkHTML, where editing text in quotation kept the
> quote character ('>') at the beginning of the line when the paragraph
> text had been changing. That's fairly complex code to maintain, thus
> I'm thinking of dropping it, instead of rewriting it in JavaScript.
> Without it the quote characters would be there, but they will be like
> any other text, possible to edit/remove and so on. They would be
> switched to 'blockquote' when changing format to HTML and back to quote
> character on change to Plain Text mode.

Ah. I'd say it's fine to simplify and it even might remove some bugs.
My replies will probably end up with more lines that look like
>>> This is
>>> a quoted sentence which I'd usually edit to take two instead of
>>> three lines
but I think that's acceptable. :)

> I do edit quoted text myself, mostly to correct wrapping and to split
> the quoted text into parts, under which I write my comments.

Same here.

> I sometimes create my own quoted part just
> by adding the quote character at the beginning of the line.

Same here.

Cheers,
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] clone Exchange mailbox to local mailbox

2020-01-30 Thread Milan Crha via evolution-list
On Thu, 2020-01-30 at 15:52 +0100, Michael Hirmke wrote:
> I'd like to clone my Exchange server mailbox to a local Mailbox to
> get rid of Exchange in the long term.
> What would be the bet/easiest way to do that?
> Can I use the cache in some way?

Hi,
the cache can be incomplete, better to use UI functions, from my point
of view.

I just tried it, created an On This Computer/was-ews folder, then I
right-clicked EWS/Inbox folder and picked Copy to Folder..., where I
chose the On This Computer/was-ews folder (in fact, I created the
folder in the Copy To Folder dialog). Then the code downloaded all the 
messages in the Inbox and in its subfolders, thus the structure is
preserved. It can be a pita when you've many top-level folders, but
otherwise it's one of the simplest methods I can think of.
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] LDAP

2020-01-30 Thread Milan Crha via evolution-list
On Thu, 2020-01-30 at 15:24 +0100, Ronald Tidwell @CA wrote:
> e_book_backend_ldap_search ... 
> 
> The auto complete doesn't find anything from that ldap server.

Hi,
try to turn off "Copy book content locally for offline operation" (and
only then stop evolution and restart the address book factory process).

I see it has some influence on the behavior. In this case, if the book
is not offline (which it should not), it prefers to use the local cache
(because it's marked for offline use), even when it's empty/incomplete.
When you've that option off, the log will continue with a new print:

searching server using filter: XXX (expecting max NNN results)

and eventually some more after it. You can also try to delete

   ~/.cache/evolution/addressbook//

to force start from scratch with the local cache. You can delete the 

   ~/.cache/evolution/addressbook/

to force start from scratch for all remote address books you've
configured (like those for evolution-ews). Such deletion requires
restart of the addressbook factory process (because touching private
application files).
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] LDAP

2020-01-30 Thread Ronald Tidwell @CA
Hi Milan,

Hi Milan,

Thank you very much. It is now working. Nor sure which one worked but I deleted 
the .cache files and also unchecked the offline mode and it works.

Again, Thank you for your time on this issue.

Ron

--

Ron Tidwell

Spears Manufacturing Co.

Phone: 818 364-1611 x4274

Email: rtidw...@spearsmfg.net

Email: 
ron.tidw...@spearsmanufacturing.net


[cid:bdf154ef1525e3c56876d1044b1f693eb646c179.camel@spearsmfg.net]


Billions of electrons were temporarily bothered but NO trees were hurt sending 
this E-Mail.

-Original Message-
From: Milan Crha via evolution-list 
mailto:milan%20crha%20via%20evolution-list%20%3cevolution-l...@gnome.org%3e>>
Reply-To: Milan Crha 
mailto:milan%20crha%20%3cmc...@redhat.com%3e>>
To: evolution-list@gnome.org
Subject: Re: [Evolution] LDAP
Date: Thu, 30 Jan 2020 17:22:56 +0100


On Thu, 2020-01-30 at 15:24 +0100, Ronald Tidwell @CA wrote:


e_book_backend_ldap_search ...


The auto complete doesn't find anything from that ldap server.



Hi,

try to turn off "Copy book content locally for offline operation" (and

only then stop evolution and restart the address book factory process).


I see it has some influence on the behavior. In this case, if the book

is not offline (which it should not), it prefers to use the local cache

(because it's marked for offline use), even when it's empty/incomplete.

When you've that option off, the log will continue with a new print:


searching server using filter: XXX (expecting max NNN results)


and eventually some more after it. You can also try to delete


   ~/.cache/evolution/addressbook//


to force start from scratch with the local cache. You can delete the


   ~/.cache/evolution/addressbook/


to force start from scratch for all remote address books you've

configured (like those for evolution-ews). Such deletion requires

restart of the addressbook factory process (because touching private

application files).

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

___
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] LDAP

2020-01-30 Thread Patrick O'Callaghan
On Thu, 2020-01-30 at 16:39 +, Ronald Tidwell @CA wrote:
> Thank you very much. It is now working. Nor sure which one worked but I 
> deleted the .cache files and also unchecked the offline mode and it works.

Please try to follow preferred practice when replying to mails on this
list:

 * Don't top-post
 * Trim your quoted material to what you are actually commenting on
 * Avoid HTML

Thanks

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


[Evolution] What exactly does "preformatted" do?

2020-01-30 Thread George N. Reeke
Can someone tell me (or give a link to) exactly what "preformatted"
in the composer dropdown does when composing new mail?  Documentation
seems to assume it is obvious; from the name it might have to do with
how inserted existing text is handled; googling tells me it turns off
col 72 line breaks--good, sometimes I want that.  Before blindly using
it and making a fool of myself, I would just like to know all the
things it does.
Thanks,
George Reeke


___
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] clone Exchange mailbox to local mailbox

2020-01-30 Thread Michael Hirmke
Hi Milan,

thx for your answer!

>On Thu, 2020-01-30 at 15:52 +0100, Michael Hirmke wrote:
>> I'd like to clone my Exchange server mailbox to a local Mailbox to
>> get rid of Exchange in the long term.
>> What would be the bet/easiest way to do that?
>> Can I use the cache in some way?

>   Hi,
>the cache can be incomplete, better to use UI functions, from my point
>of view.

>I just tried it, created an On This Computer/was-ews folder, then I
>right-clicked EWS/Inbox folder and picked Copy to Folder..., where I
>chose the On This Computer/was-ews folder (in fact, I created the
>folder in the Copy To Folder dialog). Then the code downloaded all the
>messages in the Inbox and in its subfolders, thus the structure is
>preserved. It can be a pita when you've many top-level folders, but
>otherwise it's one of the simplest methods I can think of.

I have lots of folders, but in a very deep structure. In the top level
there are only about 10 folders. So I'll follow your suggestion. Thx
again.

>   Bye,
>   Milan

Bye.
Michael.
-- 
Michael Hirmke
___
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] What exactly does "preformatted" do?

2020-01-30 Thread Ralf Mardorf via evolution-list
"Preformatted" probably because it's useful when using it to paste code,
log files etc., IOW when word wrapping renders the pasted text more or
less unreadable.

Performatted:

[rocketmouse@archlinux ~]$ echo "a b c d e f g h i j k l m n o p q r s t u v w 
x y z" > /tmp/abcdefghijklmnopqrstuvwxyz.txt
[rocketmouse@archlinux ~]$ dmesg | grep ACPI | tail
[3.721309] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[3.721311] ACPI Warning: SystemIO range 
0x1C40-0x1C4F conflicts with OpRegion 
0x1C00-0x1FFF (\GPR) (20180810/utaddress-204)
[3.721313] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[3.721314] ACPI Warning: SystemIO range 
0x1C30-0x1C3F conflicts with OpRegion 
0x1C00-0x1C3F (\GPRL) (20180810/utaddress-204)
[3.721329] ACPI Warning: SystemIO range 
0x1C30-0x1C3F conflicts with OpRegion 
0x1C00-0x1FFF (\GPR) (20180810/utaddress-204)
[3.721331] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[3.721332] ACPI Warning: SystemIO range 
0x1C00-0x1C2F conflicts with OpRegion 
0x1C00-0x1C3F (\GPRL) (20180810/utaddress-204)
[3.721334] ACPI Warning: SystemIO range 
0x1C00-0x1C2F conflicts with OpRegion 
0x1C00-0x1FFF (\GPR) (20180810/utaddress-204)
[3.721336] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[4.120743] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)

Normal:

[rocketmouse@archlinux ~]$ echo "a b c d e f g h i j k l m n o p q r s t
u v w x y z" > /tmp/abcdefghijklmnopqrstuvwxyz.txt
[rocketmouse@archlinux ~]$ dmesg | grep ACPI | tail
[3.721309] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[3.721311] ACPI Warning: SystemIO range 0x1C40-
0x1C4F conflicts with OpRegion 0x1C00-
0x1FFF (\GPR) (20180810/utaddress-204)
[3.721313] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[3.721314] ACPI Warning: SystemIO range 0x1C30-
0x1C3F conflicts with OpRegion 0x1C00-
0x1C3F (\GPRL) (20180810/utaddress-204)
[3.721329] ACPI Warning: SystemIO range 0x1C30-
0x1C3F conflicts with OpRegion 0x1C00-
0x1FFF (\GPR) (20180810/utaddress-204)
[3.721331] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[3.721332] ACPI Warning: SystemIO range 0x1C00-
0x1C2F conflicts with OpRegion 0x1C00-
0x1C3F (\GPRL) (20180810/utaddress-204)
[3.721334] ACPI Warning: SystemIO range 0x1C00-
0x1C2F conflicts with OpRegion 0x1C00-
0x1FFF (\GPR) (20180810/utaddress-204)
[3.721336] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[4.120743] ACPI: Video Device [GFX0] (multi-head: yes  rom:
no  post: no) 

___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread js
___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread Andre Klapper
See https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines
how to provide clear steps and required information.

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] What exactly does "preformatted" do?

2020-01-30 Thread Ralf Mardorf via evolution-list
On Thu, 2020-01-30 at 18:10 +, George N. Reeke wrote:
> What exactly does "preformatted" do?

PS: AFAIK in plain text mode it only disables auto-wrapping.
I don't know if "performatted" for HTML matters at all.

___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread js
Andre,
I provided information in my e-mail but as you can see the problem was
evident i.e. no text in the message!
I am using Evolution 3.26.3 with the SuSE 15.1 distribution recently
loaded onto a new computer. I have not had this issue before using
Evolution with previous SuSE distributions, Not sure what the issue is.
It works occasionally, but not often.
J. Shaw


On Thu, 2020-01-30 at 13:24 -0800, Andre Klapper wrote:
> See https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines
> how to provide clear steps and required information.
>
> 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
___
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] What exactly does "preformatted" do?

2020-01-30 Thread Ralf Mardorf via evolution-list
On Thu, 2020-01-30 at 22:28 +0100, Ralf Mardorf wrote:
> On Thu, 2020-01-30 at 18:10 +, George N. Reeke wrote:
> > What exactly does "preformatted" do?
> 
> PS: AFAIK in plain text mode it only disables auto-wrapping.
> I don't know if "performatted" for HTML matters at all.

PPS: I made a test with performatted and normal HTML.
 At least when editing in performatted mode, a HTML line becomes
 endless, IOW if the end of the editor window is reached, then
 horizontal scrolling starts, while in normal mode wrapping is done
 at the end of the editor window.

___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread Ralf Mardorf via evolution-list
On Thu, 30 Jan 2020 15:36:29 -0600, js wrote:
>Andre,
>I provided information in my e-mail but as you can see the problem was
>evident i.e. no text in the message!
>I am using Evolution 3.26.3 with the SuSE 15.1 distribution recently
>loaded onto a new computer. I have not had this issue before using
>Evolution with previous SuSE distributions, Not sure what the issue is.
>It works occasionally, but not often.
>J. Shaw

I suffered from this bug some time ago, too. It was noticeable already
before sending, since the plain text font when editing was a different
font, not the expected font, before the message body got lost when
sending it. It's fixed on Arch Linux since a while ago. I don't
remember when it was fixed.
___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread Patrick O'Callaghan
On Thu, 2020-01-30 at 15:36 -0600, js wrote:
> I provided information in my e-mail but as you can see the problem was
> evident i.e. no text in the message!

All I could see was an empty HTML message. Perhaps if you posted in
plaintext, as this list prefers, it would have been visible.

> I am using Evolution 3.26.3 with the SuSE 15.1 distribution recently
> loaded onto a new computer. I have not had this issue before using
> Evolution with previous SuSE distributions, Not sure what the issue is.
> It works occasionally, but not often.

3.26 is really old. The current version is 3.24, so that's about a 4
year difference. Try to get a more up to date version if possible.

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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread Ralf Mardorf via evolution-list
On Thu, 2020-01-30 at 22:09 +, Patrick O'Callaghan wrote:
> The current version is 3.24
  FWIW the 2 should read 3.

___
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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread Patrick O'Callaghan
On Thu, 2020-01-30 at 23:25 +0100, Ralf Mardorf via evolution-list
wrote:
> On Thu, 2020-01-30 at 22:09 +, Patrick O'Callaghan wrote:
> > The current version is 3.24
>   FWIW the 2 should read 3.

Yes, my bad. The current version is 3.34.x

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] Text disappears in message when sending or saving in draft.

2020-01-30 Thread js
This is the only version(3.26.6) that SuSE 15.1  in the update
repository.

On Thu, 2020-01-30 at 23:04 +, Patrick O'Callaghan wrote:
> On Thu, 2020-01-30 at 23:25 +0100, Ralf Mardorf via evolution-list
> wrote:
> > On Thu, 2020-01-30 at 22:09 +, Patrick O'Callaghan wrote:
> > > The current version is 3.24
> >
> >   FWIW the 2 should read 3.
>
> Yes, my bad. The current version is 3.34.x
>
> 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
>
___
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] Query about editing quoted text in Plain Text mode

2020-01-30 Thread theapple...@differentmail.com
Hello Milan!

Thanks for asking!

I usually use the Inline (Outlook style) as reply style to avoid
multiple >> quote character when there is a long thread with many
succeeding emails. I also prefer plain text emails.

To preserve the email thread I copy the text of the previous email and
insert it above the headers of the original email with ctrl-shift-V to
get the quote character in front of the text and split the text into
paragraphs to respond separately as the others did in response to your
email and you mentioned:
> I do edit quoted text myself, mostly to correct wrapping and to split
> the quoted text into parts, under which I write my comments. 

Thanks again for continuously working on Evolution, much appreciated!

Cheers, Dan

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