Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 40e863aeb31b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ca94ab1ea0c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 10, 2020

  1. afew: 2.0.0 -> 3.0.0

    MailMover: many fixes
    
      Previously, MailMover didn't properly preserve flags when renaming files, and
      moved all mail to `cur`. This was fixed. Also, MailMover gained a test suite.
    
    New filters: PropagateTags[ByRegex]InThreadFilter
    
      These filters allow propagating tags set to a message to the whole thread.
    
    New command line argument: --notmuch-args= in move mode
    
      In move mode, afew calls `notmuch new` after moving mails around. This
      prevents `afew -m` from being used in a pre-new hook in `notmuch`.
    
      Now it's possible to specify notmuch args, so something like `afew -m
      --notmuch-args=--no-hooks` can live happily in a pre-new hook.
    
    Python 3.4 and 3.5 support dropped
    
      afew stopped supporting the older python versions 3.4 and 3.5, and removed
      some more Python 2 compatibility code. (`from __future__ import …`, utf-8
      headers, relative imports, …)
    flokli committed Mar 10, 2020
    Copy the full SHA
    906dccf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Merge pull request #82206 from flokli/afew-3.0.0

    afew: 2.0.0 -> 3.0.0
    andir committed May 5, 2020
    Copy the full SHA
    6ca94ab View commit details
    Browse the repository at this point in the history