How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
| c0 <- knitr::knit_hooks$get('chunk') | |
| knitr::knit_hooks$set( | |
| list( | |
| chunk=function(x,options){ | |
| if(is.null(options$class) & is.null(options$fragIndex)){ | |
| c0(x, options) | |
| } else if(is.null(options$fragIndex)) { | |
| classidx <- which(names(options)=="class") |