Re: [Evolution] Evolution not connecting to my network

2015-11-10 Thread Doug Hutcheson
Milan, the link you kindly gave me was helpful. It recommended the
following:

If you want to force Evolution to be in online mode, make sure that
Evolution is not running and open a Terminal window and type the
following command:

 GIO_USE_NETWORK_MONITOR=base evolution
 
This worked, although the first time I ran it, my system crashed so
badly I had to do a hard reboot.

The question now is how to get this command to run when I click the
desktop icon.

Anyway, your link was helpful - many thanks.

On Tue, 2015-11-10 at 12:02 +0100, Milan Crha wrote:
> On Tue, 2015-11-10 at 10:29 +, Patrick O'Callaghan wrote:
> > Check the online help for:
> > 
> > Why is Evolution's mail component offline?
> 
>   Hi,
> just for a reference:
> https://help.gnome.org/users/evolution/stable/offline.html.en
>   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] Evolution not connecting to my network

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 19:09 +0100, Milan Crha wrote:
> On Tue, 2015-11-10 at 16:12 +, Patrick O'Callaghan wrote:
> > On Tue, 2015-11-10 at 12:02 +0100, Milan Crha wrote:
> > > just for a reference:
> > > https://help.gnome.org/users/evolution/stable/offline.html.en
> > 
> > Thanks Milan. I wish the online Help would include URLs to make it
> > easier to give this kind of reference.
> 
>   Hi,
> if you've evolution's help installed in a separate package, and you
> uninstall it, then the help will still work, it'll just redirect to
> the
> online/web version of it. It won't work when the machine is offline,
> but I believe it's better than nothing. I do not recall since which
> version of the evolution this is available, unfortunately.

Excellent. I removed the evolution-help package (in Fedora) and it
worked as you say. However it's a rather arcane requirement and some
people might want both options. Perhaps there could be an additional
menu item for Web Help.

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] Evolution not connecting to my network

2015-11-10 Thread Milan Crha
On Tue, 2015-11-10 at 16:12 +, Patrick O'Callaghan wrote:
> On Tue, 2015-11-10 at 12:02 +0100, Milan Crha wrote:
> > just for a reference:
> > https://help.gnome.org/users/evolution/stable/offline.html.en
> 
> Thanks Milan. I wish the online Help would include URLs to make it
> easier to give this kind of reference.

Hi,
if you've evolution's help installed in a separate package, and you
uninstall it, then the help will still work, it'll just redirect to the
online/web version of it. It won't work when the machine is offline,
but I believe it's better than nothing. I do not recall since which
version of the evolution this is available, unfortunately.
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] Second request for help: Messages from IMPAX getting corrupted by each other

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 17:00 +, Reid Thompson wrote:
> the nssdb folder for the user is in ~/.pki
> the system nss folder, if it exists, is in /etc/pki/
> (just as a note, in case /etc/pki/nssdb doesn't exist on your host,
> my system
> does not have /etc/pki and evo functions fine)

My bad. I assumed you were talking about Evolution's own databases.

I guess one option would be to remove /etc/pki/nssdb and hope something
recreates it (after taking a backup of course).

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] Second request for help: Messages from IMPAX getting corrupted by each other

2015-11-10 Thread Reid Thompson
On Tue, 2015-11-10 at 17:00 +, Reid Thompson wrote:
> On Tue, 2015-11-10 at 16:15 +, Patrick O'Callaghan wrote:
> > On Tue, 2015-11-10 at 08:02 -0500, John Lauterbach wrote:
> > > I would very much appreciate some help from the experts on this
> > > problem.  Again,
> > > evolution 3.16.5 running under Ubuntu 15.10.  When I start evolution
> > > from the
> > > command line I get "Failed to initialize NSS SQL database in
> > > sql:/etc/pki/nssdb:
> > > NSS error -8126 "
> > > 
> > > Google searches on that error do not yield ways of correcting this
> > > problem.  If
> > > I have a corrupted database, what is the syntax for running the
> > > program that
> > > corrects database error?
> > 
> > Try this:
> > 
> > cd ~/.cache/evolution/mail/
> > 
> > for i in `find . -name folders.db`
> > do
> > echo "Rebuilding Table $i"
> > sqlite3 $i "vacuum;"
> > done
> > 
> > Make sure Evo is completely off (--force-shutdown) before doing this.
> > 
> > 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
> 
> the nssdb folder for the user is in ~/.pki
> the system nss folder, if it exists, is in /etc/pki/
> (just as a note, in case /etc/pki/nssdb doesn't exist on your host, my system
> does not have /etc/pki and evo functions fine)
> 
> $ ag nssdb
> evolution/win32/patches/nss.patch
> 380:@@ -12,6 +12,8 @@ LIBRARY_NAME = nssdbm
> 382: MAPFILE = $(OBJDIR)/nssdbm.def
> 
> evolution-data-server/NEWS
> 4260: Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evolution
> directory. (David Woodhouse)
> 
> evolution-data-server/camel/camel.c
> 56:#define NSS_SYSTEM_DB "/etc/pki/nssdb"
> 132:   * operating systems we use ~/.pki/nssdb/, which
> is
> where
> 144:  g_get_home_dir (), ".pki/nssdb", NULL );

checked one of my other hosts ( an ubuntu box ).

rthompso@endpoint:~$ cd /etc/pki
rthompso@endpoint:/etc/pki$ ls -rlt
total 0
lrwxrwxrwx 1 root root 14 Sep 24  2014 nssdb -> /var/lib/nssdb
rthompso@endpoint:/etc/pki$ cd nssdb
rthompso@endpoint:/etc/pki/nssdb$ ls -rlt
total 44
-rw-r--r-- 1 root root 16384 Jul  8 12:58 secmod.db
-rw-r--r-- 1 root root   449 Jul  8 12:58 pkcs11.txt
-rw-r--r-- 1 root root 11264 Jul  8 12:58 key4.db
-rw-r--r-- 1 root root  9216 Jul  8 12:58 cert9.db

rthompso@endpoint:/etc/pki/nssdb$ file *
cert9.db:   SQLite 3.x database
key4.db:SQLite 3.x database
pkcs11.txt: ASCII text
secmod.db:  Berkeley DB 1.85 (Hash, version 2, native byte-order)


___
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] Second request for help: Messages from IMPAX getting corrupted by each other

2015-11-10 Thread Reid Thompson
On Tue, 2015-11-10 at 16:15 +, Patrick O'Callaghan wrote:
> On Tue, 2015-11-10 at 08:02 -0500, John Lauterbach wrote:
> > I would very much appreciate some help from the experts on this
> > problem.  Again,
> > evolution 3.16.5 running under Ubuntu 15.10.  When I start evolution
> > from the
> > command line I get "Failed to initialize NSS SQL database in
> > sql:/etc/pki/nssdb:
> > NSS error -8126 "
> > 
> > Google searches on that error do not yield ways of correcting this
> > problem.  If
> > I have a corrupted database, what is the syntax for running the
> > program that
> > corrects database error?
> 
> Try this:
> 
> cd ~/.cache/evolution/mail/
> 
> for i in `find . -name folders.db`
> do
> echo "Rebuilding Table $i"
> sqlite3 $i "vacuum;"
> done
> 
> Make sure Evo is completely off (--force-shutdown) before doing this.
> 
> 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

the nssdb folder for the user is in ~/.pki
the system nss folder, if it exists, is in /etc/pki/
(just as a note, in case /etc/pki/nssdb doesn't exist on your host, my system
does not have /etc/pki and evo functions fine)

$ ag nssdb
evolution/win32/patches/nss.patch
380:@@ -12,6 +12,8 @@ LIBRARY_NAME = nssdbm
382: MAPFILE = $(OBJDIR)/nssdbm.def

evolution-data-server/NEWS
4260:   Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evolution
directory. (David Woodhouse)

evolution-data-server/camel/camel.c
56:#define NSS_SYSTEM_DB "/etc/pki/nssdb"
132: * operating systems we use ~/.pki/nssdb/, which is
where
144:g_get_home_dir (), ".pki/nssdb", NULL );
___
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] Suspend/wake leaves Evo offline

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 11:57 +0100, Milan Crha wrote:
> On Tue, 2015-11-10 at 10:33 +, Patrick O'Callaghan wrote:
> > Is this intentional? If so it looks to me like a mis-feature.
> 
>   Hi,
> that is not intentional, not on the Evolution side. I do not think
> there had been done any changes in this part of the code on the
> Evolution side between 3.16.x and 3.18.x. It might be an issue with
> the GNetworkMonitor, on which the Evolution replies when checking
> connection availability.

It doesn't seem to affect other online apps such as Firefox, which I
think also use this connection test.

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] Second request for help: Messages from IMPAX getting corrupted by each other

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 08:02 -0500, John Lauterbach wrote:
> I would very much appreciate some help from the experts on this
> problem.  Again,
> evolution 3.16.5 running under Ubuntu 15.10.  When I start evolution
> from the
> command line I get "Failed to initialize NSS SQL database in
> sql:/etc/pki/nssdb:
> NSS error -8126 "
> 
> Google searches on that error do not yield ways of correcting this
> problem.  If
> I have a corrupted database, what is the syntax for running the
> program that
> corrects database error?

Try this:

cd ~/.cache/evolution/mail/

for i in `find . -name folders.db`
do
echo "Rebuilding Table $i"
sqlite3 $i "vacuum;"
done

Make sure Evo is completely off (--force-shutdown) before doing this.

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] Evolution not connecting to my network

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 12:02 +0100, Milan Crha wrote:
> On Tue, 2015-11-10 at 10:29 +, Patrick O'Callaghan wrote:
> > Check the online help for:
> > 
> > Why is Evolution's mail component offline?
> 
>   Hi,
> just for a reference:
> https://help.gnome.org/users/evolution/stable/offline.html.en

Thanks Milan. I wish the online Help would include URLs to make it
easier to give this kind of reference.

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] Second request for help: Messages from IMPAX getting corrupted by each other

2015-11-10 Thread John Lauterbach
I would very much appreciate some help from the experts on this problem.  Again,
evolution 3.16.5 running under Ubuntu 15.10.  When I start evolution from the
command line I get "Failed to initialize NSS SQL database in sql:/etc/pki/nssdb:
NSS error -8126 "

Google searches on that error do not yield ways of correcting this problem.  If
I have a corrupted database, what is the syntax for running the program that
corrects database error?

Thank you very much.

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] Unable to retrieve message.

2015-11-10 Thread Fedora
On Tue, 2015-11-10 at 12:28 +0530, Ritesh Khadgaray wrote:

> 
> You might want to clear the cache and check -
> https://wiki.debian.org/Evolution
> 
> Cheers
> -ritz

Tried that but it did not work. It created the folders.db files again,
but I still had the same problems.

But I have found a solution, though I don't know why it works. Simply
rename the folder holding the messages that have the problem. Something
happens at this stage, and the messages are found. Then rename it back
to what the folder was named originally.

Don't fully understand why this works but it does.

Thanks for the reply.

Mike
___
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] Evolution not connecting to my network

2015-11-10 Thread Milan Crha
On Tue, 2015-11-10 at 10:29 +, Patrick O'Callaghan wrote:
> Check the online help for:
> 
> Why is Evolution's mail component offline?

Hi,
just for a reference:
https://help.gnome.org/users/evolution/stable/offline.html.en
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] Suspend/wake leaves Evo offline

2015-11-10 Thread Milan Crha
On Tue, 2015-11-10 at 10:33 +, Patrick O'Callaghan wrote:
> Is this intentional? If so it looks to me like a mis-feature.

Hi,
that is not intentional, not on the Evolution side. I do not think
there had been done any changes in this part of the code on the
Evolution side between 3.16.x and 3.18.x. It might be an issue with the
GNetworkMonitor, on which the Evolution replies when checking
connection availability.
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] Suspend/wake leaves Evo offline

2015-11-10 Thread Patrick O'Callaghan
Evo 3.18.1 under Fedora 23.

I frequently use Suspend to RAM on my desktop to save power at night,
but when waking up the machine in the morning I notice that Evolution
is off-line. I'm pretty sure this didn't used to be the case with 3.16
under Fedora 22.

Is this intentional? If so it looks to me like a mis-feature.

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] Evolution not connecting to my network

2015-11-10 Thread Patrick O'Callaghan
On Tue, 2015-11-10 at 18:27 +1000, Doug Hutcheson wrote:
> I have just upgraded my Fedora 21 box to 22 (using dnf system-
> upgrade).
> Everything else is working and Firefox is happy with the network -
> tha is
> how I am posting this message.
> 
> Evolution was working flawlessly under Fedora 21, but now it will
> only say
> "Evolution is currently offline due to a network outage. Evolution
> will
> return to online mode once a network connection is established".
> 
> Is it possible that Evo may unhappy with using my WiFi network? Why
> this
> could be a problem is beyond me but I am clutching at straws at
> present.
> 
> Any help tracing the problem would be gratefully received, as I am
> currently reduced to handling my email account through Firefox, which
> is
> not my preference.

Check the online help for:

Why is Evolution's mail component offline?

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] Bug open : Some icons are old looking and should be refreshed

2015-11-10 Thread Simon Baconnais
I opened a bug about many icons looking old.

I made a proposal to replace it.

https://bugzilla.gnome.org/show_bug.cgi?id=757818

All comment are welcome :)
___
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] Corrupt Subject(and more) when saved to mbox

2015-11-10 Thread Joakim Tjernlund
On Mon, 2015-11-09 at 02:50 +0100, Ángel González wrote:
> Pete Biggs wrote:
> > > > > The Subject: line has a line feed in it.
> > > > 
> > > > That's OK - in headers line feeds are allowed, the next line
> > > > needs to
> > > > be indented and it's treated as a single line *by mail aware
> > > > programs*.
> > > > Unfortunately dos2unix doesn't know about anything about mail!
> > > 
> > > Then we really need a a new save target because it is impossible to
> > > save a mail as it was written, the mbox target always converts NL
> > > to
> > > CR+NL
> > 
> > RFC 2822 that defines MBOX format says that the line delimiter is
> > CR/LF
> > - so Evo is doing the correct thing.
> > 
> > But you are right in saying that there should be a save target other
> > than MBOX.  It's not really something that has ever bothered me as I
> > usually cut and paste from emails rather than saving.
> 
> No. MBOX is a local storing format. No rfc defines it (and thus we have
> mboxo, mboxrd, mboxcl, mboxcl2…) just like Maildir is not defined.
> 
> What rfc 822 series defines is the format of an “email message”
> (Internet Message Format).

Yes, I never found that CR+NL was required for mbox either.

> 
> 
> Joakin wrote:
> > Then we really need a a new save target because it is impossible to
> > save a mail as it was written, the mbox target always converts NL to
> > CR+NL
> 
> As a workaround: View source, Select All, Copy, Paste in text editor,
> Save

Does not work, one often get extra WS, it is base64 encoded or just simply too 
big

 Jocke
___
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] Evolution not connecting to my network

2015-11-10 Thread Doug Hutcheson
I have just upgraded my Fedora 21 box to 22 (using dnf system-upgrade).
Everything else is working and Firefox is happy with the network - tha is
how I am posting this message.

Evolution was working flawlessly under Fedora 21, but now it will only say
"Evolution is currently offline due to a network outage. Evolution will
return to online mode once a network connection is established".

Is it possible that Evo may unhappy with using my WiFi network? Why this
could be a problem is beyond me but I am clutching at straws at present.

Any help tracing the problem would be gratefully received, as I am
currently reduced to handling my email account through Firefox, which is
not my preference.

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