Dreaming of tag-based e-mailing

2012-04-08 Thread Arian Kuschki
-- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120408/31d98d77/attachment-0001.html>

Dreaming of tag-based e-mailing

2012-04-08 Thread David Bremner
"Fernando H. F. Botelho" writes: > 1. I tag incoming messages with any number of arbitrary tags, and these > get assigned not just to that specific e-mail message, but also to the > contact (i.e. email address) behind it. > 2. I decide I have a message to send to every person that has tag A,

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-08 Thread Mark Walters
On Sun, 08 Apr 2012, Jameson Graef Rollins wrote: > The main change here is to modify argument parsing so as to not force > tag-changes to be a list, and to let notmuch-tag handle prompting the > user when required. doc strings are also updated and cleaned up. > --- > emacs/notmuch-show.el |

[PATCH v4 0/6] Move --no-exclude to --exclude=(true|false|flag)

2012-04-08 Thread David Bremner
Mark Walters writes: > This is version 4 of the exclude= patch set. Version 3 was at [1]. > > The only changes relative to version 3 are in the tests. As suggested > by jrollins [2] I have added some systematic count and show tests and > moved all the exclude tests to the file test/excludes.

Re: Dreaming of tag-based e-mailing

2012-04-08 Thread David Bremner
Fernando H. F. Botelho fernando.bote...@f123.org writes: 1. I tag incoming messages with any number of arbitrary tags, and these get assigned not just to that specific e-mail message, but also to the contact (i.e. email address) behind it. 2. I decide I have a message to send to every

Re: Dreaming of tag-based e-mailing

2012-04-08 Thread Arian Kuschki
On 7 April 2012 02:23, Fernando H. F. Botelho fernando.bote...@f123.orgwrote: 1. I tag incoming messages with any number of arbitrary tags, and these get assigned not just to that specific e-mail message, but also to the contact (i.e. email address) behind it. You can construct a list of

Re: Why not tags inside messages?

2012-04-08 Thread Sebastian Spaeth
On Sat, Apr 7, 2012 at 10:46, David Belohrad da...@belohrad.ch wrote: I'd love to use notmuch with offline imap  to work rather on local copy of messages, than using remote notmuch, which is slightly slower due to bandwidth limitation of my vdsl line. There is however fundamental problem of

Re: notmuch-poll and OfflineIMAP

2012-04-08 Thread Sebastian Spaeth
Jani Nikula j...@nikula.org wrote: Jacek Generowicz jacek.generow...@cern.ch writes: Hello, Would you have any advice on how to construct a notmuch-poll script that would work well in concert with OfflineIMAP? In particlular, how can you avoid having to re-issue the IMAP account passwords?

Re: Message deletion wisdom

2012-04-08 Thread Sebastian Spaeth
Jameson Graef Rollins jroll...@finestructure.net wrote: So in summary, if you would like to delete messages, you can: * add a key binding to emacs (or your favorite ui) to add a deleted tag to messages that you want to delete: (define-key notmuch-show-mode-map d (lambda ()

Re: notmuch-poll and OfflineIMAP

2012-04-08 Thread Sebastian Spaeth
Adam Wolfe Gordon awg+notm...@xvx.ca wrote: I run offlineimap in autorefresh mode (with IDLE too, actually) and use a script based on inotify to update notmuch whenever new mail comes in: https://gist.github.com/1952483 . It sounds like some variant of this would probably work for you. I