Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning: one argument not used by format '=?utf-8?B?%s?=' #335

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

pabecer
Copy link
Contributor

@pabecer pabecer commented Jun 25, 2024

remove argument not used in sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), 0).
remove

Warning in sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), :
one argument not used by format '=?utf-8?B?%s?='

when email is send

@nealrichardson nealrichardson linked an issue Jul 10, 2024 that may be closed by this pull request
@nealrichardson nealrichardson changed the title Update mime.R Fix warning: one argument not used by format '=?utf-8?B?%s?=' Jul 10, 2024
remove argument not used sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), 0)
Copy link
Contributor

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@nealrichardson nealrichardson merged commit 081853a into rstudio:master Jul 10, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning: one argument not used by format '=?utf-8?B?%s?='
2 participants