mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
Improving mailing lists and fixing things:
Remove additional chat type MailingList, make them GroupLists with a special param, make can_send() return false, code style and deduplication
This commit is contained in:
@@ -117,6 +117,8 @@ pub enum Param {
|
||||
|
||||
/// For MDN-sending job
|
||||
MsgId = b'I',
|
||||
|
||||
MailingList = b't'
|
||||
}
|
||||
|
||||
/// Possible values for `Param::ForcePlaintext`.
|
||||
|
||||
Reference in New Issue
Block a user