Search found 7 matches

by mheartley72
Wed Feb 22, 2023 10:17 pm
Forum: Support
Topic: Might not be possible but I'll ask
Replies: 2
Views: 770

Re: Might not be possible but I'll ask

Everything can native index mails in EML format. This works fine with Thunderbird but I don't know if you can configure the Windows Mail client to use this as standard format. As you said the Windows default mail client isn't a good solution and I don't see anything which you can't do with Thunderb...
by mheartley72
Wed Feb 22, 2023 1:06 pm
Forum: Support
Topic: Might not be possible but I'll ask
Replies: 2
Views: 770

Might not be possible but I'll ask

Hello and good day, I want to first of all thank everyone who assisted me in my other post about regex and Everything. Those suggestions were great and those who aslo posted other ways of doing the same thing both regex and native DID help immensely!! I have a question and from what little research ...
by mheartley72
Tue Feb 21, 2023 12:29 am
Forum: Support
Topic: Issues with Everything and regex
Replies: 7
Views: 1853

Re: Issues with Everything and regex

You want, regex:\.jp(e?)g . Says to match "jp" AND "e", zero or 1 times, AND g. You might want to add a $ to to only match at the end of the name regex:\.jp(e?)g$ . You could also use, ext:jpg;jpeg . (g|eg) , say to match: g OR | OR e OR g not g OR "eg" Good info espec...
by mheartley72
Tue Feb 21, 2023 12:28 am
Forum: Support
Topic: Issues with Everything and regex
Replies: 7
Views: 1853

Re: Issues with Everything and regex

NotNull wrote: Mon Feb 20, 2023 11:58 pm
mheartley72 wrote: Mon Feb 20, 2023 11:40 pm I figured that it would be parsed through regex and not through Everything.
Everything 1.5 - currently in development - will handle it this way (at least: it looks like it)
Good to know! Thank you for the info!
by mheartley72
Mon Feb 20, 2023 11:40 pm
Forum: Support
Topic: Issues with Everything and regex
Replies: 7
Views: 1853

Re: Issues with Everything and regex

Hello and good day, I did see that Everything used the | operator as or however because I put it after the regex: option, I figured that it would be parsed through regex and not through Everything. You are correct that I did put an extra escape character in. See what happens when older folks don’t k...
by mheartley72
Mon Feb 20, 2023 1:04 pm
Forum: Support
Topic: Issues with Everything and regex
Replies: 7
Views: 1853

Re: Issues with Everything and regex

Here is some screenshots to hopefully better illustrate the issue.
regex parameter used in search bar.jpg
regex parameter used in search bar.jpg (94.39 KiB) Viewed 1852 times
regex used globally .jpg
regex used globally .jpg (429.85 KiB) Viewed 1852 times
by mheartley72
Mon Feb 20, 2023 12:59 pm
Forum: Support
Topic: Issues with Everything and regex
Replies: 7
Views: 1853

Issues with Everything and regex

Hello and good day, I have a inquiry about Everything and I'm actually quite confused. I know there maybe a different way to do this however I'm attempting to keep my old feeble mind sharp when it comes to regex so I am attempting to exercise this knowledge some. :) Here is my ponderence. I'm doing ...