mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 02:58:30 +08:00
imap: removed some unneeded log messages
This commit is contained in:
@ -365,7 +365,6 @@ func (m *mailclient2) Save(mailbox string, date time.Time, size int64, reader io
|
|||||||
if m.conn == nil {
|
if m.conn == nil {
|
||||||
return fmt.Errorf("failed to save message to mailbox %s: not connected", mailbox)
|
return fmt.Errorf("failed to save message to mailbox %s: not connected", mailbox)
|
||||||
}
|
}
|
||||||
fs.Debugf(nil, "Append message to mailbox %s", mailbox)
|
|
||||||
// find namespace for dir
|
// find namespace for dir
|
||||||
ns := m.getDirNamespace(mailbox)
|
ns := m.getDirNamespace(mailbox)
|
||||||
if ns == nil {
|
if ns == nil {
|
||||||
|
Reference in New Issue
Block a user