Thanks to visit codestin.com
Credit goes to github.com

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: neomutt/neomutt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: talih0/neomutt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 30, 2019

  1. maildir: use timestamps with millisecond precision

    Timestamps before this commit were rounded to the nearest second. This
    did provide enough granularity when copying multiple tagged messages
    from one mailbox to another (the resulting messages would have the
    same timestamp).
    
    This commit adds milliseconds precision, thus solving the issue.
    talih0 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    2ecce48 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. date: replace size_t with uint64_t

    size_t may not have enough bits to represent timestamp on 32-bit
    systems.
    talih0 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    e848eae View commit details
    Browse the repository at this point in the history
  2. maildir: Use uint64_t instead of int for timestamps

    int may not have enough precision
    talih0 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    419657c View commit details
    Browse the repository at this point in the history
Loading