muttjump (was: ad: muttlearn - tool for managing multiple identities)

2010-11-29 Thread Christian Ebert
* Johannes Weißl on Sunday, November 28, 2010 at 23:49:26 +0100 For users of mairix, mu or nmzmail, another script might be interesting: muttjump: https://github.com/weisslj/muttjump It allows jumping back from the search folder to the original message (useful for editing, changing flags,

Re: ad: muttlearn - tool for managing multiple identities

2010-11-29 Thread Jostein Berntsen
On 28.11.10,23:49, Johannes Weißl wrote: Hello! I recently uploaded a small python program I've been using privately for a few years now. It scans sent messages and automatically generates send-hooks for recipients or groups of recipients. The learned settings include $from, $realname,

Re: muttjump

2010-11-29 Thread Christian Ebert
* Christian Ebert on Monday, November 29, 2010 at 11:11:11 +0100 term=/dev/$(ps -p$$ | awk '!/PID/ { print $2 }') awk 'END { print $2 }' is better. -- Python Mutt utilities --- http://bitbucket.org/blacktrash/muttils

Re: unicode

2010-11-29 Thread Jamie Paul Griffin
On Sun, Nov 28, 2010 at 02:52:22PM -0800, Chip Camden wrote: Someone must have solved this problem before, but all the Googling in the world isn't helping me so far. on my FreeBSD system, which i believe you are using, i managed to get it to display these characters by setting the locale as

Re: unicode

2010-11-29 Thread Chris G
On Mon, Nov 29, 2010 at 10:58:12AM +, Jamie Paul Griffin wrote: On Sun, Nov 28, 2010 at 02:52:22PM -0800, Chip Camden wrote: Someone must have solved this problem before, but all the Googling in the world isn't helping me so far. on my FreeBSD system, which i believe you are using, i

Re: unicode

2010-11-29 Thread Jamie Paul Griffin
Setting a ISO-8859 locale will mostly work but it's not so all encompassing as using UTF-8 so if you can use UTF-8 it's better. ISO-8859 character sets are basically only the 'Roman' character sets of western[ish] Europe. Using UTF-8 will show almost anything, I get to see chinese spam in

Re: muttjump

2010-11-29 Thread Erik Christiansen
On Mon, Nov 29, 2010 at 11:47:16AM +0100, Christian Ebert wrote: * Christian Ebert on Monday, November 29, 2010 at 11:11:11 +0100 term=/dev/$(ps -p$$ | awk '!/PID/ { print $2 }') awk 'END { print $2 }' is better. Since both select the desired line from the two lines presented by

Re: muttjump (was: ad: muttlearn - tool for managing multiple identities)

2010-11-29 Thread Johannes Weißl
Hi Christian, On Mon, Nov 29, 2010 at 11:11:11AM +0100, Christian Ebert wrote: Ah, nice, something I wanted to do for a long time. But it's always easier to nitpick on others ;-) I did the following to make it work - veeery quick and dirty, but might give you some ideas: [...] 1)

Re: unicode

2010-11-29 Thread Chris G
On Mon, Nov 29, 2010 at 11:38:43AM +, Jamie Paul Griffin wrote: Setting a ISO-8859 locale will mostly work but it's not so all encompassing as using UTF-8 so if you can use UTF-8 it's better. ISO-8859 character sets are basically only the 'Roman' character sets of western[ish] Europe.

Re: unicode

2010-11-29 Thread Jamie Paul Griffin
No I don't, I use Linux (Xubuntu). I only moved from ISO-8859 to UTF-8 a little while ago though, mainly because until a year or two go I did a lot of work on legacy Sun systems which, as regards characters sets etc. were back in the dark ages and for cross compatibility with them ISO-8859

Re: muttjump

2010-11-29 Thread Christian Ebert
* Erik Christiansen on Monday, November 29, 2010 at 22:44:10 +1100 On Mon, Nov 29, 2010 at 11:47:16AM +0100, Christian Ebert wrote: * Christian Ebert on Monday, November 29, 2010 at 11:11:11 +0100 term=/dev/$(ps -p$$ | awk '!/PID/ { print $2 }') awk 'END { print $2 }' is better.

Re: muttjump

2010-11-29 Thread Christian Ebert
* Johannes Weißl on Monday, November 29, 2010 at 12:44:53 +0100 On Mon, Nov 29, 2010 at 11:11:11AM +0100, Christian Ebert wrote: 1) consistently using commands might be a good idea - in case someone decides to remap / ;-) It used to be like this, but I changed it in commit 6fde4fd [1]. The

Re: muttjump (was: ad: muttlearn - tool for managing multiple identities)

2010-11-29 Thread Nicolas Williams
On Mon, Nov 29, 2010 at 11:11:11AM +0100, Christian Ebert wrote: 5) ps has no --no-heading option here on Mac OS X (BSD-like). Does it have a -o option where terminating the format list with an '=' causes no heading to be printed? It should, at least according to this:

Re: unicode

2010-11-29 Thread Nicolas Williams
On Sun, Nov 28, 2010 at 07:50:08PM -0600, Derek Martin wrote: On Sun, Nov 28, 2010 at 02:52:22PM -0800, Chip Camden wrote: inside rxvt-unicode (urxvt) v9.07 and I can't seem to get unicode characters to display properly. I have: set charset=utf-8 This comes up often enough that

Re: muttjump

2010-11-29 Thread Christian Ebert
* Nicolas Williams on Monday, November 29, 2010 at 10:22:59 -0600 On Mon, Nov 29, 2010 at 11:11:11AM +0100, Christian Ebert wrote: 5) ps has no --no-heading option here on Mac OS X (BSD-like). Does it have a -o option where terminating the format list with an '=' causes no heading to be

copy of send message which doesn't go to outbox

2010-11-29 Thread Gérard Robin
Hello, I creat a mailbox named : foo.bar and when I send a message to foo@orange.fr the copy of the message goes in the mailbox foo.bar instead of the mailbox outbox. How can I prevent this ? tia -- Gérard signature.asc Description: Digital signature

Re: copy of send message which doesn't go to outbox

2010-11-29 Thread Michael Elkins
On Mon, Nov 29, 2010 at 08:01:07PM +0100, Gérard Robin wrote: I creat a mailbox named : foo.bar and when I send a message to foo@orange.fr the copy of the message goes in the mailbox foo.bar instead of the mailbox outbox. How can I prevent this ? It sounds like you may have $save_name or

Re: copy of send message which doesn't go to outbox

2010-11-29 Thread Gérard Robin
On Mon, Nov 29, 2010 at 02:05:03PM -0800, Michael Elkins wrote: From: Michael Elkins m...@sigpipe.org To: Gérard Robin g.rob...@free.fr Cc: mutt-users@mutt.org Subject: Re: copy of send message which doesn't go to outbox On Mon, Nov 29, 2010 at 08:01:07PM +0100, Gérard Robin wrote: I creat a

Re: unicode

2010-11-29 Thread Chip Camden
Quoth Nicolas Williams on Monday, 29 November 2010: On Sun, Nov 28, 2010 at 07:50:08PM -0600, Derek Martin wrote: On Sun, Nov 28, 2010 at 02:52:22PM -0800, Chip Camden wrote: inside rxvt-unicode (urxvt) v9.07 and I can't seem to get unicode characters to display properly. I have:

Re: muttjump

2010-11-29 Thread Johannes Weißl
On Mon, Nov 29, 2010 at 01:47:53PM +0100, Christian Ebert wrote: It used to be like this, but I changed it in commit 6fde4fd [1]. The reason was that with the simple commands one layer less of quoting was required... I always had to use two screen commands when using commands. That's

Re: ad: muttlearn - tool for managing multiple identities

2010-11-29 Thread Brian Salter-Duke
On Sun, Nov 28, 2010 at 11:49:26PM +0100, Johannes Weißl wrote: Hello! I recently uploaded a small python program I've been using privately for a few years now. It scans sent messages and automatically generates send-hooks for recipients or groups of recipients. The learned settings include