Hi joubu, could you give me some quick hints? - I need to retrieve all messages, which I think is just `Koha::Patron::Messages->search({ borrowernumber => $... }}` - I need to be able to view the associated messaging preferences for certain types of messages which I think we get from C4::Members::Messaging. Is that approx right?