[alot] announcing bugfix release v0.21

2011-12-25 Thread Patrick Totzke
Good news everyone! I have just tagged the bugfix release version 0.21 of my terminal GUI `alot`. You can get a tarball here: https://github.com/pazz/alot/tarball/0.21 NEWS: * avoid traceback infos from getting written on top of the ui * new "--help" output, autogenerated manpage * version strin

Re: [PATCH 0/2] Multiples calls of g_mime_init

2011-12-30 Thread Patrick Totzke
hi! while I cannot confirm that this patch solves the stated issue (cannot reproduce), It seeminly doesn't break things either and I'm all in favour of doing things right™. On a related note: It also doesn't fix the recent segfaults of the bindings that occur when you try to write to a locked d

Re: [PATCH 1/2] test: add a function to run Python tests

2012-01-03 Thread Patrick Totzke
Quoting Thomas Jost (2011-12-13 17:21:34) >On Sun, 11 Dec 2011 18:58:18 +0400, Dmitry Kurochkin > wrote: >> Perhaps we should have a test-lib.py for test-specific stuff like this >> (similar to test-lib.el)? I think it would be cleaner and makes it easy >> to add more Python test auxiliary functi

[PATCH 1/2] clean up "compare thread ids" python test

2012-01-03 Thread Patrick Totzke
This makes the test script open the database in READ_ONLY mode and use the libraries own sorting methods instead of "sort". --- test/python |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/python b/test/python index c3aa726..c318cc1 100755 --- a/test/python +++ b

[PATCH 2/2] python test "compare message ids"

2012-01-03 Thread Patrick Totzke
Introduces a second (trivial) test for the python bindings that searches for message ids and compares the output with that of `notmuch search`. --- test/python | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/test/python b/test/python index c318cc1..6018c2d 100

Re: Python bindings for adoption

2012-01-04 Thread Patrick Totzke
Sebastian, I'm sorry to hear of your decision to finally hand over the maintainership of the bindings but of course I fully understand that you want to focus on other stuff. Thanks for your great work! Your bindings were certainly one of the most important reasons for me to switch to notmuch. T

Re: [PATCH 1/3] pep8 fixes

2012-01-09 Thread Patrick Totzke
Quoting Sebastian Spaeth (2012-01-02 16:23:05) >Hi, just tried to apply but it doesn't apply cleanly anymore, can you >update the patch to latest master? no need: you already pushed these three patches on Dec 6, if i'm not mistaken. best, /p ___ notmuch

[feature request] thread-based queries

2012-01-18 Thread Patrick Totzke
Hi everyone, A recent discussion on alot's issue tracker[0] made it clear that it might be useful to have a thread-based matching for queries as an alternative to the current message based approach: Consider a thread with two messages, one has a single tag 'flagged', the other a single tag 'un

Re: [afew] announcing afew, an universal tagging solution with some fancy features

2012-01-20 Thread Patrick Totzke
Quoting Justus Winter (2011-12-21 08:53:23) >Hey Pazz, > >Quoting Patrick Totzke (2011-12-19 19:17:12) >>Also, should i not get some output when calling afew with -vv ? > >Yes you should ;). Here's an example run on my box: Alright, I do get logging output with upstr

[feature request] notmuch_thread_get_newest_subject

2012-02-03 Thread Patrick Totzke
Hi all, There seems to be no way to get the "current" subject line of a thread. I promised to relay my feature request to the list, so here it is.. This could be done using a parameter like "newest-or-original" for `notmuch_thread_get_subject` in threads.cc, which would look up the newest messag

Re: For gmail how do you setup notmuch mail ?...

2012-02-08 Thread Patrick Totzke
Quoting Alex Botero-Lowry (2012-02-08 08:24:51) >I'm using a similar setup.  An inconvenience with the setup is that I have >various filters in gmail that filter, e.g., mailing list mails by skipping >the gmail inbox and applying specific tags. ... >Ideally, I'd like a view in notm

Re: notmuch as a shared object aka library knigge

2012-02-21 Thread Patrick Totzke
Hi all, Those of you with long enough backlog on the list to remember my rant (id:20110626202733.GA26837@brick) can guess my opion on this matter but just to be sure.. I am not much of an expert on libnotmuch internals but am using the python bindings extensively. It feels super-strange using a

Re: Replacing my name/email with "me" (or similar) in author lists

2012-02-26 Thread Patrick Totzke
Quoting Daniel (2012-02-25 16:34:15) >From what I understand, at least the Python bindings deliver primarily author >names (not addresses), To clarify, `notmuch.Thread.get_authors` returns a comma separated list of the realname parts of all From-headers that occur in messages of this thread. > s

Re: info about notmuch gui 'alot'

2012-02-29 Thread Patrick Totzke
Hi! The config syntax changed recently, when I switched from configparser to configobj. To clarify: * the new config syntax is explained in the user docs at http://alot.rtfd.org. These are auto-generated at each commit and correspond to the `testing` branch, which is where the bleeding edge

Re: [alot] nottoomuch-addresses.sh config

2012-02-29 Thread Patrick Totzke
this account. here's what I use myself: ``` #.. global configs [accounts] [[gmail]] realname = Patrick Totzke address = patricktot...@gmail.com aliases = patricktot...@googlemail.com, sendmail_command = msmtp --account=gmail -t draft_box = "maild

Re: [alot] nottoomuch-addresses.sh config

2012-03-01 Thread Patrick Totzke
Sorry, forgot to finish this *caught*: >> should I be creating a key binding to invoke the completion command? >No: this is used when you are prompted for recipients when composing a mail: >Hit `m`, select your account if you have more than one, and when the prompt >says >"To:" you ... use `ta

Re: [alot] howto multiple selections

2012-03-02 Thread Patrick Totzke
Hi! Quoting Philippe LeCavalier (2012-03-01 15:45:12) >Is it possible to select more than one msg in search-mode to retag? No, not yet: https://github.com/pazz/alot/issues/116 Please have a look at the issue tracker for other feature requests or if you're looking for inspiration on how you could

Re: [alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Hi Phil, Quoting Philippe LeCavalier (2012-03-03 18:37:32) >I can't tell if it's _all_ killed mails but I can say for sure that some >tagged mails reappear in the inbox despite them tagged 'killed' and the >search mode filter is inbox AND NOT tag:killed. I presume by reappear you mean that once y

Re: [alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Quoting Philippe LeCavalier (2012-03-05 13:07:39) >Quoting Patrick Totzke (2012-03-05 05:04:21) >>I presume by reappear you mean that once you receive another mail of that >>thread, >>the thread ends up in your inbox again? >Yes. >> >>You should be aware tha

Re: [alot] mails tagged 'killed' reappearing

2012-03-06 Thread Patrick Totzke
Quoting Philippe LeCavalier (2012-03-06 15:54:50) >Quoting Patrick Totzke (2012-03-05 05:04:21) >>I can highly recommend Justus' "afew" tagging script >>https://github.com/teythoon/afew, >>which can be configured to provide above mentioned functionalit

Re: [alot] reply from search mode

2012-03-06 Thread Patrick Totzke
Quoting Philippe LeCavalier (2012-03-06 16:00:16) >How would I add a reply key binding to reply directly from the search >mode. ie something like R. Forward and editnew would be nice as well. This could indeed be useful, but I'm not convinced this is a great idea in general: What would that comma

[alot] announcing v0.3

2012-03-20 Thread Patrick Totzke
Hi everyone! I have just released version 0.3 of my terminal GUI `alot`; You can get a tarball here [0]. This release features many bugfixes, a revised config syntax and a fairly complete user and API manual [1]. Detailed usage updates since v0.21: * revised config syntax! * config file validat

Re: [RFC] Split notmuch_database_close into two functions

2012-03-21 Thread Patrick Totzke
Hi all, I can confirm that this fixes a rather nasty core dump in a branch of alot that closes and re-opens the database more frequently. /p ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[RFC][alot] design decisions

2012-03-21 Thread Patrick Totzke
Hi all, with alot 0.3 released, I started thinking seriously about proper™ MIME-display and gnupg integration for alot. I have to make a few design decisions here and could really use some informed opinions from more experienced UI developers. My question in particular is: How do I best inte

Re: Questions from a user new to notmuch

2012-03-24 Thread Patrick Totzke
Quoting Austin Clements (2012-03-22 22:39:07) >> 2. I received a message that was addressed to a distribution group and >>tried to reply. Because the TO: address is not my address, notmuch >>fails to guess the proper FROM: address to set. Is there a way to >>handle this use case? Thi

Re: Passwordless multi-account SMTP

2012-04-03 Thread Patrick Totzke
Hi Jacek, I am using msmtp for this: I keep my passwords in an encrypted file and use a shellscript to decrypt and grep for passwords in combination with msmtp's `passwordeval` option. Have a look at https://github.com/pazz/configs/blob/master/.msmtprc https://github.com/pazz/scripts/blob/master/

[alot] announcing v0.3.1

2012-05-17 Thread Patrick Totzke
Hi everyone! I have just released alot v0.3.1; You can get a tarball here [0]. This is mainly a bugfix release, the most notable addition feature-wise is the ability to sign outgoing messages via PGP/MIME. Cheers to Michael for this one! Detailed usage updates since v0.3: * use separate database

Re: [alot] announcing v0.3.1

2012-05-17 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2012-05-17 16:42:53) > On Thu, May 17 2012, Patrick Totzke wrote: > > With David Bremners help I have started hacking together some metadata to > > build > > a debian package. This can be found in branch 'debian' but I presume there

Re: Sending from multiple accounts

2012-05-23 Thread Patrick Totzke
try alot: multiple accounts [0] for free /p [0] http://alot.readthedocs.org/en/latest/configuration/index.html#accounts Quoting Michal Sojka (2012-05-23 11:29:27) > Hi Doug, > > Doug Penner writes: > > I am in the process of trying to migrate from alpine (which handles > > separate accounts *

[alot] announcing v0.3.2

2012-07-22 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.2; You can get a tarball here [0]. This version comes with redesigned theming features and supports highlighting/retheming of thread lines in search mode based on notmuch queries or thread tags. I had to change the syntax of theme-files and custom tags-se

Re: [announce] Bower 0.4

2012-08-12 Thread Patrick Totzke
Quoting David Froger (2012-08-12 16:53:43) > > > 3. Would it be possible to have the feature 'kill a thread' like Sup > > > have? (see > > > http://sup.rubyforge.org/README.txt). > > > > I haven't needed such a feature so I don't have a clear idea how it > > should work. There are some patches/i

[alot] announcing v0.3.3

2012-09-09 Thread Patrick Totzke
Good news everyone! I have just tagged alot v0.3.3; You can get a tarball here [0]. This version comes with lots of bugfixes and minor ui tweaks, most notably the ability to interpret command sequences and sequences of keypresses. It is now possible to overwrite default bindings which obsoletes t

Re: [alot] announcing v0.3.3

2012-09-11 Thread Patrick Totzke
Hi Sepp, welcome to alot :) Quoting Sepp Tannhuber (2012-09-10 19:55:00) > 1. As vi user I alway type gg/G to jump to the top/bottom. Is there a command > that I can >    configure this way? I have not found a jump to top/bottom command in the > manual. Short Answer: This is not yet possible wit

Re: [alot] announcing v0.3.3

2012-09-11 Thread Patrick Totzke
Quoting Sepp Tannhuber (2012-09-11 17:59:12) > Hi Patrick, > > thank you for answering and for this really good mail client! pleasure :) > > One reason I have not bothered to implement this so far is that in the long > > run, > > I want to have urwid Tree widgets as top level widgets in thread b

Re: nbook: a notmuch based address book written in python

2012-09-25 Thread Patrick Totzke
Hey Suvayu, welcome to notmuch! I hope you are aware that there are already a few search based abook tools around for notmuch (listed in the wiki, albeit hidden in the emacs docs): http://notmuchmail.org/emacstips/#index14h2 I personally use nottoomuch-addresses.sh, which apparently does some adva

Re: nbook: a notmuch based address book written in python

2012-10-13 Thread Patrick Totzke
Quoting Suvayu Ali (2012-10-08 10:34:29) > Hi Patrick, > > Sorry for the very late reply; I got distracted with some personal > matters. > > On Tue, Sep 25, 2012 at 11:44:57AM +0100, Patrick Totzke wrote: > > Hey Suvayu, welcome to notmuch! > > > > I hope yo

Re: Notmuch indexing takes too long

2012-11-09 Thread Patrick Totzke
Hi Ondrej, Quoting Ondrej Jombik (2012-11-09 02:58:09) > I am trying to move from mairix to some better solution. mairix has been > working really well for me, but it had some limitations. > > I decided to give a try to notmuch, but I has been suprised with > estimated indexing time: > > Pr

Re: gmail importer script

2012-12-07 Thread Patrick Totzke
Is this supposed to happen? - Logging in... Selecting all mail... Discovering local messages... Receiving message list... Traceback (most recent call last): File "./gmail-notmuch.py", line 175, in main() File "./gmail-notmuch.py", line 58, in ma

Re: gmail importer script

2012-12-08 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-07 13:49:46) > Not sure what is causing this. My best guess is that your password was > incorrect and that I'm not checking the login return value. Yes, you're right, it was an incorrect passwd. > One thing you also might want to watch out for is > exce

Re: gmail importer script

2012-12-08 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-08 17:04:48) > On Sat, Dec 8, 2012 at 5:20 PM, Patrick Totzke > wrote: > > I have two new errors: > > > > - > > ./gmail-notmuch.py -u patricktot...@gmail.com -p mypwd ~/ma

Re: gmail importer script

2012-12-10 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-09 23:13:12) > On Sat, Dec 8, 2012 at 6:46 PM, Patrick Totzke > wrote: > > ZeroDivisionError: float division by zero > > > Fixed it! Sorry about all this... Jeeze Louise.  thx > > Another feature request: >

Re: gmail importer script

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 07:06:22) > On Mon, Dec 10, 2012 at 6:46 PM, Jason A. Donenfeld wrote: > > > > On Mon, Dec 10, 2012 at 10:41 AM, Patrick Totzke > wrote: > > It would, but its nicer not to load ressources you're not gonna use

Re: gmail importer script

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 09:12:56) > It seems to work, but i'm still waiting for the first run-through. > > > Downloading messages: 457 of 22831| > > This takes ages. I hope it doesn't try to re-download all my messages > everytime. > > > Nope. It's very smart about n

Re: notmuch python bindings corrupt db index (was: gmail importer script)

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 13:47:32) > On Tue, Dec 11, 2012 at 11:04 AM, Patrick Totzke > wrote: > > I ended up killing the process after i saw that ETA was >3h. > > Gmail's bottleneck. Very unfortunate. Leave it going over night. OK, i assumed i'd no

Re: notmuch python bindings corrupt db index (was: gmail importer script)

2012-12-13 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-13 14:32:53) > On Wed, Dec 12, 2012 at 9:49 PM, Austin Clements wrote: > > There should be no way to corrupt the database at this level through > > the Xapian API, which means nothing libnotmuch can do (much less users > > of libnotmuch) should be able to corrup

Re: gmail importer script

2012-12-13 Thread Patrick Totzke
Sorry, I'm misusing this thread as a bugtracker.. Traceback (most recent call last):4| | 10% ETA: 1:24:41 3.54 emails/s File "./gmail-notmuch.py", line 251, in main() File "./gmail-notmuch.py"

Re: gmail importer script

2012-12-15 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-15 08:22:46) > On Thu, Dec 13, 2012 at 5:48 PM, Patrick Totzke > wrote: > > > notmuch.errors.FileNotEmailError > > > Delete the file it dies on and try again. Well, thats not the point.. the script shouldn't die like this.

[alot] announcing v0.3.1

2012-05-17 Thread Patrick Totzke
Hi everyone! I have just released alot v0.3.1; You can get a tarball here [0]. This is mainly a bugfix release, the most notable addition feature-wise is the ability to sign outgoing messages via PGP/MIME. Cheers to Michael for this one! Detailed usage updates since v0.3: * use separate database

[alot] announcing v0.3.1

2012-05-17 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2012-05-17 16:42:53) > On Thu, May 17 2012, Patrick Totzke wrote: > > With David Bremners help I have started hacking together some metadata to > > build > > a debian package. This can be found in branch 'debian' but I presume there

Sending from multiple accounts

2012-05-23 Thread Patrick Totzke
try alot: multiple accounts [0] for free /p [0] http://alot.readthedocs.org/en/latest/configuration/index.html#accounts Quoting Michal Sojka (2012-05-23 11:29:27) > Hi Doug, > > Doug Penner writes: > > I am in the process of trying to migrate from alpine (which handles > > separate accounts *

[alot] announcing v0.3.2

2012-07-22 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.2; You can get a tarball here [0]. This version comes with redesigned theming features and supports highlighting/retheming of thread lines in search mode based on notmuch queries or thread tags. I had to change the syntax of theme-files and custom tags-se

[announce] Bower 0.4

2012-08-12 Thread Patrick Totzke
Quoting David Froger (2012-08-12 16:53:43) > > > 3. Would it be possible to have the feature 'kill a thread' like Sup > > > have? (see > > > http://sup.rubyforge.org/README.txt). > > > > I haven't needed such a feature so I don't have a clear idea how it > > should work. There are some patches/i

[alot] announcing v0.3.3

2012-09-09 Thread Patrick Totzke
Good news everyone! I have just tagged alot v0.3.3; You can get a tarball here [0]. This version comes with lots of bugfixes and minor ui tweaks, most notably the ability to interpret command sequences and sequences of keypresses. It is now possible to overwrite default bindings which obsoletes t

[alot] announcing v0.3.3

2012-09-11 Thread Patrick Totzke
Hi Sepp, welcome to alot :) Quoting Sepp Tannhuber (2012-09-10 19:55:00) > 1. As vi user I alway type gg/G to jump to the top/bottom. Is there a command > that I can > ? ?configure this way? I have not found a jump to top/bottom command in the > manual. Short Answer: This is not yet possible wit

[alot] announcing v0.3.3

2012-09-12 Thread Patrick Totzke
Quoting Sepp Tannhuber (2012-09-11 17:59:12) > Hi Patrick, > > thank you for answering and for this really good mail client! pleasure :) > > One reason I have not bothered to implement this so far is that in the long > > run, > > I want to have urwid Tree widgets as top level widgets in thread b

nbook: a notmuch based address book written in python

2012-09-25 Thread Patrick Totzke
Hey Suvayu, welcome to notmuch! I hope you are aware that there are already a few search based abook tools around for notmuch (listed in the wiki, albeit hidden in the emacs docs): http://notmuchmail.org/emacstips/#index14h2 I personally use nottoomuch-addresses.sh, which apparently does some adva

nbook: a notmuch based address book written in python

2012-10-13 Thread Patrick Totzke
Quoting Suvayu Ali (2012-10-08 10:34:29) > Hi Patrick, > > Sorry for the very late reply; I got distracted with some personal > matters. > > On Tue, Sep 25, 2012 at 11:44:57AM +0100, Patrick Totzke wrote: > > Hey Suvayu, welcome to notmuch! > > > > I hope yo

Notmuch indexing takes too long

2012-11-09 Thread Patrick Totzke
Hi Ondrej, Quoting Ondrej Jombik (2012-11-09 02:58:09) > I am trying to move from mairix to some better solution. mairix has been > working really well for me, but it had some limitations. > > I decided to give a try to notmuch, but I has been suprised with > estimated indexing time: > > Pr

gmail importer script

2012-12-07 Thread Patrick Totzke
Is this supposed to happen? - Logging in... Selecting all mail... Discovering local messages... Receiving message list... Traceback (most recent call last): File "./gmail-notmuch.py", line 175, in main() File "./gmail-notmuch.py", line 58, in ma

gmail importer script

2012-12-08 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-07 13:49:46) > Not sure what is causing this. My best guess is that your password was > incorrect and that I'm not checking the login return value. Yes, you're right, it was an incorrect passwd. > One thing you also might want to watch out for is > exce

gmail importer script

2012-12-08 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-08 17:04:48) > On Sat, Dec 8, 2012 at 5:20 PM, Patrick Totzke > wrote: > > I have two new errors: > > > > - > > ./gmail-notmuch.py -u patricktotzke at gmail.com -p mypwd ~/ma

gmail importer script

2012-12-10 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-09 23:13:12) > On Sat, Dec 8, 2012 at 6:46 PM, Patrick Totzke > wrote: > > ZeroDivisionError: float division by zero > > > Fixed it! Sorry about all this... Jeeze?Louise.? thx > > Another feature request: >

gmail importer script

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 07:06:22) > On Mon, Dec 10, 2012 at 6:46 PM, Jason A. Donenfeld > wrote: > > > > On Mon, Dec 10, 2012 at 10:41 AM, Patrick Totzke gmail.com> > wrote: > > It would, but its nicer not to load r

gmail importer script

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 09:12:56) > It seems to work, but i'm still waiting for the first run-through. > > > Downloading messages: 457 of 22831| > > This takes ages. I hope it doesn't try to re-download all my messages > everytime. > > > Nope. It's very smart about n

notmuch python bindings corrupt db index (was: gmail importer script)

2012-12-11 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-11 13:47:32) > On Tue, Dec 11, 2012 at 11:04 AM, Patrick Totzke > wrote: > > I ended up killing the process after i saw that ETA was >3h. > > Gmail's bottleneck. Very unfortunate. Leave it going over night. OK, i assumed i'd no

notmuch python bindings corrupt db index (was: gmail importer script)

2012-12-13 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-13 14:32:53) > On Wed, Dec 12, 2012 at 9:49 PM, Austin Clements wrote: > > There should be no way to corrupt the database at this level through > > the Xapian API, which means nothing libnotmuch can do (much less users > > of libnotmuch) should be able to corrup

gmail importer script

2012-12-13 Thread Patrick Totzke
Sorry, I'm misusing this thread as a bugtracker.. Traceback (most recent call last):4| | 10% ETA: 1:24:41 3.54 emails/s File "./gmail-notmuch.py", line 251, in main() File "./gmail-notmuch.py"

gmail importer script

2012-12-15 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-15 08:22:46) > On Thu, Dec 13, 2012 at 5:48 PM, Patrick Totzke > wrote: > > > notmuch.errors.FileNotEmailError > > > Delete the file it dies on and try again. Well, thats not the point.. the script shouldn't die like this.

gmail importer script

2012-12-16 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-16 20:44:04) > On Sat, Dec 15, 2012 at 11:41 AM, Patrick Totzke > wrote: > > Well, thats not the point.. the script shouldn't die like this. > I think it's be better if the script caught that exception, deleted the >

gmail importer script

2012-12-17 Thread Patrick Totzke
BTW: I removed the whole maildir contents and restarted the downlowd over night. here's the result: --- Traceback (most recent call last):2| | 26% ETA: 1:37:2

[alot] announcing v0.3.4

2013-02-19 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.4; You can get a tarball here [0]. This minor version bump is mostly to flush out all the nice small features I hacked together or received as pull request lately. It comes with tons of ui tweaks, fixes and a very nice patch series that allows to send PGP

afew filter rules

2013-03-02 Thread Patrick Totzke
Hey Reiner, Quoting Rainer M Krug (2013-02-28 15:29:33) > Based on the the filter, it seems that list_id is used to tag the emails - > correct? Seems so, yea [0]. > But in > addition, I have some lists which do not have list_id, but need to be > identified by their to > address - how can I add

funcmail.py: generate notmuch-tags based on headers

2013-03-22 Thread Patrick Totzke
Could this be integrated into "afew" as a custom filter?

the future of notmuch-vim?

2013-04-03 Thread Patrick Totzke
Quoting guyzmo (2013-04-03 07:01:58) > ... > It may be nice and/or fun to use that kind of things in vim, but > really, it's opposite to the philosophy of vim. > ... > Whereas you seem to have done a really good job integrating it to > vim, I personally think that anything that

the future of notmuch-vim?

2013-04-03 Thread Patrick Totzke
Quoting Felipe Contreras (2013-04-03 10:09:39) > ... > What you prefer is irrelevant; it's relevant only for you, that's why it's > called a *preference*, the rest of us prefer different things. Never mind preferences, I think originally, this thread was about dropping *support* for the *original*

Xapers

2013-04-15 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2013-04-15 18:18:00) > On Mon, Apr 15 2013, Jameson Graef Rollins > wrote: > > README and a screenshot of the curses ui here: > > > > http://finestructure.net/xapers/README > > http://finestructure.net/xapers/screenshot.png > > I maybe should have been a little cle

[CLI] bug in notmuch setup

2013-05-05 Thread Patrick Totzke
Hi all, As mentioned on IRC earlier, current master seems to have an issue with `notmuch setup`, which fails to write ~/.notmuch-config if not already present. Here are excerpts from the discussion from #notmuch: --%<--- 19:

[alot] announcing v0.3.5

2013-07-18 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.5; You can get a tarball here [0]. Most notably, this update comes with a rewrite of Thread buffers, allowing among other things thread-tree based focus movements. Alot now has full support for PGP/MIME encryption and signatures, courtesy of Justus (teyth

[alot] announcing v0.3.5

2013-07-19 Thread Patrick Totzke
Hi Rub?n, thanks for mentioning this. I must have accidentally dropped the corresponding paragraph in the docs (http://alot.readthedocs.org/en/testing/usage/index.html#cryptography). I'm almost certain I saw this documented a while back.. Basically, you need a running gpg-agent. Then, decryptio

[alot] announcing v0.3.5

2013-07-19 Thread Patrick Totzke
Quoting Ruben Pollan (2013-07-19 16:01:06) > Quoting Patrick Totzke (2013-07-19 16:02:34) > > Hi Rub?n, > > > > thanks for mentioning this. I must have accidentally dropped the > > corresponding paragraph > > in the docs > > (http://alot.readthedocs.org/e

[alot] announcing v0.3.5

2013-07-19 Thread Patrick Totzke
Quoting Ruben Pollan (2013-07-19 16:24:40) > I just found the problem. I was still having the debian package installed and > alot was using it's old alot-egg from debian :( Now that I uninstall the > package > is working fine. > > Sorry. No worries! another problem that solved itself :) cheers

proposal to remove contrib/notmuch-vim and contrib/notmuch-deliver

2013-09-04 Thread Patrick Totzke
+1 from me for getting rid of the vim plug in mainline notmuch. Cheers, /p -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: signature URL:

How about these: -- CR & NL char in rfc2047-encoded header...

2013-10-27 Thread Patrick Totzke
Quoting David Bremner (2013-10-27 12:48:24) > tomi.ollila at iki.fi writes: > > > In thread starting from id:08cb1dcd-c5db-4e33-8b09-7730cb3d59a2 at gmail.com > > David wondered in id:87y58xv71x.fsf at zancas.localnet what filtering > > is done by CLI and what by lib. > > > > But where should the

alot: can't read sent emails, after encryption

2013-11-17 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > On Tue, Nov 12 2013, apmanine at idaaas.com wrote: > > I have recently switched to notmuch. Thank you for it! > > I'm using "alot" as a frontend (thank you for it, too!). Everything > > works smoothly, apart from one problem: with alot, I can't

alot: can't read sent emails, after encryption

2013-11-18 Thread Patrick Totzke
Quoting Alain-Pierre Manine (2013-11-18 08:38:33) > Quoting Jameson Graef Rollins (2013-11-17 20:43:25) > > On Sun, Nov 17 2013, Patrick Totzke wrote: > > > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > > >> On Tue, Nov 12 2013, apmanine at idaaas.com w

Re: gmail importer script

2012-12-16 Thread Patrick Totzke
Quoting Jason A. Donenfeld (2012-12-16 20:44:04) > On Sat, Dec 15, 2012 at 11:41 AM, Patrick Totzke > wrote: > > Well, thats not the point.. the script shouldn't die like this. > I think it's be better if the script caught that exception, deleted the >

Re: gmail importer script

2012-12-17 Thread Patrick Totzke
BTW: I removed the whole maildir contents and restarted the downlowd over night. here's the result: --- Traceback (most recent call last):2| | 26% ETA: 1:37:2

[alot] announcing v0.3.4

2013-02-19 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.4; You can get a tarball here [0]. This minor version bump is mostly to flush out all the nice small features I hacked together or received as pull request lately. It comes with tons of ui tweaks, fixes and a very nice patch series that allows to send PGP

Re: afew filter rules

2013-03-01 Thread Patrick Totzke
Hey Reiner, Quoting Rainer M Krug (2013-02-28 15:29:33) > Based on the the filter, it seems that list_id is used to tag the emails - > correct? Seems so, yea [0]. > But in > addition, I have some lists which do not have list_id, but need to be > identified by their to > address - how can I add

Re: funcmail.py: generate notmuch-tags based on headers

2013-03-22 Thread Patrick Totzke
Could this be integrated into "afew" as a custom filter? ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: the future of notmuch-vim?

2013-04-03 Thread Patrick Totzke
Quoting guyzmo (2013-04-03 07:01:58) > ... > It may be nice and/or fun to use that kind of things in vim, but > really, it's opposite to the philosophy of vim. > ... > Whereas you seem to have done a really good job integrating it to > vim, I personally think that anything that

Re: the future of notmuch-vim?

2013-04-03 Thread Patrick Totzke
Quoting Felipe Contreras (2013-04-03 10:09:39) > ... > What you prefer is irrelevant; it's relevant only for you, that's why it's > called a *preference*, the rest of us prefer different things. Never mind preferences, I think originally, this thread was about dropping *support* for the *original*

Re: Xapers

2013-04-15 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2013-04-15 18:18:00) > On Mon, Apr 15 2013, Jameson Graef Rollins wrote: > > README and a screenshot of the curses ui here: > > > > http://finestructure.net/xapers/README > > http://finestructure.net/xapers/screenshot.png > > I maybe should have been a little cleare

[CLI] bug in notmuch setup

2013-05-05 Thread Patrick Totzke
Hi all, As mentioned on IRC earlier, current master seems to have an issue with `notmuch setup`, which fails to write ~/.notmuch-config if not already present. Here are excerpts from the discussion from #notmuch: --%<--- 19:

[alot] announcing v0.3.5

2013-07-18 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.5; You can get a tarball here [0]. Most notably, this update comes with a rewrite of Thread buffers, allowing among other things thread-tree based focus movements. Alot now has full support for PGP/MIME encryption and signatures, courtesy of Justus (teyth

Re: proposal to remove contrib/notmuch-vim and contrib/notmuch-deliver

2013-09-04 Thread Patrick Totzke
+1 from me for getting rid of the vim plug in mainline notmuch. Cheers, /p signature.asc Description: signature ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: How about these: -- CR & NL char in rfc2047-encoded header...

2013-10-27 Thread Patrick Totzke
Quoting David Bremner (2013-10-27 12:48:24) > tomi.oll...@iki.fi writes: > > > In thread starting from id:08cb1dcd-c5db-4e33-8b09-7730cb3d5...@gmail.com > > David wondered in id:87y58xv71x.fsf@zancas.localnet what filtering > > is done by CLI and what by lib. > > > > But where should the "problem"

Re: alot: can't read sent emails, after encryption

2013-11-17 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > On Tue, Nov 12 2013, apman...@idaaas.com wrote: > > I have recently switched to notmuch. Thank you for it! > > I'm using "alot" as a frontend (thank you for it, too!). Everything > > works smoothly, apart from one problem: with alot, I can't fig

Re: alot: can't read sent emails, after encryption

2013-11-18 Thread Patrick Totzke
Quoting Alain-Pierre Manine (2013-11-18 08:38:33) > Quoting Jameson Graef Rollins (2013-11-17 20:43:25) > > On Sun, Nov 17 2013, Patrick Totzke wrote: > > > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > > >> On Tue, Nov 12 2013, apman...@idaaas.com wrote: >

[alot] announcing v0.3.6

2014-08-02 Thread Patrick Totzke
Hi everyone! I have just tagged alot v0.3.6; You can get a tarball here [0]. This version bump mostly reflects me catching up with the many fixes, tweaks and some new features I received as pull requests. Usage updates since v0.3.5: * implement vim-style "move last" command (bound to G) * fixes

  1   2   3   >