Skip to content

Commit

Permalink
Bump new version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchunyang committed Sep 4, 2017
1 parent 63bce3f commit 3c63640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
@@ -1,7 +1,4 @@
# helm-notmuch.el

[![MELPA](http://melpa.org/packages/helm-notmuch-badge.svg)](http://melpa.org/#/helm-notmuch)
[![MELPA Stable](http://stable.melpa.org/packages/helm-notmuch-badge.svg)](http://stable.melpa.org/#/helm-notmuch)
# helm-notmuch.el [![MELPA](http://melpa.org/packages/helm-notmuch-badge.svg)](http://melpa.org/#/helm-notmuch) [![MELPA Stable](http://stable.melpa.org/packages/helm-notmuch-badge.svg)](http://stable.melpa.org/#/helm-notmuch)

This package can be used to search emails, searching result displays as you type
thanks to helm, though `notmuch-search(1)` does the real search.
Expand Down
5 changes: 3 additions & 2 deletions helm-notmuch.el
@@ -1,11 +1,11 @@
;;; helm-notmuch.el --- Search emails with Notmuch and Helm -*- lexical-binding: t; -*-

;; Copyright (C) 2016 Chunyang Xu
;; Copyright (C) 2016-2017 Chunyang Xu

;; Author: Chunyang Xu <mail@xuchunyang.me>
;; URL: https://github.com/xuchunyang/helm-notmuch
;; Keywords: mail
;; Version: 1.0
;; Version: 1.1
;; Package-Requires: ((helm "1.9.3") (notmuch "0.21"))

;; This program is free software; you can redistribute it and/or modify
Expand All @@ -27,6 +27,7 @@
;; length of your input is no less than 2.

;; News:
;; - 2017-09-04 v1.1 Fix a regexp bug and use `notmuch-command' instead of hardcode "notmuch"
;; - 2016-11-28 v1.0 Add two user options: `helm-notmuch-max-matches' and `helm-notmuch-match-incomplete-words'

;;; Code:
Expand Down

0 comments on commit 3c63640

Please sign in to comment.