mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 10:06:44 +00:00
Other: Add more extensive logging
This commit is contained in:
@ -120,6 +120,19 @@ const (
|
||||
SplitMode
|
||||
)
|
||||
|
||||
func (mode AddressMode) String() string {
|
||||
switch mode {
|
||||
case CombinedMode:
|
||||
return "combined"
|
||||
|
||||
case SplitMode:
|
||||
return "split"
|
||||
|
||||
default:
|
||||
return "unknown"
|
||||
}
|
||||
}
|
||||
|
||||
type SyncStatus struct {
|
||||
HasLabels bool
|
||||
HasMessages bool
|
||||
|
||||
Reference in New Issue
Block a user