opicron / mysticbbs-rjam

GNU General Public License v3.0
8 stars 1 forks source link

Bug with /YOU /NEW flags? #2

Closed ajrossnz closed 1 year ago

ajrossnz commented 1 year ago

When using the /YOU /NEW flags as described in the readme, I get a message saying 'No messages in TEST based found [press any key]'. I attach a video of the issue, just in case I am doing something wrong. Basically, I intended on using this feature to remove the need to use the builtin Mystic global new mail scan. https://youtu.be/91Z8ZEEeVGQ

opicron commented 1 year ago

Very clear, I will find out the cause.

opicron commented 1 year ago

I think it has to do with last scan date of message base.

opicron commented 1 year ago

Which Mystic version do you use? And could you show the base options in a screenshot too? I need to know if the base is a private(email) base or public.

ajrossnz commented 1 year ago

Hey! I use a46.

On Fri, 13 Jan 2023, 02:17 Robbert Langezaal, @.***> wrote:

Which Mystic version do you use?

— Reply to this email directly, view it on GitHub https://github.com/opicron/mysticbbs-rjam/issues/2#issuecomment-1380339951, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQ6JGLWZ3V5QUFQUNFKCXLWR775NANCNFSM6AAAAAATXPWABA . You are receiving this because you authored the thread.Message ID: @.***>

opicron commented 1 year ago

I made some updates in the code, especially how some email/netmail/local/remote bases are handled. Would you be so kind to check the new code and see if the same happens?

opicron commented 1 year ago

By the way, this is how I use the newmailscan: rjam /YOU /NOFROM /NEW

opicron commented 1 year ago

Ok, I found the issue. Adjusted some logic in processmsg function.

ajrossnz commented 1 year ago

Hey dude, I just managed to check it out and it looks good. If you want to check it on my BBS that would be ace. Press S from the messages menu!

Thanks!

opicron commented 1 year ago

Please update to new release, there was a logic flaw in previous code. Sorry