Hacker News new | ask | show | jobs
by yanivf 4694 days ago
You can create a filter that marks any mail containing "Re:" with a specific label (lets say Reply), and the search for -{label:Reply}

alternatively, skip the labeling part and search for -{"re:"}

1 comments

Thanks, works!