Re: sending all postponed emails at once

2007-10-26 Thread Cameron Simpson
On 26Oct2007 14:52, Joseph <[EMAIL PROTECTED]> wrote: > Is there a way to postpone / delay sending emails till the connection is > established? > I was thinking of using mutt with that new OpenMoko phone which is due in > December :-/ > so I was thinking if there is a way of sending postponed ema

sending all postponed emails at once

2007-10-26 Thread Joseph
Is there a way to postpone / delay sending emails till the connection is established? I was thinking of using mutt with that new OpenMoko phone which is due in December :-/ so I was thinking if there is a way of sending postponed emails all at once. I know mutt has a way to postpone emails bu

Re: Asian fonts / xterm with Mutt

2007-10-26 Thread Joseph
On 10/26/07 12:43, Derek Martin wrote: Do you have ".Xauthority" file in your home directory? Er, yes... but I'm not sure what that has to do with it. .Xauthority is a file which the X server checks to see if you have permission (cookies) to access the display. I guess you might mean .Xdefaul

Re: encrypt to self with gpgme?

2007-10-26 Thread Christoph Ludwig
On Fri, Oct 26, 2007 at 05:25:30PM +0200, Rocco Rutte wrote: > * Christoph Ludwig [07-10-25 12:26:04 +0200] wrote: > >On Wed, Oct 24, 2007 at 09:08:52PM +0200, Alexander Dahl wrote: > > >>Is there at least anyone but me who uses gpgme instead of classic method > >>with this error-prone commandline

Re: Asian fonts / xterm with Mutt

2007-10-26 Thread Derek Martin
On Tue, Oct 23, 2007 at 09:29:23AM -0600, Joseph wrote: > Thanks for the input Derek, > > On 10/23/07 01:12, Derek Martin wrote: > I have the same settings in my "locale" Good. > >Using this, I can type Korean, Japanese, and Chinese (though I know > >very little Japanese, and almost no Chines

Re: encrypt to self with gpgme?

2007-10-26 Thread Rocco Rutte
Hi, * Christoph Ludwig [07-10-25 12:26:04 +0200] wrote: On Wed, Oct 24, 2007 at 09:08:52PM +0200, Alexander Dahl wrote: Is there at least anyone but me who uses gpgme instead of classic method with this error-prone commandline config? ;) Mutt comes with pgp and gpg samples that simply work

Re: encrypt to self with gpgme?

2007-10-26 Thread Alexander Dahl
> I think you submit feature requests at http://dev.mutt.org/trac/>. Done: http://dev.mutt.org/trac/ticket/2973 Greets Alex -- Freiheit statt Angst -- Für die Grundrechte! Bundesweite, dezentrale Demos 06.11. in Magdeburg Haltestelle Goldschmiedebrücke 16:00 bis 19:00 Uhr - Bringt Laternen, Ker

mutt with gmails imap support not fully working

2007-10-26 Thread Nick Anderson
I have mutt connecting to gmails imap service. I can view messages in the inbox, however I cannot seem to change to any other folder. I tried switching to a few folders with debug on, the results are attached. -- Nick Anderson Mutt 1.5.16 started at Fri Oct 26 08:40:14 2007 . Debugging at level 5

Re: encrypt to self with gpgme?

2007-10-26 Thread Christoph Ludwig
Hi Alex, On Fri, Oct 26, 2007 at 12:55:07PM +0200, Alexander Dahl wrote: > You said gpgsm.conf, that's not ~/.gnupg/gpg.conf -- does that mean, there > is another config for gpgme and the config for gpg is not the only one? yes, each part of gnupg has its own config file. (That's true for gnuppg

Re: encrypt to self with gpgme?

2007-10-26 Thread Alexander Dahl
Hi Christoph, > I never understood how it comes that gpgme encrypts only FCC with my > key. Since gnupg is a crypto suite, not a mail user agent, I'd be surprised if > it has a notion of "FCC", but what do I know... I was never persistent enough > to dig through the code. In fact my fcc is not

Re: loading aliases in background??

2007-10-26 Thread Dilip M
On 10/26/07, Christian Kuka <[EMAIL PROTECTED]> wrote: > You can also use lbdb (littlebrother database) > set query_command="lbdbq '%s'" > > and in lbdbrc: > METHODS="m_passwd m_inmail m_gpg m_muttalias m_abook" > > MUTT_DIRECTORY="$HOME/.mutt" > MUTTALIAS_FILE="aliases" > > (or some more backends)