mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Remove unused DCC_IMAP_DEBUG variable
This commit is contained in:
@@ -102,9 +102,6 @@ $ cargo build -p deltachat_ffi --release
|
|||||||
|
|
||||||
## Debugging environment variables
|
## Debugging environment variables
|
||||||
|
|
||||||
- `DCC_IMAP_DEBUG`: if set IMAP protocol commands and responses will be
|
|
||||||
printed
|
|
||||||
|
|
||||||
- `DCC_MIME_DEBUG`: if set outgoing and incoming message will be printed
|
- `DCC_MIME_DEBUG`: if set outgoing and incoming message will be printed
|
||||||
|
|
||||||
- `RUST_LOG=repl=info,async_imap=trace,async_smtp=trace`: enable IMAP and
|
- `RUST_LOG=repl=info,async_imap=trace,async_smtp=trace`: enable IMAP and
|
||||||
|
|||||||
@@ -104,8 +104,5 @@ pub mod accounts;
|
|||||||
/// if set imap/incoming and smtp/outgoing MIME messages will be printed
|
/// if set imap/incoming and smtp/outgoing MIME messages will be printed
|
||||||
pub const DCC_MIME_DEBUG: &str = "DCC_MIME_DEBUG";
|
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)]
|
#[cfg(test)]
|
||||||
mod test_utils;
|
mod test_utils;
|
||||||
|
|||||||
Reference in New Issue
Block a user