Re: [Evolution] possible issue re maildir file names

2016-06-01 Thread Milan Crha
On Wed, 2016-06-01 at 15:44 +, Reid Thompson wrote:
> EVO 3.21.1
> 
> built on 5/20 from source
> -rwxr-xr-x 1 root root 36832 May 20 08:13 /usr/bin/evolution
> 
> i'm getting hundreds of messages of the form below as evo tries to
> 'refresh?' one of my maildir accounts.
> 
> Message:
> Cannot get message 1455899158.8491_34134.raker3 from folder
> /home/rthompso/.maildir-sent/.OBC-PROD
> No such message
> 
> 
> but if i look for what i believe to be the file that the message is
> referencing...
> 
> it exists:
> 
> $ locate  1455899158.8491_34134.raker3 
> /home/rthompso/.maildir-sent/.OBC-
> PROD/cur/1455899158.8491_34134.raker3:2,
> 
> with content:
> 
> [11:29:36][5s] rthompso@raker3> ~ 
> $ ls -lrt $(locate  1455899158.8491_34134.raker3)
> -rw--- 1 rthompso staff 152410 Feb 19 11:25
> /home/rthompso/.maildir-sent/.OBC-
> PROD/cur/1455899158.8491_34134.raker3:2,
> 
> 
> is evo truncating the filenames at the colon?

Hi,
the colon is a delimiter between message ID (in term of the Camel's
folder summary, not necessarily the Message-ID header of the email (if
I'm not mistaken), though this one looks like a Message-ID generated by
the Camel itself) and the message flags. It can be that the message
flags had been changed, but the local summary wasn't updated.

> or are these spurious messages?

I used to get them too some time ago, but, as usual, once I tried to
investigate it further the behaviour stopped and I had just bad luck.
If I recall correctly, it had something to do with the virtual Trash
folder (backtrace can show that).

It is a bug, or the Maildir provider might be updated, to not get crazy
like this when the message flags on the file name change, but the
summary is not updated. After all, it's a valid state, because the
Maildir folder can be shared with multiple applications, especially
when it's a custom Maildir account in the Evolution.
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] possible issue re maildir file names

2016-06-01 Thread Adam Tauno Williams
On Wed, 2016-06-01 at 15:44 +, Reid Thompson wrote:
> EVO 3.21.1
> built on 5/20 from source
> -rwxr-xr-x 1 root root 36832 May 20 08:13 /usr/bin/evolution
> i'm getting hundreds of messages of the form below as evo tries to
> 'refresh?' one of my maildir accounts.
> Message:
> Cannot get message 1455899158.8491_34134.raker3 from folder 
> /home/rthompso/.maildir-sent/.OBC-PROD
> No such message
> but if i look for what i believe to be the file that the message is
> referencing...
> it exists:
> $ locate  1455899158.8491_34134.raker3 
> /home/rthompso/.maildir-sent/.OBC-PROD/cur/1455899158.8491_34134.raker3:2,
> with content:
> [11:29:36][5s] rthompso@raker3> ~ 
> $ ls -lrt $(locate  1455899158.8491_34134.raker3)
> -rw--- 1 rthompso staff 152410 Feb 19 11:25 
> /home/rthompso/.maildir-sent/.OBC-PROD/cur/1455899158.8491_34134.raker3:2,
> is evo truncating the filenames at the colon?
> or are these spurious messages?

Where did the message come from?  As a Message-ID that looks weird.

According to RFC2822 Message-ID is ::alpha::|::digit::|[!#$%&'+-/=?^`{}|
~.]

http://www.ietf.org/rfc/rfc2822.txt

___
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] possible issue re maildir file names

2016-06-01 Thread Reid Thompson
EVO 3.21.1

built on 5/20 from source
-rwxr-xr-x 1 root root 36832 May 20 08:13 /usr/bin/evolution

i'm getting hundreds of messages of the form below as evo tries to
'refresh?' one of my maildir accounts.

Message:
Cannot get message 1455899158.8491_34134.raker3 from folder 
/home/rthompso/.maildir-sent/.OBC-PROD
No such message


but if i look for what i believe to be the file that the message is
referencing...

it exists:

$ locate  1455899158.8491_34134.raker3 
/home/rthompso/.maildir-sent/.OBC-PROD/cur/1455899158.8491_34134.raker3:2,

with content:

[11:29:36][5s] rthompso@raker3> ~ 
$ ls -lrt $(locate  1455899158.8491_34134.raker3)
-rw--- 1 rthompso staff 152410 Feb 19 11:25 
/home/rthompso/.maildir-sent/.OBC-PROD/cur/1455899158.8491_34134.raker3:2,


is evo truncating the filenames at the colon?
or are these spurious messages?

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


Re: [Evolution] Cannot add an appointment to my calendar

2016-06-01 Thread Milan Crha
On Wed, 2016-06-01 at 06:49 -0400, Adam Tauno Williams wrote:
> I have also seen this occasionally - on CalDAV calendars.  I
> **suspect** it has something to do with Evolution thinking it is
> offline, or the calendar is unreachable, or something like
> that.  Once it believes that it seems to get stuck in that belief -
> but I cannot make it happen consistently enough for it to be
> reproducible.

Hi,
it looks like the
https://bugzilla.gnome.org/show_bug.cgi?id=721712
is back (this is not a query to reopen it, it's only a reference to a
bug where this was supposed to be addressed, which dates back to
3.12.11, thus something which is included in 3.18.x). 

> Rather than reboot I exit Evolution an kill the evolution-calendar
> -factory-subprocess processes.  Start evolution and it is good to go,
> again.

Killing the evolution-calendar-factory is also fine, it will take with
itself the subprocesses too.

> I have NO IDEA why that would ever happen on the 'default' local
> calendar - which I believe is what the original poster is describing.

Yeah, it's quite unlikely to see it with the On This Computer/Personal
calendar. Maybe a bug after the first run there (just after
initialization of the calendar after the first run for that particular
used). I do not know. It's possible to run the evolution-calendar-
factory from a terminal to see what it and its subprocesses do, the
command can be:
   $ /usr/libexec/evolution-calendar-factory -w &>/tmp/ecf-log.txt
There is no need to kill the previous process first, the new one will
replace the currently running. It's better to re-start processes which
use it, though, which includes the evolution and the evolution-alarm-
notify. Just an idea for the debugging, but as the restart of the
processes help, then the factory run from the terminal will not
reproduce the issue, most likely, because it's the same as the process
restart. Replacing the real evolution-calendar-factory process with a
script which will call the original factory with redirected output to
some file is an option too. I sometimes use(-d) it myself, to let the
process run through the D-Bus machinery, as it should be.
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] Cannot add an appointment to my calendar

2016-06-01 Thread Jaaf
Le mercredi 01 juin 2016 à 13:40 +0200, Ralf Mardorf a écrit :
> On Wed, 2016-06-01 at 09:59 +0200, Jaaf wrote:
> > 
> > In the bottom left corner, click on the Agenda button. Then the
> > agenda
> > is displayed. Right click in day cell then "New appointment"
> > ("Nouveau
> > rendez-vous" in my language, could be "New event" in English).
> On Wed, 2016-06-01 at 12:18 +0100, Pete Biggs wrote:
> > 
> > (BTW, the normal translation is "calendar" not "agenda")
> JFTR, when executing Evolution from a terminal with the LANG
> variable,
> it temporarily could run with English translations. Running
> 
>   LANG=C evolution
> 
> should do it.
> 
> Regards,
> Ralf
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
In my case it doesn't change anything.
___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Jaaf
Le mercredi 01 juin 2016 à 12:18 +0100, Pete Biggs a écrit :
> > 
> > OK I see. I didn't do any configuration. I thought the displayed
> > agenda
> > after installation was directly usable but it is not. After
> > creating a
> > new one locally, I can use it.
> > I don't understand, what the first agenda is for as it cannot be
> > used. 
> > 
> (BTW, the normal translation is "calendar" not "agenda")
> 
> It should be OK to use, it's not normally read only. Check the
> underlying file permissions in ~/.local/share/evolution/calendar and
> subfolders/files.  Everything should be writeable by your username.
> 
> Try running Evolution from the command line as well to see if any
> more
> detailed error messages are shown.
> 
> 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
Oh yes! I know agenda in French is calendar in English, but having
always the word "agenda" under my eyes troubled me a bit. My
apologies. 

I checked the permission and "moi" ("me") is the owner
of ~/.local/share/evolution/calendar and its content (can create and
delete files)
___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Ralf Mardorf
On Wed, 2016-06-01 at 09:59 +0200, Jaaf wrote:
> In the bottom left corner, click on the Agenda button. Then the agenda
> is displayed. Right click in day cell then "New appointment" ("Nouveau
> rendez-vous" in my language, could be "New event" in English).

On Wed, 2016-06-01 at 12:18 +0100, Pete Biggs wrote:
> (BTW, the normal translation is "calendar" not "agenda")

JFTR, when executing Evolution from a terminal with the LANG variable,
it temporarily could run with English translations. Running

  LANG=C evolution

should do it.

Regards,
Ralf

___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Pete Biggs

> OK I see. I didn't do any configuration. I thought the displayed agenda
> after installation was directly usable but it is not. After creating a
> new one locally, I can use it.
> I don't understand, what the first agenda is for as it cannot be used. 
> 

(BTW, the normal translation is "calendar" not "agenda")

It should be OK to use, it's not normally read only. Check the
underlying file permissions in ~/.local/share/evolution/calendar and
subfolders/files.  Everything should be writeable by your username.

Try running Evolution from the command line as well to see if any more
detailed error messages are shown.

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] Cannot add an appointment to my calendar

2016-06-01 Thread Adam Tauno Williams
On Wed, 2016-06-01 at 10:05 +0200, Rudolf Künzli wrote:
> I have the same problem from time to time. 
> My calendar is on Google.
> I usually did a Reboot of the system and it did work then...
> Naturally this is not the solution

I have also seen this occasionally - on CalDAV calendars.  I
**suspect** it has something to do with Evolution thinking it is
offline, or the calendar is unreachable, or something like that.  Once
it believes that it seems to get stuck in that belief - but I cannot
make it happen consistently enough for it to be reproducible.

Rather than reboot I exit Evolution an kill the evolution-calendar
-factory-subprocess processes.  Start evolution and it is good to go,
again.

I have NO IDEA why that would ever happen on the 'default' local
calendar - which I believe is what the original poster is describing.

-- 
Adam Tauno Williams  GPG D95ED383
OpenGroupware Developer 


___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Jaaf
Le mercredi 01 juin 2016 à 08:56 +0100, Pete Biggs a écrit :
> On Wed, 2016-06-01 at 09:34 +0200, Andre Klapper wrote:
> > 
> > Hi,
> > 
> > On Wed, 2016-06-01 at 09:17 +0200, Jaaf wrote:
> > > 
> > > 
> > > I am starting using Evolution 3.18.5.2 and I cannot add any thing
> > > in
> > > the calendar as it is declared readonly. How can I change this?
> > > Thank you for help.
> > What are the exact steps to reproduce (click by click), and what is
> > the
> > exact and complete message displayed?
> > 
> And where is the calendar - is it under "On This Computer" or is it
> remote?  If remote, what sort of calendar is it? (CalDAV? On the Web?
> Google?)
> 
> 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
OK I see. I didn't do any configuration. I thought the displayed agenda
after installation was directly usable but it is not. After creating a
new one locally, I can use it.
I don't understand, what the first agenda is for as it cannot be used. 

___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Rudolf Künzli
On Wed, 2016-06-01 at 09:59 +0200, Jaaf wrote:
> Le mercredi 01 juin 2016 à 09:34 +0200, Andre Klapper a écrit :
> > 
> > Hi,
> > 
> > On Wed, 2016-06-01 at 09:17 +0200, Jaaf wrote:
> > > 
> > > 
> > > I am starting using Evolution 3.18.5.2 and I cannot add any thing
> > > in
> > > the calendar as it is declared readonly. How can I change this?
> > > Thank you for help.
> > What are the exact steps to reproduce (click by click), and what is
> > the
> > exact and complete message displayed?
> > 
> > Thanks,
> > andre
> In the bottom left corner, click on the Agenda button. Then the
> agenda
> is displayed. Right click in day cell then "New appointment"
> ("Nouveau
> rendez-vous" in my language, could be "New event" in English). The
> appointment (event) windows is displayed (see snapshot). It displays
> the following message: "This event cannot be modified as the selected
> calendar is readonly" (translated by me from "cet événement ne peut
> être modifié car l'agenda est en lecture seule").
> It is impossible to enter any text in the text fields.

I have the same problem from time to time. 
My calendar is on Google.
I usually did a Reboot of the system and it did work then...
Naturally this is not the solution

___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Jaaf
Le mercredi 01 juin 2016 à 09:34 +0200, Andre Klapper a écrit :
> Hi,
> 
> On Wed, 2016-06-01 at 09:17 +0200, Jaaf wrote:
> > 
> > I am starting using Evolution 3.18.5.2 and I cannot add any thing
> > in
> > the calendar as it is declared readonly. How can I change this?
> > Thank you for help.
> What are the exact steps to reproduce (click by click), and what is
> the
> exact and complete message displayed?
> 
> Thanks,
> andre
In the bottom left corner, click on the Agenda button. Then the agenda
is displayed. Right click in day cell then "New appointment" ("Nouveau
rendez-vous" in my language, could be "New event" in English). The
appointment (event) windows is displayed (see snapshot). It displays
the following message: "This event cannot be modified as the selected
calendar is readonly" (translated by me from "cet événement ne peut
être modifié car l'agenda est en lecture seule").
It is impossible to enter any text in the text fields.___
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] Cannot add an appointment to my calendar

2016-06-01 Thread Pete Biggs
On Wed, 2016-06-01 at 09:34 +0200, Andre Klapper wrote:
> Hi,
> 
> On Wed, 2016-06-01 at 09:17 +0200, Jaaf wrote:
> > 
> > I am starting using Evolution 3.18.5.2 and I cannot add any thing in
> > the calendar as it is declared readonly. How can I change this?
> > Thank you for help.
> What are the exact steps to reproduce (click by click), and what is the
> exact and complete message displayed?
> 

And where is the calendar - is it under "On This Computer" or is it
remote?  If remote, what sort of calendar is it? (CalDAV? On the Web?
Google?)

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] Cannot add an appointment to my calendar

2016-06-01 Thread Andre Klapper
Hi,

On Wed, 2016-06-01 at 09:17 +0200, Jaaf wrote:
> I am starting using Evolution 3.18.5.2 and I cannot add any thing in
> the calendar as it is declared readonly. How can I change this?
> Thank you for help.

What are the exact steps to reproduce (click by click), and what is the
exact and complete message displayed?

Thanks,
andre
-- 
Andre Klapper  |  ak...@gmx.net
http://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] Cannot add an appointment to my calendar

2016-06-01 Thread Jaaf
I am starting using Evolution 3.18.5.2 and I cannot add any thing in
the calendar as it is declared readonly. How can I change this?
Thank you for help.

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