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: imain/notmuch-vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mashedcode/notmuch-vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 15 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 12, 2017

  1. Refactor source code

    * Change message id
    * Combine methods and do different things based on filetype
    * Follow different style guide
    * Make it work when loaded asynchronously
    * Use file type based autocmd instead of set_map
    * Make it possbile to encrypt and sign mail
    * Mark fork
    mashedcode committed Apr 12, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a0d2ed3 View commit details
  2. Copy the full SHA
    c9bae28 View commit details

Commits on Apr 22, 2017

  1. Escape shell argument

    mashedcode committed Apr 22, 2017
    Copy the full SHA
    1df015b View commit details

Commits on Apr 23, 2017

  1. Copy the full SHA
    b5ca82f View commit details
  2. Copy the full SHA
    0d481e2 View commit details
  3. Copy the full SHA
    2e2af77 View commit details

Commits on Apr 24, 2017

  1. Copy the full SHA
    534dfc7 View commit details

Commits on Apr 25, 2017

  1. Use consistent part number

    mashedcode committed Apr 25, 2017
    Copy the full SHA
    ba81ae3 View commit details

Commits on Dec 7, 2017

  1. Copy the full SHA
    d3b1f88 View commit details
  2. Copy the full SHA
    8c804e6 View commit details

Commits on Apr 25, 2018

  1. Copy the full SHA
    8e0ceb0 View commit details

Commits on May 27, 2018

  1. Copy the full SHA
    b482772 View commit details
  2. Show thread count for folder by default

    Because message count randomly started to crash notmuch.
    mashedcode committed May 27, 2018
    Copy the full SHA
    11a3b24 View commit details
  3. Rename b to buffer

    mashedcode committed May 27, 2018
    Copy the full SHA
    a5d1370 View commit details

Commits on Aug 23, 2018

  1. Fix one encoding error

    mashedcode committed Aug 23, 2018
    Copy the full SHA
    624c1d8 View commit details
Showing with 537 additions and 1,215 deletions.
  1. +0 −22 Makefile
  2. +0 −232 README.asciidoc
  3. +31 −0 README.md
  4. +0 −266 doc/notmuch.txt
  5. +226 −264 plugin/notmuch.rb
  6. +280 −431 plugin/notmuch.vim
22 changes: 0 additions & 22 deletions Makefile

This file was deleted.

232 changes: 0 additions & 232 deletions README.asciidoc

This file was deleted.

31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# notmuch vim

This is a vim plug-in that provides a fully usable mail client interface,
utilizing the notmuch framework.

This is a fork of [imain/notmuch-vim](https://github.com/imain/notmuch-vim).

[Ian Main](https://github.com/imain) added the following features in his fork:

* URI opening support.
* Attachment saving and opening support.
* Better patch saving support.
* Folded threading.
* Folded full headers available.
* Ability to tag all emails in a folder.
* Saves sent mail in your notmuch db.
* Better moving between messages in a thread.
* Better search listing.
* Better reply handling.
* ~~Automatically refresh folder index.~~
* Sending of attachments.

## What's special about this fork

I didn't do any useful change:

* Removed some features.
* Changed quotes, names and other things that shouldn't be changed.
* Added one line so that you can encrypt and sign mails.
* Remove the docs and other useful files.
* See for yourself.
Loading