aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-01mb2q: Workaround broken mbox formatsHEADmasterThomas Gleixner1-2/+76
2020-10-01mb2q: Add keepcc optionThomas Gleixner1-1/+4
2020-10-01mb2q: Handle newlines in Message-Id and related headersThomas Gleixner1-3/+12
2020-10-01mb2q: Make subject stripping more robustThomas Gleixner1-1/+4
2020-10-01mb2q: Make Cc parsing less fragileThomas Gleixner1-2/+8
2020-10-01mb2q: Pickup Reviewed-and-tested-by tagsKurt Kanzenbach1-0/+4
2020-10-01mb2q: Add Debugged-by tagThomas Gleixner1-0/+1
2020-10-01mb2q: Split out version informationBenedikt Spranger2-2/+5
2020-10-01quilttools: Add Python setup supportBenedikt Spranger3-0/+103
2020-02-07mb2q: Use yaml.SafeLoader for compability with py-yaml < v3.14Torben Hohn1-1/+1
2020-01-09mb2q: Version 0.3v0.3Thomas Gleixner1-1/+1
2020-01-09mb2q: Handle Co-developed-by tag correctlyThomas Gleixner1-0/+1
2020-01-09mb2q: Handle notmuch message ordering correctlyThomas Gleixner1-1/+6
2019-12-17mb2q: Add version infov0.2Thomas Gleixner1-0/+1
2019-12-17mb2q: Support notmuch tag based exportThomas Gleixner1-7/+69
2019-12-17mb2q: Add support for maildir inputThomas Gleixner1-4/+20
2019-11-07mb2q: Make cover letter replies work againThomas Gleixner1-1/+1
2019-09-26mb2q: Fix deprecated yaml.load() warnings by specifying LoaderDaniel Borkmann1-1/+1
2019-09-03mb2q: Feed the supplied character set into the decoderThomas Gleixner1-1/+8
2019-09-03mb2q: Handle malformed discard lines gracefullyThomas Gleixner1-6/+11
2019-09-03mb2q: Do not assume that diffs start with 'a/'Thomas Gleixner1-0/+1
2019-08-28mb2q: Handle same subject in a thread and no SOB in patch properThomas Gleixner1-1/+17
2019-08-27mb2q: Make the default list/cc work correctlyThomas Gleixner1-2/+2
2019-08-27mb2q: Add config option to keep certain Cc addresses and fix SOB placementThomas Gleixner3-7/+29
2019-08-26man: Add examples to mb2q man pageThomas Gleixner1-0/+37
2019-08-26quilttools: Initial importThomas Gleixner14-0/+1588