Add void support, misc other changes

This commit is contained in:
askiiart 2024-04-17 21:41:22 -05:00
parent 274c0a37d3
commit 4bbfa111d5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
25 changed files with 136 additions and 395 deletions

View file

@ -18,7 +18,7 @@ close_receive_dialog=1
save_message=1
confirm_send_queued_messages=0
send_dialog_mode=0
sendwin_width=705
sendwin_width=764
sendwin_height=1032
outgoing_charset=AUTO
encoding_method=0
@ -165,7 +165,7 @@ summary_col_size_tags=150
folderwin_x=16
folderwin_y=16
folderview_width=284
folderview_height=896
folderview_height=1010
folderview_visible=1
folder_col_show_folder=1
folder_col_show_new=1
@ -185,30 +185,30 @@ folder_default_hide_read_threads=0
folder_default_hide_read_msgs=0
folder_default_hide_del_msgs=0
summaryview_width=1627
summaryview_height=468
summaryview_height=523
main_messagewin_x=256
main_messagewin_y=210
messageview_width=1627
messageview_height=427
messageview_height=486
messageview_visible=1
mainview_x=0
mainview_y=0
mainview_width=1627
mainview_height=1028
mainview_height=1142
mainwin_x=0
mainwin_y=0
mainwin_maximised=0
mainwin_fullscreen=0
mainwin_menubar=1
mainwin_width=1916
mainwin_height=1028
mainwin_height=1142
messagewin_width=636
messagewin_height=1028
mimeview_tree_height=60
sourcewin_width=956
sourcewin_height=1032
sourcewin_height=1142
compose_width=956
compose_height=1028
compose_height=1142
compose_notebook_height=166
compose_x=0
compose_y=0
@ -368,9 +368,9 @@ zero_replacement_char=0
editaccountwin_width=600
editaccountwin_height=440
accountswin_width=500
accountswin_height=-1
accountswin_height=402
logwin_width=520
logwin_height=-1
logwin_height=400
filtering_debugwin_width=600
filtering_debugwin_height=-1
folderselwin_width=300

View file

@ -3,7 +3,7 @@
[postglobal]
[filtering]
enabled rulename "Move new sign-ins to low-priority" subject matchcase "Security alert" | subject matchcase "New device" | subject matchcase "New sign-in" move "#mh/Mailbox/Low-priority"
enabled rulename "Move new sign-ins to low-priority" subject matchcase "Security alert" | subject matchcase "New device" | subject matchcase "New sign-in" | subject matchcase "[pixiv] New login notification" move "#mh/Mailbox/Low-priority"
enabled rulename "Move Southwest marketing to spam and mark as read" from matchcase "SouthwestAirlines@iluv.southwest.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move Micro Center marketing to spam and mark as read" from matchcase "microcenter@microcenterinsider.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move TCC/BN marketing to spam and mark as read" from matchcase "sm8240@email.bncollege.com" mark_as_read move "#mh/Mailbox/Spam"
@ -13,7 +13,7 @@ enabled rulename "Move Newegg marketing to spam and mark as read" from matchcase
enabled rulename "Move Tumblr to spam and mark as read" from matchcase "no-reply@tumblr.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move Sonic to spam and mark as read" from matchcase "no-reply@sonicdrivein.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move ngrok to spam and mark as read" from matchcase "team@m.ngrok.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move LinkedIn to spam and mark as read" from regexpcase ".*@linkedin.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move LinkedIn to spam and mark as read" from regexpcase ".*linkedin.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move YouTube comments to low-priority" subject matchcase "New reply to a comment" & subject matchcase "replied to you" & from matchcase "noreply@youtube.com" move "#mh/Mailbox/Low-priority"
enabled rulename "Move Pomerium to spam and mark as read" from regexpcase ".*@pomerium.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move Cults3d download notifications to spam and mark as read" subject matchcase "Download notification" & from matchcase "hello@cults3d.com" mark_as_read move "#mh/Mailbox/Spam"
@ -48,7 +48,9 @@ enabled rulename "Move more YouTube comments to low-priority" subject matchcase
enabled rulename "Move Windscribe to spam and mark as read" from matchcase "noreply@windscribe.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move GeeksforGeeks to spam and mark as read" from matchcase "no-reply@geeksforgeeks.org" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move Tallo to spam and mark as read" from regexp ".*@tallo.com" mark_as_read move "#mh/Mailbox/Spam"
disabled rulename "Run gpg-email-helper" test "grep -- \"-----BEGIN PGP SIGNATURE-----\" %F" execute "python3 /home/askiiart/gpg-email-helper/gpg-email-helper.py %F"
enabled rulename "Run gpg-email-helper" test "grep -- \"-----BEGIN PGP SIGNATURE-----\" %F" execute "python3 /home/askiiart/gpg-email-helper/gpg-email-helper.py %F"
enabled rulename "Move Microsoft sign-ins to low-priority" from matchcase "account-security-noreply@accountprotection.microsoft.com" & subject matchcase "New sign-in detected" move "#mh/Mailbox/Low-priority"
enabled rulename "Move GasBuddy to spam and mark as read" from regexpcase ".*@email.gasbuddy.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move ScholarshipOwl to spam and mark as read" from regexpcase ".*@scholarshipowl.com" mark_as_read move "#mh/Mailbox/Spam"
enabled rulename "Move St. John's U to spam and mark as read" from regexpcase ".*@stjohns.edu" mark_as_read move "#mh/Mailbox/Spam"