Re: Problem with IMAP Server and Header Cache

2023-01-27 Thread Christian Brabandt
Am 2023-01-26 20:08, schrieb Kevin J. McCarthy: the header cache backend, this smells like a Mutt bug. Would you mind opening a ticket so we can debug it without causing too much traffic on mutt-users? Yes agree, so let's move it to https://gitlab.com/muttmua/mutt/-/issues/436 Thanks,

Re: Problem with IMAP Server and Header Cache

2023-01-26 Thread Christian Brabandt
Am 2023-01-26 00:33, schrieb Kevin J. McCarthy: Hmmm... I see in the log that even in the "working" case it's taking a good 15 seconds to load in the messages from the seqset/header cache. It's a big mailbox, though, so maybe that's to be expected. I noticed you are using 1.13.2. Are you in a

Re: Problem with IMAP Server and Header Cache

2023-01-25 Thread Christian Brabandt
On Mi, 25 Jan 2023, Kevin J. McCarthy wrote: > On Wed, Jan 25, 2023 at 07:54:49PM +0100, Christian Brabandt wrote: > > For some reason, whenever mutt disconnects and I want it to reload a > > mailbox with 100k messages in it, it usually hangs for very long until > > i

Problem with IMAP Server and Header Cache

2023-01-25 Thread Christian Brabandt
Hey, I am using mutt usually in a long running screen session to read mail from a local IMAP server (Dovecoat in this case). For some reason, whenever mutt disconnects and I want it to reload a mailbox with 100k messages in it, it usually hangs for very long until it finally disconnects. It's

Re: Visualising contents of a Maildir

2022-08-18 Thread Christian Brabandt
On Mi, 17 Aug 2022, martin f krafft via Mutt-users wrote: > Folks, > > This isn't really a Mutt question, but you're the kind of people that most > likely would have good answers on the following: > > For reasons you don't want to know, I have to visualise a Maildir with a > couple of

Re: Japanese characters?

2021-01-22 Thread Christian Brabandt
On Do, 21 Jan 2021, meine wrote: > hi, > > by accident I discovered that I can compose Japanese kana (hiragana, > katakana) in mutt. I wonder if this is a feature, or somewhere lurking > in my mutt and FreeBSD setup (although I only use default software and > settings). I have NL language

Re: textwidth/linewrap

2021-01-07 Thread Christian Brabandt
On Do, 07 Jan 2021, Matthias Apitz wrote: > I do use in ~/.muttrc > > set editor="vim \'+set textwidth=72\' \'+syntax match WarningMsg > /\\%>70v.*/\' -i NONE" If Vim is setup with filetype detection logic, it automatically knows you are editing a mail filetype, because it recognizes the

Re: bind index ...

2020-10-12 Thread Christian Brabandt
On Mo, 12 Okt 2020, Philippe Meunier wrote: > Hello, > > I'm trying to create some bindings in my .muttrc file for mutt's sidebar > (this is while running mutt in an xterm window on OpenBSD): > > bind index sidebar-prev > bind index sidebar-next > > and this works fine. Then I tried this

Re: Compiling a newer version than the latest .deb package

2019-06-04 Thread Christian Brabandt
On Di, 04 Jun 2019, Frank Watt wrote: > > > On 4/06/19 1:24 AM, Dan Ritter wrote: > > Frank Watt wrote: > > > > > > |You seem to be on x86_64 (or amd64 as debian calls it), so unless > > > |you are building as 32-bit you don't need any of these. > > > | > > > |The -dev versions include

Re: Stop myself from sending an email with a particular string

2018-09-15 Thread Christian Brabandt
On Sa, 15 Sep 2018, Erik Christiansen wrote: > On 15.09.18 05:30, Francesco Ariis wrote: > > Hello Xu, > > > > On Fri, Sep 14, 2018 at 11:18:09PM -0400, Xu Wang wrote: > > > Long story short: > > > How can I have mutt refuse to send an email if the contents contain a > > > certain string, such

Re: Bottom posting v top posting

2018-05-13 Thread Christian Brabandt
On So, 13 Mai 2018, Stefan Hagen wrote: > HTML is not allowed on this list, so here is the HTML part for this mail: > https://shell.srv.hagen.coffee/~sdk/textmail.html Do you generate this somehow? regards, Christian -- One girl can be pretty -- but a dozen are only a chorus.

Re: line editor keybindings

2018-03-13 Thread Christian Brabandt
On Di, 13 Mär 2018, Florian Lohoff wrote: > On Tue, Mar 13, 2018 at 11:13:08AM +0100, Marco Dickert wrote: > > On 2018-03-13 20:50:20, Erik Christiansen wrote: > > > On 13.03.18 10:09, andreas.muel...@biologie.uni-osnabrueck.de wrote: > > > > can I switch the editor key bindings to the vi

Re: Speed

2017-10-25 Thread Christian Brabandt
On Di, 24 Okt 2017, David Woodfall wrote: > I've been using mutt a fair while now. Lately I've been using it with > imap and find that it can take a while to read headers. > > Are there any tricks to speeding up imap? > > I do have a header cache, but it still takes some time opening a >

Re: How might deleted messages be put in some setup for trash and fully deleted later?

2017-07-19 Thread Christian Brabandt
On Mi, 19 Jul 2017, Don Saklad wrote: > How might deleted messages be put in some setup for trash then if no > exceptions fully deleted later? :set trash= Have a look at the manual. Note this feature has been available as a patch in older versions, but recent mutt versions support this

Re: Mutt - Neomutt and Debian Stretch

2017-07-01 Thread Christian Brabandt
On Fr, 30 Jun 2017, Antonio Radici wrote: > mutt source code as you release it? It was never like this even before 1.6.*, > when we had extra patches on the top of mutt, what should I do with > patches/features which are (and were) expected on the top of mutt? That's what the mutt-patched

Re: cache/session related problem for (neo)mutt

2017-05-11 Thread Christian Brabandt
On Do, 11 Mai 2017, Baron Fujimoto wrote: > $ mutt -version > NeoMutt 20170428 (1.8.2) Before asking here, you should at least check, if this also happens with vanilla mutt and not some fork. regards, Christian -- Goals... Plans... they're fantasies, they're part of a dream world...

Re: Install hiccup [Was: mutt 1.8.0 released]

2017-02-27 Thread Christian Brabandt
Hi Erik! On Mo, 27 Feb 2017, Erik Christiansen wrote: > # apt-get install libncursesw5 > Reading package lists... Done > Building dependency tree > Reading state information... Done > libncursesw5 is already the newest version. You need the -dev variants for compiling. regards,

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Christian Brabandt
Hi Erik! On Fr, 03 Jun 2016, Erik Christiansen wrote: > On 03.06.16 08:45, Matthias Apitz wrote: > > $ echo 'Ker=C4=B1ko' | mmencode -u -q > > Kerıko > > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > > 0004b 65 72 c4 b1 6b 6f 0a > > 010 > >

Re: portable shell scripts

2016-04-08 Thread Christian Brabandt
On Do, 07 Apr 2016, David Champion wrote: > > but printf for parameterised output: > > > > printf '%s\n' "$arbitrary_value" > > I've started leaning on printf for newline-less printing lately -- it's > just easier. But you must be careful to use 'printf %s "$foo"' instead > of just 'printf

Re: How do you survive without notmuch?

2016-04-07 Thread Christian Brabandt
On Mi, 06 Apr 2016, Ben Boeckel wrote: > On Thu, Apr 07, 2016 at 09:38:43 +1000, Cameron Simpson wrote: > > For historic reasons, "$@" evaluates to a single "" if there were no > > arguments at all, introducing a spurious new empty argument. > > Possibly the thinking was that something like "$@"

Re: warning about missing attachment

2016-01-11 Thread Christian Brabandt
Hallo Matthias! Matthias Apitz schrieb am Sonntag, den 10. Januar 2016: > El día Sunday, January 10, 2016 a las 10:21:24PM +1100, Erik Christiansen > escribió: > > > On 09.01.16 23:18, Xu Wang wrote: > > > What I find helpful is that immediately when I reference an attachment > > > I stop my

Re: warning about missing attachment

2016-01-11 Thread Christian Brabandt
Hallo Matthias! Matthias Apitz schrieb am Montag, den 11. Januar 2016: > El día Monday, January 11, 2016 a las 12:38:46PM +0100, Christian Brabandt > escribió: > > > > I have had now one issue where after adding, while still in vim, the > > > attachment, it gave

Re: warning about missing attachment

2016-01-11 Thread Christian Brabandt
Hallo Matthias! Matthias Apitz schrieb am Montag, den 11. Januar 2016: > El día Monday, January 11, 2016 a las 08:01:34PM +1100, Erik Christiansen > escribió: > > > ... > > No worries - a little hint can often save quite a bit of time and head > > scratching. > > > > And to Christan, a

Re: format=flowed

2015-09-18 Thread Christian Brabandt
On Fr, 18 Sep 2015, Erik Christiansen wrote: > So, in .vimrc, something vaguely like: > > au BufNewFile,BufRead ~/Desktop/mutt-* call Set_for_mutt() [...] You don't need that autocommand. Simply create a file ~/.vim/ftplugin/mail.vim and put all mutt related stuff there and add an entry

Re: format=flowed

2015-09-18 Thread Christian Brabandt
Hi Erik! On Fr, 18 Sep 2015, Erik Christiansen wrote: > On 18.09.15 09:47, Christian Brabandt wrote: > > > > On Fr, 18 Sep 2015, Erik Christiansen wrote: > > > > > So, in .vimrc, something vaguely like: > > > > > > au BufNewFil

Re: Fwd: broken strings compiled-in into mutt

2015-08-05 Thread Christian Brabandt
Matthias Apitz schrieb am Mittwoch, den 05. August 2015: I digged into this and the reason is in the source tree of mutt itself. The option (...) strings get punched into a file conststrings.c and if you build mutt with 'make' it gives an error due to a gmake'ish construct in the Makefile

Re: amount of displayed characters of sender name in index view

2015-07-29 Thread Christian Brabandt
Hi Peter! On Mi, 29 Jul 2015, Peter P. wrote: Hi list, is there a way to tell mutt to show me more of the sender name in index view? Currently it seems to be 15 characters regardless of the (x)terminal dimensions. See the $index_format setting in the manual. regards, Christian -- Try

Re: In index_format, what does %? mean?

2015-06-18 Thread Christian Brabandt
Am 2015-06-18 12:23, schrieb Alan Mackenzie: Hello, mutt. I'm using mutt 1.5.23. The default value of the configuration variable index_format is %4C %Z %{%b %d} %-15.15L (%?l?%4l%4c?) %s. My personal value is similar. The construct (%?l?%4l%4c?) puzzles me. The parentheses are literal

Re: Sent attached doc from Libreoffice

2015-05-28 Thread Christian Brabandt
Am 2015-05-27 20:23, schrieb Matthias Apitz: El día Wednesday, May 27, 2015 a las 07:57:29PM +0200, Matthias Apitz escribió: El día Wednesday, May 27, 2015 a las 12:35:18PM -0400, Patrick Shanahan escribió: I just used group-reply with the MUA 'dekko' on Ubuntu phone. May be your header

Re: Some desired features, do they exist?

2015-05-12 Thread Christian Brabandt
Hi Ian! On So, 10 Mai 2015, Ian Zimmerman wrote: 2. Mailman managed lists (and maybe others) insert the annoying [Foo-List] tags in the Subject header. Other MUAs allow one to massage the Subject header (for display only) so as to hide the tag, and (again) save screen space. Is this

Re: Illegal address syntax

2015-03-10 Thread Christian Brabandt
Hi Silvio! On Di, 10 Mär 2015, Silvio Siefke wrote: Hello, i try to run mutt with my own mailserver, running postfix with dovecot. The imap work without problems, but smtp want not work. With sylpheed it works fine. The log: Mar 10 19:02:06 postfix/smtpd[740]: warning: Illegal

Re: mutt and archivemail

2015-02-19 Thread Christian Brabandt
Hi Philippe! On Do, 19 Feb 2015, Philippe Delavalade wrote: Hi. I use archivemail which produces, for instance, inbox_archive.gz. When issuing the command mutt -f inbox_archive.gz I have an error message because it is not a mailbox. Previously, before my migration from debian to

Re: Encrypting postponed messages

2015-01-08 Thread Christian Brabandt
heated) thread, but I'd like some feedback on the interface for a patch I'd like to push (attached, or see ticket #3665). The patch was based off the one submitted by Christian Brabandt, so thank you Christian! Your welcome. I was interested in that functionality and thought I contribute

Re: character set issues

2015-01-07 Thread Christian Brabandt
Am 2015-01-07 14:34, schrieb J. A. Landamore: I have mutt 1.5.21 installed on Ubuntu from the packages and it is mostly fine. It doesn't, however, connect to one of my mail providers because it is linked against TLS and not SSL. When I compile from source and link against SSL that problem is

Re: Vim config for mutt [Was: SOLVED, mutt/vim line wrap configuration]

2014-11-21 Thread Christian Brabandt
Hi Erik! On Fr, 21 Nov 2014, Erik Christiansen wrote: On 20.11.14 14:09, Will Fiveash wrote: If you are using vim you may want to add vim settings specific to editing mail from within mutt to a file like ~/.vim/ftplugin/mail/mail-settings.vim. vim will assign by default the filetype

Re: Thread colors

2014-09-07 Thread Christian Brabandt
Hi Michael! On So, 07 Sep 2014, Michael Treibton wrote: I'm trying to see if it's possible to color threads in a certain way. At the moment I have this in my .muttrc: color index green default ~v Which very nicely makes the *top*-level email in a given thread green. however, is it

Re: Correct syntax of send hook

2014-05-08 Thread Christian Brabandt
Hi Guy! On Do, 08 Mai 2014, Guy Gold wrote: Greetings List. I'm trying to add this command: vim -c ':r !cat /tmp/file' to be used in a send hook : send-hook ~t...@domain.com set editor= vim ':r !cat /tmp/bla' The contents of /tmp/file should then be 'cat ' into the new email.

Re: delete only undeleted messages?

2014-02-26 Thread Christian Brabandt
On Mi, 26 Feb 2014, Peter P. wrote: * Patrick Shanahan ptilopt...@gmail.com [2014-02-26 17:23]: * Peter P. p8...@aol.com [02-26-14 10:48]: Hi! I have noticed that I can delete (save to trash folder) the same message over and over again using, folder-hook . 'macro index

Re: Filter messages like this feature?

2014-02-12 Thread Christian Brabandt
Hi Peter! On Mi, 12 Feb 2014, Peter Davis wrote: I'm thinking of implementing a feature which allows a given keystroke to pipe a message to a perl script which, after a couple of prompts, adds a rule to my procmailrc or blacklist file to remove all future occurrences of such messages. The

Re: fetching mails to a local folder

2013-12-19 Thread Christian Brabandt
On Thu, December 19, 2013 09:07, Cameron Simpson wrote: On 18Dec2013 20:46, Chris Down ch...@chrisdown.name wrote: On 2013-12-18 13:38:27 +0100, Matthias Apitz wrote: Is there some config example about how to fetch with fetchmail or mutt, some mails (2000) from my IMAP server to a local

Re: message could not copy upon opening message

2013-10-05 Thread Christian Brabandt
On Sa, 05 Okt 2013, Rejo Zenger wrote: I have https://rejo.zenger.nl/tmp/mail.txt as a message in my mailbox. When I attempt to open the message (by hitting enter after selecting), I'll get the error Could not open message in return and I am left in the mailbox overview. When running

Re: Encrypting postponed messages

2013-09-09 Thread Christian Brabandt
On Mo, 09 Sep 2013, David Champion wrote: I confess I haven't dug my way through the entire debate on this, but so far I've seen argument along lines of: is it a necessary feature? if it is necessary, is it necessary to be supported in mutt per se, or can it be done externally? I haven't

Re: Encrypting postponed messages

2013-09-08 Thread Christian Brabandt
Hi Erik! On So, 08 Sep 2013, Erik Christiansen wrote: On 07.09.13 14:40, Christian Brabandt wrote: No. Just because mutt encrypts for transmission does not obligate it to encrypt other files which might or might not later be transmitted. This is where you are conflating two separate

Re: Encrypting postponed messages

2013-09-07 Thread Christian Brabandt
Hi Erik! On Sa, 07 Sep 2013, Erik Christiansen wrote: No, the logic which you have constructed there in unconvincing, due to being erroneous. We use an editor to create the text for an email, so it needs to read and write the encrypted postponed file - mutt is not involved, beyond

Re: mutt segmentation fault and mutt.core dump file

2013-08-12 Thread Christian Brabandt
Hi James! On Mo, 12 Aug 2013, James Griffin wrote: Hi, Same crash happened this morning. Just a few minutes ago actually. Not sure what the problem is. gdb output: NU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public

Re: Toggle output from gpg?

2013-07-30 Thread Christian Brabandt
Hi Óscar! On So, 28 Jul 2013, Óscar Pereira wrote: Dear all, Is there a way to toggle the output from gpg, when viewing signed and/or encrypted messages? In particular, I'm referring to the information about the key(s), which can be quite verbose... Could this be done with some

Re: Relative timestamp ?

2013-05-08 Thread Christian Brabandt
On Wed, May 8, 2013 10:25, Max Rydahl Andersen wrote: Hi, Is it in any way possible to have mutt show relative time instead of just date for emails ? i.e. 10 min ago, Today, yesterday, 2 days ago and then dates when beyond a week. Similar to what thunderbird, gmail, apple mail and other

Re: Search utilities for use with mutt - I use mairix but it's not perfect

2013-05-08 Thread Christian Brabandt
On Wed, May 8, 2013 14:51, Erik Christiansen wrote: That's what I was trying to get away from, because (as described) it was very clumsy to step blindly through the helpgrep hits, using those commands. I have now tried your :copen suggestion with helpgrep, but that splits the window into 3,

Re: using a file selection command

2013-05-06 Thread Christian Brabandt
Hi Sebastian! On Sa, 04 Mai 2013, Sebastian Tramp wrote: Hi there, instead of using the file browser of mutt to select an attachment, I want to start a specific script / application which returns the file I want to attach. more concrete: I want to select one of the most recent edited

Re: OT making ascii tables

2013-05-06 Thread Christian Brabandt
Hi Jan-Herbert! On Mo, 06 Mai 2013, Jan-Herbert Damm wrote: Thank you Erik, Erik Christiansen wrote on 06.05.13: When you try :set fenc ? in vim, does it show: fileencoding=utf-8 Yes, it does and the interaction of vim and mutt is fine here is an example: cat renders:

Re: OT making ascii tables

2013-05-06 Thread Christian Brabandt
Hi Rado! On Mo, 06 Mai 2013, Rado Q wrote: =- Christian Brabandt wrote on Mon 6.May'13 at 22:49:24 +0200 -= vim or less: OBST/GEMUESE ┌─┬───┬──┬┐ │^[[1mBestnr. ^[[22m│ ^[[1mProdukt ^[[22m│ ^[[1mHersteller ^[[22m│ ^[[1mMenge ^[[22m

Re: pdf-files destroyed, where are archives?

2013-05-04 Thread Christian Brabandt
Hallo Ulrich! Ulrich Lauther schrieb am Freitag, den 03. Mai 2013: The reason why I went back to 1.4 was a strange behaviour of 1.5.21 mutt -f mbox tried to read all messages in mbox and called firefox for each html-containing message, due to auto_view text/html and a corresponding

Re: pdf-files destroyed, where are archives?

2013-05-03 Thread Christian Brabandt
Hallo Ulrich! Ulrich Lauther schrieb am Freitag, den 03. Mai 2013: Hi, I cannot find archives of the mutt mailing lists. On http://www.mutt.org/mail-lists.html is a link MARC, but it does not seem to work. gmane offers an archive of the mutt lists as well:

Re: sidebar patch

2013-02-13 Thread Christian Brabandt
Hi Marco! On Mi, 13 Feb 2013, Marco wrote: On 2013–02–12 Bob Proulx wrote: Some time ago I posted this following in a discussion about the Debian alternatives and it includes a walkthrough of how alternatives are used and configured. I think it is still relevant. Perhaps it will

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Di, 25 Dez 2012, Patrick Shanahan wrote: limit from email.addr :l ~f email.addr perhaps a little reading of the documentation would make it possible. Perhaps reading the message to which you answered helps. Nobody is denying, that the basic principle for limiting is

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Mi, 26 Dez 2012, Patrick Shanahan wrote: * Christian Brabandt cbli...@256bit.org [12-26-12 10:23]: Hi Patrick! On Di, 25 Dez 2012, Patrick Shanahan wrote: limit from email.addr :l ~f email.addr perhaps a little reading of the documentation would make

Re: Macro to limit view to sender messages

2012-12-26 Thread Christian Brabandt
Hi Patrick! On Mi, 26 Dez 2012, Patrick Shanahan wrote: x...@synapse.plus.com asked quote: I'd like to set up a macro which will set the limit to all mail sent by the selected message sender. ^^^ macro index,pager f12 ilimit~f## insert mail addr at

Re: Macro to limit view to sender messages

2012-12-25 Thread Christian Brabandt
Hi xing! On Di, 25 Dez 2012, xing wrote: I'd like to set up a macro which will set the limit to all mail sent by the selected message sender. I've looked in the docs and searched the web and can't find any information on how to expand something like ~f in a macro. Is this possible at all?

Re: How to create a new aliase (key-binding)?

2012-12-25 Thread Christian Brabandt
Hi Woody! On Di, 25 Dez 2012, Woody Wu wrote: Copy/paste into the .mail_aliases file is boring. Is there a key binding that inserts a new aliase based on the current reading message? Have you read the manual? regards, Christian --

Re: Mutt+Abook: questions about addresses and multiple addressees

2012-12-23 Thread Christian Brabandt
Hi leo! On Sa, 22 Dez 2012, leo wrote: ::First question:: When I write an e-mail and I choose the addressee, abook automatically always insert into the field To (or Cc or Bcc) the name and the e-mail address (example: name surname name.surn...@gmail.com. I would like that in the field To

Re: tab pressing doesn't bring up anything

2012-12-20 Thread Christian Brabandt
On Thu, December 20, 2012 14:55, Woody Wu wrote: On Thu, Dec 20, 2012 at 09:29:25PM +0800, Woody Wu wrote: On the hand, I found my .muttrc has some default alias definitions like what you guy said. For example: alias mutt-users Mutt User List mutt-users@mutt.org I tried to use this

Re: Remove prefix from subject header in index view

2012-12-15 Thread Christian Brabandt
Hi Marco! On Fr, 14 Dez 2012, Marco wrote: On 2012–12–14 Christian Brabandt wrote: See the thread, that was discussed here recently mailing list subject line tags http://thread.gmane.org/gmane.mail.mutt.user/39591/focus=39629 Thanks for the info. As far as I understand mutt does

Re: Remove prefix from subject header in index view

2012-12-14 Thread Christian Brabandt
Hi Marco! On Fr, 14 Dez 2012, Marco wrote: Hi, I already asked this question on unix.stackexchange.com¹, but got no response. I subscribed to several mailing lists that prefix the Subject: header with a fixed string like [list-foo]. This clutters my index view and limits the usable

Re: Importing addresses from ClawsMail -- Export -- Html | LDIF?

2012-12-13 Thread Christian Brabandt
Hi mutt-users! On Mi, 12 Dez 2012, Christian Brabandt wrote: Looks like a bug in abooks ldif parser, since it expects fieldnames to be lowercase. You need to convert the objectClass to objectclass and then abook imports it. Upstream has included a patch that fixes this bug. regards

Re: Importing addresses from ClawsMail -- Export -- Html | LDIF?

2012-12-12 Thread Christian Brabandt
Hi Csányi! On Do, 15 Nov 2012, Csányi Pál wrote: Paul Hoffman nkui...@nkuitse.com writes: On Wed, Nov 14, 2012 at 09:27:46PM +0100, Csányi Pál wrote: David Champion d...@bikeshed.us writes: * On 14 Nov 2012, Csányi Pál wrote: so export from clawsmail in ldif? :) I

Re: Documentation on L[ist reply] doesn't tell the whole truth

2012-11-29 Thread Christian Brabandt
Hi Chris! On Do, 29 Nov 2012, Chris Green wrote: On Thu, Nov 29, 2012 at 11:23:56AM -0500, Patrick Shanahan wrote: * Chris Green c...@isbd.net [11-29-12 11:08]: I have been trying to work out for a while why I sometimes send two copies of some messages to mailing lists. I finally

Re: Putting table in email?

2012-11-23 Thread Christian Brabandt
Hi Christoph! On Mi, 21 Nov 2012, Christoph Möbius wrote: Also sprach Bernard Massot am Mi, 21 Nov 2012 um 00:18:09 +0100: On Tue, Nov 20, 2012 at 04:37:11PM -0600, Jim Graham wrote: Note the corners: periods on top, and ` ' on the bottom. IMHO, this looks better. But that IS just my

Re: Change the header Attach: to Attached:

2012-11-20 Thread Christian Brabandt
On Tue, November 20, 2012 16:59, Eric Smith wrote: Is there a non sourcecode way to change mutt's interpretation of the header named Attach: to an arbitrary string (like Attached:)? I don't think there is. Why? regards, Christian

Re: Change the header Attach: to Attached:

2012-11-20 Thread Christian Brabandt
On Tue, November 20, 2012 17:07, Eric Smith wrote: So when I write emails I refer to the attachments. I copy and paste the list of headers as a block like this; Attach: Foobar.baz Attach: Foobar_1.baz Attach: Foobar_2.baz into my text and reference them in a way that it is more

Re: Change the header Attach: to Attached:

2012-11-20 Thread Christian Brabandt
Attached: File1.jpg On Tue, November 20, 2012 17:16, Eric Smith wrote: No Christian, perhpas it not clear enough. If course they are pseudo headers. So in my vim when composing (usually large) emails. I develop a collection of *pseudo* headers like in the block below. Then I copy and paste

Re: Putting table in email?

2012-11-20 Thread Christian Brabandt
On Wed, November 21, 2012 07:39, David Champion wrote: * On 20 Nov 2012, Brian Salter-Duke wrote: OK, I have done that. I also changed nroff to groff as I have both and they are different sizes. However, I still do not really understand by press T over table to format. I type the table, hit

Re: Seeing subfolder - dovecot - imap - maildir

2012-11-14 Thread Christian Brabandt
On Wed, November 14, 2012 05:55, Linda wrote: I use dovecot with Maildir for the imap server. I can view the inbox fine but can't access or list the subdirectories Here is the .muttrc lines that would be relevant set spoolfile=imap://office-mail@star/ set folder=imap://office-mail@star/

Re: Sender name in the vim statusline

2012-11-09 Thread Christian Brabandt
Hi Eric! On Fr, 09 Nov 2012, Eric Smith wrote: How do I get the sender's name to whom I am replying in the vim statusline? That is not easy. You must rely on parsing the attribution line. Say your attribution line looks like mine: #v+ ~$ grep attribution ~/.mutt/muttrc set attribution='Hi

Re: mutt and not really read only mailboxes

2012-08-23 Thread Christian Brabandt
On Thu, August 23, 2012 08:53, Joerg Dorchain wrote: I have a setup where my MTA delivers mail to an mbox file, which then is in turn exported via nfs read only to the client where mutt is running. Main purpose of this construction is viewing certain attachments. While all this works fine

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Christian Brabandt
Hi martin! On Do, 16 Aug 2012, martin f krafft wrote: also sprach Luis Mochan moc...@fis.unam.mx [2012.08.16.1850 +0200]: Would this be considered unsafe? To store the password clear-text in a file? Yes. What exactly is the problem with entering the password manually? regards, Christian

Re: Killfiling, anyone?

2012-07-26 Thread Christian Brabandt
On Thu, July 26, 2012 11:38, John Long wrote: On Wed, Jul 25, 2012 at 08:53:03PM +0200, Christian Brabandt wrote: Hi John! Hello! :) I used to have a little shell-script, that was killfiling within mutt for me (attached). It simply generates a pattern, that can be used by mutt to delete

Re: Killfiling, anyone?

2012-07-26 Thread Christian Brabandt
Hi John! On Do, 26 Jul 2012, John Long wrote: On Wed, Jul 25, 2012 at 08:53:03PM +0200, Christian Brabandt wrote: Additionally, I needed to set up scoring for mutt like this: Christian, your idea is working pretty good so far but I didn't figure out how to source the script by binding

Re: Killfiling, anyone?

2012-07-25 Thread Christian Brabandt
Hi John! On Mi, 25 Jul 2012, John Long wrote: Guys, what are you using for killfiling/mail filtering? I am using Mutt's built in POP and SMTP at this point, is there any way to killfile emails based on header contents? Scoring won't be enough, I want to delete this crap as the email is

Re: adventures in quoted-printable

2012-07-17 Thread Christian Brabandt
On Mon, July 9, 2012 23:12, Jack M wrote: Cameron Simpson wrote on 07/09/12 at 08:41:26 +1000: On 08Jul2012 18:32, Jack M j...@forallx.net wrote: | However, I do keep copies of my sent | mail in $record, and when I look at the saved copy, it is not QP-encoded. | Also, the mysterious QP only

Re: Translate emails to English

2011-11-03 Thread Christian Brabandt
Hi SK! On Mi, 02 Nov 2011, SK wrote: libtranslate looks like the way to go but being a newbie I am struggling to figure out how to hook it to mutt. Any help? Either define a macro, that pipes the message through translate, or even use your mailcap file to specify how to translate your

Re: Named tags/lables?

2011-11-03 Thread Christian Brabandt
Hi David! On Do, 03 Nov 2011, David Champion wrote: * On 03 Nov 2011, Cameron Simpson wrote: On 03Nov2011 10:05, Edward Morbius dredmorb...@gmail.com wrote: | Is there any facility similar to Gmail's named tags (other than | folders) for mutt? | | I'd like to be able to add

Re: external file manager

2011-10-28 Thread Christian Brabandt
On Do, 27 Okt 2011, Jostein Berntsen wrote: Thanks. I tried to source the vmb file now from the updated repository, but the same result with no ranger. I took this offlist and the problem is now solved. regards, Christian

Re: external file manager

2011-10-27 Thread Christian Brabandt
On Thu, October 27, 2011 12:05 pm, Jostein Berntsen wrote: On 26.10.11,23:32, Christian Brabandt wrote: Yes that is me. Try the version from github and be sure to have :let g:checkattach_filebrowser='ranger' in your .vimrc. That should be all you need. That is great, I downloaded the version

Re: external file manager

2011-10-27 Thread Christian Brabandt
Hi Jostein! On Do, 27 Okt 2011, Jostein Berntsen wrote: I get the attach file question but entering a space or a directory does not bring up ranger. I have filebrowser setting in .vimrc and install the plugin by vimball. The vimball hasn't been updated yet. Hm, let me update it. Okay, please

Re: external file manager

2011-10-26 Thread Christian Brabandt
On Wed, October 26, 2011 8:43 am, Volker Bouffier wrote: call append(6, map(readfile('/tmp/chosenfiles'), 'Attach: .substitute(v:val,''\s'',''\\ '',g)')) Sorry, this wasn't correct. But I think the following line should do it. call append(6, map(readfile('/tmp/chosenfiles'),

Re: external file manager

2011-10-24 Thread Christian Brabandt
On Mon, October 24, 2011 11:44 am, Volker Bouffier wrote:   Even better, avoid sed altogether: call append('.', map(readfile('/tmp/chosenfiles'), 'Attach: .v:val')) Sed is the better choice in this case. The above command does not work with whitespaces. Of course it works with whitespace. It

Re: external file manager

2011-10-21 Thread Christian Brabandt
Hi Volker! On Fr, 21 Okt 2011, Volker Bouffier wrote: |  mutt: insert attachment with ranger |  fun! RangerMuttAttach() |      if filereadable('/tmp/chosendir') |          silent !ranger --choosefiles=/tmp/chosenfiles --choosedir=/tmp/chosendir $(cat /tmp/chosendir) |      else |      

Re: external file manager

2011-10-20 Thread Christian Brabandt
On Thu, October 20, 2011 4:36 pm, Volker Bouffier wrote: I've inserted a small vim macro in my .vimrc, which does what I want: mutt: insert attachment fun! RangerMuttAttach() silent !ranger --choosefile=/tmp/chosenfile if filereadable('/tmp/chosenfile') exec 'read

Re: gpg issues

2011-06-09 Thread Christian Brabandt
Hi Chris! On Di, 07 Jun 2011, Chris Brennan wrote: * Christian Brabandt cbli...@256bit.org [2011-06-07 17:58:50 +0200]: I think, the 'l' flag comes from $VIMRUNTIME/ftplugin/mail.vim In your case, ~/.vim/after/ftplugin/mail.vim just was executed later than the mail.vim from the vim

Re: Quirks using format:fixed

2011-06-09 Thread Christian Brabandt
Hi Tim! On Mo, 06 Jun 2011, Tim Gray wrote: On Jun 06, 2011 at 05:20 PM +0200, Christian Brabandt wrote: I use a formatoption script, that uses a custom formatoption setting depending on the region the cursor is on. This allows to have different formatoptions for e.g. Header lines, quotes

Re: gpg issues

2011-06-07 Thread Christian Brabandt
Hi Chris! On Mo, 06 Jun 2011, Chris Brennan wrote: ch...@stewie.xaerolimit.net:~$ grep formatoptions .vimrc 98: set formatoptions=rq Automatically insert comment leader on return, and let gq format comments ch...@stewie.xaerolimit.net:~$ grep formatoptions

Re: gpg issues

2011-06-07 Thread Christian Brabandt
Hi Chris! On Di, 07 Jun 2011, Chris Brennan wrote: * Christian Brabandt cbli...@256bit.org [2011-06-07 08:22:51 +0200]: The better alternative is to ask vim, when formationoptions was set to include the 'l' flag. So when invoking the mail editor from mutt type :verbose set fo

Re: Quirks using format:fixed

2011-06-06 Thread Christian Brabandt
Hi Tim! On Di, 17 Mai 2011, Tim Gray wrote: As far as wrapping my paragraphs in my message body, you need to have your vim options set correctly. I have the following set for when I edit mail in vim. You could get away with a subset of these. setlocal formatoptions=wtcqrn

Re: ispell with vim

2011-05-20 Thread Christian Brabandt
Hi Erik! On Fr, 20 Mai 2011, Erik Christiansen wrote: Now I just have to find out how to invoke the spelling suggestions. (After resorting to a helpgrep, I've waded through enough of the hits to stumble across spellsuggest(), but I need command-line functionality, not a scripting function.)

Re: ispell with vim

2011-05-18 Thread Christian Brabandt
On Tue, May 17, 2011 4:30 am, Elimar Riesebieter wrote: :help search You mean :h spell? :h search turns you to the search() function, which I am sure, isn't what he was looking for. BTW: although vim supports a spell function since version 7 ( see the documentation at :h spell :h new-spell :h

Re: do not allow mutt to send email without attchement

2011-01-16 Thread Christian Brabandt
Hi Chip! On Sa, 15 Jan 2011, Chip Camden wrote: I get an error when sourcing this plugin, but only when launching vim from mutt: Error detected while processing /usr/home/sterling/.vim/ftplugin/mail_CheckAttach.vim: line 12: E15: Invalid expression: E15: Invalid expression:

Re: Gmail Sent Mail folder and folder-hook

2010-11-23 Thread Christian Brabandt
On Tue, November 23, 2010 5:48 pm, Francesco de Virgilio wrote: On 23.11.10, 11:17, Ed Blackman wrote: According to the muttrc man page, the folder argument to folder-hook is a regexp. A test with a local mbox named 'space test' works for me with this folder hook: folder-hook =space.test

Re: UTF-7 subject problems

2010-09-30 Thread Christian Brabandt
On Thu, September 30, 2010 11:14 am, Stephan Seitz wrote: Our MS Forfront Server sends mails with a UTF-7 encoding in the subject. Raw example: Subject: =?utf-7?Q?Microsoft Forefront Protection for Exchange Server: Integrit+AOQ-tsbenachrichtigung?= Mutt (1.5.20) doesn't encode the subject

Re: Stuck on 97% changing mailboxes

2010-09-23 Thread Christian Brabandt
Hi Michael! On Do, 23 Sep 2010, Michael Williams wrote: 4 * 3700 FETCH (UID 17146 FLAGS (\Seen) INTERNALDATE 23-Sep-2010 09:14:57 +0100 RFC822.SIZE 2612 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES LIST-POST

Re: Up to date version of trash patch?

2010-09-21 Thread Christian Brabandt
Hi seanh! On Di, 21 Sep 2010, seanh wrote: I wonder what version of the patch the debian packers are using? probably that one available here: http://git.debian.org/?p=pkg-mutt/mutt.git;a=tree;f=debian/patches/features regards, Christian -- Personal Tabu: A small rule for living,

  1   2   >