[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread David Bremner
Jinwoo Lee writes: > Thanks for the review, guys. Sent yet another patch. BTW I'm not sure > if I should specify --in-reply-to when sending updates. > > -jinwoo It's up to you. I generally specify in-reply-to unless the thread alread seems too long. d

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread David Bremner
Jinwoo Lee writes: > And what's the process for checking the code in? I just push to the > repo? > > -jinwoo Hi Jinwoo; I pushed it. We're pretty miserly with push access, but once you get through the reviews, getting the code in is quick. Welcome aboard ;). d

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Tomi Ollila
On Mon, Feb 02 2015, Jinwoo Lee wrote: > It's default value is ".", meaning all remote images will be blocked > by default. > > --- > Addressed review comments. Ok, looks good to me. David can perhaps amend away the (accidental) whitespace change in the last hunk ? Tomi > --- >

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
On Mon, Feb 2, 2015 at 02:15 PM, David Bremner wrote: > Jinwoo Lee writes: > >> And what's the process for checking the code in? I just push to the >> repo? >> >> -jinwoo > > Hi Jinwoo; > > I pushed it. We're pretty miserly with push access, but once you get > through the reviews, getting the

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
And what's the process for checking the code in? I just push to the repo? -jinwoo

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
It's default value is ".", meaning all remote images will be blocked by default. --- Addressed review comments. --- emacs/notmuch-show.el | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
On Mon, Feb 2, 2015 at 12:32 PM, Tomi Ollila wrote: > On Mon, Feb 02 2015, Jinwoo Lee wrote: > >> It's default value is ".", meaning all remote images will be blocked >> by default. >> >> --- >> Addressed review comments. > > Ok, looks good to me. David can perhaps amend away the (accidental) >

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
Thanks for the review, guys. Sent yet another patch. BTW I'm not sure if I should specify --in-reply-to when sending updates. -jinwoo

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
It's default value is ".", meaning all remote images will be blocked by default. --- Addressed review comments. --- emacs/notmuch-show.el | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
And what's the process for checking the code in? I just push to the repo? -jinwoo ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread David Bremner
Jinwoo Lee jinwo...@gmail.com writes: Thanks for the review, guys. Sent yet another patch. BTW I'm not sure if I should specify --in-reply-to when sending updates. -jinwoo It's up to you. I generally specify in-reply-to unless the thread alread seems too long. d

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
On Mon, Feb 2, 2015 at 02:15 PM, David Bremner da...@tethera.net wrote: Jinwoo Lee jinwo...@gmail.com writes: And what's the process for checking the code in? I just push to the repo? -jinwoo Hi Jinwoo; I pushed it. We're pretty miserly with push access, but once you get through the

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread David Bremner
Jinwoo Lee jinwo...@gmail.com writes: And what's the process for checking the code in? I just push to the repo? -jinwoo Hi Jinwoo; I pushed it. We're pretty miserly with push access, but once you get through the reviews, getting the code in is quick. Welcome aboard ;). d

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
It's default value is ., meaning all remote images will be blocked by default. --- Addressed review comments. --- emacs/notmuch-show.el | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Tomi Ollila
On Mon, Feb 02 2015, Jinwoo Lee jinwo...@gmail.com wrote: It's default value is ., meaning all remote images will be blocked by default. --- Addressed review comments. Ok, looks good to me. David can perhaps amend away the (accidental) whitespace change in the last hunk ? Tomi ---

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
On Mon, Feb 2, 2015 at 12:32 PM, Tomi Ollila tomi.oll...@iki.fi wrote: On Mon, Feb 02 2015, Jinwoo Lee jinwo...@gmail.com wrote: It's default value is ., meaning all remote images will be blocked by default. --- Addressed review comments. Ok, looks good to me. David can perhaps amend

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
It's default value is ., meaning all remote images will be blocked by default. --- Addressed review comments. --- emacs/notmuch-show.el | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-02 Thread Jinwoo Lee
Thanks for the review, guys. Sent yet another patch. BTW I'm not sure if I should specify --in-reply-to when sending updates. -jinwoo ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Sun, Feb 01 2015, Tomi Ollila wrote: > On Sun, Feb 01 2015, David Edmondson wrote: > >> On Thu, Jan 29 2015, Jinwoo Lee wrote: >>> It's default value is ".", meaning all remote images will be blocked >>> by default. >>> >>> --- >>> This time setting gnus-blocked-images from the correct

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Sun, Feb 01 2015, David Edmondson wrote: > On Thu, Jan 29 2015, Jinwoo Lee wrote: >> It's default value is ".", meaning all remote images will be blocked >> by default. >> >> --- >> This time setting gnus-blocked-images from the correct place. > > Looks good - it is better than the code

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Thu, Jan 29 2015, Jinwoo Lee wrote: > It's default value is ".", meaning all remote images will be blocked > by default. > > --- > This time setting gnus-blocked-images from the correct place. > --- > emacs/notmuch-show.el | 23 ++- > 1 file changed, 18 insertions(+), 5

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread David Edmondson
On Thu, Jan 29 2015, Jinwoo Lee wrote: > It's default value is ".", meaning all remote images will be blocked > by default. > > --- > This time setting gnus-blocked-images from the correct place. Looks good - it is better than the code currently in the repository, even if it doesn?t address every

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread David Edmondson
On Thu, Jan 29 2015, Jinwoo Lee wrote: It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. Looks good - it is better than the code currently in the repository, even if it doesn’t address every

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Thu, Jan 29 2015, Jinwoo Lee jinwo...@gmail.com wrote: It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. --- emacs/notmuch-show.el | 23 ++- 1 file changed, 18

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Sun, Feb 01 2015, Tomi Ollila tomi.oll...@iki.fi wrote: On Sun, Feb 01 2015, David Edmondson d...@dme.org wrote: On Thu, Jan 29 2015, Jinwoo Lee wrote: It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-02-01 Thread Tomi Ollila
On Sun, Feb 01 2015, David Edmondson d...@dme.org wrote: On Thu, Jan 29 2015, Jinwoo Lee wrote: It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. Looks good - it is better than the code

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-30 Thread Jinwoo Lee
Can someone take a look please? On Thu, Jan 29, 2015 at 01:35 PM, Jinwoo Lee wrote: > It's default value is ".", meaning all remote images will be blocked > by default. > > --- > This time setting gnus-blocked-images from the correct place. > --- > emacs/notmuch-show.el | 23

Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-30 Thread Jinwoo Lee
Can someone take a look please? On Thu, Jan 29, 2015 at 01:35 PM, Jinwoo Lee jinwo...@gmail.com wrote: It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. --- emacs/notmuch-show.el | 23

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-29 Thread Jinwoo Lee
It's default value is ".", meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. --- emacs/notmuch-show.el | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/emacs/notmuch-show.el

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-29 Thread Jinwoo Lee
It's default value is ".", meaning all remote images will be blocked by default. --- emacs/notmuch-show.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 66350d4..cc6aca9 100644 --- a/emacs/notmuch-show.el

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-29 Thread Jinwoo Lee
It's default value is ., meaning all remote images will be blocked by default. --- emacs/notmuch-show.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 66350d4..cc6aca9 100644 --- a/emacs/notmuch-show.el +++

[PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images.

2015-01-29 Thread Jinwoo Lee
It's default value is ., meaning all remote images will be blocked by default. --- This time setting gnus-blocked-images from the correct place. --- emacs/notmuch-show.el | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/emacs/notmuch-show.el