Re: [Evolution] Evolution Mail and Office365 MFA

2021-08-26 Thread Reid Thompson via evolution-list
On Thu, 2021-08-26 at 06:13 +, Sorin Srbu via evolution-list wrote:
> Hey all!
> 
> My workplace will in a short while turn on mandatory MFA for all staff
> accounts.
> 
> I was kinda' wondering if anybody on this list is in the same position and
> would like to hear about your own experiences wrt Evolution and
> Office365/MFA.

it has been working very well for me.

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] Mail merge?

2020-10-09 Thread Reid Thompson via evolution-list
On Fri, 2020-10-09 at 13:17 +0100, Patrick O'Callaghan wrote:
> 
> On Sat, 2020-10-10 at 00:51 +1300, gnome via evolution-list wrote:
> > Never said Evolution was anything other than an email client, but I've
> > come to expect to see this feature in clients (or at least as a plug
> > in) since I've been using it often for the last 6 or 7 years.
> 
> As I said, I for one have never come across this. It definitely is not
> a feature of Evolution, nor of any MUA I'm aware of. Some references to
> MUAs that do support it would be useful.
> 
> poc

it's an add-on for tbird

https://addons.thunderbird.net/en-US/thunderbird/addon/mail-merge/

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] Undo Send

2020-03-14 Thread Reid Thompson via evolution-list
On March 14, 2020 07:50:23 Andre Klapper  wrote:

>
>>
>
>
> Enable "Edit  Preferences  Composer preferences  General   Def
> ault Behavior  Send messages through Outbox folder" and set th
> e dropdown to "Send after 5 minutes".
>
> Cheers,
> andre
> --

This. ^

Saves me on a weekly basis.

___
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] Is there a possibility of placing a NATIVE text translator for Evolution 3.36?

2020-03-11 Thread Reid Thompson via evolution-list
On Wed, 2020-03-11 at 09:11 +, Pete Biggs wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> > Super simple and easy to set up, but what I miss is an instant email
> > translator that can change the text language in just one click.
> > 
> > Is there a possibility to incorporate a text translation tool in
> > Evolution like there is in Thunderbird like the M$ Edge browser text
> > translator and the S3.Google Translator that worked in the old
> > Thunderbird versions?
> > 
> Not natively in Evolution, but there is a Gnome Shell extension [1]
> that will translate highlighted/clipboard text with a key press.  I'm
> sure there will be similar things for other window managers.
> 
> P.
> 
> [1] 

as followup..

the extension uses https://github.com/soimort/translate-shell, which
could probably be integrated with an editor for inline translation; and
the editor could potentially be utilized as an evolution external
editor. ( i have gvim configured as my default editor by way of the
evolution external editor plugin, i would expect to be able to configure
gvim in such a way that translation to/from would be somewhat
straighforward)

https://github.com/echuraev/translate-shell.vim
___
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] pipe to program

2020-02-26 Thread Reid Thompson via evolution-list
On Wed, 2020-02-26 at 19:06 +, Ronald Tidwell @CA wrote:
> [EXTERNAL SOURCE]
> 
>  
> 
> Hi,
> 
> I am trying to pipe a message to a program. I get all the header information 
> but I don see any of body or attachment names.
> 
> Is the way it supposed work? I think I should see the message body and 
> attachment name.
> 
> Ron

you should see everyting. portions maybe encoded ( not human readable )

heres a simple script to see

$ cat dumpemailtofile 
#!/bin/bash

less <&0 > /tmp/dumpemail


create dumpemail, chmod it 755

set filter to pipe to dumpemail
select an email that will match your filter criteria and CTRL-Y,
ls -rlt /tmp/dumpemail*

cat the /tmp/dumpemail.x file




___
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


Re: [Evolution] Building the latest Evolution from the sources

2019-08-01 Thread Reid Thompson via evolution-list
On Thu, 2019-08-01 at 11:22 -0400, Reid Thompson wrote:
> > 
> 
> try
> 
> sudo apt-get update
> sudo apt-get install gobject-introspection
> 

also  - if you're not connecting to an exchange email account, you can
exclude building the ews components



___
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] Building the latest Evolution from the sources

2019-08-01 Thread Reid Thompson via evolution-list
On Thu, 2019-08-01 at 17:14 +0200, Volker Wysk wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> Am Donnerstag, den 01.08.2019, 17:05 +0200 schrieb Volker Wysk:
> > Am Donnerstag, den 01.08.2019, 12:42 + schrieb Reid Thompson via
> > evolution-list:
> > > On Thu, 2019-08-01 at 13:24 +0100, Patrick O'Callaghan wrote:
> > > > [EXTERNAL SOURCE]
> > > > 
> > > > 
> > > > 
> > > > On Thu, 2019-08-01 at 14:06 +0200, Volker Wysk wrote:
> > > > > Hi!
> > > > > 
> > > > > I'm using an Ubuntu 18.04.2 LTS system. I encountered bugs in
> > > > > evolution, and I'm wondering if it would be feasible to build
> > > > > the
> > > > > latest version from the sources.
> > > i scripted most of this for my use...
> > > 
> > > see/read the attached scripts
> > > 
> > > in all scripts, change all the lines containing rthompso to
> > > something
> > > appropriate for your system
> > > 
> > > in the runit script, delete everything after the invocation to
> > > start
> > > evolution.
> > 
> > Thanks a lot!
> > 
> > But I'm missing some list of libraries and versions which must be
> > installed for the build. I've run into this:
> > 
> > -- Checking for module 'gobject-introspection-1.0'
> > --   No package 'gobject-introspection-1.0' found
> > CMake Error at cmake/modules/PkgConfigEx.cmake:32 (message):
> >   Necessary libraries not found or not enough version.  If you want
> > to
> >   disable GObject introspection, please use
> > -DENABLE_INTROSPECTION=OFF
> >   argument to cmake command.
> > 
> > Would you have happened to write down some list?
> 
> There is a list of build dependencies for Fedora on the Gnome wiki
> page:
> 
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.gnome.org_Apps_Evolution_Building=DwICaQ=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=rp6pkpyQ1JWI2K56Up_5Q-PmynGaCgo3p17JYFffwrI=QAv32u49GwEl3TNX0AnUKry22EsQZ-rphViDEnOV0QA=
> 
> The library names are for Fedora, not for Ubuntu (which I'm running).
> But it seems to be rather easy to find out the corresponding Ubuntu
> libraries.
> 
> Bye
> Volker
> 

try

sudo apt-get update
sudo apt-get install gobject-introspection

___
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] Building the latest Evolution from the sources

2019-08-01 Thread Reid Thompson via evolution-list
On Thu, 2019-08-01 at 13:24 +0100, Patrick O'Callaghan wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> On Thu, 2019-08-01 at 14:06 +0200, Volker Wysk wrote:
> > Hi!
> > 
> > I'm using an Ubuntu 18.04.2 LTS system. I encountered bugs in
> > evolution, and I'm wondering if it would be feasible to build the
> > latest version from the sources.
> 
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.gnome.org_Apps_Evolution_Building=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=Wh6fHhX-rp7YJ3tZ1webBvI986XoThDIxZaUBQl6ovI=tOUifsVrhab6eqEeBQNprHNJQSm6X7_gHyF0PRnsX_w=
> 
> poc
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=Wh6fHhX-rp7YJ3tZ1webBvI986XoThDIxZaUBQl6ovI=BFX49Fy-722h1BBuWmPIQROZjVA-Cs-yTCXSgZOoh90=


i scripted most of this for my use...

see/read the attached scripts

in all scripts, change all the lines containing rthompso to something
appropriate for your system

in the runit script, delete everything after the invocation to start
evolution.




buildit
Description: buildit
echo "rm -rf $HOME/evo-git-head/evolution-data-server/_build/*"
echo "rm -rf $HOME/evo-git-head/evolution/_build/*"
echo "rm -rf $HOME/evo-git-head/evolution-ews/_build/*"
echo "rm -rf $HOME/evo-git-head/ccache/*"



setbranch
Description: setbranch


runit
Description: runit


pullupdates
Description: pullupdates


setenvironment
Description: setenvironment
___
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 and texpander

2019-07-11 Thread Reid Thompson via evolution-list
On Wed, 2019-07-10 at 15:22 +0200, jjb wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> HI
> Texpander 
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__leehblue.com_ubuntu-2Dtext-2Dexpander_=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=v5FJJX0TeNWodlCwhqeCKL8ls0bMPcc8kHWuU0kwmRo=xePCk2pwSvpP6qY5fhnbm1-NVG5_ly1qKI6tCC2MGXQ=
>for some reasondoes not work in evolution.
> It is for paste little bits of text into mails and works in thunderbird
> and others, but not in Evolution.
> And I have not a bit of an idea why.
> What is so different in Evolution that texpander cannot paste a text
> into a mail message?
> using 3.32.3 (3.32.3-1.fc30)
> 
> thanks an advance
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=v5FJJX0TeNWodlCwhqeCKL8ls0bMPcc8kHWuU0kwmRo=wmaiG4fWduL_Jx3wGyll31h5etJ-7xIe7BhB8GD0lxQ=


give a full example of what you are doing and what you are seeing happen
does the texpander zenity window open? 
when you click OK, what happens?
where is your cursor when you click ok.

etc


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] FoxitReader ghost

2019-04-18 Thread Reid Thompson via evolution-list
On Thu, 2019-04-18 at 10:52 -0400, David Burleigh via evolution-list wrote:
> [EXTERNAL SOURCE]
>  
> On Thu, 2019-04-18 at 10:42 -0400, Adam Tauno Williams wrote:
> > > I did the same search in /usr/share/applications and there is no
> > > instance
> > > *foxit* there, and I removed "display-im6.q16.desktop" also, which
> > > made no difference.
> > 
> > All this sits on top of XDG, so it should be a ".desktop" file
> > somewhere.
> > 
> > Official locations are:
> > /usr/share/applications/
> > /usr/local/share/applications/
> > ~/.local/share/applications/
> 
> Well, this is quite a mystery, because there's no trace of foxit in any of
> those folders. 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=5io-DAmSA-chw472fOceFSkdoYXG9WnI5d0hcMk9qEM=1xXGnzK3W7PJpHxSj2so2k8BarPMZ7HmX0cl4z6I1S8=
>

just asking, are you grep'ing case insensitve for Foxit/foxit

$ rg -i foxit .local/share/applications/
.local/share/applications/mimeapps.list
13:application/pdf=FoxitReader.desktop
14:application/ppdf=FoxitReader.desktop
15:application/octet-stream=FoxitReader.desktop

.local/share/applications/mimeinfo.cache
3:application/octet-stream=FoxitReader.desktop;
5:application/pdf=FoxitReader.desktop;wine-extension-pdf.desktop;

.local/share/applications/FoxitReader.desktop
2:Name=Foxit Reader
10:Icon=FoxitReader
11:Exec=/home/rthompso/opt/foxitsoftware/foxitreader/FoxitReader.sh %F


___
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 file does evo utilize on startup to determine if 'this is a first run, and requires initial setup'

2019-04-03 Thread Reid Thompson via evolution-list
On Wed, 2019-04-03 at 17:10 +0200, Milan Crha via evolution-list wrote:
> On Wed, 2019-04-03 at 14:50 +0000, Reid Thompson via evolution-list
> wrote:
> > Right now, my git build shows in the about dialog 3.32.1.
> > (but this issue has happened on previous version builds also).
> 
> Hi,
> well, it's not an issue, it's part of the Post-release version bump. It
> has some pros and cons, of course (in contrast to bump the version
> right before the release). No big deal from my side.
> 
> > where does it look for configured mail accounts?
> 
> It asks the evolution-source-registry, which merges .source files from
>~/.config/evolution/sources/
> and
>~/.cache/evolution/sources/


Contents of those two directories.

$ cd .config/evolution/sources/
[14:41:41][7s] rthompso@raker3> ~/.config/evolution/sources 
$ ls -rlt
total 117
-rw-r--r-- 1 rthompso staff  288 Jul 29  2014 system-proxy.source
-rw-r--r-- 1 rthompso staff  224 Feb 22  2016 vfolder.source
-rw-r--r-- 1 rthompso staff  280 Feb 22  2016 local.source
-rw-r--r-- 1 rthompso staff  128 May  2  2016 system-memo-list.source
-rw-r--r-- 1 rthompso staff  128 May  2  2016 system-task-list.source
-rw--- 1 rthompso staff   89 Jul 20  2016 1420482556.3582.2@raker3.source
-rw--- 1 rthompso staff  486 Aug 16  2016 1459194168.3830.0@raker3.source
-rw--- 1 rthompso staff  362 Jan  5  2017 1415136111.3372.2@raker3.source
-rw--- 1 rthompso staff  472 Sep 14  2017 1471379729.14581.6@raker3.source
-rw--- 1 rthompso staff  148 Jan  3  2018 
ccae5ed3d3de2ffeee1aaff0a60e7ff458b17f9d.source
-rw--- 1 rthompso staff  246 Jan  3  2018 
afc9dc64e5640cc16de078a6ac793aa4e854f9ef.source
-rw--- 1 rthompso staff  332 Jan  3  2018 
2958741907fadb121cb69d8d587fa59856087236.source
-rw--- 1 rthompso staff  587 Jan  3  2018 
1fa5e6be9e9f52bb7050beaae23c50d259e01e68.source
-rw--- 1 rthompso staff  241 Jan  3  2018 
b5b647c3aaddb3bbea00314cdca09c38aba43f97.source
-rw--- 1 rthompso staff  576 Jan  3  2018 
27520fac9488144eaad7555cda8f592ddf098c9a.source
-rw--- 1 rthompso staff  322 Jan  3  2018 
50a8272d0bff51f5cc1a8975b4b28b1bf36d413e.source
-rw--- 1 rthompso staff 1079 Jan 16  2018 
10b7c81d748657555aa4977a78f248d4e1c06f9c.source
-rw--- 1 rthompso staff  617 Jan 31 16:24 1474296229.27009.10@raker3.source
-rw--- 1 rthompso staff  702 Jan 31 16:24 1412012850.3569.4@raker3.source
-rw--- 1 rthompso staff  702 Jan 31 16:24 1412012936.3569.10@raker3.source
-rw--- 1 rthompso staff  633 Feb  4 14:24 1475506744.14309.4@raker3.source
-rw-r--r-- 1 rthompso staff  250 Feb  4 14:24 birthdays.source
-rw-r--r-- 1 rthompso staff  184 Feb 22 13:15 system-calendar.source
-rw--- 1 rthompso staff 1064 Feb 28 14:31 
8ae2c58bb262cbddb3ee0ca7a1e950af7c0c30cb.source
-rw--- 1 rthompso staff  323 Mar 14 10:47 
f2a6af312ef6e1a84f2cdc87bef9f42eab34580b.source
-rw--- 1 rthompso staff  636 Apr  3 09:45 1472492549.15621.11@raker3.source
[14:41:42][0s] rthompso@raker3> ~/.config/evolution/sources


$ cd ~/.cache/evolution/sources/
[14:41:56][0s] rthompso@raker3> ~/.cache/evolution/sources 
$ ls -rlt
total 17
drwxr-xr-x 2 rthompso staff  2 Apr  3 07:00 trash
drwx-- 2 rthompso staff 20 Apr  3 12:45 
8ae2c58bb262cbddb3ee0ca7a1e950af7c0c30cb

> It looks for those which contain
>[Mail Account]
> section, roughly said. It doesn't matter whether it's enabled or not,
> just whether there is any. The "On This Computer" and "Search Folders"
> are skipped.

Files with [Mail Account] in /home/rthompso/.config/evolution/sources

$ cd -
/home/rthompso/.config/evolution/sources
[14:52:20][0s] rthompso@raker3> ~/.config/evolution/sources  

$ rg "\[Mail Account\]"
50a8272d0bff51f5cc1a8975b4b28b1bf36d413e.source
10:[Mail Account]

vfolder.source
8:[Mail Account]

local.source
8:[Mail Account]

2958741907fadb121cb69d8d587fa59856087236.source
10:[Mail Account]

f2a6af312ef6e1a84f2cdc87bef9f42eab34580b.source
10:[Mail Account]

Dates for files in /home/rthompso/.config/evolution/sources:

$ rg -l "\[Mail Account\]" | xargs ls -l
-rw--- 1 rthompso staff 332 Jan  3  2018 
2958741907fadb121cb69d8d587fa59856087236.source
-rw--- 1 rthompso staff 322 Jan  3  2018 
50a8272d0bff51f5cc1a8975b4b28b1bf36d413e.source
-rw--- 1 rthompso staff 323 Mar 14 10:47 
f2a6af312ef6e1a84f2cdc87bef9f42eab34580b.source
-rw-r--r-- 1 rthompso staff 280 Feb 22  2016 local.source
-rw-r--r-- 1 rthompso staff 224 Feb 22  2016 vfolder.source


No files with [Mail Account] in /home/rthompso/.cache/evolution/sources
$ cd -
/home/rthompso/.cache/evolution/sources
[14:51:26][0s] rthompso@raker3> ~/.cache/evolution/sources
$ rg "\[Mail Account\]"
[14:51:29][0s] rthompso@raker3> ~/.cache/evolution/sources
$ 

> You mentioned it mostly happens when you work with VPN. How is your
> account configured, directly in Evoluti

Re: [Evolution] What file does evo utilize on startup to determine if 'this is a first run, and requires initial setup'

2019-04-03 Thread Reid Thompson via evolution-list
On Wed, 2019-04-03 at 15:31 +0200, Milan Crha via evolution-list wrote:
> On Wed, 2019-04-03 at 11:13 +0000, Reid Thompson via evolution-list
> wrote:
> > evo 3.32.1
> 
> Hi,
> it's planned for a release the next week :)

Thanks Milan,

sure, i'm building and running from git gnome-3-32
Right now, my git build shows in the about dialog 3.32.1.
(but this issue has happened on previous version builds also).

git branch:
  gnome-3-30
* gnome-3-32
  master
lines 1-3/3 (END)
> 
> It sounds like there was not found any configured mail account, which
> triggers the New Mail Account wizard when you enter the Mail view
> (starting in the Calendar or any other than the Mail view doesn't
> trigger it). The wizard can be disabled with that "Do not show again"
> checkbox, if I recall correctly and if we are talking about the same
> thing.
> Bye,
> Milan

where does it look for configured mail accounts?

The next time it happens, I want to inspect to determine if the
confiuration information is there or has truly disappeared.

This happens randomly, but often enough to be a distraction.

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] What file does evo utilize on startup to determine if 'this is a first run, and requires initial setup'

2019-04-03 Thread Reid Thompson via evolution-list
evo 3.32.1 

What file does evo utilize on startup to determine if 'this is a first
run, and requires initial setup'?

On random occasions ( although it seems to occur more often after I have
utilized our work vpn from home ), on startup evolution will believe
that it's being started for the first time after an installation,
forcing me to recover from a backup. I'd like to know what triggers
evolution to believe this - a missing file or configuration setting - so
that I can check for it manually to see if it's truly missing and if so
try to determine the root cause.


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] No Matter What I Try, Can't Move Thunderbird Archives to Evo

2019-02-20 Thread Reid Thompson
There are multiple command line applications that will convert mbox to
maildir.  You can write a script to make a copy of your mbox files in a
working area and convert the messages in the copy(ies) to maildir format in a
location of  your choice to be imported into evo.

https://www.google.com/search?client=firefox-b-1-d=convert+mbox+to+maildir

reid



On Mon, 2019-02-18 at 00:54 +, Bill and Carol Yager wrote:
> [EXTERNAL SOURCE]
>  
> My Evo version is:  3.30.1and I am set up for POP3 using ATT.com 
> serrver
> 
> I have many, many saved emails organized in hundreds of sub-folder 
> hierarchies in Thunderbird 60.4.0.   I believe the Thunderbird formt is Mbox 
> while the Evo system is using Maildir.
> 
> For two weeks I have been trying Evolution and really like the UI, but I have 
> been unsuccessful in migrating the Thunderbird emails to Evolution.  There 
> are far too many to use the GUI within Evo
> which only appears to move one file at a time.  Also, I have searched these 
> mailing list archives for solutions and have tried them. No luck.
> 
> I have tried two methods:
> 
> 1. Copied the Saved_Mail.sbd folder (my top-level saved mail folder) from 
> Thunderbird
> 
> Home\thunderbird\xx.default\Mail\Local Folders\Saved_Mail.sbd
> 
>into the Evolution "local" folder resulting in
> 
> Home\.local\share\evolution\mail\local\Saved Mail.sbc
> 
> 2. Created a folder "Saved_Mail" using the Evolution GUI and then copied the 
> contents of the Thunderbird "Saved Mail.sbd" over to the Evolution 
> "Saved_Mail" folder. In addition to the copied
> files, I see the "cur", "new" and "tmp" files in the Evo "Saved_Mail" folder, 
> indicating the Maildir structure.
> 
> Some people have mentioned that the file to copy over is the file within the 
> Thunderbird "Saved Mail.sbd" folder that doesn't have any extension; "Saved 
> Mail.  " in my case.  But, this file is empty
> (size = 0)??
> 
> What am I doing wrong?  Other people have mentioned that they have 
> successfully moved a folder hierarchy over to Evolution.  Is it because Evo 
> is now using a different email method than Thunderbird
> (maildir vs mbox)?  If so, how do I compensate for this?
> 
> Any help will be greatly appreciated.  Really want to move from TB to Evo.
> 
> Thanks,
> Bill
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> 
https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP7ux8=EEjVQELw_LVHQjZ5heUa9WAx0KwV1haPpo7_NVx-0Jo=a4bcRX4YMcX88FXx8WpD6wu5F0MBBKdJqVPM9OJhK7M=


___
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] Export message filters?

2018-07-31 Thread Reid Thompson via evolution-list
On Tue, 2018-07-31 at 12:53 -0500, Christopher Marlow wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> On Mon, 2018-07-30 at 19:00 +, Reid Thompson via evolution-list
> wrote:
> 
> > it includes filters...
> > 
> > $ tar tvf evolution-backup-20180719.tar.gz |grep filters
> > -rw--- rthompso/staff   121868 2018-01-03 07:39
> > .config/evolution/mail/filters.xml
> > 
> > 
> 
> 
> So in contradiction to what POC said. Doing the " FILE > EXPORT
> EVOLUTION" in fact *DOES* back up email, notes, address books,
> calendar, AND FILTERS?
> 
> Reading "Pete Biggs" email, if I understood it correctly, it echo's
> what "Reid Thompson" is saying above ^ 
> 
> 
> Thank you and take care!
> -- Chris
> 

It backs up quite a bit.

Create a backup, then tar tvf the file to see the contents

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] Export message filters?

2018-07-30 Thread Reid Thompson via evolution-list
On Mon, 2018-07-30 at 19:07 +0100, Patrick O'Callaghan wrote:
> > 
> > 
> > 
> > I thought that when I did the following command... EVERYTHING in evo was 
> > backed up: emails, filters, etc,
> > 
> > FILE > WORK OFFLINE >
> > 
> > And then:
> > 
> > FILE > BACKUP EVOLUTION ??
> > 
> 
> The Help entry for Backup and Restore says:
> 
>The backup saves your settings, mail, contacts, tasks, memos and calendars.
> 
> poc
> 
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> 


it includes filters...

$ tar tvf evolution-backup-20180719.tar.gz |grep filters
-rw--- rthompso/staff   121868 2018-01-03 07:39 
.config/evolution/mail/filters.xml


___
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] editing Evolution configuration

2018-07-20 Thread Reid Thompson via evolution-list
Exit -> Preferences -> Calendar And Tasks 
 check the boxes for Sat Sun

___
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] all of my archived emails dissapeared

2018-07-19 Thread Reid Thompson via evolution-list
On Thu, 2018-07-19 at 21:43 +0200, Ralf Mardorf wrote:
...snip...
> 
> Also consider that preserving existing pigeon holes could be
> counterproductive. Instead of filtering by using existing pigeon holes,
> it could be better to restructure the pigeon holes in combination with
> developing filters.
> 
> Regards,
> Ralf


https://help.gnome.org/users/evolution/stable/mail-filters-conditions.html.en


from the above page i've found these to be handy...

...snip...

Expression:

(For programmers only) Match a message according to an expression you write in 
the Scheme language used to define filters in Evolution.

https://help.gnome.org/users/evolution/stable/mail-filters.html.en




Free Form Expression:

(For advanced users only) Combine numerous conditions by using a special syntax.

https://bugzilla.gnome.org/show_bug.cgi?id=550796#c10

...snip...

___
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] log files

2018-06-05 Thread Reid Thompson
On Tue, 2018-06-05 at 21:18 +0100, Richard Bown wrote:
> Hi
>  I've moved to Evo from another mailer as I was frequently getting imap
> errors.
> Does Evo have log files anywhere, I've looked and cant find anything.
> 
> It would be nice for debug purposes to be able to see the IMAP
> handshake and downloads etc
> 
> Thanks, and apologies for the nb question
> --


this will likely help

https://wiki.gnome.org/Apps/Evolution/Debugging
___
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 very slow to close

2018-04-19 Thread Reid Thompson
On Thu, 2018-04-19 at 06:08 -0700, Christophe PEREZ wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> > I do not think so. The changes in that previously mentioned bug will
> > help.
> 
> Nice.
> 
> > Well, you do use vFolders. The On This Computer/Trash and On This
> > Computer/Junk folders are vFolders. If I recall correctly, the change
> > in that bug was not only for vFolders, it helped with other Maildir
> > operations as well.
> 
> Ok ! So I'll wait for evolution 3.26 in gentoo.
> 
> 
> 
> --
> Sent from: 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__gnome-2Devolution-2Dgeneral.1774414.n4.nabble.com_=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrl
> IBszDh26sKYP7ux8=lHN9Xgw59AG-5GCzXd3k9mS8qKPhenXi7VPJ3lAwyIE=_P_p0q7ZSbShG41WP5qL6lqxz9KbBl0UhEzGWcS-Rc0=
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP
> 7ux8=lHN9Xgw59AG-5GCzXd3k9mS8qKPhenXi7VPJ3lAwyIE=xgy4Anicd0_l9iZ4rQdRI2VDh9u-hF147KShvCTfdOE=


don't wait, 

build it  https://wiki.gnome.org/Apps/Evolution/Building


EX:

currently running 3.28.1 (branch gnome-3-28)

NOTE:
if you elect to build and use the below scripts as a reference, be aware
that my PREFIX (install dir) is different from the one configured in
https://wiki.gnome.org/Apps/Evolution/Building -- I install in /opt/evo.
And there are some directory paths in a couple of the scripts that you
would need to adjust to your environment, and possibly a few other
things.

[11:16:09][2s] rthompso@raker3> ~/evo-git-head 
$ pwd
/home/rthompso/evo-git-head
[11:16:10][0s] rthompso@raker3> ~/evo-git-head 
$ ls -lrt
total 53
-rwxr-xr-x  1 rthompso staff  327 Aug 31  2017 setenvironment
-rwxr-xr-x  1 rthompso staff 1647 Aug 31  2017 buildit
-rwxr-xr-x  1 rthompso staff  196 Sep 22  2017 pullupdates
-rwxr-xr-x  1 rthompso staff  419 Oct 25 07:55 runit
-rwxr-xr-x  1 rthompso staff  173 Jan  3 14:48 flushbuilddirs
drwxr-xr-x 13 rthompso staff   36 Apr  3 13:12 evolution
-rwxr-xr-x  1 rthompso staff  215 Apr  3 13:12 setbranch
drwxr-xr-x 10 rthompso staff   24 Apr  3 13:12 evolution-data-server
drwxr-xr-x  8 rthompso staff   18 Apr  3 13:12 evolution-ews
[11:16:16][0s] rthompso@raker3> ~/evo-git-head 
$ cat setenvironment
#!/bin/bash

export PREFIX=/opt/evo
export PATH=$PREFIX/bin:$PATH
export LD_LIBRARY_PATH=$PREFIX/lib
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/share/pkgconfig
export GSETTINGS_SCHEMA_DIR=$PREFIX/share/glib-2.0/schemas
export CFLAGS="-Wno-deprecated-declarations"
export CCACHE_DIR=/home/rthompso/evo-git-head/ccache
[11:16:29][0s] rthompso@raker3> ~/evo-git-head 
$ cat buildit
#!/bin/bash

export PREFIX=/opt/evo
export PATH=$PREFIX/bin:$PATH
export LD_LIBRARY_PATH=$PREFIX/lib
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/share/pkgconfig
export GSETTINGS_SCHEMA_DIR=$PREFIX/share/glib-2.0/schemas
export CFLAGS="-Wno-deprecated-declarations"
export CCACHE_DIR=/home/rthompso/evo-git-head/ccache

cd $HOME/evo-git-head/evolution-data-server/_build
cmake .. -G "Unix Makefiles" \
-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

make &&  make install


cd $HOME/evo-git-head/evolution/_build
cmake .. -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DLIB_SUFFIX= \
-DENABLE_AUTOAR=OFF \
-DENABLE_CANBERRA=OFF \
-DENABLE_CONTACT_MAPS=OFF \
-DENABLE_GNOME_DESKTOP=OFF \
-DENABLE_INSTALLED_TESTS=OFF \
-DENABLE_PST_IMPORT=OFF \
-DENABLE_GTK_DOC=OFF \
-DWITH_GLADE_CATALOG=OFF \
-DWITH_HELP=OFF

make &&  make install


cd $HOME/evo-git-head/evolution-ews/_build
cmake .. -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DLIB_SUFFIX=

make &&  make install
[11:16:33][0s] rthompso@raker3> ~/evo-git-head
$ cat pullupdates
#!/bin/bash

GITDIR="/home/rthompso/evo-git-head"

cd $GITDIR

for dir in evolution  evolution-data-server  evolution-ews
do
   echo "updating $GITDIR/$dir"
   cd $GITDIR/$dir
   git pull
done



[11:16:37][0s] rthompso@raker3> ~/evo-git-head
$ cat  runit
#!/bin/bash
cd /home/rthompso/evo-git-head

source $HOME/evo-git-head/setenvironment
$PREFIX/libexec/evolution-source-registry &
sleep 1

Re: [Evolution] Message filters

2018-01-26 Thread Reid Thompson
On Fri, 2018-01-26 at 12:43 +0100, Martin Wagner wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> Hi
> 
> I trying to figure out if I'm using the filters wrong or if there's a
> bug. I've got Evolution 3.26.4 on a Fedora 27.
> 
> So I've subscribed to fedora package announce list, but I don't care
> for any mail regarding fedora 26, so I've setup two filters. The first
> one checks if it is from this mailing list AND the subject contain
> "Fedora 26" then it should be deleted. Then there's second filter that
> checks if it is from this mailing list and if so move to a specified
> folder.
> 
> The problem is that the first (and it is above the second one in the
> list) filter doesn't seem to have any effect on incoming mails, they
> all end up in the folder. But then when I go to the folder and select
> some Fedora 26 mails and press ctrl-y, then they get deleted.
> 
> Any advice?
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP
> 7ux8=eQJXCpLk-Rs-oE2IpI0ZnoMRoEbkzw_APU_W09OUdmg=DJ-aUoLMRGeyKtlU4DPAyGCE61Mtxy6b5o5M6J8Dpp0=


check

Edit/Preferences
select mail accounts
select the account
select edit
select receiving options
is the checkbox for Apply filters to new messages in inbox on this
server selected?
___
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] defining multiple mbox accounts with evolution

2017-11-17 Thread Reid Thompson
On Fri, 2017-11-17 at 16:57 +, Pete Biggs wrote:
> 
> > 
> > The reason I want to use mbox format is because I receive a lot of
> > (mostly list) emails,
> > and I don't want to add another 5+ files to my system.
> 
> 50k files is nothing. Why do you object to having more files? (My home
> partition currently has 1.5M files in it and doesn't seem to suffer.)
> 

agreed -- at times i've had several hundred thousand emails in my
evolution maildir account without issue -- currently it's over 162k files.  

$ pwd
/home

$ find |wc -l
2,154,514
___
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] Can't use bogofilter

2017-11-08 Thread Reid Thompson
On Wed, 2017-11-08 at 14:09 +0100, Sascha Manns wrote:
> [EXTERNAL SOURCE]
> 
> 
> 
> Hello list,
> 
> currently i tried out to mark a message as unwanted. But Evolution
> says: "Bogofilter is crashed or can't handle the message".
> 
> How can i find out, what's the problem?
> 
> Greetings
> Sascha
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.gnome.org_mailman_listinfo_evolution-2Dlist=DwICAg=w8fEmIi-B5lsC0MnOiGTloUx5YmN70-3jVCmqqbXNxM=4r1gVE34nFB7YgioINuzq1cdGrlIBszDh26sKYP
> 7ux8=fpyKYVlk5R5XFKEnkipDgXGV2agZQmI4N4LE8c0s7WU=5SY5IsCbPvASQLAQWmTOKM7Zy6p9a0VWH6b2I1J4gfA=

check the troubleshooting and other information here

http://bogofilter.sourceforge.net/faq.shtml


___
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] Fehler in Evolution 3.18.52 ?

2017-07-31 Thread Reid Thompson
On Mon, 2017-07-31 at 12:02 +0100, Patrick O'Callaghan wrote:
> ***[External Source]***
> 
> 
> On Sun, 2017-07-30 at 11:02 +0200, Peter Anders wrote:
> > Hallo,
> > hier ein Ausschnitt aus aktuellen Mails. Die Fehler im Zeilenumbruch
> > wirken sich auch auf meine alten mails aus die ich aus der
> > Datensicherung neu eingespielt habe. Ausserdem kommt das Eingabefeld
> > "Blindkopie" nicht mehr.
> > Lässt sich da was machen über die Einstellungen?
> > Viele Grüsse,
> > Peter Anders
> > mein-postf...@sags-per-mail.de
> 
> Please post your message in English or add an English translation to
> the original.
> 
> 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


from the Email Compose window, select View menu item and check Bcc field.


Wählen Sie im Fenster "Compose" die Option "Menü anzeigen" und klicken Sie auf 
"Bcc".
___
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] Fehler in Evolution 3.18.52 ?

2017-07-31 Thread Reid Thompson
On Mon, 2017-07-31 at 12:02 +0100, Patrick O'Callaghan wrote:
> ***[External Source]***
> 
> 
> On Sun, 2017-07-30 at 11:02 +0200, Peter Anders wrote:
> > Hallo,
> > hier ein Ausschnitt aus aktuellen Mails. Die Fehler im Zeilenumbruch
> > wirken sich auch auf meine alten mails aus die ich aus der
> > Datensicherung neu eingespielt habe. Ausserdem kommt das Eingabefeld
> > "Blindkopie" nicht mehr.
> > Lässt sich da was machen über die Einstellungen?
> > Viele Grüsse,
> > Peter Anders
> > mein-postf...@sags-per-mail.de
> 
> Please post your message in English or add an English translation to
> the original.
> 
> 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


google translated from oldest to newest..
I posted response re the BCC fields.  I'm not familiar with the line
breaks issue offhand.

Erst seit ich auf meinem Desktop Mint 18.2 installiert habe habe ich nun ein 
neueres Evolution. Und da funktioniert der Zeilenumbruch nicht mehr gut und ich 
finde auch die BCC Leiste nicht mehr. Das
ist das was mich im wesentlichen stört.


Only since I installed on my desktop Mint 18.2 I have now a newer evolution. 
And there the line break does not work well and I also find the BCC bar no 
longer. This is what essentially upsets me.




wie ich sehe ist die 10 auch die "stabile" Version die aktuell auch noch gut 
ist, und auf einem neueren Mint kommt dann eine Entwicklungsversion zum 
Einsatz, die hat gegebenenfalls noch Fehler, das
mit dem Zeilenumbruch klingt so und Sachen die (noch) nicht neu entwickelt 
wurden. Also wenn du die neue Version regelmäßig aktualisiert ist davon 
auszugehen dass sich da einiges verbessert. Diese
Leiste kenne ich jetzt nicht, aber wenn du mal in den Einstellungen 
rumprobierst kann es sein dass du die nur neu einstellen musst.


As I see the 10 is also the "stable" version which is currently also good, and 
on a newer Mint is then a development version to the application, which has, if 
necessary, errors, the linebreak sounds
like this and things are not (yet) Have been developed. So if you update the 
new version regularly is to assume that there is a lot improved. This bar I do 
not know now, but if you times in the
settings rumprobierst it can be that you only have to adjust the new.



hier siehst zum Beispiel den Fehler beim Zeilenumbruch. In den Mails vorher, 
die ich mit einer älteren Version vom Laptop aus geschrieben hatte, war dieser 
Fehler nicht.



Here you can see the line break. In the mails before, which I had written with 
an older version from the laptop, this error was not.


hier ein Ausschnitt aus aktuellen Mails. Die Fehler im Zeilenumbruch wirken 
sich auch auf meine alten mails aus die ich aus der Datensicherung neu 
eingespielt habe. Ausserdem kommt das Eingabefeld
"Blindkopie" nicht mehr.  Lässt sich da was machen über die Einstellungen?


Here a section from current mails. The errors in the line break also affect my 
old mails from which I have re-imported from the backup. In addition, the input 
field "Blind" is no longer available. Can
there be something about the settings?
___
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 and RTL

2017-07-13 Thread Reid Thompson
On Thu, 2017-07-13 at 15:03 +0300, Tal Raveh wrote:
> Hello, 
> 
> I'm using Evolution version 3.18.5.2 on Linux Mint 18.1 Serena.
> How can I change the editor to RTL ? or change the default html editor that 
> evolution use?
> 
> Best Regards, 
> Tal Raveh
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list


use the external editor plugin
https://www.google.com/search?q=evolution+external+editor=utf-8=utf-8
___
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] Composing editor selection

2017-05-17 Thread Reid Thompson
On Wed, 2017-05-17 at 09:17 +0200, Milan Crha wrote:
>    $ gsettings set org.gnome.evolution.plugin.external-editor \
>    command "gvim -f"

you can set the filetype to email also if you wish...

gvim -c "set ft=mail"  -f

> to change the value to gvim, like in UI.
> 
___
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] Word Wrapping

2017-04-12 Thread Reid Thompson
On Wed, 2017-04-12 at 17:39 +0200, Ralf Mardorf wrote:
> 
> On my machine the external editor plugin doesn't work, even after
> restarting Evolution 3.22.6. So if you want this feature, you might need
> to report a bug at https://launchpad.net/evolution ;), if it shouldn't
> work four you, too.

it's working for me on 3.22.6 

gentoo
___
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] Word Wrapping

2017-04-12 Thread Reid Thompson
On Wed, 2017-04-12 at 15:48 +, Reid Thompson wrote:
> On Wed, 2017-04-12 at 17:39 +0200, Ralf Mardorf wrote:
> >  
> > On my machine the external editor plugin doesn't work, even after
> > restarting Evolution 3.22.6. So if you want this feature, you might need
> > to report a bug at https://launchpad.net/evolution ;), if it shouldn't
> > work four you, too.
> 
> it's working for me on 3.22.6 
> 
> gentoo

i have it configured as

gvim -c "set ft=mail" -f
___
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] Imap Notes

2017-02-15 Thread Reid Thompson
On Wed, 2017-02-15 at 21:25 +0300, Sergey Makeev wrote:
> Patrick, please, give us the direct link leading straight forward to
> Evolutuion section of Bugzilla.
> 
> Sergey Makeev
> Le noble russe

https://bugzilla.gnome.org/
___
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] Printing to US Letter Size Paper

2017-01-04 Thread Reid Thompson
On Wed, 2017-01-04 at 09:11 -0800, Jonathan Ryshpan wrote:
> Evolution is formatting its print output for A4 size paper.  How can it be 
> set to format for US letter size paper?
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list

on mine, it's File/Page Setup or File/Print then select Page Setup tab

Evo 3.22.2
___
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] wrapping text vs. wrapping links?

2016-10-03 Thread Reid Thompson
On Fri, 2016-09-30 at 09:06 +0200, Kristian Rink wrote:
> Folks;
> 
> I have set my evolution to wrap text lines at around 71 characters,
> which is something I am pretty much used to and it still feels "right"
> in most situations.
> 
> However, having this configuration, evolution also does pretty
> consequently wrap any hyperlinks in mail bodies, resulting in
> recipients being unable to click-open them.
> 
> Is this a desired behaviour? It's not too much high-priority as there
> are easy workarounds (and be that using link shorteners or the like),
> but it's a bit inconvenient... ;)
> 
> Cheers,
> Kristian
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list

my workaround for now is, put cursor in link, select preformatted from
drop down list.  It will unbreak the link.

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] More on Crashes

2016-09-13 Thread Reid Thompson
On Tue, 2016-09-13 at 12:52 +0100, Pete Biggs wrote:
> > 
> > Since I posted the bug, a little more than a month ago, there has been no
> > activity on it (except my own futile attempts to track it down).  
> > 
> > I will soon have to give up on Evolution, since it crashes many times a day,
> > more than 100 times since I became aware of the bug, and since the Breeza
> > theme
> > is the only one that makes evolution usable on my system. (Better the
> > crashes
> > than the other unusable themes.)
> 
> The strange thing is that your version of Evo on F24 is actually very
> stable and if there were serious issues with GTK+ on Fedora there would
> be considerable noise and much clamouring to fix it.  Fedora is not a
> small distro and the KDE spin of it is widely used.
> 
> I'm wondering if there is some odd configuration issue on your machine.
> 
> Have you tried creating a new Linux user account and trying Evo from
> there (to get rid of any configuration on your normal account).
> 
> Can you install F24 on another machine to see if it works? If you don't
> have another box to use, what about a virtual machine? Or a live USB
> version?
> 
> If you are feeling really brave F25 alpha is available - but really,
> honestly, don't even think about using it in anger.
> 
> 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

I seem to recall issues on my box with themes that were missing certain
reguired image files.  But i think that either console or log (debug)
messages indicated such..??  

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] linking to google calendar

2016-06-06 Thread Reid Thompson
On Sun, 2016-06-05 at 16:12 +, Francis Poulin wrote:
> Hello,
> 
> I am brand new to evolution mail and calendar and am keep to use them.
> 
> I managed to link the calendar to my google calendar but I have a couple of
> questions:
> 
> 1) By default I could not because google found the app less secure than what
> it wanted.  I accepted the risk but not sure if there is any way to up the
> security?
> 
> 2) More importantly, in google I have difficult lists that are colour coded. 
> In evolution they are all the same colour.  Is there anyway to keep the
> colours from google?


I just set the evo calendar color to match the google calendar color.
It's a one time effort. Right click on calenar in evo, select
properties, set color to match color of calendar in google.
___
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] Importing Windows Pegasus files into Linux Evolution

2016-05-27 Thread Reid Thompson
from http://community.pmail.com/forums/thread/39332.aspx

Export all email from Pegasus mail to outlook or thunderbird

Hi friends.

is there any third party tool or a feature in pegasus mail that will let me 
export all my pegasusmail mails to outlook or thunderbird. thanks for the 
helpful tips kalu




Re: Export all email from Pegasus mail to outlook or thunderbird

So you're leaving us, huh? And you expect help? Oh, OK.

When you create a new folder, one of the options is for it to be Unix Mailbox 
Format. Any messages stored in such folders can be easily imported by any major 
client (Outlook probably excepted). Just tell the other client where to find 
the file when you go through its Import Wizard.


reid

On Thu, 2016-05-26 at 21:51 -0500, Glen wrote:
> I am converting my wife's Windows 7 system to Fedora 23 in a dual boot
> situation. Been trying to get  her off of windows for years now with
> bring forced to w10 she is willing.  She currently uses Pegasus for her
> e-mail and I wanted to move her mail files to Evolution. I can mount
> her windows partition on the Linux system and wondering if there is a
> simple way to import the PMAIL files into Evolution? 
> Been doing some research but not finding anything.
> 
> Thank you for any ideas.
> ___
> 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] Performance Issues

2016-05-26 Thread Reid Thompson
On Thu, 2016-05-26 at 15:40 +0800, John Edward Serink wrote:
> Yup!
> 
> its all working. I deleted everything in Seahorse earlier today.
> 
> Thanx for the help on that.
> 
> its still sluggish on the desktop though.
> 
> On my first pass, what I tried was enabling egl in clutter and mesa and any
> dependencies that needed it.
> 
> No effect however.i'm starting to suspect the xfce window manager.
 

 does top show any obvious resource hogs?
___
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] Can Evolution threads include received and sent e-mails, like Gmail?

2016-02-10 Thread Reid Thompson
On Wed, 2016-02-10 at 15:58 -0200, Jorge wrote:
> I use Evolution 3.18.2 on Ubuntu 15.10 (with some PPAs, including
> gnome3-team/gnome3, gnome3-team/gnome3-staging).
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
yes - go to Edit / Preferences  and edit the pertinent account. In the
account settings click on Defaults and check the box that says save
replies in the folder of the message being replied to.

Alternatively, leave that box unchecked and add your email to the always
carbon-copy list ( the email will be in both your inbox ( because you
are cc'd and in your Sent folder )

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] Can Evolution threads include received and sent e-mails, like Gmail?

2016-02-10 Thread Reid Thompson
On Wed, 2016-02-10 at 17:35 -0200, Jorge wrote:
> But then if I send an e-mail (starting a new thread) and someone
> replies, the conversation would be stored in my Sent folder, right?
> That would be undesirable.

 no, this means that if you're in INBOX and you reply, then the sent
email will be saved in your INBOX.  If you're in INBOX/work, and you
reply to an email in INBOX/work, then the reply will be saved in
INBOX/work -- hence your replies will be in the same directory as the
email you're replying to and in the same thread
___
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] Can Evolution threads include received and sent e-mails, like Gmail?

2016-02-10 Thread Reid Thompson
On Wed, 2016-02-10 at 17:35 -0200, Jorge wrote:
> Would not that be inefficient?  That would store the message twice.
> It the message has attachments, that could waste space on my IMAP
> quota.


yes, it would
___
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] Email composer butchering messages erratically

2016-02-02 Thread Reid Thompson
> PS:
> 
> Jeff, I've forgotten to mention that I set up Claws (another MUA), to
> display plain text, even if a mail provides HTML. I do not use the HTML
> plugin that is available for Claws.
> Since you send a multipart mail, HTML and plain text, the link by
> default is displayed broken by it's plain text part. I would need to
> select the HTML part of your mail, converted to plain text by Claws, by
> keeping the link intact. OTOH if you copy the link in Evolutions's
> composer after selecting "Plain Text, Preformatted", the link is ok when
> displaying it with Evolution and other MUAs (at least with Claws).
> HTML _never_ is the better choice. All MUAs I'm using provide options to
> automatically wrap plain text lines, but also to write or insert
> unwrapped lines, needed to e.g. paste scripts, the output of commands
> etc..

 additionally, if you forget and paste in Normal mode, placing the cursor
 anywhere in the pasted line and selecting Preformatted will 'fix' it.

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] How to easily archive imap email

2015-12-04 Thread Reid Thompson
grabbed from the web... some options.. others are likely available


Mailbox synchronization

Use imapsync to copy the messages. It requires that you install Perl. See this
web page for a writeup with screen shots.
Use MailSync . It is designed for a Unix/Linux like operating system though you
may be able to run it under Windows if you also install cygwin. Its written in C
so you don't need to install an interpreter such as Perl or Python.
Use offlineimap . It is designed for a Unix/Linux like operating system though
"With some fiddling, it reportedly ran under Windows as well".
isync. Its also known as mbsync. Not to be confused with Apple's iSync program
for mobile phones. It supports IMAP and Maildir mailboxes.
[edit]
IMAP backup

Use a Python script such as Imap Backup Tool to backup the folders as mbox,
mbox.gz, or mbox.bz2 files. It supports incremental copying from any/all
folders. It doesn't backup IMAP flags (tags). IMAPSave is another one. It only
stores the messages in mbox files and does not do incremental backups. Both of
these programs only do backup, but you could use the ImportExportTools add-on to
import the mbox files.
imap2maildir is a Python script [1] to backup a IMAP mailbox to maildir files.
If you are using Linux or OS X you could use fetchmail and procmail to backup a
IMAP mailbox to mbox or maildir 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] How to easily archive imap email

2015-12-04 Thread Reid Thompson
On Fri, 2015-12-04 at 00:40 +, Jerry Whitteridge wrote:
> Dave 
> 
> In Evolution as you are setup now you have 2 accounts "On My Computer" and
> whatever you named the Account with your ISP. Under the On My Computer inbox
> you can create a hierarchy of folders to contain your archives. Then create a
> filter rule that looks at your IMAP inbox (or other folders as you wish) and
> copies to the folders in the On My Computer. Every time you fetch mail all new
> messages should then be copied locally.  

if i'm not mistaken, there is one issue with this.  Any email marked as
'not new' by a client other than evo will result in that email not being
routed through evo's filters when it's fetched by evo.  evo only
automatically passes mail that is marked as 'new' by the server through
it's filters.

you can highlight a group of emails and CTRL-Y to force them through the
filters.  but you then run the potential risk of having multiple copies
of particular emails in the archive folder.

1) a manual workaround for this *could* be.
this is essentially the same as, at the start of each month,
highlight last months emails and copy them to archive

create a filter to copy email to your archive folder. verify that it
works.

unselect it in the filters configuration so that it's not active.
on the first of each month ( or whatever regular schedule ) activate the
filter. highlight all the email for the previous month and CTRL-Y.
verify that that months email is now in archive. deactivate filter.  Be
aware that if evo fetches new email during this process it will
automatically be archived ( but thats a small window and shouldn't be
much email if it occurs, and when you verify that last months email has
been archived, you can remove any current month emails from the archive
-- as they'll get archived when you run through this process at the
start of the next month)

2) not sure if your version of evo has the remove duplicates
functionality. if it does. and if an active filtered copy of an email
and a CTRL-Y filtered copy of an email will be seen as duplicates, then
you can leave the filter active and any *new* email will be auto
archived.  on the first of the month or some regular basis, you can
select all of the last months email and CTRL-Y it.  Then you can select
all of last months archived emails and 'remove duplicates' to get to one
copy of each in the archives

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


Re: [Evolution] How to easily archive imap email

2015-12-04 Thread Reid Thompson
also, at some version point, the auto-archive option was added to folder
properties in evo.  not sure if you can upgrade to get this.

___
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] Fwd: Mail in Evolution disappearing - mystery deepens

2015-12-02 Thread Reid Thompson
On Wed, 2015-12-02 at 10:19 -0500, dave boland wrote:
> I had an idea a little while ago - search for older messages to see if
> they were still there.  I did an advanced search for anything before
> 2014.  I kept getting a message saying (essentially) nothing found. 
> However in the Unmatched folder, there are all the old messages
> (emails).  So they are there, just not being shown.  Why?  They used to
> be shown before the upgrade.
> 
>   dave boland
>   dbola...@fastmail.fm

where does the location column indicate that those emails are located
at?

If location column isn't visible, right click on column list and add it

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] Mail in Evolution disappearing

2015-12-02 Thread Reid Thompson
On Wed, 2015-12-02 at 09:32 -0500, dave boland wrote:
> Andre,
> 
> I did all of that, and I see that today I lost a few more e-mails.  This
> has to stop!
> 
> Dave,
> 
> On Wed, Dec 2, 2015, at 04:17 AM, Andre Klapper wrote:
> > Hi,
> > 
> > On Tue, 2015-12-01 at 14:25 -0500, dave boland wrote:
> > > Since I upgraded to Ubuntu 15.10 (Evolution 3.16.5), the mail in the
> > > list disappears after about 3 months.  I was looking for a
> > > Preferences
> > > setting or anything in the documentation, but have found nothing.  I
> > > really need my e-mail back, so help would be appreciated.
> > > 
> > > NOTE: I am looking at "All Messages", not any of the other options.
> > 
> > https://help.gnome.org/users/evolution/3.16/mail-cannot-see.html
> > 
> > Cheers,
> > 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
> -- 
>   dave boland
>   dbola...@fastmail.fm

is auto-archive available/on for the affected folders?
right click on folder, select properties, is there an autoarchive tab?
___
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] Fwd: Mail in Evolution disappearing - mystery deepens

2015-12-02 Thread Reid Thompson
On Wed, 2015-12-02 at 13:21 -0500, dave boland wrote:
> Am I correct in thinking POP did download the messages for local
> storage?
> 
> Dave,
>

yes

___
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] Fwd: Mail in Evolution disappearing - mystery deepens

2015-12-02 Thread Reid Thompson
On Wed, 2015-12-02 at 14:03 -0500, Paul Smith wrote:
> On Wed, 2015-12-02 at 13:48 -0500, dave boland wrote:
> > Thanks for the insight.  There is an IMAP option in Evolution to
> > synchronize the email, but I have not found much info about this
> > option.
> >  Does anyone know what it does and the pros/cons?
> > 
> > My objective is to have a local copy (on my computer or email server)
> > of
> > all sent and received email, while leaving about 4 months worth on the
> > isp server for remote use.  periodically, I take the email from the
> > inbox and sent and place them in subject folders.
> > 
> > My question is how do I do that with Evolution, or any email
> > application?
> 
> Different email applications have different facilities so I can't speak
> to them all.  This isn't a capability supported by the IMAP protocol.
> 
> For Evolution, one option is to select all the messages you want to
> archive and drag them to your "On This Computer" INBOX which should copy
> them onto your local disk.  Then you can delete those selected files
> from your IMAP account.
> 
> You can make new folders in the "On This Computer" with dates and copy
> all the email up to that date to that folder, or whatever.
> 
> I have not ever tried this, note.  You shouldn't delete email from your
> server until you've verified it's all present as expected in the local
> folders.
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>

i think you could probably create a filter to copy all incoming email to
a local maildir email account
Note though that if an email client other than evo *sees* the email
first, then when evo downloads it it will not by default process the
email through filters ( as it is not *new*), you'd have to manually
force the email to be filtered (highlight and CTRL-Y, etc) 

alternatively

i do this for my fastmail account via fetchmail and procmail

you would want to read up on and understand fetchmail and procmail
if you wish to attempt it, google has numerous *tutorials* etc...
i've pulled some pertinent information from my config below.
the MAILDIR listed below is then configured as an account in evolution


$ sudo cat /etc/fetchmailrc 
# Configuration created Thu Jul 23 09:44:11 2009 by fetchmailconf 1.54 
$Revision: 5165 $
set postmaster "rthompso"
set bouncemail
set no spambounce
set properties ""
#set daemon 120
set daemon 60
# see /var/log/mail/current
set syslog
#set idfile /var/lib/fetchmail/.fetchids ## they are here

...snip...

poll mail.messagingengine.com with proto IMAP bad-header accept interval 2
   user 'myemaila...@fastmail.fm' there with password 'mypassword' is 
'rthompso' here options ssl fetchall mda "/usr/bin/procmail -d %T"

...snip...

-end of fetchmailrc cat -



NOTE: in the information below
MAILDIR=$HOME/.maildir-sent/ is a maildir format folder
you can use evo to create this folder i think...
you can probably remove all the spam and bogofilter segments, all you
really need is to get the email in the maildir folder appropriately


$ cat .procmailrc 
LOGFILE=/tmp/procmailrc.log
VERSBOSE=no
MAILDIR=$HOME/.maildir-sent/
DEFAULT=$MAILDIR
BOGOFILTER_DIR=/home/rthompso/.bogofilter

### keep a temporary backup of incoming mail in case bogofilter misplaces it
:0c
.bogo-backup/
###

# We'll scan the mail with clam using the standard input, and saving the result 
on the AV_REPORT variable
AV_REPORT=`clamdscan --stdout --no-summary - |sed 's/^stream: //'`

# We check if the word FOUND was in the result and save "Yes" or "No" according 
to that
VIRUS=`echo $AV_REPORT|sed '/FOUND/ { s/.*/Yes/; q  };  /FOUND/  !s/.*/No/'`

# formail is a filter that can alter a mail message, while keeping the correct 
format. We use it here to add/alter a header called 
# X-Virus with either value Yes or No
:0fw
| formail -i "X-Virus: $VIRUS"

# And if we just added "X-Virus: Yes", we will also add another header with the 
scan result, and alter the subject, again, with the scan result.
# Since we are using the f flag, the mail is going to be delivered anyway.
:0fw
* ^X-Virus: Yes
| formail -i "X-Virus-Report: $AV_REPORT" -i "Subject: [Virus] $AV_REPORT"


## Silently drop all completely unreadable mail
:0:
* 1^0 
^\/Subject:.*=\?(.*big5|iso-2022-jp|ISO-2022-KR|euc-kr|gb2312|ks_c_5601-1987|windows-1251|windows-1256)\?
* 1^0 
^\/Content-Type:.*charset="(.*big5|iso-2022-jp|ISO-2022-KR|euc-kr|gb2312|ks_c_5601-1987|windows-1251|windows-1256)
.spam-unreadable/


 bogofilter passthrough-update 

:0fw
| /usr/bin/bogofilter -uep

#| bogofilter -p -u -l -e -v
# -p)assthrough -u)pdate, -l)og -e)xitcode 0 for spam and ham
# -v)erbose

 begin error catcher 

# m-a 2002-10-28
# If bogofilter failed, return the mail to the queue.
# Better put this after _EACH_ delivering recipe (not shown here).
# Later, 

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] 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] Properly archiving Evolution data

2015-08-06 Thread Reid Thompson
On Thu, 2015-08-06 at 05:55 -0400, John Lauterbach wrote:

 Nothing special done to regular install of evolution; no special plugins.
 
 john
 
 On Wed, 2015-08-05 at 21:45 -0400, John Lauterbach wrote:

  DBX is the format for folders in MS Outlook Express.  They easily 
  import into evolution with absolutely no problems.  
 
 I'm pretty sure that is only the case if some dbx-import plugin is
 installed and activated.
 
 andre

it is a plugin, i just think that it's compiled and activated by default
on most systems.

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] Why does not copy paste work in separate monitor setup?

2015-07-15 Thread Reid Thompson
On Wed, 2015-07-15 at 19:33 +0200, Bjørn T Johansen wrote:

 On Wed, 15 Jul 2015 16:04:21 +0100
 Pete Biggs p...@biggs.org.uk wrote:
 


   I thought that it did since my statement negates that I am running X 
   that is spanning my desktop across two screens... But to clarify, I have 
   one monitor at $DISPLAY :0.0 and one at $DISPLAY at :0.1.
   
  
  OK, so you are running a single X server controlling two screens
  (multiple X servers would be called :0.0, :1.0, etc.).  These
  distinctions are subtle but important.
 
 Aaah, did not know that... I guess that multiple X servers come into play with
 two graphics cards then?
 

  
  What I suggest you do is to install some form of clipboard manager -
  clipit, parcellite, etc. - and then you can see what's actually being
  cut and where the problem is.
  
 
 Ok, tried both and they both worked a couple times at first and then the paste
 stopped working again... I can see the text I copied in those
 applications but they are just not there when I try to paste on the other
 screen... (btw, it is the same when I try to paste something into Evolution
 from the other screen).
 
 btw, I am using Nvidia drivers version 352.21-2 (it that's of any interest...)
 
 
 BTJ
 
 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list

gentoo
i'm using two monitors + laptop lcd ( 3 total ) with parcellite and
x11-base/xorg-server-1.16.4

NVIDIA settings gui lists driver version at 352.21 as does gentoo
x11-drivers/nvidia-drivers-352.21

parcellite has worked w/o issue for me.  I have also tried copyq and it
seemed to work fine.

lightdm + openbox3

i have a startup script that determines whether i'm currently running 3
screens or not and makes settings appropriately

...snip...
Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
Option Stereo 0
Option metamodes HDMI-0: 1920x1080 +0+0, DVI-I-1: 1920x1080 
+3840+0, DP-1: 1920x1080 +1920+0
Option SLI Off
Option MultiGPU Off
Option BaseMosaic off
SubSection Display
Depth   24
EndSubSection
EndSection
...snip...


cat lightdm.conf
...snip...
session-setup-script=/home/rthompso/.screenlayout/work3screens.sh
...snip...

$ cat /home/rthompso/.screenlayout/work3screens.sh
#!/bin/sh
monitors=`xrandr | grep  connected  | wc -l`
if [ $monitors != 3 ]; then
xrandr --output DVI-I-0 --off --output HDMI-0 --off --output DVI-I-1 --off 
--output DP-2 --off --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal 
--output DP-0 --off
echo setting up 1 monitor using nvidia xorg.conf  /tmp/screenbootmsg
else
#xrandr --output DVI-I-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 
--rotate normal --output DVI-I-1 --mode 1920x1080 --pos 3840x0 --rotate normal 
--output DP-2 --off --output DP-1 --mode 1920x1080 --pos 1920x0 --rotate normal 
--output DP-0 --off
#   use saved nvidia-setting .xorg.conf file
echo setting up 3 monitors using nvidia xorg.conf  /tmp/screenbootmsg
fi

___
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] Why does not copy paste work in separate monitor setup?

2015-07-15 Thread Reid Thompson
On Tue, 2015-07-14 at 21:06 +0200, Bjørn T Johansen wrote:

 I have two monitors that is setup as two separate X screens and I run
 Evolution on one screen. But if I need to copy any text from Evolution to the
 other monitor, that is not possible... I have to paste it into something else
 running on the same monitor as Evolution and then copy again from this
 application. Then I can paste it in the other monitor..
 
 Is this by design or? Is there anyway to fix this?
 
 
 Regards,
 
 BTJ

may be a completely separate issue but..

copy paste into firefox search box would not work for me initially, unless i did
the paste into something else and then paste into the search box.  i
finally determined that it was a matter of x11 primary selection vs
clipboard buffers and how the various apps/X utilized them.  I resolved
my issue by adding parcellite to my startup applications and under the
behavior tab on preferences turning on the top three check buttons under
Clipboards

___
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 v3.16 for debian, can't build

2015-07-08 Thread Reid Thompson
On Wed, 2015-07-08 at 13:56 +0200, Phillip White wrote:

 Hi All,
 
 Has anyone managed to build evolution v.3.16 for debian? Ubuntu 14.04? I am
 trying to build it, however not getting very far...
 
 First i start with the data-server:
 checking for libicui18n... no
 configure: error: ICU libs not found, icu-i18n is required.
 administrator@administrator-vm:~/Downloads/evolution-data-server-3.16.3$ 
 
 icu-i18n is not in any repo.
 
 Thanks
 Phi

http://packages.ubuntu.com/trusty/amd64/libicu52/filelist


http://packages.ubuntu.com/trusty/libicu-dev

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] [RFH] Using the memory error detector AddressSanitizer (ASan)

2015-05-15 Thread Reid Thompson
On Wed, 2015-05-13 at 08:36 +0200, Paul Menzel wrote:
 Am Montag, den 11.05.2015, 12:54 + schrieb Reid Thompson:
  On Mon, 2015-05-11 at 12:43 +, Reid Thompson wrote:
   On Sat, 2015-05-09 at 16:08 +0200, Paul Menzel wrote:
Am Dienstag, den 05.05.2015, 13:11 + schrieb Reid Thompson:
 On Tue, 2015-05-05 at 07:55 +0200, Paul Menzel wrote:
  Am Samstag, den 02.05.2015, 11:58 + schrieb Joakim Tjernlund:
   You need to set LDFLAGS too
  
  Unfortunately it still fails to build when passing
  `LDFLAGS='-fsanitize=address'`.
 
 what is your complete build command and the error output

/bin/sh ../libtool  --tag=CC   --mode=link gcc ...
  
   from the brief looking that I did, building as you want requires the
   compilation to be done with clang -- correct???   not gcc ??? 
  
  ok - i see both:
  AddressSanitizer is a part of LLVM starting with version 3.1 and a part
  of GCC starting with version 4.8
  
  and
  
  In order to use AddressSanitizer you will need to compile and link
  your program using clang with the -fsanitize=address switch.
  
  on https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer
 
 The information is outdated as you found out. Current GCC supports ASan
 too.
 
  i have 
  gcc version 4.8.4 (Gentoo 4.8.4 p1.4, pie-0.6.1)
  
  and  the below works for me.
  
  % cat tests/use-after-free.c
  #include stdlib.h
  int main() {
char *x = (char*)malloc(10 * sizeof(char*));
free(x);
return x[5];
  }
  
  gcc  -fsanitize=address -O1 -fno-omit-frame-pointer -g 
  tests/use-after-free.c
  
  this also works for me
  
  clang -fsanitize=address -O1 -fno-omit-frame-pointer -g   
  tests/use-after-free.c
 
 Yes, that works for me too. The problem seems to be with Evolution’s
 build system.
 
 
 Thanks,
 
 Paul

add linking to asan to your compile command

-lasan

that seems to work for my environment

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] [RFH] Using the memory error detector AddressSanitizer (ASan)

2015-05-11 Thread Reid Thompson
On Mon, 2015-05-11 at 12:43 +, Reid Thompson wrote:
 On Sat, 2015-05-09 at 16:08 +0200, Paul Menzel wrote:
  Am Dienstag, den 05.05.2015, 13:11 + schrieb Reid Thompson:
   On Tue, 2015-05-05 at 07:55 +0200, Paul Menzel wrote:
Am Samstag, den 02.05.2015, 11:58 + schrieb Joakim Tjernlund:
 You need to set LDFLAGS too

Unfortunately it still fails to build when passing
`LDFLAGS='-fsanitize=address'`.
   
   what is your complete build command and the error output
  
  /bin/sh ../libtool  --tag=CC   --mode=link gcc ...
  
  Thanks,
  
  Paul
 
 from the brief looking that I did, building as you want requires the
 compilation to be done with clang -- correct???   not gcc ???
 
 reid
 
 

ok - i see both:
AddressSanitizer is a part of LLVM starting with version 3.1 and a part
of GCC starting with version 4.8 

and

In order to use AddressSanitizer you will need to compile and link your program 
using clang with the -fsanitize=address switch.

on https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer

i have 
gcc version 4.8.4 (Gentoo 4.8.4 p1.4, pie-0.6.1) 

and  the below works for me.

% cat tests/use-after-free.c
#include stdlib.h
int main() {
  char *x = (char*)malloc(10 * sizeof(char*));
  free(x);
  return x[5];
}

gcc  -fsanitize=address -O1 -fno-omit-frame-pointer -g tests/use-after-free.c


this also works for me

clang -fsanitize=address -O1 -fno-omit-frame-pointer -g   tests/use-after-free.c


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] [RFH] Using the memory error detector AddressSanitizer (ASan)

2015-05-11 Thread Reid Thompson
On Sat, 2015-05-09 at 16:08 +0200, Paul Menzel wrote:
 Am Dienstag, den 05.05.2015, 13:11 + schrieb Reid Thompson:
  On Tue, 2015-05-05 at 07:55 +0200, Paul Menzel wrote:
   Am Samstag, den 02.05.2015, 11:58 + schrieb Joakim Tjernlund:
You need to set LDFLAGS too
   
   Unfortunately it still fails to build when passing
   `LDFLAGS='-fsanitize=address'`.
  
  what is your complete build command and the error output
 
 /bin/sh ../libtool  --tag=CC   --mode=link gcc ...
 
 Thanks,
 
 Paul

from the brief looking that I did, building as you want requires the
compilation to be done with clang -- correct???   not gcc ???

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] [RFH] Using the memory error detector AddressSanitizer (ASan)

2015-05-05 Thread Reid Thompson
On Tue, 2015-05-05 at 07:55 +0200, Paul Menzel wrote:
 Am Samstag, den 02.05.2015, 11:58 + schrieb Joakim Tjernlund:
  You need to set LDFLAGS too
 
 Unfortunately it still fails to build when passing
 `LDFLAGS='-fsanitize=address'`.

what is your complete build command and the error output


___
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] Store copies of own email in same folder.

2015-04-20 Thread Reid Thompson
On Mon, 2015-04-20 at 15:52 +0200, Axel Kittenberger wrote:
 I want to store a copy of my own reply in the same folder the email
 that was replied to was stored. Not in the Sent folder, and not in
 the plain Inbox folder, but the same folder of the original email.

Edit/Preferences
Dbl click account
select defaults tab
check box for 'Save replies in the folder of the message being replied to

___
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] [Bulk] Fast full-text search of e-mails?

2014-11-05 Thread Reid Thompson
as an option...

i've had pretty good results with

http://www.rpcurnow.force9.co.uk/mairix/


I configured it to populate it's results into a folder that is part of
my evolution hierarchy, so that that i can use evo to view the 'found'
emails (see man mairixrc )

$ cat .mairixrc
###
# Set this to the directory where your maildir folders live
base=MyMaildirFolderBase

###
# You need to define at least one of maildir, mh and mbox. You probably don't
# need to define all three!  You can use 1 line for any of these.
#mbox=nbox-archive-2008:Sent-2008
maildir=myListOfMailRepositoriesToSearchPerTheManual

###
# Set this to the folder within 'base' where you want the search mode
# to write its output.
mfolder=.mairix
# this   ^^ folder is in my evo hierarchy, so results linked into
# here are visible in evolution

# Set this if you want the format of mfolder to be mh or mbox (the default is
# maildir).
mformat=maildir

###
# Set this to the path where the index database file will be kept
database=/home/rthompso/.mairix_index

the mairix index job is cron'd to run several times per hour
this index DB isn't small for me, ~300 MB, but i've got well over a
hundred thousand emails taking up over 4GB of disk space


search body of emails for Homeland

$ time mairix b:Homeland
Matched 6196 messages

real0m0.587s
user0m0.113s
sys 0m0.463s

I don't have an exact size for the amount of data searched - it's across
more than a dozen folders, but it is in excess of 4GB, as the largest
maildir directory in my 'index list' is 4GB in size, with 89K+ emails in
it











___
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] I keep asking but I get no answer

2014-09-29 Thread Reid Thompson
On Sat, 2014-09-27 at 16:08 -0500, Aaron Konstam wrote:
 It is frustrating. printing from evolution results in documents with
 fonts that are much too large. How do I change the size of the print
 font?
  I am in FC20 using evolution-3.10.4-3.f20.x86-64

for me, 

Edit-Preferences-Mail Preferences-General tab- changing standard font
and fixed width font values results in printing in different font/size.
Note that this also changes the font/size that is used for display.

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] attachment.dat: pptx showing as plain text attachment

2013-11-21 Thread Reid Thompson

On 11/21/2013 8:23 PM, Carpetnailz wrote:

On Thu, 2013-11-21 at 23:08 +, Patrick O'Callaghan wrote:

On 21 November 2013 13:22, Carpetnailz
carpetna...@researchintegration.org wrote:
 Thanks.
 This line is in my /etc/mime.types file:
 
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
 
 Is that what's needed? If so the problem is something else. It

 doesn't
 seem to be that Evolution does not know how to open it, It's
 rather that
 Evo is not seeing the attachment for what it is but rather at
 'attachment.dat'.

Type this at a Shell prompt:


xdg-mime query default
application/vnd.openxmlformats-officedocument.presentationml.presentation


(all one line of course)


The reply from xdg-mime tells what app is handling that MIME type in
your environment. In my case it gives ark, which doesn't seem right
(I use KDE).


You can also use xdg-mime to set the app you want. Probably requires
logging out and in again so your desktop will pick it up.

Thanks. Trying that gives:

[eric@ericscomputer ~]$ sudo xdg-mime query default
application/vnd.openxmlformats-officedocument.presentationml.presentation
[sudo] password for eric:
libreoffice-impress.desktop libreoffice-impress.desktop

It looks to me like that part is right. I'm still wondering why, if it's
a MIME handling problem, Evolution isn't saying I've got this .pptx
file but I don't know what to do with it rather than I've got this
attachment.dat file that I don't know what to do with but think is a
plain text file.

EB



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


Do you have any tnef library installed on your system?

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] Send/Receive without GUI

2013-11-01 Thread Reid Thompson

On Fri, 2013-11-01 at 08:58 +, Patrick O'Callaghan wrote:


 On 1 Nov 2013 00:40, Per pmknut...@gmail.com wrote:
 
  Hi,
  Is it possible to Send/Receive email without actually running the
 GUI, i.e. via the command line? I would like to sync with the remote
 mail server (POP in my case; e.g. with a cron job) but not actually
 have Evo run up-front all the time.
 
  Evolution 3.8.2

 The short answer is no, but you could use cron with fetchmail to
 download from the POP server and then have Evo read from a local
 mailbox.

 poc


I successfully use fetchmail + procmail -- Evo maildir for this

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] outgoing mails file/folder in newer versions

2013-09-06 Thread Reid Thompson

On Fri, 2013-09-06 at 09:54 +0100, Pete Biggs wrote:


 
  But configuring Postfix as an SMTP *client* is pretty darn trivial.

 They are all actually fairly trivial if all you want to do is send an
 occasional mail.  Postfix is probably the easiest though.

 P.


+1 postfix


___
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] Configuring Ews for Exchange 2010 (i think, but might be 2007)

2013-08-21 Thread Reid Thompson

On Wed, 2013-08-21 at 20:33 +0100, Tom Davies wrote:
 Hi :)
 I'm stuck at Host URL and OAB URL.  For the host it's giving me

 https://exchange.[hiding this bit but not sure if it's worth
 hiding]/EWS/Exchange.asmx
 Can i change that to an internal ip address such as

 192.168.x.1  ?

 Apols and regards from
 Tom :)

Go ahead and try
 https://192.168.x.1/EWS/Exchange.asmx



___
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] Fwd: expression search / complex search phrase

2013-06-12 Thread Reid Thompson
On Wed, 2013-06-12 at 12:48 +0400, Emre Erenoglu wrote:
 Hi,
 
 I generally have 1500-2000 emails in my inbox before I archive them,
 and as part of my daily email activity at work, I depend a lot on
 email search.
 
 I'm using Thunderbird  Outlook, what I do in Thunderbird is using the
 GmailUI/ExpressionSearch add-on. With this add-on, I can do searches
 like:
 from:some_guy to:other_guy subject:topic1
 and see only mails from some_guy sent to or cc other_guy under the
 subject topic1.
 
 some other time, I'm just using from:name subject:topic2 to search for
 specific email subject coming from a specific person.
 
 At the moment, evolution does not let me do this and forces me to
 choose from a drop-down list with limited choice.
 
 Is there some way to write such complex search phrase?
 
 Note that it becomes much more critical when I do searches on my
 localhost imap archive server, containing 15 to 25k messages per year.

Top menu,select search, advanced search, add whatever conditions you
wish.  If it's a search that you do often, then name it and save it for
later re-use

___
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] exporting mails to txt or pdf

2013-04-23 Thread Reid Thompson
On Tue, 2013-04-23 at 05:38 -0400, Adam Tauno Williams wrote:
 On Mon, 2013-04-08 at 19:58 -0400, Adam Tauno Williams wrote:
  On Mon, 2013-04-08 at 13:37 -0400, Adam Tauno Williams wrote:
   On Thu, 2012-06-21 at 08:37 +0200, Milan Crha wrote:
On Tue, 2012-06-19 at 14:04 +0100, Joao Ferreira Gmail wrote:
 I have an Evolution mail folder with lots of e-mails I would like to
 export to some external format (txt, pdf, doc).
 ...
 Is this possible ?
This key had been moved to gsettings for 3.6.x, thus the command is:
   $ gsettings set org.gnome.evolution.mail 
drag-and-drop-save-file-format 'pdf'
   This would be awesome!  But I set this setting and drag a message to
   nautilus -- I just get a zero sized .pdf file.
   evolution-3.6.3-1.2.1.x86_64
  I've duplicated this behavior - 0 size PDF file - on three boxes.
 
 And it persists on evolution-3.8.0 [openSUSE 12.3 w/GNOME 3.8],  I just
 get a dot-pdf file that is zero sized.
 
 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list

It appears this may be a timing issue???.  On git head... 
if I drag and drop, then I get a zero sized file.  IF I drag and drop
again, w/o removing the zero sized file, then i get a popup asking if I
want to overwrite the existing file; answering yes gets me a valid pdf
of the email

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] .cache/evolution/mail any cleanup logic?

2013-04-11 Thread Reid Thompson
is there any logic in evo with regard to clearing cached items?
I ask because this morning I discovered that I had ~53000 items in

./cache/evolution/mail/1351002422.17754.3@raker2/folders/Inbox


After shutting evo and evo subprocesses down, I tar'd, then rm'd
.cache/evolution/*

$ tar tvf /tmp/evocached.tar  |grep 
mail/1351002422.17754.3@raker2/folders/Inbox | wc -l
52956

I then restarted evo and allowed it to re-populate.  After finishing I had
~1100 items in 
./cache/evolution/mail/1351002422.17754.3@raker2/folders/Inbox

$ find  mail/1351002422.17754.3@raker2/folders/Inbox |wc -l
11038

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] Migrate to evolution

2013-04-06 Thread Reid Thompson
fastmail supports IMAP connections.  Just configure your account as an 
IMAP account in evo


reid
On 4/6/2013 9:23 AM, tom o'connell wrote:

First I'm a newbe, second my os is linux, using fastmail.fm have
evolution on panel.
My problem is importing folders and contacts.  Any help will be
appreciated,
thanks in advance

   tom o'connell
   email...@fastmail.fm
   520-293-2541

___
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 vs. KDE (It's a stand off -- KDE now leads)

2013-03-01 Thread Reid Thompson
On Fri, 2013-03-01 at 13:37 -0800, Jonathan Ryshpan wrote:
 
 Evolution version is 3.6.3.  BTW: the function of the mouse buttons has
 just changed, I think with this version.  In particular a left click on
 the scrollbar causes a scroll to here, where before it caused a scroll
 up or down by a half page.  Do you see this new behavior?
 
 jon

add the gtk-primary-button-warps-slider=0 line to your
settings.ini to fix this 


[16:41:59][0s] rthompso@raker2 ~/.config/gtk-3.0 
$ pwd
/home/rthompso/.config/gtk-3.0
[16:42:05][0s] rthompso@raker2 ~/.config/gtk-3.0 
$ cat settings.ini
[Settings]
gtk-primary-button-warps-slider=0
gtk-application-prefer-dark-theme=0


___
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 vs. KDE (It's a stand off -- KDE now leads)

2013-03-01 Thread Reid Thompson

On 3/1/2013 6:25 PM, Jonathan Ryshpan wrote:

On Fri, 2013-03-01 at 21:43 +, Reid Thompson wrote:

On Fri, 2013-03-01 at 13:37 -0800, Jonathan Ryshpan wrote:

Evolution version is 3.6.3.  BTW: the function of the mouse buttons has
just changed, I think with this version.  In particular a left click on
the scrollbar causes a scroll to here, where before it caused a scroll
up or down by a half page.  Do you see this new behavior?

jon

add the gtk-primary-button-warps-slider=0 line to your
settings.ini to fix this


[16:41:59][0s] rthompso@raker2 ~/.config/gtk-3.0
$ pwd
/home/rthompso/.config/gtk-3.0
[16:42:05][0s] rthompso@raker2 ~/.config/gtk-3.0
$ cat settings.ini
[Settings]
gtk-primary-button-warps-slider=0
gtk-application-prefer-dark-theme=0

Thanks.  Worked perfectly.

I would like to disable
gtk-primary-button-warps-slider=0
How can I comment it out?  Or does it have to be removed from ths file?

Is there documentation for the file?

jon


searching google, it appears that it honors the '#' as the comment 
specifier ( not sure if it has to be in column 0 or not ) -- a quick 
test on your part should verify

___
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 vs. KDE (It's a stand off -- KDE now leads)

2013-03-01 Thread Reid Thompson

On 3/1/2013 6:26 PM, Patrick O'Callaghan wrote:
I'm seeing the scroll to here behaviour, but I couldn't tell you if 
that is a change from before. It's not something I use a lot. 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 
From what I could find, it's a gtk-3 vs gtk-2 default behavior change.  
gtk-2 scrolled a page when you clicked the slider bar, gtk-3 jumps to 
the clicked location in the slider bar.  the config setting make s gtk-3 
revert to the previous gtk-2 behavior

___
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] Meeting invitation responses always Tentative

2013-01-03 Thread Reid Thompson
On Thu, 2013-01-03 at 07:58 +, Graham Murray wrote:
 On Wed, 2013-01-02 at 14:24 +, Andre Klapper wrote:
  On Wed, 2013-01-02 at 12:56 +, Graham Murray wrote:
   Evolution version 3.6.2 
   
   Whenever I receive a meeting invitation (from the exchange server) and
   press 'Accept', the sender always sees it as a 'Tentative' response. The
   meeting requests give the options of 'Decline', 'Tentative' and
   'Accept'. Whether I choose 'Tentative' or 'Accept', it is always
   actioned as Tentative.
  
  Which exchange backend is used in Evolution?
  
 
 EWS
 Exchange is Small Business Server 2008
 



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


___
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] Build Evolution using Clang 3.2: Best way to fix warnings?

2013-01-03 Thread Reid Thompson
On Thu, 2013-01-03 at 11:58 -0200, Lailah wrote:
 
 Sorry but...  What is Clang?
 
 
 Regards,
 Lailah
 


https://www.google.com/search?q=clangoq=clangaqs=chrome.0.57j60l3j62l2.857sugexp=chrome,mod=7sourceid=chromeie=UTF-8


___
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 3.6.0 hangs with a large number of unknown jobs

2013-01-02 Thread Reid Thompson
On Sat, 2012-12-29 at 13:14 -0500, Matthew Barnes wrote:
 On Sat, 2012-12-29 at 10:42 -0700, Jonathan Ryshpan wrote:
  It looks like CAMEL_DEBUG=all , despite its name does *NOT* dump 
  everything.  Is this correct?
 
 Incorrect, at least for IMAP and POP3 debugging.  The values I gave you
 are a subset of all, showing primarily the raw protocol I/O, which is
 what I though you wanted.
 
 Matthew Barnes
 
 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list


Disable  'Download images from the Internet' in the account
settings/preferences and restart and see if this alleviates the issue.  If it 
does,
then I believe that the issue has been resolved in later versions.   

https://bugzilla.gnome.org/buglist.cgi?email1=Reidemailreporter1=1emailtype1=substringquery_format=advancedorder=bug_id%20DESCquery_based_on=
   

note the most recent bugs indicating deadlock



___
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 3.6.0 hangs with a large number of unknown jobs

2013-01-02 Thread Reid Thompson
On Sat, 2012-12-29 at 10:17 +0100, Andre Klapper wrote:
 On Sat, 2012-12-29 at 00:27 -0800, Paco Pineda wrote:
  (ironical mode on) In my own short understanding (ironical mode off), all
  questions you refeer was replied by Per in his last November message.
 
 No. (Or I didn't receive all answers though I'm subscribed.)

you did not miss them.  OP didn't quite get the debug instructions
right.  I posted a follow up noting where I thought he'd gotten
offtrack, but there was no response/follow on to that from the OP


 andre



___
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 3.6.0 hangs with a large number of unknown jobs

2013-01-02 Thread Reid Thompson
On Wed, 2013-01-02 at 13:27 -0800, Per wrote:
 On Wed, Jan 2, 2013 at 8:50 AM, Reid Thompson reid.thomp...@ateb.com wrote:
  On Sat, 2012-12-29 at 10:17 +0100, Andre Klapper wrote:
  On Sat, 2012-12-29 at 00:27 -0800, Paco Pineda wrote:
   (ironical mode on) In my own short understanding (ironical mode off), all
   questions you refeer was replied by Per in his last November message.
 
  No. (Or I didn't receive all answers though I'm subscribed.)
 
  you did not miss them.  OP didn't quite get the debug instructions
  right.  I posted a follow up noting where I thought he'd gotten
  offtrack, but there was no response/follow on to that from the OP
 
 The bug was also posted on bugzilla, and I took it from there. The
 suggestion to disable downloading images appears to have resolved the
 problem in my case. For specifics, see Milan Crha's suggestions here;
 https://bugzilla.gnome.org/show_bug.cgi?id=688622
 
 From 3.5.92 the bug appears permanently resolved even with image
 download enabled, although I've been unable to test that (still
 running 3.6.0).
 https://bugzilla.gnome.org/show_bug.cgi?id=682295

it is fixed in the later versions - i can vouch for that


 
 
  - Per
 

___
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 3.6.0 hangs with a large number of unknown jobs

2012-11-09 Thread Reid Thompson
see inline notes below


On Thu, 2012-11-08 at 19:21 -0800, Per wrote:
 then you are probably affected by bug #686810 [0].
 
 
 No, it does not appear to be associated with HTML emails. 
 
 Otherwise, make sure you have -debug packages for
 Evolution, Gtk+ and glib
 installed and attach GDB to Evolution:

First start evolution
When evolution hangs, then 
 
 gdb /usr/bin/evolution `pidof evolution`
 
 and get a full backtrace:
   set logging file /tmp/evobacktrace.txt
   set logging on
 
  thread apply all bt full
   you will likely have to hit enter several times to
   page through the full backtrace 
   attach the backtrace to a bugreport.


What you did below was not quite right; per above.
 Ok. I'm not sure if I'm doing this right. I ran the command as
 above (including the `pidof evolution` string; should there be
 an actual PID in there?). Once gdb is started I type run to
 start Evo. Evo after 30 min or so hangs with a number of jobs
 (including some Unknown ones; see attached screenshot). At the
 same time Evo was downloading emails (8 pop accounts). Evo
 then froze and was unresponsive to me pressing any of the
 cancel buttons. CPU utilization was 100%. Only way to shut
 down Evo was to kill it manually.
 
 
 After Evo was killed I typed in your last command, and got in
 return a blank line.
 
 
 Am I doing something wrong debugging Evo, or is this the
 expected behavior when the app is killed? Sorry if if this
 question is lame, but I have no idea what to expect with the
 process you outlined.
 
 
 
 Sorry for posting this again.
 
 
 The problem outlined above is recurring (mutliple times per day). It
 seems to start with a task called Saving user interface, at which
 point Evo freezes. At least twice this happened in conjunction with a
 'Retrieving Message x' message shown in the message pane (which
 never disppears). CPU goes to ~50%. Gradually, a whole bunch of
 'Unknown' tasks are spawned; seems CPU usage then goes up eventually
 hitting 100%.
 
 
 I'd like to file a bug report, but due to my apparent inability to use
 the gdb tool properly am unable to do so.
 
 
 Can someone point out for me further directions for debugging this
 issue?


___
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] I'm new to this list

2012-09-20 Thread Reid Thompson
On Wed, 2012-09-19 at 12:52 -0600, Nail That Down wrote:
 I believe the question I have is: is there a way to print out or copy
 the message filters I use? In case I haven't asked the right question,
 feel free to correct me.
 
 My email  is going into folders where it   belong. I've being getting
 email, since the late 80's. I've never had a problem with sorting
 email before. I even had Evolution working, a few glitches I took care
 of. Since I switched  to Ubuntu 11.10 it has developed a mind of its
 own  unless I do a search of the entire email, I can't find anything.
 
 Sorry for  the length. I'm using my phone because a copy is sent to
 it.
 
 Anita Jensen

on the later versions of evolution...

$ cp $HOME/.config/evolution/mail/filters.xml $HOME/myfilters.xml

$ vi myfilters.xml

send myfilters.xml to printer


If $HOME/.config/evolution/mail/filters.xml doesn't exist on your
version, you'll have to search for filters.xml.





___
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 infected messages

2012-08-29 Thread Reid Thompson
On Wed, 2012-08-29 at 10:56 +0200, Paul Menzel wrote:
 It is not as easily anymore, if Jonathan has more than let’s say ten
 messages. So just using `rm` on the command line and telling Evolution
 to update something would save a lot of time I guess.
 
 
 Thanks,
 
 Paul

I used to have a filter that piped incoming email to this script.  If
the script returns 1 then process the message as infected.

It may very well need tweaking -- i've not used it in a long time.
the commented out fp calls write results out to a logfile -- usefull for
debugging and when you first start using it.  The commented puts calls
are there for when I cat'd emails in from the command line to test ala

   $ cat filename | rubyclamav.rb


The script

$ cat rubyclamav.rb 
#!/usr/bin/ruby
#
require 'socket'
#fp = File.open(/var/log/rubyclamav/rubyoutclam_#{Process.pid}.log, a)
START_TIME=Time.now
sendSock = UNIXSocket.open('/var/run/clamav/clamd.sock')
#sendSock = UNIXSocket.open('/var/run/clamav/clamd.ctl')
sendSock.puts(STREAM)
retStr = sendSock.gets
tag, val = retStr.split
sendSock1 =  TCPSocket.open('localhost',#{val})
res = $stdin.read
sendSock1.write($stdin.read)
sendSock1.close
retStr = sendSock.gets
pt = Time.now - START_TIME
puts #{retStr}
fp.write(#{res}\n)
#fp.write(#{retStr}\n)
#fp.write(ProcessTime = #{pt}\n)
#fp.close
if retStr.match(FOUND) then
system(zenity --warning --title=\Evolution: Virus detected\ 
--text=\#{retStr}\ )
exit 1
else
exit 0
end




___
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 infected messages

2012-08-29 Thread Reid Thompson
On Wed, 2012-08-29 at 12:50 +, Reid Thompson wrote:
 On Wed, 2012-08-29 at 10:56 +0200, Paul Menzel wrote:
  It is not as easily anymore, if Jonathan has more than let’s say ten
  messages. So just using `rm` on the command line and telling Evolution
  to update something would save a lot of time I guess.
  
  
  Thanks,
  
  Paul
 
 I used to have a filter that piped incoming email to this script.  If
 the script returns 1 then process the message as infected.
 
 It may very well need tweaking -- i've not used it in a long time.
 the commented out fp calls write results out to a logfile -- usefull for
 debugging and when you first start using it.  The commented puts calls
 are there for when I cat'd emails in from the command line to test ala
 
$ cat filename | rubyclamav.rb
 
 
 The script
 
 $ cat rubyclamav.rb 
 #!/usr/bin/ruby
 #
 require 'socket'
 #fp = File.open(/var/log/rubyclamav/rubyoutclam_#{Process.pid}.log, a)
 START_TIME=Time.now
 sendSock = UNIXSocket.open('/var/run/clamav/clamd.sock')
 #sendSock = UNIXSocket.open('/var/run/clamav/clamd.ctl')
 sendSock.puts(STREAM)
 retStr = sendSock.gets
 tag, val = retStr.split
 sendSock1 =  TCPSocket.open('localhost',#{val})
 res = $stdin.read
 sendSock1.write($stdin.read)
 sendSock1.close
 retStr = sendSock.gets
 pt = Time.now - START_TIME
 puts #{retStr}
 fp.write(#{res}\n)
 #fp.write(#{retStr}\n)
 #fp.write(ProcessTime = #{pt}\n)
 #fp.close
 if retStr.match(FOUND) then
 system(zenity --warning --title=\Evolution: Virus detected\ 
 --text=\#{retStr}\ )
 exit 1
 else
 exit 0
 end
 
 
 
 

once you have the filter setup to handle infected messages like you
want, you can CTRL-A a folder and CTRL-Y to run them all through your
filters.  If you have other filters that you don't want to apply to your
emails a second time - temporarily turn them off.


___
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] I guess I am going to have to change my e-maill address.

2012-08-25 Thread Reid Thompson
bogofilter has worked well for me. granted, i've not had the same issue 
as you, but it may be worth the effort to train bogo and see if 
alleviates your problem

On 8/25/2012 9:53 AM, Aaron Konstam wrote:

On Fri, 2012-08-24 at 20:16 -0400, Adam Tauno Williams wrote:

On Fri, 2012-08-24 at 15:56 -0500, Aaron Konstam wrote:

The best I can figure out my e-mail address has been captured by a site
that generates spam. Can anyone think of a way to fix the problem
described in an earlier e-mail except by changing my e-mail address.
Problem was described in an earlier e-mail.

Changing your address is *NOT* a solution. There are SPAM and junk mail
management tools.

I use spamassassin and I have had some success. But spamassasin can only
work on past spam that have presented to it. The producer who has
targeted me has thousands of clients that he can send me spam about. So
we will have to see which of us will win the battle.



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


Re: [Evolution] How to create a rule, sending all unknown message to a waiting folder ?

2012-07-30 Thread Reid Thompson
On Mon, 2012-07-30 at 14:07 +0100, HiddenID wrote:
 Yep Andre. Super thanks. I was just about to find by myself the links,
 when you post it ! Great !
 
 
 However, it is not so clear what is the difference between a Ham
 stamped and a nothing stamped message - ie: not stamped as a Junk
 AND not stamped as a Ham. As a consequence, when a new rule is created
 like [ - not junk / move to verified folder], then all messages
 that are not junk marked go to the verified given name folder,
 whatever they are or are not, being marked as not junk. This does
 not solve the problem, because, the messages that have not been marked
 as not junk will go into the verified folder, which is not the
 result attempted. What I have to find now is how to get :
   * not junk marked messages, move into a specific folder -
 example a verified folder
   * messages which are not junk and messages which are not
 not-junk marked - ie, message that have not received yet any
 junk or not-junk statut - stay into Inbox folder.
 Hummm not easy ... and maybe not possible ... 
 
 I keep searching ...
 
 
 Nota: such howto could be very usefull and integrated into future
 evolution wiki or howto's ... ? I'm going to suggest a vote for this
 howto integration on evolution improvement platform.
 
 
 
 Antoine
 
 
 __
 De : Andre Klapper ak...@gmx.net
 À : evolution-list@gnome.org 
 Envoyé le : Lundi 30 juillet 2012 14h24
 Objet : Re: [Evolution] How to create a rule, sending all unknown
 message to a waiting folder ?
 
 
 Hi,
 
 On Mon, 2012-07-30 at 13:01 +0100, HiddenID wrote:
  I imagine using bogofilter could answer to part of the question, but
  it is not clear how to configure bogofilter in order to get a rule
  like this :
 
 Bogofilter marks mail as ham or spam. Bogofilter does not move
 messages
 for you - that's the task of your email application.
 
   * all messages which are not junk stamped, and all messages
 which are not ham stamped, go into a defined folder
 ToBeVerified
 
 Edit  Message Filters  Add/Edit  If Status is|is not Junk
 Then Move to folder.
 For automatical marking of spam for your incoming mail see
 http://library.gnome.org/users/evolution/3.4/mail-spam-settings.html
 
  How to indicate to bogofilter wich folder it should use for ham,
  spam, and not-ham-not-spam, is a mystery to me ... I'm going to
  try to find the answer ...
 
 http://library.gnome.org/users/evolution/3.4/mail-spam-settings.html :
 Bogofilter does not come with a default set of spam criteria so it
 will
 not automatically filter anything after installing it. You must train
 it
 first to make it work.
 
 andre
from http://bogofilter.sourceforge.net/faq.shtml
What is Unsure mode?
Bogofilter's default configuration will classify a message as spam or
non-spam. The SPAM_CUTOFF parameter is used for this. Messages with
scores greater than or equal to SPAM_CUTOFF are classified as spam.
Other messages are classified as ham.

There is also a HAM_CUTOFF parameter. When used, messages must have
scores less than or equal to HAM_CUTOFF to be classified as ham.
Messages with scores between HAM_CUTOFF and SPAM_CUTOFF are classified
as unsure. If you look in bogofilter.cf, you will see the following
lines:

 CUTOFF Values
#
#both ham_cutoff and spam_cutoff are allowed.
#setting ham_cutoff to a non-zero value will
#enable tri-state results (Spam/Ham/Unsure).
#
#ham_cutoff  = 0.45
#spam_cutoff = 0.99
#
#for two-state classification:
#
## ham_cutoff = 0.00
## spam_cutoff= 0.99

To turn on Yes/No/Unsure classification, remove the #'s from the last
two lines.

Alternatively, if you'd rather use labels Yes/No/Unsure instead of
Spam/Ham/Unsure, remove the #'s from the following bogofilter.cf line: 

## spamicity_tags = Yes, No, Unsure

Once that's done, you may want to set the filtering rules for your mail
program to include rules like:

if header contains X-Bogosity: Spam, put in Spam folder
if header contains X-Bogosity: Unsure, put in Unsure folder

Alternatively, bogofilter.cf has directives for modifying the Subject:
line, i.e.

 SPAM_SUBJECT_TAG
#
#tag added to Subject:  line for identifying spam or unsure
#default is to add nothing.
#
##spam_subject_tag=***SPAM***
##unsure_subject_tag=???UNSURE???

With these subject tags, the filtering rules would look like:

if subject contains ***SPAM***, put in Spam folder
if subject contains ???UNSURE???, put in Unsure folder


___
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 without gnome/gnome panel - how to get a tray icon?

2012-07-07 Thread Reid Thompson

On 7/6/2012 8:48 PM, Fábio wrote:

Em Sex, 2012-07-06 às 19:26 -0400, Reid Thompson escreveu:

On 7/6/2012 5:43 PM, Matthew Barnes wrote:

On Fri, 2012-07-06 at 17:29 -0300, Fábio wrote:

So, how do I get an icon?
Is evolution tray recomended, or is there another way?

http://library.gnome.org/users/evolution/3.4/minimize-to-system-tray.html.en

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

i use tint2 with openbox
http://code.google.com/p/tint2/


this is a nice panel,


but how did you get notifications and tray icon to work in it?

if i recall, tint2 has a configuration parameter for system tray on/off 
and notifications and icon 'just worked' when I turned on the system 
tray and configured evo to send notifications


I'm not able to login to my box at work right now, but if you post me a 
reminder email on Monday i'll post back my tint2 configuration file and 
startup params.


I use tint2 together with wbar and openbox.  All three are lightweight 
and have worked very nicely for me


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] evolution without gnome/gnome panel - how to get a tray icon?

2012-07-06 Thread Reid Thompson

On 7/6/2012 5:43 PM, Matthew Barnes wrote:

On Fri, 2012-07-06 at 17:29 -0300, Fábio wrote:

So, how do I get an icon?
Is evolution tray recomended, or is there another way?

http://library.gnome.org/users/evolution/3.4/minimize-to-system-tray.html.en

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

i use tint2 with openbox
http://code.google.com/p/tint2/

___
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] Creating advanced filters

2012-07-03 Thread Reid Thompson
On Fri, 2012-06-29 at 20:37 +, unattended box wrote:
 On 2011-04-29, Nick S nick.sf...@gmail.com wrote:
 
  Would someone like to share examples of pipe to program and run
  external program options, in order to build advanced filters using
  scripting language.

what are you trying to accomplish?

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] Advanced Templates [Was: Need Help with evolution auto subject]

2012-06-08 Thread Reid Thompson
On Fri, 2012-06-08 at 06:13 -0400, Adam Tauno Williams wrote:
 
 I'm on 3.2.3, and I see the Templates folder [somehow I never noticed
 that before] but how do I apply a template to a reply or message?
 [I realize it is probably obvious, but I don't see any Template menu
 items].

 a quick glance at the patch code in bugzilla seems to indicate that
 there should be a 'reply to message using template' option somewhere.
 I've not found it though.

___
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] Advanced Templates [Was: Need Help with evolution auto subject]

2012-06-08 Thread Reid Thompson
On Fri, 2012-06-08 at 12:41 +, Reid Thompson wrote:
 On Fri, 2012-06-08 at 06:13 -0400, Adam Tauno Williams wrote:
  
  I'm on 3.2.3, and I see the Templates folder [somehow I never noticed
  that before] but how do I apply a template to a reply or message?
  [I realize it is probably obvious, but I don't see any Template menu
  items].
 
  a quick glance at the patch code in bugzilla seems to indicate that
  there should be a 'reply to message using template' option somewhere.
  I've not found it though.
 

From the help menu...

Message Templates
A message template is a standard message that you can use at any time to
send mail with the same pattern.

To enable the Message Template Plugin, click Edit ▸ Plugins and
enable Templates.


Creating a Message Template from an existing Message
 1. Select the message.

 2. Right-click the message and choose Move to folder or Copy to
folder.

 3. Select the Templates folder under On This Computer.

You can also edit an existing message and save it as a template:

 1. Open the message and click Reply.

 2. Edit the message body or the addresses according to your
requirements.

 3. Select File ▸ Save as Template.

Saving a New Message as a Template
 1. Click New and enter in the composer window what you need for the
template.

 2. Select File ▸ Save as Template.

Using a Message Template as a Reply
 1. Right-click the message you are replying to, then
click Templates.

This option lists all the message templates in
the Templates folder.

 2. Select the message template of your choice. Make changes if
required in the email composer window that will open.

 3. Click Send.

When you select a message template for replying, the subject of
the reply is preserved.

Configuring Message Templates
 1. Select Edit ▸ Plugins.

 2. Click Templates.

 3. Click the Configuration tab.

 4. You can add, edit or remove the key-value pairs. You can specify
any number of key-value pairs.

In any template, the occurrence of every $key is replaced by the value
it has in the configuration. For example, if you set the key to Manager
and the value to Harry, any occurrence of $Manager is replaced by Harry
in the message.

Assume that you have 1000 message templates with your current manager's
name in them. When the current manager is replaced by a new one, it is
not easy for you to manually replace the manager's name in all the 1000
messages. If the messages have a $Manager key value, you can reset the
value in the Configuration tab of this plugin.

By default, the entire environment variables are used as a key-value
pair. An occurrence of $env_variable is replaced by the value it
carries. For example, an occurrence of $PATH in your template is
replaced by its value when the template is used.

The replacement process uses the following order of precedence:

 1. $key is replaced by the value set for it in the Configuration
tab of the Templates plugin.

 2. If the key is not found, it is then replaced with the value of
its environment variable.

 3. If key is neither a configuration option nor an environment
variable, no changes are made.





___
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] Build fails due to error: redefinition of typedef 'EMailPartItip'

2012-06-08 Thread Reid Thompson
make[5]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution/modules/itip-formatter'
  CC module_itip_formatter_la-e-mail-formatter-itip.lo
  CC module_itip_formatter_la-e-mail-parser-itip.lo
  CC module_itip_formatter_la-itip-view.lo
In file included from 
../../../../evolution/modules/itip-formatter/e-mail-formatter-itip.c:33:0:
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:36:31: error: 
redefinition of typedef 'EMailPartItip'
../../../../evolution/modules/itip-formatter/itip-view.h:46:31: note: previous 
declaration of 'EMailPartItip' was here
In file included from 
../../../../evolution/modules/itip-formatter/e-mail-formatter-itip.c:33:0:
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:119:31: error: 
redefinition of typedef 'EMailPartItip'
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:36:31: note: 
previous declaration of 'EMailPartItip' was here
In file included from 
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:39:0:
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:36:31: error: 
redefinition of typedef 'EMailPartItip'
../../../../evolution/modules/itip-formatter/itip-view.h:46:31: note: previous 
declaration of 'EMailPartItip' was here
In file included from 
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:39:0:
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:119:31: error: 
redefinition of typedef 'EMailPartItip'
../../../../evolution/modules/itip-formatter/e-mail-part-itip.h:36:31: note: 
previous declaration of 'EMailPartItip' was here
make[5]: *** [module_itip_formatter_la-e-mail-parser-itip.lo] Error 1

___
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] Plugins with Python? [Was: Avoiding automatic marking as read]

2012-05-31 Thread Reid Thompson
On Thu, 2012-05-31 at 09:20 -0400, Matthew Barnes wrote:
 Problem is the EPlugin framework
 is gradually being dismantled in favor of a simpler and more flexible
 extension framework

Is this extension framework currently documented somewhere?
Or is it not publicly available yet?


___
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 fails to sort -- puts everything into Junk file.

2012-04-25 Thread Reid Thompson

On 4/25/2012 8:19 PM, William Case wrote:

On Wed, 2012-04-25 at 18:35 -0430, Patrick O'Callaghan wrote:

On Wed, 2012-04-25 at 18:36 -0400, William Case wrote:

On Wed, 2012-04-25 at 20:25 +0100, Pete Biggs wrote:

Always. For the last week or so.  For example, this message, my original
post and your response both ended up in my Junk folder and not int my
Evolution sorted folder.  When I selected both files and moved them to
my Inbox, they then sorted into the Evolution file.


It sounds as if either your local junk plugin or your ISP's junk filter
is classifying everything as junk.  Try turning off the junk mail
checking/filtering.  Go to Edit -  Preferences -  Mail Preferences -
Junk - there you will you find the various options that control the junk
filtering behaviour - basically try unticking everything and see if it
starts behaving.

P.

I unchecked every thing in the Junk filter as you suggested.  Everything
is now working fine.  I will wait to see what to turn back on.  Since I
did nothing to cause this problem, I have to assume it showed up in a
recent upgrade.  Who should be warned of a potential bug?

You haven't said which junk filter you're using, which would be useful
to know if anyone wants to help.

It's also possible the filter's own database is borked in some way. You
can test Bogofilter from the Shell (just feed it a known ham and known
spam and see what it does). I assume SpamAssassin also allows this.


  You are right. I should have mentioned it is Bogofilter.  Evolution
found bogofilter on its own.  I unchecked everything on the Junk page.
I don't remember what I had checked.  Fedora 16 was a virgin install.
As best as I can tell I would have checked all categories on the junk
page at installation.


did you train bogofilter as to ham and spam?
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] where is timer for mark as read

2012-04-12 Thread Reid Thompson

On 4/12/2012 10:24 PM, Matthew Barnes wrote:

On Fri, 2012-04-13 at 13:09 +1200, v.spagnolo wrote:

Some time ago I set a very long timer for Mark as Read such that mail
is now never automatically marked as read, now I would like to change
it. But where is it?

...snipped...

Evo 3.2.2 Debian wheezy

GConf: /apps/evolution/mail/display/mark_seen  (true/false)
/apps/evolution/mail/display/mark_seen_timeout  (milliseconds)


are there equivalents for 3.4/dconf?
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Question for other EWS users

2012-04-02 Thread Reid Thompson
On Sat, 2012-03-31 at 17:49 -0400, Peter Hurley wrote:
 Reid Thompson wrote:
  Do any of you have this issue:
  
  File Empty Trash does not expunge my EWS account.  An explicit CTRL-E
  in the account is required.
 
 Yes. I'm running EWS 3.2.3 (with multiple Exchange accounts) and have to
 handle deleted mail manually. Similarly for junk mail.

OK - i'll post a bug report then.

reid


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


[Evolution] Question for other EWS users

2012-03-30 Thread Reid Thompson
Do any of you have this issue:

File Empty Trash does not expunge my EWS account.  An explicit CTRL-E
in the account is required.

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


Re: [Evolution] Email fonts and formatting and displays Oh, My!

2012-03-19 Thread Reid Thompson
On Mon, 2012-03-19 at 11:59 -0500, Dan Saint-Andre wrote:
 
 
 With the above posting as a backdrop, can someone tell me where to
 find a discussion
 of the whole email file format, content display, envelop and related
 family of issues?
 
 
 I know that rich text and web page formatting adds lumps and
 wrinkles to how things
 work, but I'm hoping that someone has read all of the gnarly bits
 (sic) and written
 a summary for mortals to learn from.

not to my knowledge, but you can likely get a start here
http://www.imc.org/mail-standards.html

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


Re: [Evolution] is there a setting that controls this....?

2012-01-31 Thread Reid Thompson
On Tue, 2012-01-31 at 08:38 +0100, Milan Crha wrote:
 On Mon, 2012-01-30 at 14:18 +, Reid Thompson wrote:
  I'm wondering if I accidentally activated a setting.
  Evo 3.2.4 built from gnome-3-2.
  Starting last week, when a new email arrives, evolution automatically
  scrolls the message list view to the latest arrivals -- Can I turn this
  off?
  It's a pain when email arrives while i'm in the process of looking at
  older email and the window scrolls down.
 
   Hi,
 I do not think there is a setting for this. There were done changes to
 avoid this auto-scroll, I tried it at least twice, but it doesn't seem
 to work. Again :(
 
 I suppose the 3.2.2 didn't suffer of this? If so, then you can find
 which change broke it. On the other hand, it can be a side-effect of
 other changes.
   Bye,
   Milan

Actually, 3.2.4 didn't do this til recently, which is why i was
wondering if I had accidentally set some configuration value.  It may be
a side effect of something in my build.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] is there a setting that controls this....?

2012-01-31 Thread Reid Thompson
On Tue, 2012-01-31 at 14:19 +, Reid Thompson wrote:
 On Tue, 2012-01-31 at 08:38 +0100, Milan Crha wrote:
  On Mon, 2012-01-30 at 14:18 +, Reid Thompson wrote:
   I'm wondering if I accidentally activated a setting.
   Evo 3.2.4 built from gnome-3-2.
   Starting last week, when a new email arrives, evolution automatically
   scrolls the message list view to the latest arrivals -- Can I turn this
   off?
   It's a pain when email arrives while i'm in the process of looking at
   older email and the window scrolls down.
  
  Hi,
  I do not think there is a setting for this. There were done changes to
  avoid this auto-scroll, I tried it at least twice, but it doesn't seem
  to work. Again :(
  
  I suppose the 3.2.2 didn't suffer of this? If so, then you can find
  which change broke it. On the other hand, it can be a side-effect of
  other changes.
  Bye,
  Milan
 
 Actually, 3.2.4 didn't do this til recently, which is why i was
 wondering if I had accidentally set some configuration value.  It may be
 a side effect of something in my build.

I think it may be something external to evo.  I happened to have a
tarfile with a 1/19 build which if I unfurl and run it exhibits the same
auto-scroll.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] is there a setting that controls this....?

2012-01-30 Thread Reid Thompson
I'm wondering if I accidentally activated a setting.
Evo 3.2.4 built from gnome-3-2.
Starting last week, when a new email arrives, evolution automatically
scrolls the message list view to the latest arrivals -- Can I turn this
off?
It's a pain when email arrives while i'm in the process of looking at
older email and the window scrolls down.

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


Re: [Evolution] Where does evolution store its files?

2012-01-26 Thread Reid Thompson
spend a few minutes on 

$ man tar

or

http://linux.die.net/man/1/tar
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


  1   2   3   4   5   >