[Evolution] Selecting Topics

2018-08-20 Thread Mr. J
I'm sure I'm overlooking something, but, on my Mailing List Membership
Configuration page there's a box titled "Which topic categories would
you like to subscribe to?" Neither when I signed up initially, nor now
do I see a way to select those topic categories.  The right-side small
box says: "No topics defined." 

As a result, I'm getting every message posted to the list.  

No offense to others, but please tell me how to define a topic
category.

Thanks
Ira  
___
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] Deleting Messages

2018-08-20 Thread Paul Smith
On Mon, 2018-08-20 at 08:49 +0200, Gary Curtin wrote:
> On Sun, 2018-08-19 at 22:59 +0200, Ralf Mardorf wrote:
> > Gary, perhaps it just happened by accident, when you trimmed the
> > quote, but the quote is not marked as a quote.
> > 
> > This happens regularly with Evolution when changing from HTML to
> > Plain Text.
> > 
> > When running into unexpected behavior, please file tickets. 
> > In this case: https://gitlab.gnome.org/GNOME/evolution/issues/86
> > 
> > With the same mail it doesn't happen here.
> 
> I guess like the spelling bug, it happens when it happens. I send in
> plain text to two addresses. The other is a colleague, and maybe 2
> out 10 replies to him lose the indicators.

I wonder if it's related, at least somewhat, to the issue I raised here
a month or so ago.  Bug filed as:

https://gitlab.gnome.org/GNOME/evolution/issues/86

As far as I'm aware that's completely reproducible with any plain text
email (it happens every time on all three of my systems using Evolution
2.28.1 and did not happen with 2.26.x).  There seem to be some issues
with quoting in HTML mode in either Evolution or webkit2.
___
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] Frustrating Calender Problem

2018-08-20 Thread John Lewis
On Mon, 2018-08-20 at 20:49 +0200, Andre Klapper wrote:
> On Mon, 2018-08-20 at 14:36 -0400, John Lewis wrote:
> > When every I receive an ical from someone and I add it to my
> > Evolution
> > Calender it silently emails everyone on the attendee list an invite
> > from me as if I made the ical. 
> 
> When this happens, did you enable or disable the "Send reply to
> sender"
> checkbox when adding to your calendar?

It did not give me the option to "Send reply to sender" when it I added
the ics. If it is optional, I want to globally configure it to be no by
default.

> 
> > To make things worse it silently changes the time of the meeting
> > for
> > receivers as if it is setting it to UTC -1 when I am in UTC -5 so
> > meetings Evolution is sending sets the time of the meeting 4 hours
> > later than they should be.
> > 
> > I am currently using Evolution 3.22.6 from Debian Stable.
> 
> Which type of calendar is this about?
> 
> andre

It is was on the Day calendar. 
___
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] Having trouble building on Ubuntu 18.04

2018-08-20 Thread Bryan Everly
Hi,

I'm trying to build from source (following this 
https://wiki.gnome.org/Apps/Evolution/Building) and I'm hitting the following 
error:

-- Using MIT Kerberos 5 (found by pkg-config)
CMake Error at cmake/modules/FindSMIME.cmake:78 (message):
  NSPR headers not found.  Use -DWITH_NSPR_INCLUDES=/path/to/nspr to specify
  the include dir of NSPR.
Call Stack (most recent call first):
  CMakeLists.txt:264 (include)


-- Configuring incomplete, errors occurred!
See also 
"/home/bceverly/sources/evolution-data-server/_build/CMakeFiles/CMakeOutput.log".
See also 
"/home/bceverly/sources/evolution-data-server/_build/CMakeFiles/CMakeError.log".


I installed NSPR (sudo apt-get install libnspr4-dev) and have verified that the 
include file is in /usr/include/nspr and added a 
-DWITH_NSPR_INCLUDES=/usr/include/nspr to my shell script that I use to kick 
off the build so that it looks like this:

#! /bin/bash

cd $HOME/sources/evolution-data-server/_build
cmake .. -G "Unix Makefiles" \
-DWITH_NSPR_INCLUDES=/usr/include/nspr \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DLIB_SUFFIX= \
-DENABLE_FILE_LOCKING=fcntl \
-DENABLE_DOT_LOCKING=OFF \
-DENABLE_GOOGLE_AUTH=ON \
-DENABLE_GTK=ON \
-DENABLE_UOA=OFF \
-DENABLE_EXAMPLES=ON \
-DENABLE_INTROSPECTION=ON \
-DENABLE_VALA_BINDINGS=ON \
-DENABLE_INSTALLED_TESTS=ON \
-DENABLE_GTK_DOC=OFF \
-DWITH_PRIVATE_DOCS=OFF \
-DWITH_PHONENUMBER=OFF \
-DWITH_LIBDB=OFF


Any help would be appreciated! The reason I want to build from source is that 
I'm running a Dell with a HIDPI display and I'm seeing some awkwardness in the 
calendar UI since I set my font size to 125% (and would also like to outline 
the individual calendar entries with a contrasting color to make them more 
clear in terms of their duration) and wanted to see if I could submit a patch 
once I get something that looks good on my end.

Thanks in advance!
___
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] Frustrating Calender Problem

2018-08-20 Thread Andre Klapper
On Mon, 2018-08-20 at 14:36 -0400, John Lewis wrote:
> When every I receive an ical from someone and I add it to my Evolution
> Calender it silently emails everyone on the attendee list an invite
> from me as if I made the ical. 

When this happens, did you enable or disable the "Send reply to sender"
checkbox when adding to your calendar?

> To make things worse it silently changes the time of the meeting for
> receivers as if it is setting it to UTC -1 when I am in UTC -5 so
> meetings Evolution is sending sets the time of the meeting 4 hours
> later than they should be.
> 
> I am currently using Evolution 3.22.6 from Debian Stable.

Which type of calendar is this about?

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] Frustrating Calender Problem

2018-08-20 Thread John Lewis
When every I receive an ical from someone and I add it to my Evolution
Calender it silently emails everyone on the attendee list an invite
from me as if I made the ical. 

To make things worse it silently changes the time of the meeting for
receivers as if it is setting it to UTC -1 when I am in UTC -5 so
meetings Evolution is sending sets the time of the meeting 4 hours
later than they should be.

I am currently using Evolution 3.22.6 from Debian Stable.
___
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] Correct settings for AOL in USA

2018-08-20 Thread Dr. John H. Lauterbach
On Mon, 2018-08-20 at 16:32 +0200, Milan Crha via evolution-list wrote:
> On Mon, 2018-08-20 at 08:20 -0400, Dr. John H. Lauterbach wrote:
> Here is what happened when I followed the debugging instructions:~$
> CAMEL_DEBUG=impax:io evolution >& logfile
> log file showed
>   Hi,you've a typo in the command (supposing you copy it from
> theterminal), it's not "impax", but "imapx", thus:
>$ CAMEL_DEBUG=imapx:io evolution >& logfile
> You'll see plenty of output in the file, a raw communication betweenthe server
> and the evolution. It's nothing to be shared, thus becareful before you send
> it anywhere. Especially take care of the lineswith LOGIN or AUTH commands,
> anything encoded around them (even notreadable for you) should be deleted from
> the log first. Then all theother information you do not want to share. Of
> course, in your case,the most interesting information is what command had been
> run beforethe server returned BYE or NO or anything like that, which resulted
> inthe password prompt. Most likely at the end of the log, after LIST orLSUB
> command, I guess.
> Ideally have enabled only one IMAP account when running with thelogging, thus
> the output doesn't interleave.Bye,Milan
> ___evolution-list mailing
> listevolution-list@gnome.orgTo change your list options or unsubscribe, visit
> ...https://mail.gnome.org/mailman/listinfo/evolution-list
Thank you, Milan.  The problem here had nothing to do with evolution.  The
problem was that the user's AOL default was to bar "apps that use less secure
sign in"  Once I set that to allow such apps, evolution started working just
fine.___
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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 16:24 +0200, Milan Crha via evolution-list wrote:
> A better workaround would be to disable download for offline for the
> Sent folder

Will give that a go and see what happens. Thanks 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] error with message filter

2018-08-20 Thread Milan Crha via evolution-list
On Mon, 2018-08-20 at 12:53 +0200, Gary Curtin wrote:
> This was with an IMAP account. All I can think of is that the filter
> deleted the message after sending as it was supposed to, then the
> IMAP tried to retrieve the message after it was deleted.

Hi,
right, I'd guess too, except it is not IMAP, but the cache for offline,
which you had enabled for the Sent folder too.

> I changed back to POP3 so the issue is no longer there.

A better workaround would be to disable download for offline for the
Sent folder, which can be found in the folder Properties (in the
context menu of the folder in the folder tree).

As you mentioned IMAP, it made me wonder whether this is something new
or not. I'd bet I saw it in the not so distant past, but I cannot find
anything now, thus I'm probably wrong.
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] ews calendar backend error - "The property has an invalid value."

2018-08-20 Thread Milan Crha via evolution-list
On Mon, 2018-08-20 at 13:29 +0200, Torsten Krah via evolution-list
wrote:
> how do i find the item in question from the request for which i got
> this response so i can delete / fix it?

Hi,
I hope you've still the log somewhere. Search it for the error, then
look above the error, where should be a GetItem request. Its content is
important. The server basically says that evolution-ews tries to
receive an item which doesn't exist or its (probably) UID is somehow
garbled. It can be also due to local cache being broken for some
reason, but I do not want to speculate on it.

The last resort would be to delete ~/.cache/evolution/calendar/ when
evolution-calendar-factory is off (which is a challenge when one uses
GNOME Shell, because it keeps restarting the process when it is
closed/killed), then the next start the local cache is populated from
scratch and only UIDs returned from the server are used.

Of course, it'll be good to figure out what the root cause of the issue
is and whether your state is valid and should be taken care of in the
code, rather than with such complicated user actions.
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] exchange calendar

2018-08-20 Thread William Dossett via evolution-list
This is on Evolution 3.28.5
> 
> See if a reboot helps, I have had similar problems with GAL and after
> a reboot it started to work
> ___
> 
Bingo! That did it :-)  Got my calendar, thanks everyone for replying,
much appreciated.

Bill

___
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] exchange calendar

2018-08-20 Thread Milan Crha via evolution-list
On Fri, 2018-08-17 at 09:08 -0600, William Dossett via evolution-list
wrote:
> The calendar is listed, but has an error message, unable to connect
> to backend factory for source (long guid type number) and extension
> calendar cannot be found.

Hi,
such messages usually mean that the background processes do not have
loaded extensions to process those sources. It can happen when you
install some 3rd-party extension (like evolution-ews) and do not
restart those background processes. The restart is not needed on more
recent versions, but there are still cases when this can occur.

Try this:
a) close evolution
b) run from terminal:
   $ /usr/libexec/evolution-source-registry
c) wait for 3 seconds (not needed that long, but just in case)
d) run from another terminal:
   $ /usr/libexec/evolution-addressbook-factory -w
e) wait for 3 seconds
f) run from another terminal:
   $ /usr/libexec/evolution-calendar-factory -w
g) wait for 3 seconds
e) run evolution from a terminal:
   $ evolution

The actual paths to the processes can differ in your distribution.

Each terminal will show you runtime warnings, if any. Those might help
you to identify the issue. As had been suggested in another message in
this thread, you can also restart the machine, but as you asked on
Thursday, I guess you already restarted your machine.

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] exchange calendar

2018-08-20 Thread Milan Crha via evolution-list
On Sat, 2018-08-18 at 09:44 -0600, William Dossett via evolution-list
wrote:
> My libsoup is 2.4 and I think it needs to be 2.58 or later maybe.

Hi,
please, do not mix API version with package version. Some distributions
can have it done differently. The 2.4 is the API version, while 2.58 is
the package version. With development files installed, specifically
with the pc (pkg-config) file installed you can see:

   $ pkg-config --modversion libsoup-2.4
   2.62.2

At least in my distribution is installed libsoup 2.62.2, yours can be
different.
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] Correct settings for AOL in USA

2018-08-20 Thread Andre Klapper
On Mon, 2018-08-20 at 08:20 -0400, Dr. John H. Lauterbach wrote:
> On Sun, 2018-08-19 at 09:58 +0200, Andre Klapper wrote:
> > On Sat, 2018-08-18 at 19:45 -0400, Dr. John H. Lauterbach wrote:
> > 
> > I have a new family member who uses AOL and I am having problems
> > getting AOL to work under Evolution 3.28.1-2 running under Ubuntu
> > 18.04. I added user to one of my existing PCs and set up account as
> > I
> > would for myself. Evolution works fine for an IMAP account off of
> > one
> > of my company's e-mail addresses I set up for the new user. I set
> > up
> > the AOL account as IMAP according to recent instructions on the
> > internet.
> > 
> > Receiving mail
> > 
> > imap.aol.comPort 993
> > 
> > TLS on a dedicated port Authentication Password
> > 
> > Sending mail
> > 
> > smtp.aol.comPort 465
> > 
> > TLS on a dedicated port Authentication Login
> > 
> > Everything should work, but the POPUP "Mail authentication request"
> > with correct username and password keeps popping up when AOL goes
> > to
> > scan folders in imap.aol.com
> > 
> > What am I doing wrong?
> > 
> > https://wiki.gnome.org/Apps/Evolution/Debugging might offer you
> > more
> > output that you could check.
> > 
> > andre
> > 
> 
> Here is what happened when I followed the debugging instructions:
> ~$ CAMEL_DEBUG=impax:io evolution >& logfile
> 
> log file showed
> 
> g_object_weak_unref: couldn't find weak
> ref 0x7fdd9cb189a0(0x559ba2806458)
> 
> What do I do now?

Assuming that quoted part of a line has a prefix such as "GLib-GObject-
WARNING", it's a warning (not: error) and probably unrelated.
You'll instead have to look for an authentication failure in that log.

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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 14:01 +0100, Patrick O'Callaghan wrote:
> You could just use a Sent folder locally as you are now doing with POP,
> and retain the other benefits of IMAP.

That is what I was thinking as well. Thank you Patrick.

___
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] CalDav / CardDav problem out of backup

2018-08-20 Thread Milan Crha via evolution-list
On Mon, 2018-08-20 at 08:44 +0200, Michael wrote:
> Is there a known bug in backup/restore concerning
> carddav/caldav? Or what may be the reason why I am facing this?

Hi,
I do not recall seeing anything like that, though I do not
backup/restore often too. I would try to run `evolution --force-
shutdown` after restore, to see whether complete restart of evolution-
calendar-factory would make any difference. There might not be much
trouble once evolution-source-registry reports correct sources (that's
why the '--force-shutdown', it restarts all background processes).
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] error with message filter

2018-08-20 Thread Patrick O'Callaghan
On Mon, 2018-08-20 at 14:27 +0200, Gary Curtin wrote:
> On Mon, 2018-08-20 at 12:02 +0100, Patrick O'Callaghan wrote:
> > The only reason I can think of that might explain this is if your Sent
> > folder is on the IMAP server. If this isn't the case, why do you think
> > IMAP is trying to read the sent message?
> 
> Maybe I was not so clear in my initial description or further comments,
> Patrick.
> 
> The problem is occurring because an Evolution filter is deleting the
> message after send, as it is instructed to, but then Evoution is trying
> to load it again in the IMAP Sent folder. Does that make more sense?

That's what I understood. I assume it's because the IMAP server notices
that the Sent folder changed, so Evo is trying to reload it.

You could just use a Sent folder locally as you are now doing with POP,
and retain the other benefits of IMAP.

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] Deleting while viewing messages

2018-08-20 Thread Milan Crha via evolution-list
On Thu, 2018-08-16 at 17:49 -0700, Mr. J wrote:
> Friends: I just upgraded to Ubuntu 18.04.1 LTS and have only one
> problem with Evolution: When viewing a message that I want to delete,
> doing so within the message results in the next message opening. Is
> there a setting that will result in reversion to the parent folder
> and not open another message?

Hi,
I view messages in the preview panel below the message list, within the
same window as the message list is. I guess you read messages in a
dedicated window, not in the one with the message list. It looks like
you are looking for this change:
https://bugzilla.gnome.org/show_bug.cgi?id=794832
which is part of to-be-released 3.30.0.
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] Correct settings for AOL in USA

2018-08-20 Thread Dr. John H. Lauterbach
On Sun, 2018-08-19 at 09:58 +0200, Andre Klapper wrote:
> On Sat, 2018-08-18 at 19:45 -0400, Dr. John H. Lauterbach wrote:
> I have a new family member who uses AOL and I am having problemsgetting AOL to
> work under Evolution 3.28.1-2 running under Ubuntu18.04. I added user to one
> of my existing PCs and set up account as Iwould for myself. Evolution works
> fine for an IMAP account off of oneof my company's e-mail addresses I set up
> for the new user. I set upthe AOL account as IMAP according to recent
> instructions on theinternet.
> Receiving mail
> imap.aol.com  Port 993
> TLS on a dedicated port   Authentication Password
> Sending mail
> smtp.aol.com  Port 465
> TLS on a dedicated port Authentication Login
> Everything should work, but the POPUP "Mail authentication request"with
> correct username and password keeps popping up when AOL goes toscan folders in
> imap.aol.com
> What am I doing wrong?
> https://wiki.gnome.org/Apps/Evolution/Debugging might offer you moreoutput
> that you could check.
> andre
Here is what happened when I followed the debugging instructions:
~$ CAMEL_DEBUG=impax:io evolution >& logfile

log file showed

g_object_weak_unref: couldn't find weak ref 0x7fdd9cb189a0(0x559ba2806458)


What do I do now?


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] spell check

2018-08-20 Thread Milan Crha via evolution-list
On Tue, 2018-08-14 at 09:52 +0200, Gary Curtin wrote:
> Yes, this definitely involves punctuation.

Hi,
it seems to depend on the way the text is written. When I just type the
text from your screen shot, then it doesn't trigger it here, but when I
try "this that. There" and then place the cursor in front of the
"There" word and delete the space before the dot with the backspace
key, thus it looks like this: "this that.There" , then the "that" word
before the dot is suddenly underlined as misspelled. Evolution doesn't
do the spell checking directly, it's done on the WebKit side, but
Evolution does its own magics in the text, like zero-width-spaces,
which may or may not be related. It requires more testing to know where
the problem is.
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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 12:02 +0100, Patrick O'Callaghan wrote:
> The only reason I can think of that might explain this is if your Sent
> folder is on the IMAP server. If this isn't the case, why do you think
> IMAP is trying to read the sent message?

Maybe I was not so clear in my initial description or further comments,
Patrick.

The problem is occurring because an Evolution filter is deleting the
message after send, as it is instructed to, but then Evoution is trying
to load it again in the IMAP Sent folder. Does that make more sense?



___
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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 12:58 +0100, Patrick O'Callaghan wrote:
> On Mon, 2018-08-20 at 13:07 +0200, Gary Curtin wrote:
> 
> On Mon, 2018-08-20 at 12:02 +0100, Patrick O'Callaghan wrote:
> 
> The only reason I can think of that might explain this is if your
> Sent
> folder is on the IMAP server. If this isn't the case, why do you
> think
> IMAP is trying to read the sent message?
> 
> Yes, this was an IMAP account, so the Sent folder was on the server. 
> 
> It doesn't need to be. You can put it anywhere you have access to.
> 
> If you have switched to POP, I presume you've also moved the Sent
> folder.
> 
> poc
> 


I guess I neglected to say it was default settings. Sorry.

Obviously with POP3, there is no access to the server Sent folder, so
it uses the default "On This Computer" Sent folder. I have not moved
it, it is where it is by default.

___
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] ews calendar backend error - "The property has an invalid value."

2018-08-20 Thread Torsten Krah via evolution-list
Am Freitag, den 17.08.2018, 14:35 +0200 schrieb Torsten Krah:
> EWS_DEBUG=2 evolution >& logfile

My fault - of cause i should do this with the calendar factory
process ;).

Now i got at least this:


  The property has an invalid value.
  ErrorCalendarInvalidPropertyValue
  0
  

  
  


So i am not that of an expert for EWS - anyone can tell me what's this
is telling me and more important - how do i find the item in question
from the request for which i got this response so i can delete / fix it?

kind regards

Torsten


smime.p7s
Description: S/MIME cryptographic signature
___
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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 12:02 +0100, Patrick O'Callaghan wrote:
> The only reason I can think of that might explain this is if your Sent
> folder is on the IMAP server. If this isn't the case, why do you think
> IMAP is trying to read the sent message?

Yes, this was an IMAP account, so the Sent folder was on the server. 



___
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] error with message filter

2018-08-20 Thread Patrick O'Callaghan
On Mon, 2018-08-20 at 12:53 +0200, Gary Curtin wrote:
> On Mon, 2018-08-20 at 12:35 +0200, Milan Crha via evolution-list wrote:
> > What is the account type (IMAP, EWS, ...) you see this on, please?
> 
> Thanks for the reply Milan.
> 
> This was with an IMAP account. All I can think of is that the filter
> deleted the message after sending as it was supposed to, then the IMAP
> tried to retrieve the message after it was deleted.
> 
> I changed back to POP3 so the issue is no longer there.

The only reason I can think of that might explain this is if your Sent
folder is on the IMAP server. If this isn't the case, why do you think
IMAP is trying to read the sent message?

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] error with message filter

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 12:35 +0200, Milan Crha via evolution-list wrote:
> What is the account type (IMAP, EWS, ...) you see this on, please?

Thanks for the reply Milan.

This was with an IMAP account. All I can think of is that the filter
deleted the message after sending as it was supposed to, then the IMAP
tried to retrieve the message after it was deleted.

I changed back to POP3 so the issue is no longer there.

___
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] PGP signing and aliases

2018-08-20 Thread Milan Crha via evolution-list
On Sun, 2018-08-12 at 13:03 -0400, Jim Popovitch via evolution-list
wrote:
> Hmmm, I've been using separate smtp sending accounts, but I've
> noticed that signed email (such as this one) displays uid 0
> regardless of which subkey was used.  Any idea what I'm doing wrong?

Hi,
I do not think you did anything wrong. Evolution shows an address which
is reported by gpg, usually the first of them. It's sometimes hard to
get the list of alternative email addresses from the gpg output, also
because such are localized in certain way (like double-quotes).
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] error with message filter

2018-08-20 Thread Milan Crha via evolution-list
On Sun, 2018-08-12 at 12:57 +0200, Gary Curtin wrote:
> Error while Downloading new messages for offline mode in "Account:
> Sent".
> Cannot get message with message ID X: No such message available

Hi,
it looks like a bug, some kind of operation interleaving issue, where a
message is scheduled to be downloaded for offline, but it's deleted a
second after, before it is downloaded for offline.

What is the account type (IMAP, EWS, ...) you see this on, please?

Filling a bug against evolution-data-server (where the actual fix might
probably land) would be nice, thus it's not forgotten:
https://gitlab.gnome.org/GNOME/evolution-data-server/issues/new

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


Re: [Evolution] exchange calendar

2018-08-20 Thread Joakim Tjernlund via evolution-list
On Mon, 2018-08-20 at 08:40 +0200, Gary Curtin wrote:
> CAUTION: This email originated from outside of the organization. Do not click 
> links or open attachments unless you recognize the sender and know the 
> content is safe.
> 
> 
> On Sun, 2018-08-19 at 17:11 -0600, William Dossett via evolution-list
> wrote:
> > Can anyone else confirm if they are using Evo
> > with an Exchange 365 server? Just wondering if that could be an issue.
> 
> I tried this with Outlook.com Exchange. Mail works fine, but no
> calendars or events visible even after setting up calendar.
> 
> This is on Evolution 3.28.5

See if a reboot helps, I have had similar problems with GAL and after a reboot 
it started to work
___
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] Maildir account broken by update?

2018-08-20 Thread Milan Crha via evolution-list
On Tue, 2018-07-31 at 20:22 +0200, fabien wrote:
> Running evolution from terminal yields :
> (evolution:3973): libebackend-WARNING **: module_load:
> /usr/lib/evolution/3.12/modules/evolution-module-rss.so: undefined
> symbol: em_folder_tree_set_selected
> Failed to load module: /usr/lib/evolution/3.12/modules/evolution-
> module-rss.so

Hi,
I do not know whether this is still relevant for you, thus just in
case, the above warning usually means you've installed incompatible
version of evolution-rss with evolution itself. The evolution-rss needs
to be rebuilt against updated evolution.

> (evolution:3973): camel-local-provider-CRITICAL **: scan_fi:
> assertion 'path != NULL' failed
> 
> (evolution:3973): camel-local-provider-CRITICAL **: scan_dirs:
> assertion 'path != NULL' failed

I believe the two above are the problem. Evolution tries to refresh the
folder, but the account doesn't have properly set the path to the root
directory of that account. As I said earlier, there had been similar
issue in the past, which is already fixed, but your ancient version
might have it still broken.

There's a chance to fix this manually, by editing corresponding .source
file in ~/.config/evolution/sources/, it's the one which mentions

   BackendName=maildir

in which you can see also something like this, taken from the
local.source file:

   [Maildir Backend]
   Path=/home/user/.local/share/evolution/mail/local

Your account might have the Path key empty. Make sure evolution-source-
registry process is not running, then edit the corresponding .source
file, change the Path key to the appropriate path, then restart the
machine (thus the background processes are run in the correct order, an
`evolution --force-shutdown` might do the trick too, even there had
been some changes around what is stopped and what not in the past 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] Newly created search folder does not appear

2018-08-20 Thread Patrick O'Callaghan
On Sun, 2018-08-19 at 19:48 +0200, Andre Klapper wrote:
> On Sun, 2018-08-19 at 17:57 +0100, Patrick O'Callaghan wrote:
> > Andre, I'm talking about the content of the Evolution Help page,
> > specifically the text which starts:
> > 
> >How to report bugs
> > 
> >If you do not need help for configuration but you are sure that you
> >have found a mistake or wrong behavior in the Evolution software, or
> >if you want to request a feature, you can file a report in the
> >.
> > 
> > What I would like is for *that text* to point directly to the Issues
> > page for Evo on Gitlab, rather than the general BZ page for Gnome.
> > That's all I mean.
> 
> Ah. Thanks for clarifying! 
> You're right, it linked only to the GNOME Gitlab frontpage so far
> instead of the Evolution issues in GNOME Gitlab. Fixed for 3.30:
> https://gitlab.gnome.org/GNOME/evolution/commit/1d9f78c896067e5497a13688fb060115f0cc9f45
> 
> Thanks again!

Cheers

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] Deleting Messages

2018-08-20 Thread Patrick O'Callaghan
On Sun, 2018-08-19 at 15:33 -0700, Mr. J wrote:
> Thanks for the hints.  I just changed the wrapping figure to 70.  I
> guess prefer curse the darkness.  

On a related matter, please don't top-post on the list. It makes
threads harder to follow.

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] exchange calendar

2018-08-20 Thread Gary Curtin
On Mon, 2018-08-20 at 09:19 +0100, Pete Biggs wrote:
> BTW, did you allow Evolution to autoconfigure your account after you
> put in the email address. Sometimes that doesn't work very well if your
> Exchange setup is complex and/or the autoconfig information is wrong.
> Try manually setting up the host URL (for cloud hosted Office365 it
> should be https://outlook.office365.com/EWS/Exchange.asmx with the
> username supplied by your admins - then click on 'Fetch URL' to get
> your specific connection URL. Authentication type is 'NTLM').

I did a manual setup on Evolution 3.28.5 on Ubuntu 18.04. The URL as
you gave was already there, and the OAB URL was filled in after
clicking "Fetch URL". Nothing different to what I have done before.

However, my calendars are now visible, and everything is working OK.

___
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] CalDav / CardDav problem out of backup

2018-08-20 Thread Michael
Hello there,

I am using evolution on different systems:

- ubuntu 18.08 with evolution 3.28.1-2
- fedora 28 with 3.28.5-1

But I was also facing the following problem when doing the described
steps between 2 ubuntus with same evolution.

What I am doing:

- exporting evolution settings with the integrated backup option
- importing the settings with the integrated restore option

Mails are working fine after that (I have to re-enter passwords, but
that's a different thing). But: Both the CalDav and CardDav I am using
on the backup side are not working on the restore side: I click on them
in the interface - but nothing happens. Even if I use the "refresh"
option, it only shows that there are not contacts/calendar entries to
be shown.

When I delete the two on the restore side and create a new connection
with the exact same settings, it suddenly shows the calendar/carddav
entries.

So my question: Is there a known bug in backup/restore concerning
carddav/caldav? Or what may be the reason why I am facing this?

Greets,
Michael
___
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] exchange calendar

2018-08-20 Thread Pete Biggs


> Well have set up from scratch with Evo for 5th time now and it is
> definetely not working.  Can anyone else confirm if they are using Evo
> with an Exchange 365 server? Just wondering if that could be an issue.

I have Evo (3.28.5) on FC28 working perfectly fine with Office365 -
mail, calendars, contacts are all functioning as far as I can see. (I
can see my calendar although I don't use it, and I can see a shared
calendar that I do use. When composing mail addresses get autocompleted
from the GAL, so presumably that works. Office365 is not my main
mailer, I just need to use it because of other people.)

BTW, did you allow Evolution to autoconfigure your account after you
put in the email address. Sometimes that doesn't work very well if your
Exchange setup is complex and/or the autoconfig information is wrong.
Try manually setting up the host URL (for cloud hosted Office365 it
should be https://outlook.office365.com/EWS/Exchange.asmx with the
username supplied by your admins - then click on 'Fetch URL' to get
your specific connection URL. Authentication type is 'NTLM').


> 
> During the account setup, I set up the offline address book, which I
> think reads from my GAL, and it seemed to do that fine, yet when I go
> to my account in Evo after setup, it cannot open any address book,   
> OGA, GAL anyything, same message unalbe to connect to  name> backend factory for source xlong guid type number  and
> extension address book cannot be found.

You need to run Evo from the command line to see if there are any
messages printed there. If nothing shows, then run Evo with EWS
debugging enabled so you can see the chatter over EWS. If you want to
post some log snippets here, then do so (so long as they aren't too
big) but make sure you remove any sensitive information such as
passwords.

> 
> If it isn't going to work, I would like to find out so I can stop
> fretting over it and just wait until it is supported!

As I said, it works fine - EWS support has actually been quite solid in
Evo for a few years now and I've never had any problems either with our
on-site Exchange server or when we migrated to the cloud.

I have a niggling suspicion that many of the issues people have with
EWS are when using Ubuntu or Mint - perhaps some compile option or
library isn't quite right. There was some discussion a little while ago
about Ubuntu's reluctance to move away from 3.28.1 even though there
are bug fixes and enhancements and we are now on 3.28.5. Perhaps others
with more experience of those distros can advise further about how you
might be able to get 3.28.5.

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] Deleting Messages

2018-08-20 Thread Gary Curtin
On Sun, 2018-08-19 at 22:59 +0200, Ralf Mardorf wrote:
> On Sun, 2018-08-19 at 19:41 +0200, Andre Klapper wrote:
> 
> On Sun, 2018-08-19 at 18:56 +0200, Gary Curtin wrote:
> 
> On Sun, 2018-08-19 at 18:34 +0200, Ralf Mardorf wrote:
> 
> Gary, perhaps it just happened by accident, when you trimmed the
> quote,
> but the quote is not marked as a quote.
> 
> This happens regularly with Evolution when changing from HTML to
> Plain
> Text.
> 
> When running into unexpected behavior, please file tickets. 
> In this case: https://gitlab.gnome.org/GNOME/evolution/issues/86
> 
> With the same mail it doesn't happen here.
> 

I guess like the spelling bug, it happens when it happens. I send in
plain text to two addresses. The other is a colleague, and maybe 2 out
10 replies to him lose the indicators.

So I am trying it the other way around, and selecting plain text before
I comment. Notice above that quotes within quotes are not indicated as
such.

___
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] exchange calendar

2018-08-20 Thread Gary Curtin
On Sun, 2018-08-19 at 17:11 -0600, William Dossett via evolution-list
wrote:
> Can anyone else confirm if they are using Evo
> with an Exchange 365 server? Just wondering if that could be an issue.

I tried this with Outlook.com Exchange. Mail works fine, but no
calendars or events visible even after setting up calendar. 

This is on Evolution 3.28.5

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