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

Handle "STORE FLAGS seqset flag1 flag2" syntax #248

Merged
merged 1 commit into from
May 21, 2019

Conversation

foxcpp
Copy link
Collaborator

@foxcpp foxcpp commented May 21, 2019

See #243 (comment).

ABNF:

store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP
                  (flag-list / (flag *(SP flag)))

See emersion#243 (comment).

ABNF:
store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP
                  (flag-list / (flag *(SP flag)))
@codecov
Copy link

codecov bot commented May 21, 2019

Codecov Report

Merging #248 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   72.97%   72.97%           
=======================================
  Files          32       32           
  Lines        3389     3389           
=======================================
  Hits         2473     2473           
  Misses        628      628           
  Partials      288      288

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83a1a4e...9b15173. Read the comment docs.

@emersion emersion merged commit 58ca724 into emersion:master May 21, 2019
@emersion
Copy link
Owner

Thanks!

@foxcpp foxcpp deleted the store-flags-multiple-args branch May 21, 2019 15:55
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.

2 participants