Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Oct 21, 2023
1 parent 2ebc3cc commit 4199d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imap/backup/setup/folder_chooser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def toggle_selection(folder_name)
if selected?(folder_name)
account_folders.reject { |f| f == folder_name }
else
account.folders = account_folders + [folder_name]
account_folders + [folder_name]
end
account.folders = new_list
end
Expand Down

0 comments on commit 4199d4b

Please sign in to comment.