Well that's ingenious. I must admit I'm a recent Linux convert and am still not fully used to having a system that is essentially wide open like this. Thanks! On Wed, 2019-03-13 at 19:29 +0100, Ralf Mardorf via evolution-list wrote: On Wed, 2019-03-13 at 19:19 +0100, Ralf Mardorf wrote:On Wed, 2019-03-13 at 11:48 -0400, Fletcher Moore wrote:Using Evolution 3.30.5. I tried setting up a filter but the optionsseem to be aimed at selecting senders with specific emails or portionsthereof. I want to select senders who are in my contacts. Is thispossible?At least a workaround via "Pipe to Program" might do the job.OTOH running something such as e.g.strings .local/share/evolution/addressbook/system/contacts.db | grep @won't do the job.Oops!Perhaps something like this already does the job. That the output stillcontains some crap shouldn't matter. You could compare the sendersaddress by a bash/dash script loop with the content of the output suchasstrings $HOME/.local/share/evolution/addressbook/system/contacts.db | grep @and return via "exit" either a "0" for a match or any number != 0 if it doesn't match._______________________________________________evolution-list mailing listevolution-list gnome orgTo change your list options or unsubscribe, visit ...https://mail.gnome.org/mailman/listinfo/evolution-list |