Re: providing imap_pass but not from ~/.muttrc

2019-06-13 Thread Larry Rosenman
On 06/13/2019 4:52 pm, Cameron Simpson wrote: On 13Jun2019 14:26, Larry Rosenman wrote: I do the following trick: source "gpg -q --textmode -d ~/.neomutt/passwords.gpg |" where the passwords.gpg file sets my_ vars for all my passwords. Doesn't that require interaction on ea

Re: providing imap_pass but not from ~/.muttrc

2019-06-13 Thread Larry Rosenman
ssword over in order to send email? Or is it trusted because it's coming from the ISP's VM? --Ben I do the following trick: source "gpg -q --textmode -d ~/.neomutt/passwords.gpg |" where the passwords.gpg file sets my_ vars for all my passwords. Just an idea. -- Larry Ro

Re: moving messages on imap4 server based on date received

2017-10-08 Thread Larry Rosenman
mailbox status messages "${i}" echo `date` done ${i} done lrosenman:~ lrosenman$ Whether you can run on YOUR server, I do not know, but I've been running this script for ~1 year. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640

Re: Sending SMTP email to lookout -- RESOLVED

2017-10-03 Thread Larry Rosenman
Yeah, the O365 username is user@domain, so the double at-sign (@) confuses some folks…. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 10/3/17, 4:37 PM

Re: Sending SMTP email to lookout

2017-10-03 Thread Larry Rosenman
ap_idle=yes set imap_list_subscribed=no set from = "@" set realname = "Larry Rosenman" set spoolfile= "+INBOX" set record = "+Sent Items" set smtp_authenticators=login mailboxes +INBOX account-hook imaps://@@outlook.office365.com "unset ima

MAILDIR format/slocal?

2000-11-15 Thread Larry Rosenman
ocal comes from. Pointers appreciated. Thanks! LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Re: mailbox list order?

2000-10-24 Thread Larry Rosenman
* Bruce DeVisser <[EMAIL PROTECTED]> [001023 23:20]: > On Sat, Oct 21, 2000 at 05:02:21PM -0500, Larry Rosenman wrote: > > Is there a way (1.3.10i if it matters) to set the mailbox list order? > > I.E. I want it to be reverse date sent always (I do O d when I get > >

mailbox list order?

2000-10-23 Thread Larry Rosenman
Is there a way (1.3.10i if it matters) to set the mailbox list order? I.E. I want it to be reverse date sent always (I do O d when I get into it). I can't seem to find the right command for my .muttrc stuff. Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phon

Re: color

2000-10-20 Thread Larry Rosenman
* Mike E <[EMAIL PROTECTED]> [001020 12:14]: > On Fri, Oct 20, 2000 at 12:01:13PM -0500, Larry Rosenman wrote: > > Sounds like your curses lib doesn't support color. You might try > > ncurses As I said, the curses lib doesn't support color... Here is my mut

Re: color

2000-10-20 Thread Larry Rosenman
ption > to include color support. How do I recompile with color support? > > Thanks > Mike > > -- > Mike Erickson http://www.quidquam.com/ > "Hatred is the coward's revenge for being intimidated" - George Bernard Shaw -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

RE: Configuring Mutt with Sendmail and PPP.

2000-08-24 Thread Larry Rosenman
sendmail can be configured in the sendmail.cf to use mode=queueonly. (from man sendmail: DeliveryMode=x Set the delivery mode to x. Delivery modes are i interactive (synchronous) delivery b background (asynchronous) delivery q