mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 07:26:29 +03:00
Make get_parent_mime_headers() private
This commit is contained in:
committed by
holger krekel
parent
efb9a11d22
commit
6ad4bdea83
@@ -194,7 +194,7 @@ impl Chat {
|
||||
)
|
||||
}
|
||||
|
||||
pub fn get_parent_mime_headers(&self, context: &Context) -> Option<(String, String, String)> {
|
||||
fn get_parent_mime_headers(&self, context: &Context) -> Option<(String, String, String)> {
|
||||
let collect = |row: &rusqlite::Row| Ok((row.get(0)?, row.get(1)?, row.get(2)?));
|
||||
let params = params![self.id as i32];
|
||||
let sql = &context.sql;
|
||||
|
||||
Reference in New Issue
Block a user