Skip to content

Commit

Permalink
added --addheader to imapsync
Browse files Browse the repository at this point in the history
  • Loading branch information
LobbyLobster committed Jun 3, 2024
1 parent cff960c commit 4f0c960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func syncIMAP(ctx context.Context, details *Task) error {
"--host2", details.DestinationServer,
"--user2", details.DestinationAccount,
"--password2", details.DestinationPassword,
"--addheader",
"--logfile", logname)

updateTaskLogFile(details, logname)
Expand Down

0 comments on commit 4f0c960

Please sign in to comment.