Re: Offlineimap only for current folder

2022-07-28 Thread Oleg A. Mamontov
printf '# syncing =$my_folder\\n\\n'; mbsync full:$my_folder:set wait_key" "sync current folder" --- I know, it looks a bit creepy but works pretty well :) Thanks! -- José María (Chema) Mateos || https://rinzewind.org -- Cheers, Oleg A. Mamontov email: o...@mamontov.net phone: +7 (903) 798-1352

Re: Using "viu" to display attached images

2022-06-20 Thread Oleg A. Mamontov
tt shell but found no relevant differences. TERM is still set to "xterm". And if I start a subshell from within mutt and then call viu, the image is displayed nicely. I'm a bit clueless... Thanks for any hint, Andy -- If your parents never had children, chances are you won't, either. (Di

Re: Can one get at the current mailbox name (directory)?

2022-01-27 Thread Oleg A. Mamontov
^' and it just set the variable to ^ which wasn't very helpful! -- Chris Green -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: NeoMutt Opinions

2021-12-22 Thread Oleg A. Mamontov
seen any features that aren't in mutt, and it's sole virtue seems to be a more colorful site page. The feature of neomutt that completely determines my choice is an elegant built-in integration with notmuch. Really worth to try. Lee -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net

Re: multiple color schemes

2021-09-08 Thread Oleg A. Mamontov
On Wed, Sep 08, 2021 at 03:50:23PM -0400, Jon LaBadie wrote: On Wed, Sep 08, 2021 at 04:23:59PM +0300, Oleg A. Mamontov wrote: On Wed, Sep 08, 2021 at 01:20:27AM -0400, Jon LaBadie wrote: I've always preferred a black letters on white background scheme. However, after cataract surgery I'm

Re: multiple color schemes

2021-09-08 Thread Oleg A. Mamontov
~/.mutt/colors2.muttrc --- ~/.mutt/colors2.muttrc --- # colors #2 macro index XX source ~/.mutt/colors1.muttrc --- -- Jon H. LaBadie mut...@jgcomp.com 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C) -- Cheers, Oleg A. Mamontov

Re: Macro to apply on current mailbox

2021-02-15 Thread Oleg A. Mamontov
On Mon, Feb 15, 2021 at 10:58:22PM +0100, Angel M Alganza wrote: On Mon, Feb 15, 2021 at 10:40:18PM +0100, Genética wrote: On Tue, Feb 16, 2021 at 12:26:54AM +0300, Oleg A. Mamontov wrote: Then what should I do to mbsync the current maildir? Hitting ESC-o doesn't seem to do it. Yes

Re: Macro to apply on current mailbox

2021-02-15 Thread Oleg A. Mamontov
On Mon, Feb 15, 2021 at 10:40:18PM +0100, Angel M Alganza wrote: On Tue, Feb 16, 2021 at 12:26:54AM +0300, Oleg A. Mamontov wrote: Then what should I do to mbsync the current maildir? Hitting ESC-o doesn't seem to do it. Yes, it is. For debug I suggest to simplify macro as: --- macro index

Re: Macro to apply on current mailbox

2021-02-15 Thread Oleg A. Mamontov
On Mon, Feb 15, 2021 at 10:16:33PM +0100, Angel M Alganza wrote: On Tue, Feb 16, 2021 at 12:00:35AM +0300, Oleg A. Mamontov wrote: The below approach works for me, probably it can be helpful somehow: .muttrc --- # the very first folder-hook folder-hook . "source ~/.mutt/on-f

Re: Macro to apply on current mailbox

2021-02-15 Thread Oleg A. Mamontov
cord = ^ set record = `echo $record | sed 's#.*/##'` macro index,pager o ":unset wait_keyclear; mbsync full:$record:set wait_key" "sync current folder" --- Cheers, Ángel -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-14 Thread Oleg A. Mamontov
you very much for everyone's suggestions! My Mutt installation is getting better and better and faster and faster! -- Wishing you only the best, boB Stepp -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: Any "one-step" html viewing macros

2021-02-01 Thread Oleg A. Mamontov
/html "view first html attachment" --- Of course, I also have Chrome as a viewer for text/html in mailcap. Hope this helps. Jon -- Jon H. LaBadie j...@labadie.us 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C) -- Ch

Re: Conditional FCC

2020-05-01 Thread Oleg A. Mamontov
/dev/null' --- -- Cheers, Oleg A. Mamontov

Re: Conditional FCC

2020-05-01 Thread Oleg A. Mamontov
approach shoud do the trick? --- folder-hook foo 'set record = /dev/null' --- -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: reference the folder name in a folder-hook push command

2017-12-30 Thread Oleg A. Mamontov
On Fri, Dec 29, 2017 at 07:27:14AM +, Arkadiusz Drabczyk wrote: On Thu, Dec 28, 2017 at 07:07:57PM +0300, Oleg A. Mamontov wrote: Hello, On Tue, Dec 26, 2017 at 03:23:50PM +, Arkadiusz Drabczyk wrote: > On Tue, Dec 26, 2017 at 06:36:20AM +0800, Yubin Ruan wrote: > > Hi, >

Re: reference the folder name in a folder-hook push command

2017-12-28 Thread Oleg A. Mamontov
d; set record=^; set my_folder=`echo $record | sed s/=//`; set record=$my_oldrecord' But unfortunately it doesn't work for some reason. -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: Mutt freezes when network is off [was: sendmail in background?]

2017-06-12 Thread Oleg A. Mamontov
/ mbsync. +1 here, mbsync works for me a way better then offlineimap (in terms of stability, speed of operations and CPU consumption). -- Cheers, Oleg A. Mamontov mailto: o...@mamontov.net skype: lonerr11 cell: +7 (903) 798-1352

Re: Multiple email / folder problem

2007-06-26 Thread Oleg A. Mamontov
. -- Regards, Ajeet -- 26.06.2007 11:27:03 Cheers, Oleg A. Mamontov mailto: [EMAIL PROTECTED] icq uin: 79-521-617 cell:+7-903-798-1352