[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-24 Thread David Bremner
Ingo Lohmar writes: > notmuch-message-mark-replied used "apply" to change message tags > according to notmuch-message-replied-tags after sending a reply. This > works if the latter is a single-element list. But with the recently > changed format of tag changes, it breaks for multiple-element

Re: [PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-24 Thread David Bremner
Ingo Lohmar i.loh...@gmail.com writes: notmuch-message-mark-replied used apply to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the recently changed format of tag changes, it breaks for

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-17 Thread Tomi Ollila
On Sun, Jul 08 2012, Mark Walters wrote: > On Sun, 03 Jun 2012, Ingo Lohmar wrote: >> notmuch-message-mark-replied used "apply" to change message tags >> according to notmuch-message-replied-tags after sending a reply. This >> works if the latter is a single-element list. But with the recently

Re: [PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-17 Thread Tomi Ollila
On Sun, Jul 08 2012, Mark Walters wrote: On Sun, 03 Jun 2012, Ingo Lohmar i.loh...@gmail.com wrote: notmuch-message-mark-replied used apply to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-08 Thread Mark Walters
On Sun, 03 Jun 2012, Ingo Lohmar wrote: > notmuch-message-mark-replied used "apply" to change message tags > according to notmuch-message-replied-tags after sending a reply. This > works if the latter is a single-element list. But with the recently > changed format of tag changes, it breaks for

Re: [PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-08 Thread Mark Walters
On Sun, 03 Jun 2012, Ingo Lohmar i.loh...@gmail.com wrote: notmuch-message-mark-replied used apply to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the recently changed format of tag changes,

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-06-04 Thread Jameson Graef Rollins
On Sun, Jun 03 2012, Ingo Lohmar wrote: > notmuch-message-mark-replied used "apply" to change message tags > according to notmuch-message-replied-tags after sending a reply. This > works if the latter is a single-element list. But with the recently > changed format of tag changes, it breaks for

Re: [PATCH] emacs: Fix notmuch-message-mark-replied.

2012-06-04 Thread Jameson Graef Rollins
On Sun, Jun 03 2012, Ingo Lohmar i.loh...@gmail.com wrote: notmuch-message-mark-replied used apply to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the recently changed format of tag changes,

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-06-03 Thread Ingo Lohmar
notmuch-message-mark-replied used "apply" to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the recently changed format of tag changes, it breaks for multiple-element lists. Use "funcall" to

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-06-03 Thread Ingo Lohmar
notmuch-message-mark-replied used apply to change message tags according to notmuch-message-replied-tags after sending a reply. This works if the latter is a single-element list. But with the recently changed format of tag changes, it breaks for multiple-element lists. Use funcall to properly