Online Address book

2008-02-11 Thread Nathan Huesken
Hi, I am using mutt from different computers (like my laptop and the desktop PC at home) and I am wondering if there is some way to always keep my address book synchronized between the two computers. The coolest solution would be, if I could install some sort of database on my vServer and make

lbdbq - no matches ... finding out why

2008-02-17 Thread Nathan Huesken
Hi, I have configured lbdb to use ldap (or at least I tried). Now I do: lbdbq Nathan lbdbq: no matches I know, that the ldap addressbook has an entry with cn=Nathan and givenName=Nathan So something is wrong. Can lbdb somehow tell me, that it is doing? Adding the "-d" options does not produce m

lbdb, ldap and SASL

2008-02-18 Thread Nathan Huesken
Hello, I have succesfully setup ldap on my server with SASL (digest-md5). I have also succesfully setup lbdb on my computer to query the ldap server. Only problem: How can I make lbdb use digest-md5? I do not want to sent cleartext passwords over the internet. Thanks for any help! nathan

Re: lbdb, ldap and SASL

2008-02-18 Thread Nathan Huesken
Hi, After I was unsuccesfull setting up TLS, I switched to SASL. It works! So I am happy. If only lbdb would use it ... On Mon, Feb 18, 2008 at 04:33:43PM +0200, Jussi Peltola wrote: > On Mon, Feb 18, 2008 at 01:58:51PM +0100, Nathan Huesken wrote: > > Hello, > > > > I h

Re: lbdb, ldap and SASL

2008-02-20 Thread Nathan Huesken
. which, I guess, means that lbdbq is not using TLS. I can I tell lbdb to use TLS? Thanks! nathan On Mon, Feb 18, 2008 at 04:33:43PM +0200, Jussi Peltola wrote: > On Mon, Feb 18, 2008 at 01:58:51PM +0100, Nathan Huesken wrote: > > Hello, > > > > I have succesfully setup ldap o

Adding entries to ldap addressbook

2008-02-27 Thread Nathan Huesken
Hi, I am using ldap for addressbook, quering it with lbdb. For adding new entries, Matt Richards send me a nice scrip (add2ldap), which takes the name and eMail as paramters, or ask for them on the command line. I invoke the script this way: macro index,pager a '~/add2ldap' It then asks me for

Re: Adding entries to ldap addressbook

2008-02-28 Thread Nathan Huesken
On Wednesday, February 27 at 06:40 PM, quoth Nathan Huesken: > >I invoke the script this way: > >macro index,pager a '~/add2ldap' > > > >It then asks me for the name and eMail (because they are not given as > >paramters). > >So far so good, but I wonder if it i

without the "press any key to continue"

2008-02-29 Thread Nathan Huesken
Hi, I have a macro, which pipes a message to a script: macro index,pager p '~/.mutt/script' So far so good, what I don't like is the Press any key to continue... and the fact, that I need to press a key to continue. Can this somehow be avoided? Thanks! nathan

Setting 'from' in send-hook

2008-02-29 Thread Nathan Huesken
Hi, I am changing my from in a send-hook. But if my .muttrc looks like this in example: set from="[EMAIL PROTECTED]" send-hook . '[EMAIL PROTECTED]"' The first message I write is send from [EMAIL PROTECTED], the second from [EMAIL PROTECTED] So the the change to "from" takes effect in the ne

Groups off addresses

2008-03-04 Thread Nathan Huesken
Hi, Is it somehow possible to make groups of addresses in my addressbook and send mails to them? Thanks, Nathan

IMAP Subdirectories in sidebar

2008-04-10 Thread Nathan Huesken
Hi, I am using IMAP with subdirectories (for my different mailboxes) and switch throught them using the sidebar addon. I tell imap with the "mailbox" commands about the subdirectories: mailboxes =INBOX =INBOX/mutt ... But since I am constantly adding new mail-addresses and removing old ones, I

Running offlineimap on startup and shutdown

2008-12-19 Thread Nathan Huesken
Hi, I use offlineimap to syncronize my mail. I would like it to run when: - mutt starts up - mutt shuts down (so that changes are visible on the server) - I press a certain key, to refresh my mailboxes How can this be one? Is there a hook for startup/shutdown? I do I execute an extern program? T

Deleting local and imap Mailbox

2008-12-22 Thread Nathan Huesken
Hi, I use mutt with offlineimap. Sometimes I want to delete whole mailboxes. For that I need to delete the mailbox local and remote. With and can run a rm command. But how do I: - Get the mailbox name? I could use the current selected one, or I could ask the user for a name, but how do I do tha

Synconizing mutt addressbook over network

2009-01-17 Thread Nathan Huesken
Hello, I am looking for some mutt addressbook implementation, which can be synconized over the internet so that I can use it everywhere. Does a solution for this exist? Thanks! Nathan

Adding addresses of outgoing mails to addressbook

2009-01-17 Thread Nathan Huesken
Hi, I want to do the command: abook --add-email On every mail I send, so that I can add emails of persons I am writing too to my addressbook. send-hook comes at the wrong place, how can this be done? Thanks! nathan

Re: Synconizing mutt addressbook over network

2009-01-17 Thread Nathan Huesken
Using svn sound like a good idea. Thanks! Nathan On Sat, Jan 17, 2009 at 01:44:03PM -0600, Kyle Wheeler wrote: > On Saturday, January 17 at 08:36 PM, quoth Nathan Huesken: > > I am looking for some mutt addressbook implementation, which can be > > synconized over the internet so

Mutt addessbook - better than abook

2009-01-20 Thread Nathan Huesken
Hi, I am looking for an addressbook for mutt. I searched a little. I like abook, but I miss the feature of having categories. Is there some addressbook I might have missed, that you can suggest? Thanks! nathan

Starting shell command with name of current mailbox as parameter

2009-01-20 Thread Nathan Huesken
Hi, Can I somehow write a macro, which starts a shell command with the currently selected Mailbox as argument? Thanks! Nathan

html mails and umlaute

2009-01-21 Thread Nathan Huesken
Hi, To view html mails, I have this line in my .mailcap: text/html; elinks -dump -dump-charset ISO-8859-15 -default-mime-type text/html %s; needsterminal; copiousoutput; But it does not display Umlaute properly. Since I am german speeking, this is kind of anoying. I tried using UTF-8 for encod

Deleting imap mailbox

2009-01-29 Thread Nathan Huesken
Hi, I have setup mutt to check mails over imap ssl. Now I want to delete a mailbox. I press c-tab-tab-tab to get a list of my mailboxes. I go over this line: 22 0 imaps://my-server.org/stupid-mailbox and press d to delete it. On the information line, I get this

Re: Deleting imap mailbox

2009-01-30 Thread Nathan Huesken
Ah, I was one tab away from victory! Thanks, that works! On Thu, Jan 29, 2009 at 01:18:42PM -0800, Brendan Cully wrote: > On Thursday, 29 January 2009 at 12:38, Nathan Huesken wrote: > > Hi, > > > > I have setup mutt to check mails over imap ssl. > > Now I want to dele

Sort by thread, but not by date of first mail

2009-02-19 Thread Nathan Huesken
Hi, I really like the thread sorted view of mutt. But I would like a little change: I would like the threads not to be sorted by the date of the first mail but by the date if the most recent mail... Is this possible? Thanks! Nathan