Skip to content

Commit

Permalink
Add mboxparsing data to mail networks
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Nömmer <R.Noemmer@gmx.de>
  • Loading branch information
Raphael-N committed Jan 6, 2018
1 parent 77c330a commit 69eebe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,11 @@ ProjectData = R6::R6Class("ProjectData",
}
private$extract.timestamps(source = "mails")

if (private$project.conf$get.value("mboxparsing")) {
self$get.mboxparsing()
private$mails = private$add.mboxparsing.data(private$mails)
}

return(private$mails)
},

Expand Down

0 comments on commit 69eebe1

Please sign in to comment.