Re: mutt / OS X / smtp ??

2011-04-03 Thread Dennis Preiser
On Sun, Apr 03, 2011 at 09:08:08AM +0300, thierry stephan wrote: Mutt is working well, except to send emails !!! I try with : - smtp_url - set sendmail mutt 1.5.21 on MacOSX 10.6.7 here with no problems. I use: | set smtp_url=smtps://m...@example.com@smtp.example.com:465 | set

Re: mutt doesn't ask for passphrase

2011-12-03 Thread Dennis Preiser
On Sat, Dec 03, 2011 at 05:13:12PM +0100, Christoph Möbius wrote: I have a strange problem here that mutt doesn't ask me for the passphrase when I want to sign/encrypt a message. Signing/encrypting using a key that has no passphrase works fine, though. Actually mutt seems to ask in the

Re: ACS characters in Terminal.app

2012-10-31 Thread Dennis Preiser
On Wed, Oct 31, 2012 at 08:52:08AM +, Jamie Paul Griffin wrote: / Dennis Preiser wrote on Tue 30.Oct'12 at 14:15:45 +0100 / On Mon, Oct 29, 2012 at 10:02:28PM -0700, Will Yardley wrote: The behavior can be seen here: http://soulrebels.com/mutt_threads.png This might be an issue

Re: GSuite

2019-06-25 Thread Dennis Preiser
On Tue, Jun 25, 2019 at 06:56:47AM +0100, Steve Karmeinsky wrote: > set spoolfile = "+INBOX" > set postponed = "+[Gmail]/Drafts" > set trash = "=[Gmail]/Bin" In addition, I've set "unset record". Sent mail will be shown under '+[Gmail]/Sent Mail'. Dennis

Re: ask-yes for sending?

2022-06-08 Thread Dennis Preiser
On Tue, Jun 07, 2022 at 08:31:50PM +0200, Marcus C. Gottwald wrote: > > bwalton.22...@leepfrog.com asked (Tue 2022-Jun-07 10:26:50 -0500): > >> Is there a way to configure my muttrc so that when I press "y" to send >> the message, it will prompt for confirmation before actually sending? > > In

Re: index_format

2022-07-26 Thread Dennis Preiser
On Tue, Jul 26, 2022 at 08:30:27PM +0200, Fourhundred Thecat wrote: >> On 2022-07-26 19:38, Dennis Preiser wrote: >> set size_show_mb >> index-format-hook size_flags "~z -1M" " " >> index-format-hook size_flags "~z >1M" "%5c&qu

Re: index_format

2022-07-26 Thread Dennis Preiser
On Tue, Jul 26, 2022 at 04:53:28PM +0200, Fourhundred Thecat wrote: > I have following index_format: > > index_format="%{%Y-%b-%d %H:%M} %?X?(%X)& ? %-25.25F %.96s %> %5c" > > I would like to make following change to the last column, where message > size is shown: > > 1) if message size is

Re: Subject that ends with UTF-8, 85 or A0 �

2022-08-02 Thread Dennis Preiser
On Tue, Aug 02, 2022 at 04:04:07PM +0700, Đoàn Trần Công Danh wrote: > On 2022-08-02 10:06:08+0200, Bastian wrote: >> On 02Aug22 15:52+0900, Kenichi Asai wrote: >> > Would it be possible to somehow avoid this problem? I cannot avoid >> > creating e-mails with Japanese characters in Subject and

Re: Subject that ends with UTF-8, 85 or A0 加

2022-08-02 Thread Dennis Preiser
On Tue, Aug 02, 2022 at 12:39:06PM +0200, Bastian wrote: > I see it in the subject now. > There are two U+FFFD chars. > >> | System: Darwin 21.6.0 (arm64) >> | ncurses: ncurses 6.3.20220625 (compiled with 6.3) >> | libiconv: 1.16 >> | hcache backend: lmdb LMDB 0.9.70: (December 19, 2015) >> | >>

Re: [RFC] Remove additional spaces when quoting already-quoted lines

2022-08-07 Thread Dennis Preiser
On Fri, Aug 05, 2022 at 08:04:17PM +, Tim Chase wrote: > On Thu, Aug 04, 2022 at 08:17:39PM +0200, Dennis Preiser wrote: >> | def g:FixMailQuotes() >> |# find first body line after headers >> |var first_body_line = search('^$') + 1 >> |# compress quote

Re: [RFC] Remove additional spaces when quoting already-quoted lines

2022-08-04 Thread Dennis Preiser
On Thu, Aug 04, 2022 at 08:17:39PM +0200, Dennis Preiser wrote: > | set editor='vim-c ":call FixMailQuotes()"' ^ Unfortunately, a blank character was lost ... | set editor='vim -c ":call FixMailQuotes()"' Dennis

Re: [RFC] Remove additional spaces when quoting already-quoted lines

2022-08-04 Thread Dennis Preiser
On Mon, Aug 01, 2022 at 10:40:22AM +1000, raf via Mutt-users wrote: > But if you want this behaviour (despite any ambiguity), > mutt doesn't need to change. You can set the editor > parameter to a script that modifies the quoted reply > to your liking before invoking the real editor. > Something

Re: Subject that ends with UTF-8, 85 or A0 �

2022-08-02 Thread Dennis Preiser
On Tue, Aug 02, 2022 at 11:17:14PM +0700, Đoàn Trần Công Danh wrote: > On 2022-08-02 13:07:42+0200, Dennis Preiser wrote: >> On Tue, Aug 02, 2022 at 12:39:06PM +0200, Bastian wrote: >> > Maybe some local vim/encoding issues on darwin? >> >> Maybe. Interestingly,

Re: Subject that ends with UTF-8, 85 or A0 e.g.:

2022-08-02 Thread Dennis Preiser
On Tue, Aug 02, 2022 at 08:55:53PM -0700, Kevin J. McCarthy wrote: > - while (ISSPACE (*buf)) > + while (is_email_wsp (*buf)) I was also able to reproduce the issue (on macOS) and can also confirm that with this patch, the issue no longer occurs. Dennis

Re: Macro variable with current folder name?

2023-03-11 Thread Dennis Preiser
On Sat, Mar 11, 2023 at 01:05:13PM -0500, José María Mateos wrote: > On Sat, Mar 11, 2023 at 06:15:14PM +0100, Dennis Preiser wrote: >> >> folder-hook . 'set my_record=$record; \ >> set record=^; \ >> macro index,pager G "echo $record"; \ >> set record=

Re: Macro variable with current folder name?

2023-03-11 Thread Dennis Preiser
On Sat, Mar 11, 2023 at 09:19:22AM -0500, José María Mateos wrote: > I have this macro: > > macro index,pager G "!offlineimap -o -l /tmp/offlineimap.log\n" "Retrieve new > IMAP messages" > > It works well, but I typically use only for =INBOX, so checking all the > folders (the default

Re: Macro variable with current folder name?

2023-03-11 Thread Dennis Preiser
On Sat, Mar 11, 2023 at 07:30:13PM +0100, Dennis Preiser wrote: > Just to be sure: You don't have another macro "macro index,pager G ..." > behind the folder-hook? This question is nonsense, the folder hook would overwrite it. Dennis

Re: [OT] Terminal redraw issues / isync launchctl job in macOS 13.5

2023-08-07 Thread Dennis Preiser
On Mon, Aug 07, 2023 at 03:47:53PM +0200, Jan Eden via Mutt-users wrote: > I recently upgraded to macOS 13.5, and for the first time, there are > redraw issues in the Terminal with mutt (2.2.10, installed via > Homebrew). Also, the launchctl job for isync/mbsync (1.4.4, also > installed via

Re: Re: [OT] Terminal redraw issues / isync launchctl job in macOS 13.5

2023-08-07 Thread Dennis Preiser
On Mon, Aug 07, 2023 at 06:16:39PM +0200, Jan Eden via Mutt-users wrote: > On 2023-08-07 16:29, Dennis Preiser wrote: >> Maybe it is sufficient to install a newer ncurses with homebrew. > > Even with ncurses 6.4 installed, homebrew delivers a mutt version linked > a

Re: Re: Re: [OT] Terminal redraw issues / isync launchctl job in macOS 13.5

2023-08-10 Thread Dennis Preiser
On Thu, Aug 10, 2023 at 08:14:23AM +0200, Jan Eden via Mutt-users wrote: > On 2023-08-07 19:18, Dennis Preiser wrote: >> Not surprising. You must somehow tell homebrew that for mutt >> --with-curses=PATH/TO/HOMEBREW/ROOT is necessary. > > Tried that, and it worked (up to a p