Remove unused DCC_IMAP_DEBUG variable

This commit is contained in:
link2xt
2022-06-12 12:41:05 +00:00
parent 1823ee04ee
commit 7b369c9107
2 changed files with 0 additions and 6 deletions

View File

@@ -104,8 +104,5 @@ pub mod accounts;
/// if set imap/incoming and smtp/outgoing MIME messages will be printed
pub const DCC_MIME_DEBUG: &str = "DCC_MIME_DEBUG";
/// if set IMAP protocol commands and responses will be printed
pub const DCC_IMAP_DEBUG: &str = "DCC_IMAP_DEBUG";
#[cfg(test)]
mod test_utils;