You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, so for some reason trying either the /MAILLIST, /MAILLIST /EMAIL, or /EMAIL switch causes an error when trying to use the maillist or email function of rjam. Not exactly sure why. I tried all combinations of it, and even had it set a message area first before calling it just to be sure:
PYTHON ERROR (/mystic/themes/default/scripts/rjam.mpy)
File "/mystic/themes/default/scripts/rjam.mpy", line 2697, in <module>
index_msgs(mailbases[i]['id'])
File "/mystic/themes/default/scripts/rjam.mpy", line 1393, in index_msgs
get_msgs(index)
File "/mystic/themes/default/scripts/rjam.mpy", line 1311, in get_msgs
msg, add = processmsg(msghdr)
File "/mystic/themes/default/scripts/rjam.mpy", line 1174, in processmsg
if mailbases[i]['id'] == mailbase['id'] or mailbases[i]['subbed'] == 1:
KeyError: 'subbed'
Press a key
The text was updated successfully, but these errors were encountered:
Hey, so for some reason trying either the /MAILLIST, /MAILLIST /EMAIL, or /EMAIL switch causes an error when trying to use the maillist or email function of rjam. Not exactly sure why. I tried all combinations of it, and even had it set a message area first before calling it just to be sure:
Press a key
The text was updated successfully, but these errors were encountered: