Re: unset email address for reply

2023-05-05 Thread Sander Smeenk via Mutt-users
Quoting steve (dl...@bluewin.ch):

> This only happens for particular folders, not all.

So this probably is a folder-hook somewhere.

You'd start by grep'ing for 'hook' or 'my_hdr From' in your configs.

I have a set of folder-hooks, but the first one is always:

| folder-hook . unmy_hdr From:

And following that are specific folder hooks e.g.:

| folder-hook .lists.mutt-users my_hdr From: Sander Smeenk 


The "." matches any folder i think, so it always unsets the header,
unless a specific match is found and it sets the header again.
I believe this is how it should work. ;)

HTH,
-Sndr.
-- 
| [ $[$RANDOM % 6] = 0 ] && rm -rf ~ || echo "You win!"
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: how to sort mail by address where mail send from ?

2013-01-07 Thread Sander Smeenk
Quoting horseriver (horseriv...@gmail.com):

  I have subscribed several mail list ,and I want to sort mail by their 
  address into respective mail fold .
  how can I do ?

This is not something mutt can do for you. Mutt is 'just a mail user
agent' (MUA), not a 'mail delivery agent' (MDA).

You could look at procmail for filtering mail to certain folders.
There's tons of other solutions for filtering mail to folders though
procmail is probably the most commonly used solution.

http://www.procmail.org/

With regards,
-Sander.
-- 
| Man with hand in pocket feel cocky all day.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-04 Thread Sander Smeenk
Quoting Dale A. Raby (daler...@gmail.com):
  Well, that's strange. Everyting is normal and expected then.
  Still your mutt pager shows strange characters when i type äççéñtṡ?
  
  Regards,
  -Sander.
 
 Mein Deutsch ist nicht gut, aber the umlaut characters disply just
 fine on my system.  What I would like to know is how you type them on an
 English keyboard.  Is there some way to do that?

I see Ken Moffat already went in-depth on your question. ;)

Personally i don't like 'dead' keys. Dead keys mean pressing ' does not
show ' immediately. You'd have to press 'space to get '. Or 'e to
get é.  I don't want that as i am an avid Perl coder. ;-)

I use a feature called 'compose key', as Ken also illustrated, i use
'xmodmap' to change my 'AltGr' key into a 'Multi_key':

keycode 108 = Multi_key

Now when i press AltGr, then ' and then e, i get é
Or AltGr, C, = gets me €

HTH,
With regards,
-Sander.
-- 
| If you don't pay your exorcist you can get repossessed. 
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-04 Thread Sander Smeenk
Quoting s. keeling (keel...@nucleus.com):

  Run   wget -qO- http://8n1.org/utf8
  This should show a 'demo' of unicode capabilities.
 
 FWIW, that displays (mostly) gibberish in my mrxvt-full (Debian
 testing/wheezy).

Your font is probably lacking glyps. It should show placeholders looking
like a square [] for glyphs it does not have, but still the general
layout of the wget output should look sort-of-okay instead of severely
messed up.

I use urxvt wit the 'monospace' font:
 URxvt.font:xft:monospace:pixelsize=13
 URxvt.boldFont:xft:monospace:bold:pixelsize=13
 URxvt.letterSpace: -1

But we're diverging from mutt here ;-)

-Sndr.
-- 
| The person you love is 72.8% water.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-02 Thread Sander Smeenk
Quoting Andrea Hanke (andreas.ha...@r-kom.de):

 I am working with Ubuntu and my local settings are there:
 LANG=de_DE.utf8

The correct way to write it is de_DE.UTF-8.
This might well be the source of your troubles.

 LC_CTYPE=de_DE.utf8
 LC_NUMERIC=de_DE.UTF-8

^^ See it mixed here?

 Also I have a charset configuration in my .muttrc:
 set charset=utf-8

You shouldn't force charcsets through .muttrc. Mutt should be able to
autodetect that from your environment, if it's set up correctly.

 Have anyone any good idea for me?

In the terminal in which you'd normally run mutt, type 'locale charmap'
and see if it returns 'UTF-8'. If it doesn't, your environment isn't set
up correctly and you should work on that (/etc/default/locale,
locale-gen, etc. etc.)

HTH,
-Sander.
-- 
| Only users lose drugs.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-02 Thread Sander Smeenk
Quoting Andrea Hanke (andreas.ha...@r-kom.de):

 OK I changed my /etc/default/locale etc. and now my locals:
 LANG=de_DE.UTF-8
 And if I enter 'locale charmap' it shows: UTF-8.

Good. That's part one. ;-)


 But...mutt shows the ��� wrong, not just in any mails. also in the
 mutt menue, for example: d:L�sch. - d:lM-CM6sch.

Okay. We're getting there. The headers of the message i am replying to
now indicates the content should be UTF-8, but it isn't. Your *first*
post to the mailinglist *did* show correctly encoded ü's and ä's but it
had iso-8859-1 as encoding as expected.

What editor do you use to compose messages?
Is that editor also aware of the UTF-8 locale on your system?
You should try not to 'configure' programs they should use UTF-8, for
instance i use vim to compose this, nowhere have i configured it to do
so. It detects this from the environment.

Also, does this show correct on your screen:
  Ist es Grüßen oder Grüssen ?

I suspect the problem might now be in your editor outputting
latin1/latin9 while the rest of your system is doing utf8.


 Freundliche Grüße

This ^^^ probably comes from a preformatted file and/or you haven't
typed that in your editor?  This *DOES* show up correct, while your line
quoted above is 'misencoded'.

Dive into your editors config! I suspect that's next!


Mit Freundliche Grüße,
-Sander.
-- 
| What are the little plastic endings on your shoelaces called?
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-02 Thread Sander Smeenk
Quoting Andreas Hanke (andreas.ha...@r-kom.de):

 I am using vim.
 And if I write an E-Mail, like now I could see the ü into your Grüße
 Everthing in VIM is perfect.

Okay. Your outgoing emails are perfectly okay now. Encoding is set
to UTF-8 and the characters show correct on my terminal.

The problem therefor must still be in your mutt config?


 That is the point why I could not belive that this is problem with my
 editor: VIM shows everything correct, VIM accept äöü?, everything OK.

Okay, but something has changed since your previous message and this
one. As the previous one was sent out with UTF-8 content-type in de
headers but the message content wasn't UTF-8.

This message however is correctly encoded and has correct headers.


 But if switch back to mutt the ü is an M-CM- - also in the menues.
 any ideas?

Read your mails with vim. :-))

No, serious, there has to be a problem with your mutt config and/or
terminal configuration, still. Can you perform a wget from the same
system mutt is running on?

Run   wget -qO- http://8n1.org/utf8

This should show a 'demo' of unicode capabilities. If that shows up
right (not all glyphs are supposed to work, but lots of em should) the
problem is really in your mutt configuration, still...
( The bottom bit of that file should look like https://8n1.org/8659/0c17 )

Confirm that there is no 'charset' setting in any of your mutt
configuration files. Start up mutt and type :set ?charset.
It should print out 'charset=utf-8'.

If it doesn't, your mutt is not convinced the environment is unicode capable.


HTH,
-Sander.
-- 
| Showering in clothes shows you're crazy. Showering nude shows your nuts.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-02 Thread Sander Smeenk
Quoting Andreas Hanke (andreas.ha...@r-kom.de):

 yes I am sure that I am using an terminal-emulater with utf8-support.
 Because into the terminal the äöü works fine - without vim and mutt

This message was once again sent with iso-8859-1 encoding. :)

-Sndr.
-- 
| Zebras are colored with light stripes on a dark background.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Problem with charset

2013-01-02 Thread Sander Smeenk
Quoting Andreas Hanke (andreas.ha...@r-kom.de):

 1.) the wget -qO- http://8n1.org/utf8; returns the collect values.
 2.) I have no charset config into my .muttrc
 3.) :set ?charset in mutt returns charset=utf-8
 4.) :set encoding in vim return encoding=utf-8
 5.) :set fileencoding in vim return fileencoding=utf-8
 
 Thanks a lot to all!

Well, that's strange. Everyting is normal and expected then.
Still your mutt pager shows strange characters when i type äççéñtṡ?

Regards,
-Sander.
-- 
| Heredity: Everyone believes in it until their children act like fools!
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: mark_old friends

2012-08-08 Thread Sander Smeenk
Quoting Andre Klärner (kan...@ak-online.be):

 So my final question is: How do I get mutt to consider old and new mail the 
 same.

For as far as i know the short answer is: you can't.

I do the same as you, create maildir folders on the fly, need to restart
mutt to find these new folders - but this also triggers my folderhook
script so i don't really mind.

I also read my mail on my phone, messages i 'mark as unread' in the
phone client are shown as 'O'ld mail in mutt and do not pop up as 'N' or
'O' on the mailbox overview. I have 'set nomark_old' in my configs.

 Does anyone have an idea how I could achieve this?

I've gotten used to the way it is. ;-)

-Sndr.
-- 
| Not one shred of evidence supports the notion that life is serious.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


signature.asc
Description: Digital signature


Re: Old mail vs New Mail

2011-05-23 Thread Sander Smeenk
Quoting Monte Stevens (montk...@yahoo.ca):

  I want to use my mobile device to access my mail through IMAP, but
  doing so marks all messages 'O'ld in mutt. This in itself is not a
  problem, but the mailboxes also lose their new-mail indicating 'N'
  in Mutt's mailbox overview. It would be cool if Mutt would display
  'O' instead. How does mutt-users@ cope with this?

 You can play around with mail_check_recent and mark_old to see if
 there is a combination that works well for you.

Thanks for your reply. The 'mail_check_recent' option does not appear
in my mutt/manual.txt.gz, nor does anything matching '_recent'.

My Mutt is 1.5.20 (2009-06-14), ubuntu maverick stock.

With regards,
-Sander.
-- 
| SHOEBURYNESS (abs.n.) The vague uncomfortable feeling you get when
| sitting on a seat which is still warm from somebody else's bottom.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Old mail vs New Mail

2011-05-16 Thread Sander Smeenk
Hi,

I want to use my mobile device to access my mail through IMAP, but doing
so marks all messages 'O'ld in mutt. This in itself is not a problem,
but the mailboxes also lose their new-mail indicating 'N' in Mutt's
mailbox overview. It would be cool if Mutt would display 'O' instead.

How does mutt-users@ cope with this?

It seems this is being worked on, as i found this page online:
http://dev.mutt.org/trac/wiki/NewMailHandling

Thanks,
-Sander.
-- 
| Women can keep a secret just as well as men, but it takes more of them to do 
it.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: Terminal for mutt (Poll)

2009-10-08 Thread Sander Smeenk
Quoting Cooper T53 (ana...@gmx.net):

 Which terminal do you prefer for mutt? 
 - a/e/x/wterm
 - gnome terminal

I prefer xterm, from my Debian days where i didn't use any 'desktop
environment' like the Gnome- or KDE suite. But as i am now an Ubuntu
user, i switched to Gnome terminal 'because it's part of the system i'm
working with'.

I did tweak Gnome terminal to behave like xterm. No menus, no
scrollbars, just a plain terminal with xterm color-scheme, white text
on black background.

I do kinda like the tabs feature of gnome-terminal at special occasions.

-Sndr.
-- 
| When a clock is hungry it goes back four seconds. 
| 4096R/6D40 - 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2


Re: xterm-title and gnome-panel disagreement..

2009-04-14 Thread Sander Smeenk
Quoting J. Limon (jli...@eml.cc):

 I will try compiling mutt from source and see if this clears up the bug. ;)

Did you try and check the settings of your gnome-terminal? I remember it
having an option to decide what to do with title-changes.

Click your RMB on a terminal, Profiles - Profile preferences.
Tab 'Title and Command', option 'When terminal commands set their own
titles: [Replace initial title | v ]'.

HTH,
-Sndr.
-- 
| A box without hinges, key, or lid, yet golden treasure inside is hid.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: How to change dynamically the From hdr?

2009-02-16 Thread Sander Smeenk
Quoting Nicolas Sebrecht (nicolas.s-...@laposte.net):

  curious about the possibility to choose on the fly the From hdr the way
  one can do it with  a mailer under X (e.g. gmail.com). 
 Not sure to understand what you're looking for exactly. Could you
 explain, please ? What's that mysterious feature « choose on the fly the
  From: field ? »

Most GUI MUA's allow you to choose a sender address from a predefined
set of 'identities' while composing messages. That's what i gather he
means with 'choose on the fly the From: field'.

Mutt doesn't offer such functionality other than the already proposed
'edit_headers' and/or folder_hooks. I use folder_hooks _AND_
edit_headers. This works like a charm with vim as the editor.

-Sndr.
-- 
| Why does a kamikazepilot wear a helmet?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Using mutt as a bulk mailer

2008-12-29 Thread Sander Smeenk
Quoting Sebastian Tennant (seb...@smolny.plus.com):

 First of all, if there's another *nix mailer that's easily scriptable
 and better suited than mutt for this purpose, I'd love to know about it.

I'd not use mutt for this. Mutt is a MUA, not a bulkmailer. ;-)

Using mailx' mail is probably easier. Also, from your message i gather
that you do have (some?) Perl knowledge. Why not just feed your messages
to /usr/bin/sendmail? There's tons of examples on the net and it gives
you full control of headers and/or recipients too.

 Any help very much appreciated (especially mutt advice/suggestions).

I never use mutt's commandline abilities, so, sorry, can't help there.

-Sndr.
-- 
| If swimming makes you thin, then what do whales do wrong?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: multiple interactive mutt instance

2008-12-04 Thread Sander Smeenk
Quoting bill lam ([EMAIL PROTECTED]):

 I always have a mutt running in screen. Is it save to run another
 interactive instance of mutt?

Yes, that's safe. Although message flags (could) get messed up between
the sessions, nothing bad ever happened to me while running multiple
sessions on the same Maildir/.
Reloading a mailbox (by re-entering it) fixes the message flags issue.

With IMAP i've seen strange things happen. Server errors because
mutt tries to open messages which aren't there anymore, etc, but
none of this caused major problems for me...

-Sndr.
-- 
| Man with hand in pocket feel cocky all day.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Header caching not working

2008-12-03 Thread Sander Smeenk
Quoting Kyle Wheeler ([EMAIL PROTECTED]):

 Could it be, that I have to compile with use_imap option?
 Nah, it should work with other things (e.g. Maildir and POP3).
 Well, I'm stumped. Anyone else have an idea?

Works for me(TM)

| Mutt 1.5.17+20080114 (2008-01-14)
| ...
| +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE
| ...

And this is in my config:

| set header_cache=/home/sanders/.mutt/header_cache/

Does the OP use one monolithic configuration file? 
Is he sure this value is set correctly?
Typing ':set ?header_cache' should give results.
Are the permissions on the directory okay?
Can his user create files and/or directories there?

-Sndr.
-- 
| Someone who thinks logically provides a nice contrast to the real world.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: Rolling in sidebar, other mutt-ng type bits?

2008-10-30 Thread Sander Smeenk
Quoting Christian Ebert ([EMAIL PROTECTED]):

  macro index c change-folder?entertab
 There's also the poor man's sidebar already configured in the
 default system Muttrc:

 macro index,pager y change-folder?toggle-mailboxes show incoming 
 mailboxes list
 bind browser y exit

Oh, right. Much like starting mutt with -y.
My macro does the same ;-)

-Sndr.
-- 
| Have you ever imagined a world with no hypothetical situations?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Rolling in sidebar, other mutt-ng type bits?

2008-10-29 Thread Sander Smeenk
Quoting tchomby ([EMAIL PROTECTED]):
 It's a shame the sidebar patch is so problematic. What do mutt users
 who don't use the sidebar patch do instead?

I have about 10 or 15 mailinglists delivered directly to my ~/Maildir
using Exim. With 'Exim Filters', messages get filtered to the correct
'folder' based on rules. It's procmail on steroids.

Mutt is configured to read ~/Maildir, and only that.

An automated script for the 'subscribe' and 'mailboxes' settings
figures out what 'folder' represents a mailinglist and what are just
plain 'folders' based on their name (.list.mutt).

Then i have this macro for the default 'c' command change-folder:

macro index c change-folder?entertab
macro pager c change-folder?entertab

Now when i press 'c' i am presented with the list of all my subscribed
folders. Those with new mail in them have an 'N' in front and I really
don't care about the amount of new/oldnew/read messages. I usually idle
in my 'INBOX' (~/Maildir), new mail notifications appear in the
statusbar and can be recalled with '.'.

I really really love mutt the way it is.
Whatever the outcome of this debate is, please make it a toggle ;-)

-Sndr.
-- 
| Middle age is when broadness of the mind and narrowness of the waist 
| change places.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Imap Idle Launcher

2008-10-09 Thread Sander Smeenk
Quoting Vincent Aravantinos ([EMAIL PROTECTED]):

 Anyway, if not, I would like to know if anyone other than me would
 be interested in it. Right now I just plan to use it for personnal use.
 But if a few other people also want it, I would work a little more to
 make it publicly available.

I'm not interested in such a tool, but i do know from experience that
'just putting it online somewhere' with some descriptive text beside it
is the easiest way for people to find it.

I do that with some of the tools i create for my own use. For example
'irssi-rss' is quite popular but i made no effort on distributing it
other than some info on my site ;-)

-Sndr.
-- 
| A calendar's days are numbered. 
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: mutt's .mutt folders when saving attachments?

2008-09-23 Thread Sander Smeenk
Quoting Derek Martin ([EMAIL PROTECTED]):

 No matter how much I love it, Mutt's configuration is intricate and
 complicated in the extreme;

You haven't tried configuring Sendmail, have you? ;-)

*SCNR*
-Sndr.
-- 
| Did you hear about the cat that ate a ball of wool?  --  It got mittens.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: send-hook not working

2008-04-12 Thread Sander Smeenk
Quoting Rejo Zenger ([EMAIL PROTECTED]):

 I have the following hook:
   send-hook . unset pgp_autoencrypt
   send-hook '~t [EMAIL PROTECTED]' set pgp_autoencrypt=yes
 Still  I can't figure out why this hook doesn't work. 
 So, what is the most likely thing I am overlooking?

This only seems to work with edit_hdrs turned off.
I think the send-hook doesn't run after a message has been composed,
while it does when you enter the information in Mutt with edit_hdrs
turned off...

BTW, in my mutt it's 'crypt_autoencrypt' :)

-Sndr.
-- 
| The world is so full of these wonderful things,
| i'm sure we should all be as happy as kings.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: send-hook not working

2008-04-12 Thread Sander Smeenk
Quoting Rejo Zenger ([EMAIL PROTECTED]):

 Hey Sander. Small world, isn't it? 

Heheh ;)

send-hook '~t [EMAIL PROTECTED]' set pgp_autoencrypt=yes
  Still  I can't figure out why this hook doesn't work. 
 This only seems to work with edit_hdrs turned off.
 I do not have enabled this option.

That's weird.
I've got Mutt 1.5.15+20070412 (2007-04-11) with a setup you described,
the only difference is that my pattern is in -quotes, not '-ones and i
do not escape the dot in the address. 

This works for me with edit_hdrs turned off. Do you have more
send-hooks? Could some 'conflict' in some way? Maybe check out autoedit
or fast_reply settings.

-Sndr.
-- 
| A day without sunshine is like, night.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: Recommended mail filters for use with mutt?

2008-04-02 Thread Sander Smeenk
Quoting Chris G ([EMAIL PROTECTED]):

 What do others here use, any recommendations that I might find useful?

 Oh, one other requirement, it needs to be driven from the .forward
 file,

Seems like you're on a system running a recent version of Exim:
| Received: from isbd by th-shell-1.gradwell.net with local (Exim 4.63)

You could use 'Exim filters' and have Exim do the work for you.

An 'Exim filter' is just a .forward file with '# Exim filter' on the
first line followed by a number of rules to sort mail around. It's
kind-of like Sieve, so i hear, but i'm not at all a Sieve expert.

These are really clear docs on the subject:
  http://exim.org/exim-html-current/doc/html/filter.html

And these are a few pieces of my .forward file to give you an idea:

| # Exim filter
| 
| # kinky-list-filter-thingy
| if $h_X-Mailing-List: matches ?([^@]+) or
|$h_List-Id: matches ([^\.]+) or
|$h_X-List-Id: matches ([^\.]+) or
|$h_Delivered-To: matches mailing list ([EMAIL PROTECTED])@
| then
|   save Maildir/.lists.${perl{sanatize}{$1}}/
|   finish
| endif
| 
| if $h_Sender: matches [EMAIL PROTECTED] or
|$h_To: matches mutt-users@mutt.org or
|$h_Cc: matches mutt-users@mutt.org
| then
|   save Maildir/.lists.mutt-users/
|   finish
| endif
| 
| if error_message or
|$h_Subject: matches Cron or
|$h_From: matches [EMAIL PROTECTED]
| then
|   save Maildir/.stuff.mailerdaemon/
|   finish
| endif
| 
| # default destination is my maildir.
| save Maildir/
| finish

In mutt i 'autogenerate' a list of mailboxes to subscribe to using a
simple oneliner shellscript.

HTH,
Sander.
-- 
| Just remember -- if the world didn't suck, we would all fall off.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Mutt to access emails from pst?

2007-10-08 Thread Sander Smeenk
Quoting Kumar Appaiah ([EMAIL PROTECTED]):

 [snip]
 And sorry for Cc'ing the list. I pressed `g' instead of `L' by
 mistake. :-(

I'm happy you CC'd the list. The 'bad part' is CC'ing the Original
Poster. As he/she is likely to be subscribed to the list too.

List replies are good. Direct replies are bad.

My $0.25
-Sndr.
-- 
| If you must choose between two evils, pick the one you've never tried before.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: compose with mutt on a remote server

2007-08-30 Thread Sander Smeenk
Quoting Kai Grossjohann ([EMAIL PROTECTED]):

 Then you need to keep ~/.mutt in sync between the two servers.

This has been explained to 'mess-mate' onlist before.
Aparently it didn't get through.

-Sndr.
-- 
| For security, this message has been encrypted with ROT13 twice.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Cristóbal (was: m

2007-08-29 Thread Sander Smeenk
Quoting Alain Bench ([EMAIL PROTECTED]):

  From: [EMAIL PROTECTED] (Cristóbal M. Palmer)

It shows up as a proper 'ó' at my screen. But probably because i am in a
native UTF-8 environment. What you quoted back looks like an utf8
character in latin1 encoding ;)

-- 
| Do people in Australia call the rest of the world up over?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: compose with mutt on a remote server

2007-07-04 Thread Sander Smeenk
Quoting mess-mate ([EMAIL PROTECTED]):

 Is there a way to maintain the home-mutt settings ?

Upload the settings you desire to the place you run mutt at? :-)
There's no other way, for as far as i know.

-- 
| Always try to be modest, and be proud of it!
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: mutt limit command

2007-06-14 Thread Sander Smeenk
Quoting David Haguenauer ([EMAIL PROTECTED]):

 The ~() thread-pattern syntax is a relatively recent introduction,
 though.

Whoo! I learned something today :-)
Thanks! Mutt rocks. 

-- 
| Bills travel through the mail at twice the speed of checks.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: Backspace key

2007-06-08 Thread Sander Smeenk
Quoting Adam Gray ([EMAIL PROTECTED]):

 The backspace key does not seem to be working anywhere in mutt.

Besides all the useful comments from the others on this list, i had the
same problem some time ago. I don't recall exactly how i fixed it, but
it had to do with the TERM= environment variable as well.

Especially the combination xterm  ssh  screen would break, but now
it has been ok for ages for me.

-Sndr.
-- 
| I wish i was a glow worm, a glow worm's never glum.
| How can you be unhappy when the sun shines out your bum!
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: What do mutt users use as a calendar/reminder program?

2007-05-25 Thread Sander Smeenk
Quoting Glen Barber ([EMAIL PROTECTED]):

 There is a program (probably in your distributions package manager)
 called `remind`.  There is also a great calendar program called
 `wyrd`.  These two work great together.

It's just too bad none of these textbased tools support CalDAV/WebDAV.

Kind regards,
Sander.
-- 
| Cashtration (n.): The act of buying a house, which renders the subject
| financially impotent for an indefinite period.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: GPG and good signature (mis?)behaviour

2007-05-01 Thread Sander Smeenk
Quoting Todd Zullinger ([EMAIL PROTECTED]):

 The important part is the gpg warning.  It means that the key used to
 sign the message isn't signed (certified) by your key (or the key of
 someone else that you've marked as trusted).

Sorry, but your key is not 'trusted' in my trustdb, yet the 's' in front
of your message changes to an 'S' after reading it.

 You can test this by adding a local signature to a key for which this
 happens (gpg --lsign-key keyid).

And i haven't added a local signature to your key :-)

Regards,
Sander.
-- 
| I feel like I'm diagonally parked in a parallel universe.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: saving attachements

2007-04-17 Thread Sander Smeenk
Quoting Przemyslaw Gawronski ([EMAIL PROTECTED]):

 I find these macros useful:
 
 macro attach s save-entrybol/home/gawron/attachments/eol
 macro attach S save-entry

Hmm, i haven't checked on the Wiki yet, but this question has been on
the list some more, maybe you could document it in the wiki?

-- 
| If you must choose between two evils, pick the one you've never tried before.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: Newbie question on Bogofilter

2007-04-06 Thread Sander Smeenk
Quoting Gerry ([EMAIL PROTECTED]):

 Can anyone point me to a simple how-to install and configure Bogofilter with
 Mutt using procmail?  Thanks in advance for any assistance.  

Even a newbie can use google :-)
   1st hit when searching for 'bogofilter procmail example'

http://www.linuxjournal.com/article/6439

-Sndr
-- 
| To be intoxicated is to feel sophisticated but not be able to say it.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: GPG Keys and Signing

2007-04-05 Thread Sander Smeenk
Quoting René Clerc ([EMAIL PROTECTED]):

 Check out $smime_is_default, $crypt_reply*, $crypt_autosmime.  Can't
 test right now since I don't have any S/MIME messages in a mailbox
 around..
 
 Please share with us if this solves your problem.

After some searching i found an SMIME signed message on exim-users :)

I can confirm setting 'crypt_autosmime' to 'no' makes mutt reply with
GPG signature to SMIME signed messages. The default value for this
setting is 'yes':

3.36. crypt_autosmime

Type: boolean
Default: yes

This variable controls whether or not mutt may automatically enable S/MIME
encryption/signing for messages. See also ``$crypt_autoencrypt'',
``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and
``$smime_is_default''.


-Sndr.
-- 
| I wish i was a glow worm, a glow worm's never glum.
| How can you be unhappy when the sun shines out your bum!
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: GPG Keys and Signing

2007-04-03 Thread Sander Smeenk
Quoting Michael Pobega ([EMAIL PROTECTED]):

 Should I make the .mutt folder and a crypto file, or should I put this
 in my ~/.muttrc file? I am currently using:

My config is 'split up' a bit. So certain parts relating to eachother
are in their own configuration file which i 'include' from my .muttrc.

You can do that, or put the lines in your .muttrc directly.

-Sander.
-- 
| OK, so what's the speed of dark?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: GPG Keys and Signing

2007-04-03 Thread Sander Smeenk
Quoting Michael Pobega ([EMAIL PROTECTED]):

  You can do that, or put the lines in your .muttrc directly.
 I have one more question. Whenever I get an email from someone with
 OpenSSL encryption it automatically tries to send my mail with
 S/MIME encryption. It's annoying to have to switch back, but it works
 if I switch my encryption to PGP/Inline sign.

I have the same problem, but haven't had the time to figure out how to
fix that. Seems like a nice something you could figure out and send me
the results about ;-)

-Sander.
-- 
| He who laughs last, thinks slowest.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: NEW as OLD

2007-03-05 Thread Sander Smeenk
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):

 sometimes it happens, that new mails are marked as O(ld) in the index.
 I have simply no idea, what the reason is for this feature. :)

If you've seen the message but didn't read it yet, it's marked Old
only if 'mark_old' is set (see other replies).

This also happens when you manually move a message from new/ to cur/ in
your Maildir without mutt's intervention. So that could also be where it
comes from, if your mark_old is already unset.

-- 
| For security, this message has been encrypted with ROT13 twice.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


Re: German Umlauts and Scrolling

2007-03-04 Thread Sander Smeenk
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):

  Now I scroll the text off screen (using vim and mrxvt) and back again
  Any clue, why utf9 is scroll-sensitive ? :-/

Sounds like a terminal problem. Have you tried just regular xterms? ;)

Regards,
Sander.
-- 
| Man who lose watch in toilet bound to have shitty time.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


(bind macro) ('change-folder' gpg)

2001-07-19 Thread Sander Smeenk \(CistroN Medewerker\)

** I am not on this list, if you reply, please CC me! Thanks! **

Heya,

I have two questions I came upon while leetifying my .muttrc :)

1) 
I want 'c' to do 'change-folders, ?, tab' so I did 'macro index c c?\t'
But ofcourse that introduced a macro-loop. I solved this by doing a
'bind @ change-folders', and then 'macro index c @?\t'. But now I'm
wondering if this is the best way to do this, or wether you can tell
mutt to use the binded value of c :)

2)
I receive a lot of gpg signed mail, but 99.9% of the times I am not
really interrested if the key is real and if the signature is
good/trusted. But mutt always forks a process of gpg to check the
signatures. I discovered pgp_verify_sig could tune this behaviour, but
setting that to 'no' causes mutt to not-check *ANY* mail.
Is there any way that mutt can just show crypted / signed messages and
when I want to check / decrypt I can press 'W' or some other key to tell
mutt to fork a process of gpg and show me the output like it does with
pgp_verify_sig set to yes?

It would be ultimately cool if mutt sees the difference between SIGNED
mail and CRYPTED mail, because I always want to decrypt CRYPTED mail :)

Please let me know by CC, as I'm not on this list...

Thanks in advance,
Regards,
Sander.

-- 
| We Donut Suck
| CistroN Internet Services, Linux Specialists  Perl Experts